I have just purchased a Tuya ZWT198 wall thermostat.
This appears to be well supported by zigbee2MQTT, however one state value does not get picked up in Domoticz.
Here are the states as seen in Zigbee2MQTT:
Code: Select all
{
"backlight_mode": "high",
"child_lock": "UNLOCK",
"current_heating_setpoint": 22.5,
"deadzone_temperature": 0.5,
"factory_reset": "OFF",
"frost_protection": "ON",
"linkquality": 90,
"local_temperature": 22.5,
"local_temperature_calibration": 0.1,
"max_temperature_limit": 29.5,
"preset": "auto",
"running_state": "heat",
"schedule_holiday": "07:00/22.0°C 23:00/18.5°C",
"schedule_weekday": "06:00/21.5°C 08:00/22.5°C 11:30/21.0°C 12:30/22.0°C 17:00/22.0°C 22:00/18.5°C",
"sensor": "internal",
"system_mode": "heat",
"working_day": "7"
}
Code: Select all
info 2025-04-15 09:27:45z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/New Lounge Thermostat', payload '{"backlight_mode":"high","child_lock":"UNLOCK","current_heating_setpoint":22.5,"deadzone_temperature":0.5,"factory_reset":"OFF","frost_protection":"ON","linkquality":93,"local_temperature":22.5,"local_temperature_calibration":0.1,"max_temperature_limit":29.5,"preset":"auto","running_state":"heat","schedule_holiday":"07:00/22.0°C 23:00/18.5°C","schedule_weekday":"06:00/21.5°C 08:00/22.5°C 11:30/21.0°C 12:30/22.0°C 17:00/22.0°C 22:00/18.5°C","sensor":"internal","system_mode":"heat","working_day":"7"}'
Domoticz Version: 2025.1 (build 16626)
Zigbee2MQTT Version 2.1.1
Thanks in advance