iobroker.go-e-charger
Version:
Adapter for reading go-eCharger data
89 lines (85 loc) • 1.46 kB
JSON
{
"i18n": true,
"type": "tabs",
"items": {
"_StandardTab": {
"type": "panel",
"label": "Standard settings",
"items": {
"ipaddress": {
"type": "text",
"label": "ipaddress",
"maxLength": 15,
"xs": 12,
"sm": 6,
"md": 6,
"lg": 6,
"xl": 6,
"newLine": true
},
"polltimelive": {
"type": "number",
"label": "polltimelive",
"min": 3000,
"step": 100,
"xs": 12,
"sm": 6,
"md": 6,
"lg": 6,
"xl": 6,
"newLine": false
},
"StateHomeSolarPower": {
"type": "objectId",
"label": "StateHomeSolarPower",
"xs": 12,
"sm": 6,
"md": 6,
"lg": 6,
"xl": 6,
"newLine": true
},
"StateHomeBatSoc": {
"type": "objectId",
"label": "StateHomeBatSoc",
"xs": 12,
"sm": 6,
"md": 6,
"lg": 6,
"xl": 6,
"newLine": false
},
"StateHomePowerConsumption": {
"type": "objectId",
"label": "StateHomePowerConsumption",
"xs": 12,
"sm": 6,
"md": 6,
"lg": 6,
"xl": 6,
"newLine": true
},
"SubtractSelfConsumption": {
"type": "checkbox",
"label": "SubtractSelfConsumption",
"xs": 12,
"sm": 6,
"md": 6,
"lg": 6,
"xl": 6,
"newLine": false
},
"ReadOnlyMode": {
"type": "checkbox",
"label": "ReadOnlyMode",
"xs": 12,
"sm": 6,
"md": 6,
"lg": 6,
"xl": 6,
"newLine": true
}
}
}
}
}