16.10.2023, 07:16
Thank admin,
it workinh with this:
"{
"manufacturer": "Siemens",
"description": "7KT1682",
"mapping": [
{ "name": "Voltage L1", "bus_datatype": "float32", "type": "inputregister", "address": 2, "datatype": "int32","read_swap":"w", "value_multiplier": 0.01, "units": "V" },
{ "name": "Amperage L1", "bus_datatype": "float32", "type": "inputregister", "address": 8, "datatype": "int32", "read_swap":"w", "value_multiplier": 0.001, "units": "A" },
{ "name": "Energy L1", "bus_datatype": "float32", "type": "inputregister", "address": 20, "datatype": "int32","read_swap":"w", "value_multiplier": 0.001, "units": "W" }
]
}"
it workinh with this:
"{
"manufacturer": "Siemens",
"description": "7KT1682",
"mapping": [
{ "name": "Voltage L1", "bus_datatype": "float32", "type": "inputregister", "address": 2, "datatype": "int32","read_swap":"w", "value_multiplier": 0.01, "units": "V" },
{ "name": "Amperage L1", "bus_datatype": "float32", "type": "inputregister", "address": 8, "datatype": "int32", "read_swap":"w", "value_multiplier": 0.001, "units": "A" },
{ "name": "Energy L1", "bus_datatype": "float32", "type": "inputregister", "address": 20, "datatype": "int32","read_swap":"w", "value_multiplier": 0.001, "units": "W" }
]
}"