Heatit z-temp2 z-wave value readout

I have a heatit z-temp2 z-wave that i want to read out the value for when its heating and when its idle. I cant find it anywhere in the config of the device. Can anyone help me? As you can see in the pictures, it always says heat, and then it is heating or idle depending on ambient temp and what set temp is set to.heat
idle

Create a template sensor to track the hvac_action. It’s expression should be

{{ state_attr(‘climate.my_thermostat’,’hvac_action’) }}

Test this expression in developer tools / templates.

1 Like