Wrong scheule settings for AVATTO ME167 #19639
rolf-achim
started this conversation in
Devices
Replies: 1 comment 1 reply
-
2 years late, but now I have the same issue with my new installation: It is monday and right now my thermostat switched temperature like on saturday or sunday:
How can I fix this or diagnose this further? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I'm located in Germany and new to ZigBeeMQTT. I'm running ZigBee2MQTT version 1.33.1 on a windows computer and successfully joined a TRV Avatto ME167. Everything is working like a charm. However, if I'm setting schedules for specific days, they are executed at a different day.
Example:
I configure the MQTT topic "zigbee2mqtt.0.0x84ba20fffe9a64fa.schedule_thursday" with "07:04/21.0 08:04/25.4 19:04/23.4 22:04/18.0",
the ZigBee response I can see in the debug log is
"Zigbee2MQTT:debug 2023-11-09 17:21:27: Received Zigbee message from 'Heizkörperthermostat_Keller', type 'commandDataReport', cluster 'manuSpecificTuya', data '{"dpValues":[{"data":{"data":[4,7,4,0,210,8,4,0,254,19,4,0,234,22,4,0,180],"type":"Buffer"},"datatype":0,"dp":31}],"seq":26880}' from endpoint 1 with groupID 0"
I assume the leading "4" is indicating the fourth day of the week which should be Thursday.
But the setting will be executed from the device on Saturday. I have observed the same two-day shift for every weekday.
Where in the code can I change the weekday mapping from MQTT to the correct position in the device' buffer?
Beta Was this translation helpful? Give feedback.
All reactions