25.12.2021, 09:18
(22.12.2021, 07:50)admin Wrote: Maximum temperature:
For Hot water demand add this to the mapping array:
Code:{
"name": "Hot water demand",
"bus_datatype": "uint8",
"datatype": "uint16",
"type": "register",
"address": 56,
"writable": true
}
Hi, thank you for that.
How does I map this function. I've tried this:
{ "bus_address": "12/0/7", "name": "Kjøremodus", "bus_datatype": "7", "datatype": "u8", "type": "register", "address": 237 },
Butr this gives me value 1 all the time. Should get 0 for Auto, 1 for Manual and 2 for Ad.heat.