You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, this is not an issue but i don't know how to do it. I want to measure at least approximate power consumption but I don't have extra space in my circuit breaker box for some Shelly relay or something so I decided to calculate power consumption from Inverter power entity.
My cooling power input is 1340W and heating power input is 950W. I have crated a sensor template which is calculating inverter power * 1340W but obviously it will work only in summer when the cooling is on. Is there any way how to automate this ? how the sensor template know when the AC is set for cooling and when for heating ? Because i want to include HEAT_COOL mode also. Or is this sooo much inaccurate that I should get out of it ?
This is how my sensor template looks like now
sensors:
power_ac_bedroom:
friendly_name: "Electric power ac bedroom"
unit_of_measurement: 'W'
value_template: "{{ states('sensor.ac_bedroom_ac_inverter_power') | float / 100 * 1340 }}"
The text was updated successfully, but these errors were encountered:
Hi, this is not an issue but i don't know how to do it. I want to measure at least approximate power consumption but I don't have extra space in my circuit breaker box for some Shelly relay or something so I decided to calculate power consumption from Inverter power entity.
My cooling power input is 1340W and heating power input is 950W. I have crated a sensor template which is calculating inverter power * 1340W but obviously it will work only in summer when the cooling is on. Is there any way how to automate this ? how the sensor template know when the AC is set for cooling and when for heating ? Because i want to include HEAT_COOL mode also. Or is this sooo much inaccurate that I should get out of it ?
This is how my sensor template looks like now
The text was updated successfully, but these errors were encountered: