Hi @andrewshilton48 ,
Seems like you are still using an old version of the driver where your thermostat model is not recognized correctly.
Have you updated the driver code from https://raw.githubusercontent.com/kkossev/Hubitat-Tuya-Wall-Thermostat/development/Tuya-Wall-Thermostat.groovy ?
After the update, please press the Initialize button from your thermostat device page.
Check Hubitat log page for your device. You should see logs like these:
dev:11322022-01-11 08:05:27.455 infoTS0601 Tuya Thermostat Initialization finished version=1.0.4 (Timestamp:2022/01/11 1:06 AM)
dev:11322022-01-11 08:05:27.452 infoTS0601 Tuya Thermostat manufacturer = _TZE200_ye5jkfsb ModelGroup = AVATTO
dev:11322022-01-11 08:05:24.437 infoUpdate finished
dev:11322022-01-11 08:05:24.433 infoDebug logging is false; Description text logging is true
dev:11322022-01-11 08:05:24.425 infoForce manual is false; Resend failed is false
dev:11322022-01-11 08:05:24.422 infoUpdating TS0601 Tuya Thermostat (Tuya Thermostat) model TS0601 manufacturer _TZE200_ye5jkfsb modelGroupPreference = Auto detect (AVATTO)
In your case, the 'modelGroupPreference' should be MOES.
Also, check the driver version that is shown in the log.
Is your log showing version 1.0.4 as in my example above?