I bought a TRV from AVATTO – the TRV16. I connected it to my Home Assistant instance via ZigBee. Everything works fine so far, except for one issue. I noticed that the thermostat changes settings on its own at certain times.
A closer look at the device revealed that the thermostat has preset schedules. I tried to delete these schedules – unfortunately, without success.
I contacted the manufacturer, who told me that I must purchase the original Tuya ZigBee Bridge to make this change. Somehow, I find that hard to believe.
I tried using the MQTT Explorer to delete the schedules via /set with a payload, but it didn’t work. I couldn’t find any documentation on this, and the change did not go through.
Does anyone here have the same thermostat and any information on how to remove these schedules?
I am using Home Assistant, ZigBee2MQTT, and Mosquitto, all in their latest versions.
I do have the equivalent issue with scheduling ( avatto TRV06 but i sound like the same).
At the beginning i do have the zigbee bridge and play around with configuration then set schedules (big mistake )
As soon as i start integration with HA ( dropping the bridge ) i wasn’t able to reconfigure the schedule.
Last night i decide to setup entities to try edit them with the interface in HA ( see picture how i look and advertise actually )
before trying to changing them it was something like :
06:00/19.0 08:00/21.0 12:00/21.0 14:00/19.0
=> i dont want the 21°c anymore
Then i change it to (as it is on the picture) :
06:00/19.0 08:00/19.0 12:00/19.0 14:00/19.0
I report 3 behaviour (i tried the same setting to 19°c on 4 TRV):
A → the TRV does not care of the change, and continue his initial schedule
B → the TRV go crazy and set up the temp to 153°c ( the max possible )
C → the TRV seems to accept with new schedule ( i just seen that when i was taking the screen ), going from 0°c to 19°c until temp is matched.
In conclusion :
→ it seems to be possible to change schedule
→ i dont know what triggers it in the right way ( figure C )
The only thing i do that can going to C is validating again and again the schedule, but at this time i cannot tell if it was the trigger.
@Armend100 do you have more info about your tries ?
NB : sorry i tried to include more picture in the post ( case A, B and C ) but i cannot.