27.11.2018, 07:39
(This post was last modified: 27.11.2018, 08:07 by oyvindnordbo.)
I deleted the device and add it again, I do not link the following objects, then all the values and errors disappeared.
What can be wrong in these three lines?
{ "name": "Damper operation active ", "bus_datatype": "bool", "type": "discreteinput", "address": 1},
{ "name": "A-Alarm", "bus_datatype": "bool", "type": "discreteinput", "address": 12},
{ "name": "B-Alarm", "bus_datatype": "bool", "type": "discreteinput", "address": 13},
From the manual:
1x0002 Damper operation active
1x0013 A-alarm active
1x0014 B-alarm active
Input Status Discrete Input 1x
One more thing, the outdoor temperature shows the value 651 ° C, but in the ventilation system it shows -3.7 ° C how can I scale this when it's minus degrees?
{ "name": "Outdoor temperature ", "bus_datatype": "float16", "type": "inputregister", "address": 72,"units": "°C" , "value_multiplier": 0.01},
What can be wrong in these three lines?
{ "name": "Damper operation active ", "bus_datatype": "bool", "type": "discreteinput", "address": 1},
{ "name": "A-Alarm", "bus_datatype": "bool", "type": "discreteinput", "address": 12},
{ "name": "B-Alarm", "bus_datatype": "bool", "type": "discreteinput", "address": 13},
From the manual:
1x0002 Damper operation active
1x0013 A-alarm active
1x0014 B-alarm active
Input Status Discrete Input 1x
One more thing, the outdoor temperature shows the value 651 ° C, but in the ventilation system it shows -3.7 ° C how can I scale this when it's minus degrees?
{ "name": "Outdoor temperature ", "bus_datatype": "float16", "type": "inputregister", "address": 72,"units": "°C" , "value_multiplier": 0.01},