Replies: 5 comments 7 replies
-
It should go in the esphome config for the energy meter esp32. See the example here. |
Beta Was this translation helpful? Give feedback.
-
Do u want me to send the whole code? im running out of ideas |
Beta Was this translation helpful? Give feedback.
-
You have ct5Amps declared twice. For phase_c (From Garage B Amps) it should be ct6Amps. Also, you do not need templates to calculate Watts. The meter will do this more accurately with 'power'. Again, see the example. If you get a negative value with power, turn the CT around on the wire. |
Beta Was this translation helpful? Give feedback.
-
this is what it is doing it is just giving it to me on the ID part |
Beta Was this translation helpful? Give feedback.
-
so im not sure where to put the code for kwh
#Total kWh
name: ${disp_name} Total kWh
power_id: totalWatts
filters:
unit_of_measurement: kWh
time:
id: sntp_time
like does it go into the programing in esp home or does it go in my configuration file on home assistant im just confused cause wherever i put it i get errors
Beta Was this translation helpful? Give feedback.
All reactions