UNPKG

iobroker.sun2000-modbus

Version:

Connect to Huawei SUN2000 inverter with Modbus TCP

37 lines (36 loc) 1.05 kB
{ "i18n": true, "type": "panel", "items": { "address": { "type": "text", "label": "Address", "newLine": false, "tooltip": "The inverters ip address" }, "port": { "type": "number", "label": "Port", "newLine": true, "tooltip": "The modbus TCP port" }, "modbusUnitId": { "type": "number", "label": "Modbus unit ID", "newLine": true, "tooltip": "The modbus unit id" }, "updateIntervalHigh": { "type": "number", "label": "Update interval (s)", "newLine": true, "tooltip": "Fast update interval to update the values from the inverter" }, "updateIntervalLow": { "type": "number", "label": "Low Update interval (s)", "newLine": true, "tooltip": "Slower update interval for values which do not need a fast update" } } }