UNPKG

iobroker.solarviewdatareader

Version:
199 lines 5.61 kB
{ "type": "tabs", "tabsStyle": { "width": "calc(100% - 100px)" }, "i18n": true, "items": { "tab-main": { "type": "panel", "label": "Main settings", "items": { "ipaddress": { "type": "text", "label": "IP-Address", "tooltip": "Please enter the IP-Address from your SolarView data logger", "xs": 12, "sm": 6, "md": 6, "lg": 3, "xl": 3 }, "port": { "type": "port", "min": 1, "max": 65565, "label": "Port", "tooltip": "Please enter the port", "xs": 12, "sm": 6, "md": 6, "lg": 3, "xl": 3 }, "d0converter": { "type": "checkbox", "label": "d0-converter", "tooltip": "Please enter if you have a d0-converter", "xs": 12, "sm": 6, "md": 6, "lg": 3, "xl": 3 }, "scm0": { "type": "checkbox", "label": "Self consumption meter sum", "tooltip": "Please check if you use the self consumption meter sum", "xs": 12, "sm": 6, "md": 6, "lg": 3, "xl": 3 }, "scm1": { "newLine": true, "type": "checkbox", "label": "Self consumption meter 1", "tooltip": "Please check if self consumption meter 1 is available", "xs": 12, "sm": 6, "md": 6, "lg": 3, "xl": 3 }, "scm2": { "type": "checkbox", "label": "Self consumption meter 2", "tooltip": "Please check if self consumption meter 2 is available", "xs": 12, "sm": 6, "md": 6, "lg": 3, "xl": 3 }, "scm3": { "type": "checkbox", "label": "Self consumption meter 3", "tooltip": "Please check if self consumption meter 3 is available", "xs": 12, "sm": 6, "md": 6, "lg": 3, "xl": 3 }, "scm4": { "type": "checkbox", "label": "Self consumption meter 4", "tooltip": "Please check if self consumption meter 4 is available", "xs": 12, "sm": 6, "md": 6, "lg": 3, "xl": 3 }, "pvi1": { "newLine": true, "type": "checkbox", "label": "Inverter 1", "tooltip": "Please check if inverter 1 available", "xs": 12, "sm": 6, "md": 6, "lg": 3, "xl": 3 }, "pvi2": { "type": "checkbox", "label": "Inverter 2", "tooltip": "Please check if inverter 2 available", "xs": 12, "sm": 6, "md": 6, "lg": 3, "xl": 3 }, "pvi3": { "type": "checkbox", "label": "Inverter 3", "tooltip": "Please check if inverter 3 available", "xs": 12, "sm": 6, "md": 6, "lg": 3, "xl": 3 }, "pvi4": { "type": "checkbox", "label": "Inverter 4", "tooltip": "Please check if inverter 4 available", "xs": 12, "sm": 6, "md": 6, "lg": 3, "xl": 3 }, "intervalVal": { "newLine": true, "type": "number", "label": "polling interval in seconds", "tooltip": "Here you can define the polling interval [between 10 to 3600 seconds]", "xs": 12, "sm": 12, "md": 12, "lg": 3, "xl": 3 }, "intervalstart": { "type": "timePicker", "label": "Interval start", "tooltip": "Please enter the interval start (e.g. 00:00)", "format": "HH:mm", "returnFormat": "HH:mm:ss", "views": ["hours", "minutes"], "timeSteps": {"hours": 1, "minutes": 1}, "xs": 12, "sm": 6, "md": 6, "lg": 3, "xl": 3 }, "intervalend": { "type": "timePicker", "label": "Interval end", "tooltip": "Please enter the interval end (e.g. 23:59)", "format": "HH:mm", "returnFormat": "HH:mm:ss", "views": ["hours", "minutes"], "timeSteps": {"hours": 1, "minutes": 1}, "xs": 12, "sm": 6, "md": 6, "lg": 3, "xl": 3 }, "setCCU": { "newLine": true, "type": "checkbox", "label": "Set system variable CCU", "tooltip": "Please check if you want to set a system variable in the CCU", "xs": 12, "sm": 6, "md": 6, "lg": 3, "xl": 3 }, "CCUSystemV": { "type": "text", "label": "System variable", "tooltip": "System variable e.g. hm-rega.0.12345", "xs": 12, "sm": 6, "md": 6, "lg": 3, "xl": 3 } } } } }