im using Zigbee TRVs in HA over ZHA. The Ones sold under Names like “Tuya” “Moes” or “Sonoff”.
Most of them are known to ZHA as “TS0601” from “_TZE200_hue3yfsn”.
Shortly i had to replace one and temporarily bound one to the TUYA Android App. Since then i am wondering if we could see (or even modify) the internal scheduledtails of the TRV in its different modes (none/holiday/frost protect/schedule) in HA?
I hope i made my intent clear otherwise i apologize in advance.
Home Assistant doesn’t have any easy way to do this. z2m exposes a text field where you can type a schedule in, we could likely do something similar. That said, on the few quirks I wrote, I just skipped exposing the schedule since it would be so unfriendly to work with. You can look at zigbee-herdsman-converters/src/devices/tuya.ts at 10cb52b2f83c7486621d38fd8096c17a51f64719 · Koenkk/zigbee-herdsman-converters · GitHub for how it was done in z2m. At that point, it’s better to just create the schedule through HA IMO, if you lose your HA instance then adjust manually until it comes back.