Replies: 1 comment
-
I found the answer.. Trick was: states_power: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have couple of these https://www.zigbee2mqtt.io/devices/BHT-002-GCLZB.html el.floor thermostats.
I am struggling to get the state about heating / off so I could use these in the powercalc properly.
Here is attributes from developer tools:
`hvac_modes:
min_temp: 5
max_temp: 35
target_temp_step: 1
preset_modes:
current_temperature: 17.5
temperature: 18
hvac_action: 'off'
preset_mode: hold
friendly_name: Lattialämmitys_eteinen
supported_features: 17`
That "hvac_action: 'off'" changes to hvac_action: heating" when the floor thermostat is heating the floor.
I don't know how to parse that state to powercalc sensor ?
Anyone know how to do it ?
Beta Was this translation helpful? Give feedback.
All reactions