I have several MOES thermostats with wb3s board. I use ESPHome, and find a big problem, which is not fixed already several years.
tuya chip is going to be hot, as result i need to set my offset to +8 degree (default: +3, max: +9). And it's works this way. when device is off for several hour, then you turn it on, temperature shows OK. but in 15 minutes chip is hot. and even one device with some of firmware was so hot, as I can see in on LCD display.
Another problem, device is hung once 2-3 days. the reason when I debug, send and receive data on a same time.
as i can see a solution to fix, is not to send/receive on a same time, and have something like protection, next to not continuously receive data from tuya, but do it once 60 secs, for example. as for now it's every 1 second.
in ESPhome I don't have this possibility.
p.s. datapoint 104 is not functional, always return same value "ON".