Hi!
I have a Moes BHT-002 ZB Thermostat which I use with Zigbee2mqtt.
It works correctly, but it does not display the “running_state” , which should be present.
So, in HomeAssistant card it does not tell me if the boiler is on or in standby…
Hi,
I am using the same thermostat. It says is it heating active or not by attribute heat.
I created additionaly binary sensor to display status and to make further authomating easier:
No, because the state is OFF or HEAT.
When the thermostat is physically off (display off) the status is OFF, when it is on but the boiler is off (inactive) it always displays HEAT.
Hi @KameDomotics , in other words @IgorZg wanted to explain that you can rely on attribute heat to know whether it is heating up or in standby:
Values of heat attribute:
ON - means heating
OFF - means standby
It’s up to you how you’ll build your logic based on these values
Please don’t confuse it with system_mode attribute which is about state of thermostat.
The problem I was talking about was solved with an update of Zigbee2mqtt, the integration with this device had problems.
Now everything works correctly.