Problem with MQTT erorrs

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

I’ve got the same issue with #tuya-ts0601_thermostat

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

I have tuya TRV with this error.