look here
The "datatype" agrees with 7 ?? just took it over without knowing exactly whether it would fit?
I also included the last part "Sensor input" as an example. This is about the input register I10001.
Code:
{
"product_code": "RT",
"manufacturer": "Realtime",
"name": "RTD-W Control",
"product_range": "Realtime Modbus",
"description": "Realtime Modbus RT ",
"mapping": [
{
"name": "Sollwert Wasservorlauf Heizen",
"address": 1,
"bus_datatype": 7,
"datatype": "int16",
"type": "register",
"units": "Grad",
"value_multiplier": "0.01"
},
{
"name": "Sollwert Wasservorlauf Kuehlen",
"address": 2,
"bus_datatype": 7,
"datatype": "int16",
"type": "register",
"units": "Grad",
"value_multiplier": "0.01"
},
{
"name": "Sensoreingang Heizen ein",
"address": 10001,
"bus_datatype": 7,
"datatype": "int16",
"type": "register",
"units": "ein/aus"
}
]
}
The "datatype" agrees with 7 ?? just took it over without knowing exactly whether it would fit?
I also included the last part "Sensor input" as an example. This is about the input register I10001.