Hi everyone,
I bought a Beok Floor Heating Thermostat and added it to homeassistant via tuya, using node-red-contrib-tuya-smart-devic I can get and set basic parameters. However, there is no API description, and the API exposes more fields than Homeassistant Integration shows me, and even more than I can see in Tuya. Does anyone know what the additional fields do?
This is a response for a get operation
{"1":true,"2":205,"3":211,"4":"cold","5":"0","8":false,"13":false,"16":0,"20":-15,"21":30,"25":"1","26":false,"31":false,"41":"1","42":"1","101":false,"105":10,"107":35}
What I already know:
2: target temperatur *10
3: current temperature * 10
20: Temperature callibration * 10
Does anyone know a mapping for the other fields?