@openhab-ui/setup-and-maintenance
Version:
Configuration and maintenance interface for openHAB
1,863 lines • 672 kB
JSON
{
"bindings": [
{
"author": "Gerhard Riegler",
"description": "Das Astro Binding berechnet astronomische Daten von Sonne und Mond.",
"id": "astro",
"name": "Astro Binding",
"versioninformation": [],
"version": "2.5M1",
"loglevel": "warn",
"source": "https://github.com/openhab/openhab2-addons/tree/master/addons/binding/org.openhab.binding.astro"
},
{
"author": "David Graeff",
"description": "Unterstützt die Raspbee und Conbee Zigbee Dongles via Deconz",
"id": "deconz",
"name": "Dresden Elektronik Deconz",
"versioninformation": [],
"version": "2.5M1",
"loglevel": "warn",
"source": "https://github.com/openhab/openhab2-addons/tree/master/addons/binding/org.openhab.binding.deconz"
},
{
"author": "Deutsche Telekom AG",
"description": "Dieses Binding integriert das Philips Hue System. Durch diese können die Hue Lampen und Leuchten gesteuert werden. ",
"id": "hue",
"name": "Hue Binding",
"versioninformation": [],
"version": "2.5M1",
"loglevel": "warn",
"source": "https://github.com/openhab/openhab2-addons/tree/master/addons/binding/org.openhab.binding.hue"
},
{
"author": "David Graeff",
"description": "Erlaubt die Verwaltung von MQTT Verbindungen und das Verknüpfen von MQTT Topics",
"id": "mqtt",
"name": "MQTT Binding",
"versioninformation": [
{
"version": "2.4",
"message": "You will encounter a mqtt:client not found if configured via textual files. Solution: Restart openHAB after each change."
},
{
"version": "2.5",
"message": "The HomeAssistant discovery will not work correctly."
}
],
"version": "2.5M1",
"loglevel": "warn",
"source": "https://github.com/openhab/openhab2-addons/tree/master/addons/binding/org.openhab.binding.mqtt",
"custompages": [
{
"uri": "dummydata/mqtt.html",
"label": "MQTT Traffic monitor"
}
]
},
{
"author": "Marc Mettke, David Graeff",
"description": "Das Network Binding überprüft, ob sich ein Gerät aktuell im Netzwerk befindet oder nicht.",
"id": "network",
"name": "Network Binding",
"configDescriptionURI": "binding:network",
"versioninformation": [],
"version": "2.5M1",
"loglevel": "warn",
"source": "https://github.com/openhab/openhab2-addons/tree/master/addons/binding/org.openhab.binding.network"
}
],
"binding-config": [
{
"id": "astro",
"config": {}
},
{
"id": "deconz",
"config": {}
},
{
"id": "hue",
"config": {}
},
{
"id": "mqtt",
"config": {}
},
{
"id": "network",
"config": {
"cacheDeviceStateTimeInMS": "2000",
"allowSystemPings": true,
"arpPingToolPath": "arping",
"allowDHCPlisten": false
}
}
],
"channel-types": [
{
"parameters": [],
"parameterGroups": [],
"description": "Das Alter des Mondes in Tagen",
"label": "Mondalter",
"itemType": "Number:Time",
"kind": "STATE",
"stateDescription": {
"pattern": "%d %unit%",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "astro:age",
"advanced": false,
"id": "age"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Das Alter des Mondes",
"label": "Mondalter",
"itemType": "Number:Angle",
"kind": "STATE",
"stateDescription": {
"pattern": "%.2f %unit%",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "astro:ageDegree",
"advanced": false,
"id": "ageDegree"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Das Alter des Mondes",
"label": "Mondalter",
"itemType": "Number:Dimensionless",
"kind": "STATE",
"stateDescription": {
"pattern": "%.2f %unit%",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "astro:agePercent",
"advanced": false,
"id": "agePercent"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Herbstanfang",
"label": "Herbst",
"itemType": "DateTime",
"kind": "STATE",
"stateDescription": {
"pattern": "%1$tF %1$tR",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "astro:autumn",
"advanced": false,
"id": "autumn"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Das Azimut des Himmelskörpers",
"label": "Azimut",
"itemType": "Number:Angle",
"kind": "STATE",
"stateDescription": {
"pattern": "%.2f %unit%",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "astro:azimuth",
"advanced": false,
"id": "azimuth"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Höhe der Strahlung, nach Beugung durch Wolken und Atmosphäre",
"label": "Diffuse Strahlung",
"itemType": "Number:Intensity",
"kind": "STATE",
"stateDescription": {
"pattern": "%.2f %unit%",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "astro:diffuseRadiation",
"advanced": false,
"id": "diffuseRadiation"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Höhe der Strahlung nach Eindringen in die atmosphärische Schicht",
"label": "Direkte Strahlung",
"itemType": "Number:Intensity",
"kind": "STATE",
"stateDescription": {
"pattern": "%.2f %unit%",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "astro:directRadiation",
"advanced": false,
"id": "directRadiation"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Die Entfernung des Objekts",
"label": "Entfernung",
"itemType": "Number:Length",
"kind": "STATE",
"stateDescription": {
"pattern": "%.1f %unit%",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "astro:distance",
"advanced": false,
"id": "distance"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Zeitpunkt wenn der Abstand erreicht ist",
"label": "Datum",
"itemType": "DateTime",
"kind": "STATE",
"stateDescription": {
"pattern": "%1$tF %1$tR",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "astro:distanceDate",
"advanced": false,
"id": "distanceDate"
},
{
"parameters": [
{
"defaultValue": "0",
"description": "Moves an event or datetime value forward or backward (in minutes)",
"label": "Offset",
"name": "offset",
"required": false,
"type": "INTEGER",
"min": -1440,
"max": 1440,
"readOnly": false,
"multiple": false,
"advanced": false,
"verify": false,
"limitToOptions": true,
"options": [],
"filterCriteria": []
},
{
"description": "The earliest time of the day for the event or the datetime value (hh:mm)",
"label": "Earliest",
"name": "earliest",
"required": false,
"type": "TEXT",
"pattern": "^([0-1][0-9]|2[0-3])(:[0-5][0-9])$",
"readOnly": false,
"multiple": false,
"advanced": false,
"verify": false,
"limitToOptions": true,
"options": [],
"filterCriteria": []
},
{
"description": "The latest time of the day for the event or the datetime value (hh:mm)",
"label": "Latest",
"name": "latest",
"required": false,
"type": "TEXT",
"pattern": "^([0-1][0-9]|2[0-3])(:[0-5][0-9])$",
"readOnly": false,
"multiple": false,
"advanced": false,
"verify": false,
"limitToOptions": true,
"options": [],
"filterCriteria": []
}
],
"parameterGroups": [],
"description": "Moon distance event",
"label": "Moon Distance Event",
"kind": "TRIGGER",
"tags": [],
"UID": "astro:distanceEvent",
"advanced": false,
"id": "distanceEvent"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Die Dauer des Ereignisses",
"label": "Dauer",
"itemType": "Number:Time",
"kind": "STATE",
"stateDescription": {
"pattern": "%d %unit%",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "astro:duration",
"advanced": false,
"id": "duration"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Der Höhenwinkel des Himmelskörpers",
"label": "Höhenwinkel",
"itemType": "Number:Angle",
"kind": "STATE",
"stateDescription": {
"pattern": "%.2f %unit%",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "astro:elevation",
"advanced": false,
"id": "elevation"
},
{
"parameters": [
{
"defaultValue": "0",
"description": "Moves an event or datetime value forward or backward (in minutes)",
"label": "Offset",
"name": "offset",
"required": false,
"type": "INTEGER",
"min": -1440,
"max": 1440,
"readOnly": false,
"multiple": false,
"advanced": false,
"verify": false,
"limitToOptions": true,
"options": [],
"filterCriteria": []
},
{
"description": "The earliest time of the day for the event or the datetime value (hh:mm)",
"label": "Earliest",
"name": "earliest",
"required": false,
"type": "TEXT",
"pattern": "^([0-1][0-9]|2[0-3])(:[0-5][0-9])$",
"readOnly": false,
"multiple": false,
"advanced": false,
"verify": false,
"limitToOptions": true,
"options": [],
"filterCriteria": []
},
{
"description": "The latest time of the day for the event or the datetime value (hh:mm)",
"label": "Latest",
"name": "latest",
"required": false,
"type": "TEXT",
"pattern": "^([0-1][0-9]|2[0-3])(:[0-5][0-9])$",
"readOnly": false,
"multiple": false,
"advanced": false,
"verify": false,
"limitToOptions": true,
"options": [],
"filterCriteria": []
}
],
"parameterGroups": [],
"description": "Die Endzeit des Ereignisses",
"label": "Endzeit",
"itemType": "DateTime",
"kind": "STATE",
"stateDescription": {
"pattern": "%1$tF %1$tR",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "astro:end",
"advanced": false,
"id": "end"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Zeitpunkt des nächsten erstes Viertels",
"label": "Erstes Viertel",
"itemType": "DateTime",
"kind": "STATE",
"stateDescription": {
"pattern": "%1$tF %1$tR",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "astro:firstQuarter",
"advanced": false,
"id": "firstQuarter"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Zeitpunkt des nächsten Vollmondes",
"label": "Vollmond",
"itemType": "DateTime",
"kind": "STATE",
"stateDescription": {
"pattern": "%1$tF %1$tR",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "astro:fullMoon",
"advanced": false,
"id": "fullMoon"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Die Beleuchtungsstärke des Mondes",
"label": "Beleuchtungsstärke des Mondes",
"itemType": "Number:Dimensionless",
"kind": "STATE",
"stateDescription": {
"pattern": "%.0f %unit%",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "astro:illumination",
"advanced": false,
"id": "illumination"
},
{
"parameters": [
{
"defaultValue": "0",
"description": "Moves an event or datetime value forward or backward (in minutes)",
"label": "Offset",
"name": "offset",
"required": false,
"type": "INTEGER",
"min": -1440,
"max": 1440,
"readOnly": false,
"multiple": false,
"advanced": false,
"verify": false,
"limitToOptions": true,
"options": [],
"filterCriteria": []
},
{
"description": "The earliest time of the day for the event or the datetime value (hh:mm)",
"label": "Earliest",
"name": "earliest",
"required": false,
"type": "TEXT",
"pattern": "^([0-1][0-9]|2[0-3])(:[0-5][0-9])$",
"readOnly": false,
"multiple": false,
"advanced": false,
"verify": false,
"limitToOptions": true,
"options": [],
"filterCriteria": []
},
{
"description": "The latest time of the day for the event or the datetime value (hh:mm)",
"label": "Latest",
"name": "latest",
"required": false,
"type": "TEXT",
"pattern": "^([0-1][0-9]|2[0-3])(:[0-5][0-9])$",
"readOnly": false,
"multiple": false,
"advanced": false,
"verify": false,
"limitToOptions": true,
"options": [],
"filterCriteria": []
}
],
"parameterGroups": [],
"description": "Moon eclipse event",
"label": "Moon Eclipse Event",
"kind": "TRIGGER",
"tags": [],
"UID": "astro:moonEclipseEvent",
"advanced": false,
"id": "moonEclipseEvent"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Zeitpunkt des nächsten Neumondes",
"label": "Neumond",
"itemType": "DateTime",
"kind": "STATE",
"stateDescription": {
"pattern": "%1$tF %1$tR",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "astro:newMoon",
"advanced": false,
"id": "newMoon"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Zeitpunkt der nächsten partiellen Sonnenfinsternis",
"label": "Partielle Sonnenfinsternis",
"itemType": "DateTime",
"kind": "STATE",
"stateDescription": {
"pattern": "%1$tF %1$tR",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "astro:partial",
"advanced": false,
"id": "partial"
},
{
"parameters": [
{
"defaultValue": "0",
"description": "Moves an event or datetime value forward or backward (in minutes)",
"label": "Offset",
"name": "offset",
"required": false,
"type": "INTEGER",
"min": -1440,
"max": 1440,
"readOnly": false,
"multiple": false,
"advanced": false,
"verify": false,
"limitToOptions": true,
"options": [],
"filterCriteria": []
},
{
"description": "The earliest time of the day for the event or the datetime value (hh:mm)",
"label": "Earliest",
"name": "earliest",
"required": false,
"type": "TEXT",
"pattern": "^([0-1][0-9]|2[0-3])(:[0-5][0-9])$",
"readOnly": false,
"multiple": false,
"advanced": false,
"verify": false,
"limitToOptions": true,
"options": [],
"filterCriteria": []
},
{
"description": "The latest time of the day for the event or the datetime value (hh:mm)",
"label": "Latest",
"name": "latest",
"required": false,
"type": "TEXT",
"pattern": "^([0-1][0-9]|2[0-3])(:[0-5][0-9])$",
"readOnly": false,
"multiple": false,
"advanced": false,
"verify": false,
"limitToOptions": true,
"options": [],
"filterCriteria": []
}
],
"parameterGroups": [],
"description": "Moon phase event",
"label": "Moon Phase Event",
"kind": "TRIGGER",
"tags": [],
"UID": "astro:phaseEvent",
"advanced": false,
"id": "phaseEvent"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Der Name der aktuellen Mondphase",
"label": "Mondphase",
"itemType": "String",
"kind": "STATE",
"stateDescription": {
"readOnly": true,
"options": [
{
"value": "NEW",
"label": "Neumond"
},
{
"value": "WAXING_CRESCENT",
"label": "Zunehmende Sichel"
},
{
"value": "FIRST_QUARTER",
"label": "Erstes Viertel"
},
{
"value": "WAXING_GIBBOUS",
"label": "Zunehmender Halbmond"
},
{
"value": "FULL",
"label": "Vollmond"
},
{
"value": "WANING_GIBBOUS",
"label": "Abnehmender Halbmond"
},
{
"value": "THIRD_QUARTER",
"label": "Drittes Viertel"
},
{
"value": "WANING_CRESCENT",
"label": "Abnehmende Sichel"
}
]
},
"tags": [],
"UID": "astro:phaseName",
"advanced": false,
"id": "phaseName"
},
{
"parameters": [
{
"defaultValue": "0",
"description": "Moves an event or datetime value forward or backward (in minutes)",
"label": "Offset",
"name": "offset",
"required": false,
"type": "INTEGER",
"min": -1440,
"max": 1440,
"readOnly": false,
"multiple": false,
"advanced": false,
"verify": false,
"limitToOptions": true,
"options": [],
"filterCriteria": []
},
{
"description": "The earliest time of the day for the event or the datetime value (hh:mm)",
"label": "Earliest",
"name": "earliest",
"required": false,
"type": "TEXT",
"pattern": "^([0-1][0-9]|2[0-3])(:[0-5][0-9])$",
"readOnly": false,
"multiple": false,
"advanced": false,
"verify": false,
"limitToOptions": true,
"options": [],
"filterCriteria": []
},
{
"description": "The latest time of the day for the event or the datetime value (hh:mm)",
"label": "Latest",
"name": "latest",
"required": false,
"type": "TEXT",
"pattern": "^([0-1][0-9]|2[0-3])(:[0-5][0-9])$",
"readOnly": false,
"multiple": false,
"advanced": false,
"verify": false,
"limitToOptions": true,
"options": [],
"filterCriteria": []
}
],
"parameterGroups": [],
"description": "Range event",
"label": "Range Event",
"kind": "TRIGGER",
"tags": [],
"UID": "astro:rangeEvent",
"advanced": false,
"id": "rangeEvent"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Zeitpunkt der nächsten ringförmigen Sonnenfinsternis",
"label": "Ringförmige Sonnenfinsternis",
"itemType": "DateTime",
"kind": "STATE",
"stateDescription": {
"pattern": "%1$tF %1$tR",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "astro:ring",
"advanced": false,
"id": "ring"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Der Name der aktuellen Jahreszeit",
"label": "Jahreszeit",
"itemType": "String",
"kind": "STATE",
"stateDescription": {
"readOnly": true,
"options": [
{
"value": "SPRING",
"label": "Frühling"
},
{
"value": "SUMMER",
"label": "Sommer"
},
{
"value": "AUTUMN",
"label": "Herbst"
},
{
"value": "WINTER",
"label": "Winter"
}
]
},
"tags": [],
"UID": "astro:seasonName",
"advanced": false,
"id": "seasonName"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Projiziertes Schattenlängenverhältnis (Abgeleitet vom Höhenwinkel)",
"label": "Schattenlängenverhältnis",
"itemType": "Number",
"kind": "STATE",
"stateDescription": {
"pattern": "%.2f",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "astro:shadeLength",
"advanced": false,
"id": "shadeLength"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Das Sternzeichen",
"label": "Sternzeichen",
"itemType": "String",
"kind": "STATE",
"stateDescription": {
"readOnly": true,
"options": [
{
"value": "ARIES",
"label": "Widder"
},
{
"value": "TAURUS",
"label": "Stier"
},
{
"value": "GEMINI",
"label": "Zwilling"
},
{
"value": "CANCER",
"label": "Krebs"
},
{
"value": "LEO",
"label": "Löwe"
},
{
"value": "VIRGO",
"label": "Jungfrau"
},
{
"value": "LIBRA",
"label": "Waage"
},
{
"value": "SCORPIO",
"label": "Skorpion"
},
{
"value": "SAGITTARIUS",
"label": "Schütze"
},
{
"value": "CAPRICORN",
"label": "Steinbock"
},
{
"value": "AQUARIUS",
"label": "Wassermann"
},
{
"value": "PISCES",
"label": "Fische"
}
]
},
"tags": [],
"UID": "astro:sign",
"advanced": false,
"id": "sign"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Frühlingsanfang",
"label": "Frühling",
"itemType": "DateTime",
"kind": "STATE",
"stateDescription": {
"pattern": "%1$tF %1$tR",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "astro:spring",
"advanced": false,
"id": "spring"
},
{
"parameters": [
{
"defaultValue": "0",
"description": "Moves an event or datetime value forward or backward (in minutes)",
"label": "Offset",
"name": "offset",
"required": false,
"type": "INTEGER",
"min": -1440,
"max": 1440,
"readOnly": false,
"multiple": false,
"advanced": false,
"verify": false,
"limitToOptions": true,
"options": [],
"filterCriteria": []
},
{
"description": "The earliest time of the day for the event or the datetime value (hh:mm)",
"label": "Earliest",
"name": "earliest",
"required": false,
"type": "TEXT",
"pattern": "^([0-1][0-9]|2[0-3])(:[0-5][0-9])$",
"readOnly": false,
"multiple": false,
"advanced": false,
"verify": false,
"limitToOptions": true,
"options": [],
"filterCriteria": []
},
{
"description": "The latest time of the day for the event or the datetime value (hh:mm)",
"label": "Latest",
"name": "latest",
"required": false,
"type": "TEXT",
"pattern": "^([0-1][0-9]|2[0-3])(:[0-5][0-9])$",
"readOnly": false,
"multiple": false,
"advanced": false,
"verify": false,
"limitToOptions": true,
"options": [],
"filterCriteria": []
}
],
"parameterGroups": [],
"description": "Die Startzeit des Ereignisses",
"label": "Startzeit",
"itemType": "DateTime",
"kind": "STATE",
"stateDescription": {
"pattern": "%1$tF %1$tR",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "astro:start",
"advanced": false,
"id": "start"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Sommeranfang",
"label": "Sommer",
"itemType": "DateTime",
"kind": "STATE",
"stateDescription": {
"pattern": "%1$tF %1$tR",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "astro:summer",
"advanced": false,
"id": "summer"
},
{
"parameters": [
{
"defaultValue": "0",
"description": "Moves an event or datetime value forward or backward (in minutes)",
"label": "Offset",
"name": "offset",
"required": false,
"type": "INTEGER",
"min": -1440,
"max": 1440,
"readOnly": false,
"multiple": false,
"advanced": false,
"verify": false,
"limitToOptions": true,
"options": [],
"filterCriteria": []
},
{
"description": "The earliest time of the day for the event or the datetime value (hh:mm)",
"label": "Earliest",
"name": "earliest",
"required": false,
"type": "TEXT",
"pattern": "^([0-1][0-9]|2[0-3])(:[0-5][0-9])$",
"readOnly": false,
"multiple": false,
"advanced": false,
"verify": false,
"limitToOptions": true,
"options": [],
"filterCriteria": []
},
{
"description": "The latest time of the day for the event or the datetime value (hh:mm)",
"label": "Latest",
"name": "latest",
"required": false,
"type": "TEXT",
"pattern": "^([0-1][0-9]|2[0-3])(:[0-5][0-9])$",
"readOnly": false,
"multiple": false,
"advanced": false,
"verify": false,
"limitToOptions": true,
"options": [],
"filterCriteria": []
}
],
"parameterGroups": [],
"description": "Sun eclipse event",
"label": "Sun Eclipse Event",
"kind": "TRIGGER",
"tags": [],
"UID": "astro:sunEclipseEvent",
"advanced": false,
"id": "sunEclipseEvent"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Der Name der aktuellen Sonnenphase",
"label": "Sonnenphase",
"itemType": "String",
"kind": "STATE",
"stateDescription": {
"readOnly": true,
"options": [
{
"value": "SUN_RISE",
"label": "Sonnenaufgang"
},
{
"value": "ASTRO_DAWN",
"label": "Astronomische Morgendämmerung"
},
{
"value": "NAUTIC_DAWN",
"label": "Nautische Dämmerung"
},
{
"value": "CIVIL_DAWN",
"label": "Bürgerliche Morgendämmerung"
},
{
"value": "CIVIL_DUSK",
"label": "Bürgerliche Abenddämmerung"
},
{
"value": "NAUTIC_DUSK",
"label": "Nautische Abenddämmerung"
},
{
"value": "ASTRO_DUSK",
"label": "Astronomische Abenddämmerung"
},
{
"value": "SUN_SET",
"label": "Sonnenuntergang"
},
{
"value": "DAYLIGHT",
"label": "Tageslicht"
},
{
"value": "NOON",
"label": "Mittag"
},
{
"value": "NIGHT",
"label": "Nacht"
}
]
},
"tags": [],
"UID": "astro:sunPhaseName",
"advanced": false,
"id": "sunPhaseName"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Zeitpunkt des nächsten dritten Viertels",
"label": "Drittes Viertel",
"itemType": "DateTime",
"kind": "STATE",
"stateDescription": {
"pattern": "%1$tF %1$tR",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "astro:thirdQuarter",
"advanced": false,
"id": "thirdQuarter"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Zeitpunkt der nächsten totalen Sonnenfinsternis",
"label": "Totale Sonnenfinsternis",
"itemType": "DateTime",
"kind": "STATE",
"stateDescription": {
"pattern": "%1$tF %1$tR",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "astro:total",
"advanced": false,
"id": "total"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Gesamtmenge der Strahlung auf dem Boden",
"label": "Gesamtstrahlung",
"itemType": "Number:Intensity",
"kind": "STATE",
"stateDescription": {
"pattern": "%.2f %unit%",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "astro:totalRadiation",
"advanced": false,
"id": "totalRadiation"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Winteranfang",
"label": "Winter",
"itemType": "DateTime",
"kind": "STATE",
"stateDescription": {
"pattern": "%1$tF %1$tR",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "astro:winter",
"advanced": false,
"id": "winter"
},
{
"parameters": [],
"parameterGroups": [],
"description": "The Button that was last pressed on the switch.",
"label": "Button",
"itemType": "Number",
"kind": "STATE",
"stateDescription": {
"pattern": "%d",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "deconz:button",
"advanced": false,
"id": "button"
},
{
"parameters": [],
"parameterGroups": [],
"description": "This channel is triggered on a button event. The trigger payload consists of the button event number.",
"label": "Button Trigger",
"kind": "TRIGGER",
"tags": [],
"UID": "deconz:buttonevent",
"advanced": false,
"id": "buttonevent"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Current consumption",
"label": "Consumption",
"itemType": "Number:Energy",
"kind": "STATE",
"stateDescription": {
"pattern": "%.1f %unit%",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "deconz:consumption",
"advanced": false,
"id": "consumption"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Current current",
"label": "Current",
"category": "Energy",
"itemType": "Number:ElectricCurrent",
"kind": "STATE",
"stateDescription": {
"pattern": "%.1f %unit%",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "deconz:current",
"advanced": false,
"id": "current"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Light level is below the darkness threshold.",
"label": "Dark",
"itemType": "Switch",
"kind": "STATE",
"stateDescription": {
"readOnly": true,
"options": []
},
"tags": [],
"UID": "deconz:dark",
"advanced": false,
"id": "dark"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Light level is above the daylight threshold.",
"label": "Daylight",
"itemType": "Switch",
"kind": "STATE",
"stateDescription": {
"readOnly": true,
"options": []
},
"tags": [],
"UID": "deconz:daylight",
"advanced": false,
"id": "daylight"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Current humidity",
"label": "Humidity",
"itemType": "Number:Dimensionless",
"kind": "STATE",
"stateDescription": {
"pattern": "%.2f %unit%",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "deconz:humidity",
"advanced": false,
"id": "humidity"
},
{
"parameters": [],
"parameterGroups": [],
"description": "The date and time when the sensor was last updated.",
"label": "Last Updated",
"category": "Time",
"itemType": "DateTime",
"kind": "STATE",
"stateDescription": {
"pattern": "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "deconz:last_updated",
"advanced": false,
"id": "last_updated"
},
{
"parameters": [],
"parameterGroups": [],
"description": "A light level",
"label": "Lightlevel",
"itemType": "String",
"kind": "STATE",
"stateDescription": {
"readOnly": true,
"options": [
{
"value": "daylight",
"label": "Daylight"
},
{
"value": "sunset",
"label": "Sunset"
},
{
"value": "dark",
"label": "Dark"
}
]
},
"tags": [],
"UID": "deconz:light",
"advanced": false,
"id": "light"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Current light level.",
"label": "Light Level",
"itemType": "Number",
"kind": "STATE",
"stateDescription": {
"pattern": "%d",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "deconz:light_level",
"advanced": true,
"id": "light_level"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Current light illuminance",
"label": "Illuminance",
"itemType": "Number:Illuminance",
"kind": "STATE",
"stateDescription": {
"pattern": "%.1f %unit%",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "deconz:lightlux",
"advanced": false,
"id": "lightlux"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Open/Close detected",
"label": "Open/Close",
"itemType": "Contact",
"kind": "STATE",
"stateDescription": {
"readOnly": true,
"options": []
},
"tags": [],
"UID": "deconz:open",
"advanced": false,
"id": "open"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Current power usage",
"label": "Power",
"category": "Energy",
"itemType": "Number:Power",
"kind": "STATE",
"stateDescription": {
"pattern": "%.1f %unit%",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "deconz:power",
"advanced": false,
"id": "power"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Presence detected",
"label": "Presence",
"itemType": "Switch",
"kind": "STATE",
"stateDescription": {
"readOnly": true,
"options": []
},
"tags": [],
"UID": "deconz:presence",
"advanced": false,
"id": "presence"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Current pressure",
"label": "Pressure",
"itemType": "Number:Pressure",
"kind": "STATE",
"stateDescription": {
"pattern": "%.1f %unit%",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "deconz:pressure",
"advanced": false,
"id": "pressure"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Current temperature",
"label": "Temperature",
"itemType": "Number:Temperature",
"kind": "STATE",
"stateDescription": {
"pattern": "%.2f %unit%",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "deconz:temperature",
"advanced": false,
"id": "temperature"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Dawn is around 130, sunrise at 140, sunset at 190, and dusk at 210",
"label": "Daylight Value",
"itemType": "Number",
"kind": "STATE",
"stateDescription": {
"readOnly": true,
"options": []
},
"tags": [],
"UID": "deconz:value",
"advanced": false,
"id": "value"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Current voltage",
"label": "Voltage",
"category": "Energy",
"itemType": "Number:ElectricPotential",
"kind": "STATE",
"stateDescription": {
"pattern": "%.1f %unit%",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "deconz:voltage",
"advanced": false,
"id": "voltage"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Water leakage detected",
"label": "Water Leakage",
"itemType": "Switch",
"kind": "STATE",
"stateDescription": {
"readOnly": true,
"options": []
},
"tags": [],
"UID": "deconz:waterleakage",
"advanced": false,
"id": "waterleakage"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Ermöglicht ein temporäres Blinken.",
"label": "Alarm",
"itemType": "String",
"kind": "STATE",
"stateDescription": {
"readOnly": false,
"options": [
{
"value": "NONE",
"label": "Kein Blinken"
},
{
"value": "SELECT",
"label": "Einmaliges Blinken"
},
{
"value": "LSELECT",
"label": "Mehrfaches Blinken"
}
]
},
"tags": [],
"UID": "hue:alert",
"advanced": true,
"id": "alert"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Ermöglicht die Steuerung der Helligkeit. Ermöglicht ebenfalls die Lampe ein- und auszuschalten.",
"label": "Helligkeit",
"category": "DimmableLight",
"itemType": "Dimmer",
"kind": "STATE",
"tags": [
"Lighting"
],
"UID": "hue:brightness",
"advanced": false,
"id": "brightness"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Ermöglicht die Steuerung der Farbe. Ermöglicht ebenfalls die Lampe zu dimmen oder ein- und auszuschalten.",
"label": "Farbe",
"category": "ColorLight",
"itemType": "Color",
"kind": "STATE",
"tags": [
"Lighting"
],
"UID": "hue:color",
"advanced": false,
"id": "color"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Ermöglicht die Steuerung der Farbtemperatur. Von Tageslichtweiß (0) bis Warmweiß (100).",
"label": "Farbtemperatur",
"category": "ColorLight",
"itemType": "Dimmer",
"kind": "STATE",
"tags": [],
"UID": "hue:color_temperature",
"advanced": false,
"id": "color_temperature"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Der Licht Level ist unter dem Dunkel-Schwellwert.",
"label": "Dunkel",
"itemType": "Switch",
"kind": "STATE",
"stateDescription": {
"readOnly": true,
"options": []
},
"tags": [],
"UID": "hue:dark",
"advanced": false,
"id": "dark"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Der Licht Level ist über dem Hell-Schwellwert.",
"label": "Hell",
"itemType": "Switch",
"kind": "STATE",
"stateDescription": {
"readOnly": true,
"options": []
},
"tags": [],
"UID": "hue:daylight",
"advanced": false,
"id": "daylight"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Der zuletzt gedrückte Taster an dem Dimmer-Schalter.",
"label": "Dimmer-Schalter",
"itemType": "Number",
"kind": "STATE",
"stateDescription": {
"pattern": "%d",
"readOnly": true,
"options": [
{
"value": "1000",
"label": "An (Initial)"
},
{
"value": "1001",
"label": "An (Gehalten)"
},
{
"value": "1002",
"label": "An (Kurz Gedrückt)"
},
{
"value": "1003",
"label": "An (Lang Gedrückt)"
},
{
"value": "2000",
"label": "Heller (Initial)"
},
{
"value": "2001",
"label": "Heller (Gehalten)"
},
{
"value": "2002",
"label": "Heller (Kurz Gedrückt)"
},
{
"value": "2003",
"label": "Heller (Lang Gedrückt)"
},
{
"value": "3000",
"label": "Dunkler (Initial) "
},
{
"value": "3001",
"label": "Dunkler (Gehalten)"
},
{
"value": "3002",
"label": "Dunkler (Kurz Gedrückt)"
},
{
"value": "3003",
"label": "Dunkler (Lang Gedrückt)"
},
{
"value": "4000",
"label": "Aus (Initial)"
},
{
"value": "4001",
"label": "Aus (Gehalten)"
},
{
"value": "4002",
"label": "Aus (Kurz Gedrückt)"
},
{
"value": "4003",
"label": "Aus (Lang Gedrückt)"
}
]
},
"tags": [],
"UID": "hue:dimmer_switch",
"advanced": false,
"id": "dimmer_switch"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Triggers when a button is pressed on the dimmer switch.",
"label": "Dimmer Switch Event",
"kind": "TRIGGER",
"tags": [],
"UID": "hue:dimmer_switch_event",
"advanced": false,
"id": "dimmer_switch_event"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Ermöglicht einen automatischen Farbwechsels.",
"label": "Farbeffekt",
"category": "ColorLight",
"itemType": "Switch",
"kind": "STATE",
"tags": [],
"UID": "hue:effect",
"advanced": true,
"id": "effect"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Die aktuelle Beleuchtungsstärke.",
"label": "Beleuchtungsstärke",
"itemType": "Number:Illuminance",
"kind": "STATE",
"stateDescription": {
"pattern": "%.1f %unit%",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "hue:illuminance",
"advanced": false,
"id": "illuminance"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Zeit, zu der sich dieser Wert geändert hat.",
"label": "Letzte Aktualisierung",
"category": "Time",
"itemType": "DateTime",
"kind": "STATE",
"stateDescription": {
"pattern": "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "hue:last_updated",
"advanced": false,
"id": "last_updated"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Das aktuelle Licht Level.",
"label": "Licht Level",
"itemType": "Number",
"kind": "STATE",
"stateDescription": {
"pattern": "%d",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "hue:light_level",
"advanced": true,
"id": "light_level"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Ermöglicht das Ein- und Ausschalten.",
"label": "Schalter",
"category": "Light",
"itemType": "Switch",
"kind": "STATE",
"tags": [
"Lighting"
],
"UID": "hue:switch",
"advanced": false,
"id": "switch"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Der zuletzt gedrückte Taster an dem Tap Schalter.",
"label": "Tap Schalter",
"itemType": "Number",
"kind": "STATE",
"stateDescription": {
"pattern": "%d",
"readOnly": true,
"options": [
{
"value": "34",
"label": "Taste 1"
},
{
"value": "16",
"label": "Taste 2"
},
{
"value": "17",
"label": "Taste 3"
},
{
"value": "18",
"label": "Taste 4"
}
]
},
"tags": [],
"UID": "hue:tap_switch",
"advanced": false,
"id": "tap_switch"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Triggers when a button is pressed on the tap switch.",
"label": "Tap Switch Event",
"kind": "TRIGGER",
"tags": [],
"UID": "hue:tap_switch_event",
"advanced": false,
"id": "tap_switch_event"
},
{
"parameters": [],
"parameterGroups": [],
"description": "Die aktuelle Temperatur.",
"label": "Temperatur",
"category": "Temperature",
"itemType": "Number:Temperature",
"kind": "STATE",
"stateDescription": {
"pattern": "%.1f %unit%",
"readOnly": true,
"options": []
},
"tags": [],
"UID": "hue:temperature",
"advanced": false,
"id": "temperature"
},
{
"parameters": [
{
"description": "An MQTT topic that this thing will subscribe to, to receive the state. This can be left empty, the channel will be state-less command-only channel.",
"label": "MQTT state topic",
"name": "stateTopic",
"required": false,
"type": "TEXT",
"readOnly": false,
"multiple": false,
"advanced": false,
"verify": false,
"limitToOptions": true,
"options": [],
"filterCriteria": []
},
{
"description": "An MQTT topic that this thing will send a command to. If not set, this will be a read-only switch.",
"label": "MQTT command topic",
"name": "commandTopic",
"required": false,
"type": "TEXT",
"readOnly": false,
"multiple": false,
"advanced": false,
"verify": false,
"limitToOptions": true,
"options": [],
"filterCriteria": []
},
{
"description": "Applies transformations to an incoming MQTT topic value. A transformation example for a received JSON would be \"JSONPATH:$.device.status.temperature\" for a json {device: {status: { temperature: 23.2 }}}. You can chain transformations by separating them with the intersection character ∩.",
"label": "Incoming value transformations",
"name": "transformationPattern",
"required": false,
"type": "TEXT",
"readOnly": false,
"multiple": false,
"groupName": "transformations",
"advanced": true,
"verify": false,
"limitToOptions": true,
"options": [],
"filterCriteria": []
},
{
"description": "Applies a transformation before publishing a MQTT topic value. Transformations are specialised in extracting a value, but some transformations like the MAP one could be useful.",
"label": "Outgoing value transformation",
"name": "transformationPatternOut",
"required": false,
"type": "TEXT",
"readOnly": false,
"multiple": false,
"groupName": "transformations",
"advanced": true,
"verify": false,
"limitToOptions": true,
"opti