Sorry not very techie when it comes to some parts of Home Assistant.
The esphome file, which is a CT Clamp on an esp32 is this:
-
platform: adc
pin: A0
id: adc_sensor -
platform: total_daily_energy
name: “Total Daily Usage”
power_id: adc_sensor
filters:
# Multiplication factor from W to kW is 0.001
- multiply: 0.001
unit_of_measurement: kWh
icon: mdi:clock-alert
device_class: energy
time:
- platform: sntp
id: my_time
The entity is in Home Assistant, but the new energy still does not see it???
Thanks for any help…