This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-plugins-modbus/stiebeleltron/stiebel-eltron-registers.json
2022-06-03 11:47:29 +02:00

19 lines
479 B
JSON

{
"protocol": "TCP",
"endianness": "BigEndian",
"registers": [
{
"id": "outdoorTemperature",
"address": 507,
"size": 1,
"type": "int16",
"registerType": "inputRegister",
"readSchedule": "update",
"description": "Outdoor temperature",
"staticScaleFactor": -1,
"defaultValue": "0",
"unit": "°C",
"access": "RO"
}
]
}