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? I don't want to just send values, as I'm a bit afraid to brick my device.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
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
Does anyone know a mapping for the other fields? I don't want to just send values, as I'm a bit afraid to brick my device.