iobroker.elv-sup2
Version:
Connects ELV SUP2 to ioBroker
54 lines • 2.08 kB
JSON
{
"i18n": true,
"type": "panel",
"items": {
"_basicSection": {
"newLine": true,
"type" : "header",
"text" : "Basic configuration for SUP2 access",
"size": 2,
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12
},
"connectionIdentifier": {
"newLine": true,
"type": "selectSendTo",
"command": "listPorts",
"manual": true,
"label": "Serial Port Id",
"help": "Select the Serial Port Id. For manual input stop the adapter",
"tooltip": "Format: /dev/ttyUSBserial or COMx",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 6,
"xl": 6
},
"baudrate": {
"type": "select",
"label": "Baudrate",
"help": "Select Baudrate of Serial Port (Do not change)",
"tooltip": "Default: 19200",
"options": [
{"value": 300, "label": "300"},
{"value": 600, "label": "600"},
{"value": 1200, "label": "1200"},
{"value": 2400, "label": "2400"},
{"value": 4800, "label": "4800"},
{"value": 9600, "label": "9600"},
{"value": 19200, "label": "19200"},
{"value": 38400, "label": "38400"},
{"value": 57600, "label": "57600"},
{"value": 115200, "label": "115200"}
],
"xs": 12,
"sm": 12,
"md": 6,
"lg": 6,
"xl": 6
}
}
}