Safs
(Safs)
December 10, 2020, 9:03am
1
I have Zigbee2mqtt for zigbee devices with MQTT. I have errors all the time, with every mode, but everything working…:
Logger: homeassistant.components.mqtt.climate
Source: components/mqtt/climate.py:467
Integration: MQTT (documentation , issues )
First occurred: December 9, 2020, 9:50:49 PM (975 occurrences)
Last logged: 10:50:26 AM
Invalid modes mode: comfort
Invalid modes mode: manual
Invalid modes mode: complex
1 Like
WRL
December 14, 2020, 7:50pm
2
I’ve got the same issue with #tuya-ts0601_thermostat
domage
(Domage)
December 20, 2020, 6:05am
3
I have the same problem with the zigbee2mqtt platform, with the same thermostat.
Automations work perfectly, there are no issues with the representation of this component in the UI, but all the log file is filled with errors such as:
ERROR (MainThread) [homeassistant.components.mqtt.climate] Invalid modes mode: manual
If I change the “preset_mode” from “manual” to “Manual” in the automation, the error goes away. But everything stops to work.
The configuration of the action is the following:
action:
- device_id: 12345
domain: climate
entity_id: climate.12345
type: set_preset_mode
preset_mode: manual
Safs
(Safs)
December 20, 2020, 9:33am
4
I have tuya TRV with this error.