Beok Floor Heating Thermostat TGW60W-WIFI-WP - API

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?

Hi,

Also interested in this as I have a TGW60B-WIFI-WPB Thermostat that should work the same way.
I did some debugging with the Tuya IOT service and noticed the “working 1/0” status for the heat/off thermostat statuses.
I can’t make it showing up properly on HA though (using local tuya, Y get the thermostat, the temperature, the desired temperature and the control on it, but nothing about its state (on/off).

Thanks!