I have been trying to do this for weeks outside of ESPHome without success and was able to get it working using the ESPHome “CT Clamp Current Sensor”. I’m curious if anyone knows the secret to getting emonLib and Adafruit_ADS11x5 to communicate? Or did ESPHome re-write one of the libraries specifically for this solution?
Details: The Adafruit_ADS11x5 library communicates through I2C, but the emonLib is expecting input directly from an analog pin. How does one pass data between these two Classes?
Thanks, DirtEnabled