Wiser for KNX updated to the last firmware
I tried something like that:
But it gives me no results.
Am I doing something wrong?
(05.02.2021, 09:44)admin Wrote: See address_scale field in docs: https://openrb.com/docs/modbus.htm
I tried something like that:
Code:
{ "name": "AC power value",
"bus_datatype": "uint16",
"address": 40083,
"address_scale": 40084,
"type": "register",
"units": " W",
"datatype": "uint16"
},
{ "name": "AC power scale factor",
"bus_datatype": "int16",
"address": 40084,
"type": "register",
"datatype": "int16"
},
But it gives me no results.
Am I doing something wrong?