iobroker.fritzdect
Version:
ioBroker fritzbox DECT Adapter
253 lines (252 loc) • 4.24 kB
JSON
{
"i18n": true,
"type": "panel",
"items": {
"_userdata": {
"type": "header",
"newLine": true,
"text": "FritzBox Login",
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12,
"size": 3
},
"fritz_user": {
"type": "text",
"label": "Fritzbox User",
"newLine": false,
"xs": 12,
"sm": 12,
"md": 12,
"lg": 6,
"xl": 6
},
"fritz_pw": {
"type": "password",
"label": "Fritzbox Password",
"newLine": false,
"xs": 12,
"sm": 12,
"md": 12,
"lg": 6,
"xl": 6
},
"_connection": {
"newLine": true,
"type": "header",
"text": "Connection settings and Polling",
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12,
"size": 3
},
"fritz_ip": {
"type": "text",
"label": "Fritzbox IP",
"newLine": false,
"xs": 12,
"sm": 12,
"md": 12,
"lg": 4,
"xl": 4
},
"fritz_interval": {
"type": "number",
"label": "Fritzbox Polling Interval (sek.)",
"newLine": false,
"default": 300,
"xs": 12,
"sm": 12,
"md": 12,
"lg": 4,
"xl": 4
},
"fritz_writeonhyst": {
"type": "checkbox",
"label": "must be checked (true) to activate the reduced logging",
"newLine": false,
"xs": 12,
"sm": 12,
"md": 12,
"lg": 4,
"xl": 4
},
"_thermostat": {
"newLine": true,
"type": "header",
"text": "Thermostat Settings",
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12,
"size": 3
},
"fritz_boosttime": {
"type": "number",
"label": "default time (minutes) for boost activation",
"newLine": false,
"default": 5,
"xs": 12,
"sm": 12,
"md": 12,
"lg": 4,
"xl": 4
},
"fritz_windowtime": {
"type": "number",
"label": "default time (minutes) for window open activation",
"newLine": false,
"default": 5,
"xs": 12,
"sm": 12,
"md": 12,
"lg": 4,
"xl": 4
},
"fritz_tsolldefault": {
"type": "number",
"label": "default target temperature",
"newLine": false,
"default": 23,
"xs": 12,
"sm": 12,
"md": 12,
"lg": 4,
"xl": 4
},
"_excl": {
"newLine": true,
"type": "header",
"text": "Adapter Options",
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12,
"size": 3
},
"fritz_exclude_templates": {
"type": "checkbox",
"label": "exclude templates (check if older FB)",
"newLine": false,
"xs": 12,
"sm": 12,
"md": 12,
"lg": 4,
"xl": 4
},
"fritz_exclude_routines": {
"type": "checkbox",
"label": "exclude routines (check if older FB)",
"newLine": false,
"xs": 12,
"sm": 12,
"md": 12,
"lg": 4,
"xl": 4
},
"fritz_exclude_stats": {
"type": "checkbox",
"label": "exclude statistics (check if older FB)",
"newLine": false,
"xs": 12,
"sm": 12,
"md": 12,
"lg": 4,
"xl": 4
},
"_debug": {
"newLine": true,
"type": "header",
"text": "FritzBox Adapter Debugging",
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12,
"size": 3
},
"_testd": {
"type": "sendTo",
"label": "My Devices",
"command": "devices",
"variant": "outlined",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 2,
"xl": 2
},
"_testg": {
"type": "sendTo",
"label": "My Groups",
"command": "groups",
"variant": "outlined",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 2,
"xl": 2
},
"_testt": {
"type": "sendTo",
"label": "My Templates",
"command": "templates",
"variant": "outlined",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 2,
"xl": 2
},
"_tests": {
"type": "sendTo",
"label": "My Stats",
"command": "statistic",
"variant": "outlined",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 2,
"xl": 2
},
"_testr": {
"type": "sendTo",
"label": "My Triggers",
"command": "trigger",
"variant": "outlined",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 2,
"xl": 2
},
"_testc": {
"type": "sendTo",
"label": "My Colors",
"command": "color",
"variant": "outlined",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 2,
"xl": 2
},
"_testo": {
"type": "sendTo",
"label": "My Rights",
"command": "rights",
"variant": "outlined",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 2,
"xl": 2
}
}
}