thkl / hap-homematic

a AddOn for HomeMatic CCU3 (Raspberrymatic) that will bring HomeKit to your CCU
MIT License
221 stars 25 forks source link

Nach Neustart Installationsassistent und keine Bridge Instanzen #374

Closed tb59427 closed 3 years ago

tb59427 commented 3 years ago

Hi,

nachdem hap-homematic ewig problemlos bei mir lief hab ich jetzt nach Konfiguration einer neuen Intertechno Steckdose keine Verbindung mehr zu homekit. Hatte nach dem Anlegen der Steckdose die WebGUI von hap-homematic gestartet um ggfs. Zuordnungen zu Räumen zu machen. Das Gerät war aber nicht zu sehen. Also habe ich mal hap-homematic neu gestartet. Zu meiner Verwunderung startete der Konfigurationsassistent der mir fröhlich mitteilt (in dem Window, das mit Schritt 2 beginnt), welche Bridge Instanzen gefunden wurden: keine. Wenn ich mich dann durchklicke und fertigstelle, lande ich in einer "leeren" hap-homematic Oberfläche. Alles weg und ich bekomme auch keine neuen Geräte ins System. Entweder ich bin doof und überseh was oder irgendwas klemmt da. Hilfe wäre nett dazu...

Danke Torsten

thkl commented 3 years ago

Besteht ssh Zugriff auf die CCU ? Dann könntest Du mal hap beim starten zuschauen und sehen was ggf schief läuft.

tb59427 commented 3 years ago

ja, ssh geht. hab auch schonmal in /var/log geschaut...find da aber nix. Wo schau ich denn da?

Gruß -tb Am 19. Feb. 2021, 23:42 +0100 schrieb Thomas Kluge notifications@github.com:

Besteht ssh Zugriff auf die CCU ? Dann könntest Du mal hap beim starten zuschauen und sehen was ggf schief läuft. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

thkl commented 3 years ago

Den Daemon mit

/usr/local/etc/config/rc.d/hap-homematic stop

beenden. Und mit

node /usr/local/addons/hap-homematic/node_modules/hap-homematic/index.js

manuell starten. Ggf wirft er im Laufe des Starts da eine Exception die das Laden der Daten verhindert.

tb59427 commented 3 years ago

ok, werde ich testen und berichten

danke für Deine Hilfe

Gruß -tb Am 20. Feb. 2021, 09:42 +0100 schrieb Thomas Kluge notifications@github.com:

Den Daemon mit /usr/local/etc/config/rc.d/hap-homematic stop beenden. Und mit node /usr/local/addons/hap-homematic/node_modules/hap-homematic/index.js manuell starten. Ggf wirft er im Laufe des Starts da eine Exception die das Laden der Daten verhindert. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

tb59427 commented 3 years ago

Moin Thomas,

hier der Output vom Start des Daemon - kannst Du dem etwas entnehmen (ggfs. der Warning?)

Gruß -tb

node /usr/local/addons/hap-homematic/node_modules/hap-homematic/index.js [Sun Feb 21 2021 09:22:40 GMT+0100 (CET)] [HAP Server] ---- launching ---- [Sun Feb 21 2021 09:22:40 GMT+0100 (CET)] [HAP Server] Welcome to HAP Homematic. Use your HomeMatic devices in HomeKit [Sun Feb 21 2021 09:22:40 GMT+0100 (CET)] [HAP Server] (c) 2021 by @thkl - https://github.com/thkl/hap-homematic [Sun Feb 21 2021 09:22:40 GMT+0100 (CET)] [HAP Server] Logging into /tmp/hap-homematic.log [Sun Feb 21 2021 09:22:40 GMT+0100 (CET)] [HAP Server] using configuration at /usr/local/etc/config/addons/hap-homematic [Sun Feb 21 2021 09:22:40 GMT+0100 (CET)] [HAP Server] Using CCU at 127.0.0.1 [Sun Feb 21 2021 09:22:40 GMT+0100 (CET)] [HAP Server] [Server] settings loading ... [Sun Feb 21 2021 09:22:40 GMT+0100 (CET)] [HAP Server] [Server] config loading completed; start building servicetable [Sun Feb 21 2021 09:22:40 GMT+0100 (CET)] [HAP Server] [Server] service loading completed; publishing services [Sun Feb 21 2021 09:22:40 GMT+0100 (CET)] [HAP Server] [Server] settings loading is done ; continuing init [Sun Feb 21 2021 09:22:40 GMT+0100 (CET)] [HAP Server] [Server] Using config from /usr/local/etc/config/addons/hap-homematic/persist [Sun Feb 21 2021 09:22:41 GMT+0100 (CET)] [HAP Server] Spawning configuration service with PID 30141 [Sun Feb 21 2021 09:22:41 GMT+0100 (CET)] [HAP Server] [Server] current restart count is 1 [Sun Feb 21 2021 09:22:41 GMT+0100 (CET)] [HAP Server] [Server] Checking rega connection [Sun Feb 21 2021 09:22:41 GMT+0100 (CET)] [HAP Server] [CCU] check Rega is alive [Sun Feb 21 2021 09:22:41 GMT+0100 (CET)] [HAP Server] [Server] Rega is alive going ahead [Sun Feb 21 2021 09:22:41 GMT+0100 (CET)] [HAP Server] [Server] continueInitialization [Sun Feb 21 2021 09:22:41 GMT+0100 (CET)] [HAP Server] [CCU] loading databases from /usr/local/etc/config/addons/hap-homematic [Sun Feb 21 2021 09:22:41 GMT+0100 (CET)] [HAP Server] [CCU] loading object database for devices from /usr/local/etc/config/addons/hap-homematic/devices.json (node:30121) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'length' of undefined  at HomeMaticCCU.loadDatabases (/usr/local/addons/hap-homematic/node_modules/hap-homematic/lib/HomeMaticCCU.js:148:81)  at processTicksAndRejections (internal/process/task_queues.js:97:5)  at async Server.connectCCU (/usr/local/addons/hap-homematic/node_modules/hap-homematic/lib/Server.js:365:5)  at async Server.continueInitialization (/usr/local/addons/hap-homematic/node_modules/hap-homematic/lib/Server.js:207:5) (node:30121) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) (node:30121) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. [Sun Feb 21 2021 09:22:47 GMT+0100 (CET)] [HAP ConfigServer] [Config] launching configuration service [Sun Feb 21 2021 09:22:47 GMT+0100 (CET)] [HAP ConfigServer] debug [Sun Feb 21 2021 09:22:47 GMT+0100 (CET)] [HAP ConfigServer] Config Start heartBeat [Sun Feb 21 2021 09:22:47 GMT+0100 (CET)] [HAP ConfigServer] Config Server is running [Sun Feb 21 2021 09:22:47 GMT+0100 (CET)] [HAP ConfigServer] [Config] server is up and running messaging daemon about that [Sun Feb 21 2021 09:22:47 GMT+0100 (CET)] [HAP ConfigServer] [Config] running secure configuration server on port 9874 [Sun Feb 21 2021 09:22:47 GMT+0100 (CET)] [HAP ConfigServer] Services :{"ABSTRACT":[{"serviceClazz":"HomeMaticAccessory","settings":{},"priority":0,"description":"You should never see this","filterDevice":[]}],"ARMING":[{"serviceClazz":"HomeMaticAlarmAccessory","settings":{},"priority":0,"description":"This service provides a alarm system for HomeKit","filterDevice":[]}],"VARIABLE":[{"serviceClazz":"HomeMaticVariableNumberSensorAccessory","settings":{"Type":{"type":"option","array":["Humidity","Lightbulb"],"default":"Lightbulb","label":"Subtype of this device","hint":"This device can have different sub types"}},"priority":0,"description":"This service provides a sensor with value from variables","filterDevice":[]},{"serviceClazz":"HomeMaticVariableBinarySensorAccessory","settings":{"Type":{"type":"option","array":["Motion","Contact","Leak","Occupancy","Smoke"],"default":"Motion","label":"Subtype of this device","hint":"This device can have different sub types"}},"priority":0,"description":"This service provides a sensor with value from variables","filterDevice":[]},{"serviceClazz":"HomeMaticVariableAlarmAccessory","settings":{"STAY_ARM":{"type":"number","default":0,"label":"Value for stay","hint":"The value of your HomeMatic variable when it says you are at home. Set it to -1 if you do not want this state.","mandatory":false},"AWAY_ARM":{"type":"number","default":1,"label":"Value for away","hint":"The value of your HomeMatic variable when it says you are away. Set it to -1 if you do not want this state.","mandatory":false},"NIGHT_ARM":{"type":"number","default":2,"label":"Value for night","hint":"The value of your HomeMatic variable when it says your home internal secured. Set it to -1 if you do not want this state.","mandatory":false},"DISARMED":{"type":"number","default":3,"label":"Value for disarmed","hint":"The value of your HomeMatic variable when it says the alarm system is off. Set it to -1 if you do not want this state.","mandatory":false},"ALARM_TRIGGERED":{"type":"number","default":4,"label":"Value for alarm","hint":"The value of your HomeMatic variable when all the red lights are flashing. Set it to -1 if you do not want this state.","mandatory":false}},"priority":0,"description":"This service provides a alarm system based on a variable","filterDevice":[]},{"serviceClazz":"HomeMaticVariableAccessory","settings":{},"priority":0,"description":"This service provides a switch or lightbulb to control variables","filterDevice":[]},{"serviceClazz":"HomeMaticVarBasedThermometerAccessory","settings":{},"priority":0,"description":"This service provides a temperature sensor HomeKit based on a variable from your ccu","filterDevice":[]},{"serviceClazz":"HomeMaticVarBasedElectricConsumptionAccessory","settings":{"requery_time":{"type":"number","default":60,"label":"Variable requery time","hint":"Time (min) the variable will be queried again to fetch a new data.","mandatory":false},"factor":{"type":"number","default":1,"label":"Factor","hint":"Eve wants kwH,and the value of your variable will be multiplied with this factor, so here u are able to do the math.","mandatory":false},"mode":{"type":"option","array":["POWER","CONSUMPTION"],"default":"CONSUMPTION","label":"Subtype of this device","hint":"This device can have different sub types"}},"priority":0,"description":"This service provides a power comsumption sensor HomeKit based on a variable from your ccu","filterDevice":[]},{"serviceClazz":"HomeMaticBatVariableAccessory","settings":{"lowLevelValue":{"type":"number","default":0,"label":"LowLevel Value","hint":"Battery level below this will trigger a LowLevel message"}},"priority":0,"description":"This service provides a battery indicator based on a HomeMatic variable","filterDevice":[]}],"BLIND":[{"serviceClazz":"HomeMaticBlindAccessory","settings":{"MinForClose":{"type":"number","default":0,"label":"min value for close","hint":"set homkit to close if the blind is below this value"},"MaxForOpen":{"type":"number","default":100,"label":"max value for open","hint":"set homkit to open if the blind is above this value"},"MinClose":{"type":"number","default":0,"label":"min value","hint":"do not close the blind below this level"},"MaxOpen":{"type":"number","default":100,"label":"max value","hint":"do not open the blind above this level"},"observeInhibit":{"type":"checkbox","default":true,"label":"Observe Inhibit","hint":"when checked the blind will not move when inhbit is set"},"reverse":{"type":"checkbox","default":false,"label":"reverse values","hint":"0 is 100 and 100 is 0"}},"priority":0,"description":"You can control your blinds with this service","filterDevice":[]}],"JALOUSIE":[{"serviceClazz":"HomeMaticBlindAccessory","settings":{"MinForClose":{"type":"number","default":0,"label":"min value for close","hint":"set homkit to close if the blind is below this value"},"MaxForOpen":{"type":"number","default":100,"label":"max value for open","hint":"set homkit to open if the blind is above this value"},"MinClose":{"type":"number","default":0,"label":"min value","hint":"do not close the blind below this level"},"MaxOpen":{"type":"number","default":100,"label":"max value","hint":"do not open the blind above this level"},"observeInhibit":{"type":"checkbox","default":true,"label":"Observe Inhibit","hint":"when checked the blind will not move when inhbit is set"},"reverse":{"type":"checkbox","default":false,"label":"reverse values","hint":"0 is 100 and 100 is 0"}},"priority":0,"description":"You can control your blinds with this service","filterDevice":[]}],"SHUTTER_VIRTUAL_RECEIVER":[{"serviceClazz":"HomeMaticBlindIPAccessory","settings":{"MinForClose":{"type":"number","default":0,"label":"min value for close","hint":"set homkit to close if the blind is below this value"},"MaxForOpen":{"type":"number","default":100,"label":"max value for open","hint":"set homkit to open if the blind is above this value"},"MinClose":{"type":"number","default":0,"label":"min value","hint":"do not close the blind below this level"},"MaxOpen":{"type":"number","default":100,"label":"max value","hint":"do not open the blind above this level"},"observeInhibit":{"type":"checkbox","default":true,"label":"Observe Inhibit","hint":"when checked the blind will not move when inhbit is set"},"useSlats":{"type":"checkbox","default":true,"label":"Add Slats","hint":"when available a control to manipulate the slats will be added"},"reverse":{"type":"checkbox","default":false,"label":"reverse values","hint":"0 is 100 and 100 is 0"}},"priority":0,"description":"You can control your blinds with this service","filterDevice":[]}],"BLIND_VIRTUAL_RECEIVER":[{"serviceClazz":"HomeMaticBlindIPAccessory","settings":{"MinForClose":{"type":"number","default":0,"label":"min value for close","hint":"set homkit to close if the blind is below this value"},"MaxForOpen":{"type":"number","default":100,"label":"max value for open","hint":"set homkit to open if the blind is above this value"},"MinClose":{"type":"number","default":0,"label":"min value","hint":"do not close the blind below this level"},"MaxOpen":{"type":"number","default":100,"label":"max value","hint":"do not open the blind above this level"},"observeInhibit":{"type":"checkbox","default":true,"label":"Observe Inhibit","hint":"when checked the blind will not move when inhbit is set"},"useSlats":{"type":"checkbox","default":true,"label":"Add Slats","hint":"when available a control to manipulate the slats will be added"},"reverse":{"type":"checkbox","default":false,"label":"reverse values","hint":"0 is 100 and 100 is 0"}},"priority":0,"description":"You can control your blinds with this service","filterDevice":[]}],"CONTACT":[{"serviceClazz":"HomeMaticWindowAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a window device in HomeKit based on a ccu contact","filterDevice":[]},{"serviceClazz":"HomeMaticDoorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a door based on a ccu contact in HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticContactSensorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a Contact in HomeKit","filterDevice":[]}],"SHUTTER_CONTACT":[{"serviceClazz":"HomeMaticWindowAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a window device in HomeKit based on a ccu contact","filterDevice":[]},{"serviceClazz":"HomeMaticDoorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a door based on a ccu contact in HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticContactSensorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a Contact in HomeKit","filterDevice":[]}],"TILT_SENSOR":[{"serviceClazz":"HomeMaticMotionAccessory","settings":{"ignore_lightsensor":{"type":"checkbox","default":false,"label":"No Illumination sensor","hint":""}},"priority":0,"description":"This service provides a motion sensor in HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticContactSensorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a Contact in HomeKit","filterDevice":[]}],"HmIP-SAM:ACCELERATION_TRANSCEIVER":[{"serviceClazz":"HomeMaticContactSensorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a Contact in HomeKit","filterDevice":[]}],"SHUTTER_CONTACT_TRANSCEIVER":[{"serviceClazz":"HomeMaticContactSensorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a Contact in HomeKit","filterDevice":[]}],"HMW-Sen-SC-12-DR:SENSOR":[{"serviceClazz":"HomeMaticContactSensorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a Contact in HomeKit","filterDevice":[]}],"MULTI_MODE_INPUT_TRANSMITTER":[{"serviceClazz":"HomeMaticWindowAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a window device in HomeKit based on a ccu contact","filterDevice":[]},{"serviceClazz":"HomeMaticPushTheButtonAccessory","settings":{"evntType":{"type":"option","array":["PRESS_SHORT","PRESS_LONG","BOTH"],"default":"PRESS_SHORT","label":"Key Event","hint":"Which event should be fired"}},"priority":0,"description":"This service provides a switch HomeKit which will press the assigned key at your ccu","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticKeyAccessory","settings":{},"priority":0,"description":"This service provides a programmable switch in HomeKit based on a ccu KEY","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticDoorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a door based on a ccu contact in HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticContactSensorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a Contact in HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticKeyTriggeredMotionAccessory","settings":{},"priority":1,"description":"This service provides a motion sensor based on a short press event in HomeKit","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticDoorBellAccessory","settings":{},"priority":1,"description":"This service provides a door bell in HomeKit, based on a KEY event at your CCU","filterDevice":[]}],"WRAPPER":[{"serviceClazz":"HomeMaticContactSensorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a Contact in HomeKit","filterDevice":[]}],"DIMMER":[{"serviceClazz":"HomeMaticDimmerAccessory","settings":{"useRampTime":{"type":"checkbox","default":false,"label":"Use Ramp Time","hint":"uses a dimmer ramp time to slowly set the new level"},"rampTime":{"type":"number","default":500,"label":"Ramp time in ms","hint":"uses a dimmer ramp time to slowly set the new level"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."},"MinValue":{"type":"number","default":0,"label":"min Dim Value","hint":"This is the minium HAP will dim this light (0-100). Set this to 0 to turn off this feature."},"MaxValue":{"type":"number","default":0,"label":"max Dim Value","hint":"This is the maximum HAP will dim this light (0-100). Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a dimmer in HomeKit","filterDevice":[]}],"VIRTUAL_DIMMER":[{"serviceClazz":"HomeMaticDimmerAccessory","settings":{"useRampTime":{"type":"checkbox","default":false,"label":"Use Ramp Time","hint":"uses a dimmer ramp time to slowly set the new level"},"rampTime":{"type":"number","default":500,"label":"Ramp time in ms","hint":"uses a dimmer ramp time to slowly set the new level"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."},"MinValue":{"type":"number","default":0,"label":"min Dim Value","hint":"This is the minium HAP will dim this light (0-100). Set this to 0 to turn off this feature."},"MaxValue":{"type":"number","default":0,"label":"max Dim Value","hint":"This is the maximum HAP will dim this light (0-100). Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a dimmer in HomeKit","filterDevice":[]}],"DIMMER_VIRTUAL_RECEIVER":[{"serviceClazz":"HomeMaticDimmerAccessory","settings":{"useRampTime":{"type":"checkbox","default":false,"label":"Use Ramp Time","hint":"uses a dimmer ramp time to slowly set the new level"},"rampTime":{"type":"number","default":500,"label":"Ramp time in ms","hint":"uses a dimmer ramp time to slowly set the new level"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."},"MinValue":{"type":"number","default":0,"label":"min Dim Value","hint":"This is the minium HAP will dim this light (0-100). Set this to 0 to turn off this feature."},"MaxValue":{"type":"number","default":0,"label":"max Dim Value","hint":"This is the maximum HAP will dim this light (0-100). Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a dimmer in HomeKit","filterDevice":[]}],"VIR-LG-WHITE-DIM-CH":[{"serviceClazz":"HomeMaticDimmerAccessory","settings":{"useRampTime":{"type":"checkbox","default":false,"label":"Use Ramp Time","hint":"uses a dimmer ramp time to slowly set the new level"},"rampTime":{"type":"number","default":500,"label":"Ramp time in ms","hint":"uses a dimmer ramp time to slowly set the new level"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."},"MinValue":{"type":"number","default":0,"label":"min Dim Value","hint":"This is the minium HAP will dim this light (0-100). Set this to 0 to turn off this feature."},"MaxValue":{"type":"number","default":0,"label":"max Dim Value","hint":"This is the maximum HAP will dim this light (0-100). Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a dimmer in HomeKit","filterDevice":[]}],"VIR-LG-DIM-CH":[{"serviceClazz":"HomeMaticDimmerAccessory","settings":{"useRampTime":{"type":"checkbox","default":false,"label":"Use Ramp Time","hint":"uses a dimmer ramp time to slowly set the new level"},"rampTime":{"type":"number","default":500,"label":"Ramp time in ms","hint":"uses a dimmer ramp time to slowly set the new level"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."},"MinValue":{"type":"number","default":0,"label":"min Dim Value","hint":"This is the minium HAP will dim this light (0-100). Set this to 0 to turn off this feature."},"MaxValue":{"type":"number","default":0,"label":"max Dim Value","hint":"This is the maximum HAP will dim this light (0-100). Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a dimmer in HomeKit","filterDevice":[]}],"KEY":[{"serviceClazz":"HomeMaticPushTheButtonAccessory","settings":{"evntType":{"type":"option","array":["PRESS_SHORT","PRESS_LONG","BOTH"],"default":"PRESS_SHORT","label":"Key Event","hint":"Which event should be fired"}},"priority":0,"description":"This service provides a switch HomeKit which will press the assigned key at your ccu","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticKeyAccessory","settings":{},"priority":0,"description":"This service provides a programmable switch in HomeKit based on a ccu KEY","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticKeyTriggeredMotionAccessory","settings":{},"priority":1,"description":"This service provides a motion sensor based on a short press event in HomeKit","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticDoorBellAccessory","settings":{},"priority":1,"description":"This service provides a door bell in HomeKit, based on a KEY event at your CCU","filterDevice":[]}],"VIRTUAL_KEY":[{"serviceClazz":"HomeMaticPushTheButtonAccessory","settings":{"evntType":{"type":"option","array":["PRESS_SHORT","PRESS_LONG","BOTH"],"default":"PRESS_SHORT","label":"Key Event","hint":"Which event should be fired"}},"priority":0,"description":"This service provides a switch HomeKit which will press the assigned key at your ccu","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticKeyAccessory","settings":{},"priority":0,"description":"This service provides a programmable switch in HomeKit based on a ccu KEY","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticKeyTriggeredMotionAccessory","settings":{},"priority":1,"description":"This service provides a motion sensor based on a short press event in HomeKit","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticDoorBellAccessory","settings":{},"priority":1,"description":"This service provides a door bell in HomeKit, based on a KEY event at your CCU","filterDevice":[]}],"SWITCH_INTERFACE":[{"serviceClazz":"HomeMaticKeyAccessory","settings":{},"priority":0,"description":"This service provides a programmable switch in HomeKit based on a ccu KEY","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticDoorBellAccessory","settings":{},"priority":1,"description":"This service provides a door bell in HomeKit, based on a KEY event at your CCU","filterDevice":[]}],"SWITCH":[{"serviceClazz":"HomeMaticSwitchAccessory","settings":{"Type":{"type":"option","array":["Lightbulb","Outlet","Switch","Fan"],"default":"Lightbulb","label":"Subtype of this device","hint":"A switch can have different sub types"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a switch","filterDevice":[]},{"serviceClazz":"HomeMaticProgrammableSwitchAccessory","settings":{},"priority":0,"description":"This service provides a switch","filterDevice":[]},{"serviceClazz":"HomeMaticValveAccessory","settings":{"valveType":{"type":"option","array":["Irrigation","Shower head","Water faucet","Generic"],"default":"Generic","label":"Type of valve","hint":"A valve can have different types"}},"priority":1,"description":"This service provides a valve in HomeKit based on a switch from your ccu","filterDevice":[]},{"serviceClazz":"HomeMaticDoorOpenerAccessory","settings":{"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Default is 10 sec."}},"priority":1,"description":"This service provides a door lock service which will actuate a switch","filterDevice":[]}],"SWITCH_VIRTUAL_RECEIVER":[{"serviceClazz":"HomeMaticSwitchAccessory","settings":{"Type":{"type":"option","array":["Lightbulb","Outlet","Switch","Fan"],"default":"Lightbulb","label":"Subtype of this device","hint":"A switch can have different sub types"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a switch","filterDevice":[]},{"serviceClazz":"HomeMaticProgrammableSwitchAccessory","settings":{},"priority":0,"description":"This service provides a switch","filterDevice":[]},{"serviceClazz":"HomeMaticValveAccessory","settings":{"valveType":{"type":"option","array":["Irrigation","Shower head","Water faucet","Generic"],"default":"Generic","label":"Type of valve","hint":"A valve can have different types"}},"priority":1,"description":"This service provides a valve in HomeKit based on a switch from your ccu","filterDevice":[]},{"serviceClazz":"HomeMaticDoorOpenerAccessory","settings":{"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Default is 10 sec."}},"priority":1,"description":"This service provides a door lock service which will actuate a switch","filterDevice":[]}],"DUAL_WHITE_BRIGHTNESS":[{"serviceClazz":"HomeMaticDualWhiteDimmerAccessory","settings":{"useRampTime":{"type":"checkbox","default":false,"label":"Use Ramp Time","hint":"uses a dimmer ramp time to slowly set the new level"},"rampTime":{"type":"number","default":500,"label":"Ramp time in ms","hint":"uses a dimmer ramp time to slowly set the new level"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."},"MinValue":{"type":"number","default":0,"label":"min Dim Value","hint":"This is the minium HAP will dim this light (0-100). Set this to 0 to turn off this feature."},"MaxValue":{"type":"number","default":0,"label":"max Dim Value","hint":"This is the maximum HAP will dim this light (0-100). Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a dimmer in HomeKit","filterDevice":[]}],"DUMMY":[{"serviceClazz":"HomeMaticDummyAccessory","settings":{},"priority":0,"description":"You should never see this","filterDevice":[]}],"CAPACITIVE_FILLING_LEVEL_SENSOR":[{"serviceClazz":"HomeMaticFillingSensorAccessory","settings":{},"priority":0,"description":"This service provides a filling sensor","filterDevice":[]}],"CLIMATECONTROL_FLOOR_TRANSCEIVER":[{"serviceClazz":"HomeMaticFloorHeatingActuatorAccessory","settings":{},"priority":0,"description":"You should never see this","filterDevice":[]}],"FLOWERCARE":[{"serviceClazz":"HomeMaticFlowerCareAccessory","settings":{},"priority":0,"description":"This service provides a flower sensor for HomeKit","filterDevice":[]}],"DOOR_RECEIVER":[{"serviceClazz":"HomeMaticGarageDoorOpenerAccessory","settings":{"addventilation":{"type":"checkbox","default":false,"label":"Add ventilation","hint":"Adds a button to set the gate to ventilation mode"}},"priority":0,"description":"This service provides a garage door opener in HomeKit","filterDevice":[]}],"WEATHER":[{"serviceClazz":"HomeMaticThermometerAccessory","settings":{"IgnoreTempMeasurement":{"type":"checkbox","default":false,"label":"Ignore temperature","hint":"if your device only measures the humidity u should ignore the temperature measurements"},"IgnoreHumidiyMeasurement":{"type":"checkbox","default":false,"label":"Ignore humidity","hint":"if your device only measures the temperature u should ignore the humidity measurements"},"optionalCo2Sensor":{"type":"text","label":"opt. CO2 Sensor","selector":"variables","hint":"You can add an optional CO2 Sensor here. The value will be read from that variable."}},"priority":0,"description":"This service provides a temperature sensor HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticHumidityAccessory","settings":{},"priority":0,"description":"This service provides a humidity sensor for HomeKit","filterDevice":[]}],"CLIMATE_TRANSCEIVER":[{"serviceClazz":"HomeMaticThermometerAccessory","settings":{"IgnoreTempMeasurement":{"type":"checkbox","default":false,"label":"Ignore temperature","hint":"if your device only measures the humidity u should ignore the temperature measurements"},"IgnoreHumidiyMeasurement":{"type":"checkbox","default":false,"label":"Ignore humidity","hint":"if your device only measures the temperature u should ignore the humidity measurements"},"optionalCo2Sensor":{"type":"text","label":"opt. CO2 Sensor","selector":"variables","hint":"You can add an optional CO2 Sensor here. The value will be read from that variable."}},"priority":0,"description":"This service provides a temperature sensor HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticHumidityAccessory","settings":{},"priority":0,"description":"This service provides a humidity sensor for HomeKit","filterDevice":[]}],"HmIP-STH:HEATING_CLIMATECONTROL_TRANSCEIVER":[{"serviceClazz":"HomeMaticThermometerAccessory","settings":{"IgnoreTempMeasurement":{"type":"checkbox","default":false,"label":"Ignore temperature","hint":"if your device only measures the humidity u should ignore the temperature measurements"},"IgnoreHumidiyMeasurement":{"type":"checkbox","default":false,"label":"Ignore humidity","hint":"if your device only measures the temperature u should ignore the humidity measurements"},"optionalCo2Sensor":{"type":"text","label":"opt. CO2 Sensor","selector":"variables","hint":"You can add an optional CO2 Sensor here. The value will be read from that variable."}},"priority":0,"description":"This service provides a temperature sensor HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticHumidityAccessory","settings":{},"priority":0,"description":"This service provides a humidity sensor for HomeKit","filterDevice":[]}],"HmIP-STHD:HEATING_CLIMATECONTROL_TRANSCEIVER":[{"serviceClazz":"HomeMaticThermometerAccessory","settings":{"IgnoreTempMeasurement":{"type":"checkbox","default":false,"label":"Ignore temperature","hint":"if your device only measures the humidity u should ignore the temperature measurements"},"IgnoreHumidiyMeasurement":{"type":"checkbox","default":false,"label":"Ignore humidity","hint":"if your device only measures the temperature u should ignore the humidity measurements"},"optionalCo2Sensor":{"type":"text","label":"opt. CO2 Sensor","selector":"variables","hint":"You can add an optional CO2 Sensor here. The value will be read from that variable."}},"priority":0,"description":"This service provides a temperature sensor HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticHumidityAccessory","settings":{},"priority":0,"description":"This service provides a humidity sensor for HomeKit","filterDevice":[]}],"HmIP-WTH-2:HEATING_CLIMATECONTROL_TRANSCEIVER":[{"serviceClazz":"HomeMaticThermometerAccessory","settings":{"IgnoreTempMeasurement":{"type":"checkbox","default":false,"label":"Ignore temperature","hint":"if your device only measures the humidity u should ignore the temperature measurements"},"IgnoreHumidiyMeasurement":{"type":"checkbox","default":false,"label":"Ignore humidity","hint":"if your device only measures the temperature u should ignore the humidity measurements"},"optionalCo2Sensor":{"type":"text","label":"opt. CO2 Sensor","selector":"variables","hint":"You can add an optional CO2 Sensor here. The value will be read from that variable."}},"priority":0,"description":"This service provides a temperature sensor HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticHumidityAccessory","settings":{},"priority":0,"description":"This service provides a humidity sensor for HomeKit","filterDevice":[]}],"HmIP-WTH:HEATING_CLIMATECONTROL_TRANSCEIVER":[{"serviceClazz":"HomeMaticThermometerAccessory","settings":{"IgnoreTempMeasurement":{"type":"checkbox","default":false,"label":"Ignore temperature","hint":"if your device only measures the humidity u should ignore the temperature measurements"},"IgnoreHumidiyMeasurement":{"type":"checkbox","default":false,"label":"Ignore humidity","hint":"if your device only measures the temperature u should ignore the humidity measurements"},"optionalCo2Sensor":{"type":"text","label":"opt. CO2 Sensor","selector":"variables","hint":"You can add an optional CO2 Sensor here. The value will be read from that variable."}},"priority":0,"description":"This service provides a temperature sensor HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticHumidityAccessory","settings":{},"priority":0,"description":"This service provides a humidity sensor for HomeKit","filterDevice":[]}],"HmIP-BWTH:HEATING_CLIMATECONTROL_TRANSCEIVER":[{"serviceClazz":"HomeMaticHumidityAccessory","settings":{},"priority":0,"description":"This service provides a humidity sensor for HomeKit","filterDevice":[]}],"WEATHER_TRANSMIT":[{"serviceClazz":"HomeMaticThermometerAccessory","settings":{"IgnoreTempMeasurement":{"type":"checkbox","default":false,"label":"Ignore temperature","hint":"if your device only measures the humidity u should ignore the temperature measurements"},"IgnoreHumidiyMeasurement":{"type":"checkbox","default":false,"label":"Ignore humidity","hint":"if your device only measures the temperature u should ignore the humidity measurements"},"optionalCo2Sensor":{"type":"text","label":"opt. CO2 Sensor","selector":"variables","hint":"You can add an optional CO2 Sensor here. The value will be read from that variable."}},"priority":0,"description":"This service provides a temperature sensor HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticHumidityAccessory","settings":{},"priority":0,"description":"This service provides a humidity sensor for HomeKit","filterDevice":[]}],"ACCELERATION_TRANSCEIVER":[{"serviceClazz":"HomeMaticIPAccelerationAccessory","settings":{"ignore_lightsensor":{"type":"checkbox","default":false,"label":"No Illumination sensor","hint":""},"useActive":{"type":"checkbox","default":false,"label":"Add Active Switch","hint":"adds a switch to turn the sensor on and off"}},"priority":0,"description":"This service provides a motion sensor in HomeKit based on a acceleration device.","filterDevice":[]}],"WATER_DETECTION_TRANSMITTER":[{"serviceClazz":"HomeMaticIPLeakSensorAccessory","settings":{"evntType":{"type":"option","array":["MOISTURE_DETECTED","WATERLEVEL_DETECTED"],"default":"WATERLEVEL_DETECTED","label":"Leak event","hint":"on which event should the sensor fire a leak message"}},"priority":0,"description":"This service provides a leak sensor in HomeKit","filterDevice":[]}],"MOTIONDETECTOR_TRANSCEIVER":[{"serviceClazz":"HomeMaticIPMotionAccessory","settings":{"ignore_lightsensor":{"type":"checkbox","default":false,"label":"No Illumination sensor","hint":""},"useActive":{"type":"checkbox","default":false,"label":"Add Active Switch","hint":"adds a switch to turn the sensor on and off"}},"priority":0,"description":"This service provides a motion sensor in HomeKit","filterDevice":[]}],"ENERGIE_METER_TRANSMITTER":[{"serviceClazz":"HomeMaticIPPowerMeterSwitchAccessory","settings":{"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a power meter in HomeKit (this only works in eve)","filterDevice":[]}],"RAIN_DETECTION_TRANSMITTER":[{"serviceClazz":"HomeMaticIPRainDetectorAccessory","settings":{},"priority":0,"description":"This service provides a leak sensor in HomeKit which connects to a CCU Rain Detector","filterDevice":[]}],"HmIP-SWSD:SMOKE_DETECTOR":[{"serviceClazz":"HomeMaticIPSmokeDetectorAccessory","settings":{"single_alarm":{"type":"checkbox","default":false,"label":"Detect single alarms","hint":""}},"priority":0,"description":"This service provides a smoke detector in HomeKit","filterDevice":[]}],"KEY_TRANSCEIVER":[{"serviceClazz":"HomeMaticPushTheButtonAccessory","settings":{"evntType":{"type":"option","array":["PRESS_SHORT","PRESS_LONG","BOTH"],"default":"PRESS_SHORT","label":"Key Event","hint":"Which event should be fired"}},"priority":0,"description":"This service provides a switch HomeKit which will press the assigned key at your ccu","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticKeyAccessory","settings":{},"priority":0,"description":"This service provides a programmable switch in HomeKit based on a ccu KEY","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticKeyTriggeredMotionAccessory","settings":{},"priority":1,"description":"This service provides a motion sensor based on a short press event in HomeKit","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]}],"KEYMATIC":[{"serviceClazz":"HomeMaticKeyMaticAccessory","settings":{"unlockMode":{"type":"option","array":["unlock","open"],"default":"unlock","label":"Unlock mode","hint":"What to do when HomeKit will unlock the door"}},"priority":0,"description":"This service provides a locking system in HomeKit connected to your Keymatic","filterDevice":[]}],"WATERDETECTIONSENSOR":[{"serviceClazz":"HomeMaticLeakSensorAccessory","settings":{},"priority":0,"description":"This service provides a leak sensor in HomeKit","filterDevice":[]}],"LUXMETER":[{"serviceClazz":"HomeMaticLightSensorAccessory","settings":{"ignore_lightsensor":{"type":"checkbox","default":false,"label":"No Illumination sensor","hint":""}},"priority":0,"description":"This service provides a light sensor in HomeKit","filterDevice":[]}],"BRIGHTNESS_TRANSMITTER":[{"serviceClazz":"HomeMaticLightSensorAccessory","settings":{"ignore_lightsensor":{"type":"checkbox","default":false,"label":"No Illumination sensor","hint":""}},"priority":0,"description":"This service provides a light sensor in HomeKit","filterDevice":[]}],"MOTION_DETECTOR":[{"serviceClazz":"HomeMaticMotionAccessory","settings":{"ignore_lightsensor":{"type":"checkbox","default":false,"label":"No Illumination sensor","hint":""}},"priority":0,"description":"This service provides a motion sensor in HomeKit","filterDevice":[]}],"POWERMETER_IGL":[{"serviceClazz":"HomeMaticPowerMeterAccessory","settings":{},"priority":0,"description":"This service provides a enery counter in HomeKit (this only works in eve)","filterDevice":[]}],"POWERMETER":[{"serviceClazz":"HomeMaticPowerMeterSwitchAccessory","settings":{"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a enery counter with a switch actor in HomeKit (this only works in eve)","filterDevice":[]}],"PRESENCEDETECTOR_TRANSCEIVER":[{"serviceClazz":"HomeMaticPresenceAccessory","settings":{"ignore_lightsensor":{"type":"checkbox","default":false,"label":"No Illumination sensor","hint":""},"useActive":{"type":"checkbox","default":false,"label":"Add Active Switch","hint":"adds a switch to turn the sensor on and off"}},"priority":0,"description":"This service provides a motion sensor in HomeKit based on a ccu presence detector","filterDevice":[]}],"PROGRAMM":[{"serviceClazz":"HomeMaticProgramAccessory","settings":{},"priority":0,"description":"This service provides a switch where u can start a program from","filterDevice":[]}],"STATUS_INDICATOR":[{"serviceClazz":"HomeMaticSwitchAccessory","settings":{"Type":{"type":"option","array":["Lightbulb","Outlet","Switch","Fan"],"default":"Lightbulb","label":"Subtype of this device","hint":"A switch can have different sub types"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a switch","filterDevice":[]},{"serviceClazz":"HomeMaticProgrammableSwitchAccessory","settings":{},"priority":0,"description":"This service provides a switch","filterDevice":[]}],"HM-TC-IT-WM-W-EU:THERMALCONTROL_TRANSMIT":[{"serviceClazz":"HomeMaticProgrammableThermostatAccessory","settings":{"addBootMode":{"type":"checkbox","default":false,"label":"Add a boost mode switch","hint":"adds a switch to turn the boost mode on"},"eveprog":{"type":"option","array":["1","2","3"],"default":"1","label":"use thermostat program no.","hint":"Settings from eve will stored as program at the thermostat"}},"priority":0,"description":"This service provides a thermostat for HomeKit","filterDevice":[]}],"RGBW_COLOR":[{"serviceClazz":"HomeMaticRGBAccessory","settings":{},"priority":0,"description":"This service provides a lightbulb where u can set level and color","filterDevice":[]}],"HEATING_CLIMATECONTROL_TRANSCEIVER":[{"serviceClazz":"HomeMaticRadiatorThermostatAccessory","settings":{"addBoostMode":{"type":"checkbox","default":false,"label":"Add a boost mode switch","hint":"adds a switch to turn the boost mode on"}},"priority":0,"description":"This service provides a thermostat for HomeKit","filterDevice":[]}],"RAINDETECTOR":[{"serviceClazz":"HomeMaticRainDetectorAccessory","settings":{},"priority":0,"description":"This service provides a humidity sensor","filterDevice":[]}],"ROTARY_HANDLE_SENSOR":[{"serviceClazz":"HomeMaticRotaryWindowAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a window device in HomeKit based on a ccu rotary sensor","filterDevice":[]},{"serviceClazz":"HomeMaticRotarySensorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a contact in HomeKit based on a rotary sensor from your ccu","filterDevice":[]}],"ROTARY_HANDLE_TRANSCEIVER":[{"serviceClazz":"HomeMaticRotaryWindowAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a window device in HomeKit based on a ccu rotary sensor","filterDevice":[]},{"serviceClazz":"HomeMaticRotarySensorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a contact in HomeKit based on a rotary sensor from your ccu","filterDevice":[]}],"SPECIAL":[{"serviceClazz":"HomeMaticSPVideoDoorBellAccessory","settings":{"address_door_bell_key":{"type":"text","label":"Address door bell indicator","selector":"datapoint","hint":"","options":{"filterChannels":["KEY","VIRTUAL_KEY"]}},"video_source":{"type":"text","hint":"","label":"URL RTSP video"},"video_stillImageSource":{"type":"text","hint":"","label":"URL still image","default":"https://upload.wikimedia.org/wikipedia/en/9/93/Buddy_christ.jpg";},"pin-code":{"type":"text","hint":"","label":"PinCode","default":"123-45-678"},"ffmpegpath":{"type":"text","hint":"","label":"Path to ffmpg","default":"bin/ffmpeg"}},"priority":0,"description":"This service provides a Video door bell for HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticSPTwoSensorWindowAccessory","settings":{"address_rotarysensor":{"type":"text","label":"Address retary sensor","selector":"datapoint","options":{"filterChannels":["ROTARY_HANDLE_SENSOR","ROTARY_HANDLE_TRANSCEIVER"]},"hint":"","mandatory":true},"address_windowsensor":{"type":"text","label":"Address window sensor","selector":"datapoint","options":{"filterChannels":["CONTACT","SHUTTER_CONTACT","MULTI_MODE_INPUT_TRANSMITTER"]},"hint":"","mandatory":true}},"priority":0,"description":"This service provides a window accessory combined from a rotary sensor and a normal window contact","filterDevice":[]},{"serviceClazz":"HomeMaticSPMultiChannelPushButtonAccessory","settings":{"key":{"type":"text_control_array","label":"Address of the Key Channel","hint":"","selector":"channel","options":{"filterChannels":["KEY","VIRTUAL_KEY","KEY_TRANSCEIVER"]},"mandatory":true}},"priority":0,"description":"This service provides multiple HomeMatic Keys (to create a ccu event) in one device.","filterDevice":[]},{"serviceClazz":"HomeMaticSPMultiChannelKeyAccessory","settings":{"key":{"type":"text_control_array","label":"Address of the Key Channel","hint":"","selector":"channel","options":{"filterChannels":["KEY","VIRTUAL_KEY","KEY_TRANSCEIVER"]},"mandatory":true}},"priority":0,"description":"This service provides multiple HomeMatic Keys in one device.","filterDevice":[]},{"serviceClazz":"HomeMaticSPGarageDoorAccessory","settings":{"address_sensor_close":{"type":"text","label":"Address close sensor","hint":"Address of the sensor which signals a closed door (mandatory) | Note if you want to use a variable the syntax is V.Varname","selector":"datapoint","options":{"filterChannels":["CONTACT","SHUTTER_CONTACT","TILT_SENSOR","ACCELERATION_TRANSCEIVER","SHUTTER_CONTACT_TRANSCEIVER","MULTI_MODE_INPUT_TRANSMITTER"]},"mandatory":true},"state_sensor_close":{"type":"text","default":true,"label":"State close sensor","hint":"Value of the sensor which signals a closed door (mandatory)","mandatory":true},"address_sensor_open":{"type":"text","label":"Address open sensor","hint":"Address of the sensor which signals a open door (optional) | Note if you want to use a variable the syntax is V.Varname","selector":"datapoint","options":{"filterChannels":["CONTACT","SHUTTER_CONTACT","TILT_SENSOR","ACCELERATION_TRANSCEIVER","SHUTTER_CONTACT_TRANSCEIVER","MULTI_MODE_INPUT_TRANSMITTER"]},"mandatory":false},"state_sensor_open":{"type":"text","default":true,"label":"State open sensor","hint":"Value of the sensor which signals a open door (optional)","mandatory":false},"address_actor_open":{"type":"text","label":"Address open actor","hint":"Address of the actor which opens the door (mandatory)","selector":"datapoint","options":{"filterChannels":["SWITCH","SWITCH_VIRTUAL_RECEIVER"]},"mandatory":true},"address_actor_close":{"type":"text","label":"Address close actor","hint":"Address of the actor which closes the door (optional)","selector":"datapoint","options":{"filterChannels":["SWITCH","SWITCH_VIRTUAL_RECEIVER"]},"mandatory":false},"delay_actor_open":{"type":"number","default":5,"label":"Delay open actor","hint":"Delay in seconds to reset the open actor (optional)","mandatory":false},"delay_actor_close":{"type":"number","default":5,"label":"Delay close actor","hint":"Delay in seconds to reset the close actor (optional)","mandatory":false},"message_actor_open":{"type":"text","default":"{\"on\": 1, \"off\": 0}","label":"Message open actor","hint":"The message to send to the open actor JSON (optional)","mandatory":false},"message_actor_close":{"type":"text","default":"{\"on\": 1, \"off\": 0}","label":"Message close actor","hint":"The message to send to the close actor JSON (optional)","mandatory":false},"sensor_requery_time":{"type":"number","default":5,"label":"Sensor requery time","hint":"Time the sensors will be queried again to fetch a new door state (optional)","mandatory":false}},"priority":0,"description":"This service provides a garage door opener in HomeKit based on multiple devices from your ccu","filterDevice":[]},{"serviceClazz":"HomeMaticSPCCUTempAccessory","settings":{"showGraph":{"type":"option","array":["DONT_SHOW","temp"],"default":"DONT_SHOW","label":"Show graph","hint":"Show measured values as graph on the frontpage"}},"priority":0,"description":"This service provides a thermometer which will show your current ccu processor temperature","filterDevice":[]},{"serviceClazz":"HomeMaticSPCCUDutyCycleAccessory","settings":{"dcAddress":{"type":"option","array":[],"label":"CCU / Gateway","hint":"Which device should be used"}},"priority":0,"description":"This service provides duty cycle measurement","filterDevice":[]},{"serviceClazz":"HomeMaticSPHTTPAccessory","settings":{"url":{"type":"text","default":"https://google.com","label":"Url","hint":"The url for the Request"},"method":{"type":"option","array":["GET","POST","PUT","DELETE"],"default":"GET","label":"Method","hint":"The HTTP Method to use"},"payload":{"type":"text","default":"","label":"Payload","hint":"The payload for the request"},"contentType":{"type":"text","default":"application/x-www-form-urlencoded","label":"Content-Type","hint":"The type of your PUT/POST Content"}},"priority":1,"description":"This service provides a switch HomeKit which will call a url","filterDevice":[]}],"SPEAKER":[{"serviceClazz":"HomeMaticSmartSpeakerAccessory","settings":{},"priority":0,"description":"You should never see this","filterDevice":[]}],"HM-Sec-SD:SMOKE_DETECTOR":[{"serviceClazz":"HomeMaticSmokeDetectorAccessory","settings":{},"priority":0,"description":"This service provides a smoke detector in HomeKit","filterDevice":[]}],"HM-Sec-SD-Generic:SMOKE_DETECTOR":[{"serviceClazz":"HomeMaticSmokeDetectorAccessory","settings":{},"priority":0,"description":"This service provides a smoke detector in HomeKit","filterDevice":[]}],"HM-Sec-SD-2:SMOKE_DETECTOR":[{"serviceClazz":"HomeMaticSmokeDetectorAccessory","settings":{},"priority":0,"description":"This service provides a smoke detector in HomeKit","filterDevice":[]}],"HM-Sec-SD-2-Generic:SMOKE_DETECTOR":[{"serviceClazz":"HomeMaticSmokeDetectorAccessory","settings":{},"priority":0,"description":"This service provides a smoke detector in HomeKit","filterDevice":[]}],"SMOKE_DETECTOR_TEAM":[{"serviceClazz":"HomeMaticSmokeDetectorAccessory","settings":{},"priority":0,"description":"This service provides a smoke detector in HomeKit","filterDevice":[]}],"SMOKE_DETECTOR_TEAM_V2":[{"serviceClazz":"HomeMaticSmokeDetectorAccessory","settings":{},"priority":0,"description":"This service provides a smoke detector in HomeKit","filterDevice":[]}],"VIR-LG-ONOFF-CH":[{"serviceClazz":"HomeMaticSwitchAccessory","settings":{"Type":{"type":"option","array":["Lightbulb","Outlet","Switch","Fan"],"default":"Lightbulb","label":"Subtype of this device","hint":"A switch can have different sub types"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a switch","filterDevice":[]}],"DIGITAL_OUTPUT":[{"serviceClazz":"HomeMaticSwitchAccessory","settings":{"Type":{"type":"option","array":["Lightbulb","Outlet","Switch","Fan"],"default":"Lightbulb","label":"Subtype of this device","hint":"A switch can have different sub types"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a switch","filterDevice":[]}],"SIMPLE_SWITCH_RECEIVER":[{"serviceClazz":"HomeMaticSwitchAccessory","settings":{"Type":{"type":"option","array":["Lightbulb","Outlet","Switch","Fan"],"default":"Lightbulb","label":"Subtype of this device","hint":"A switch can have different sub types"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a switch","filterDevice":[]}],"CLIMATECONTROL_RT_TRANSCEIVER":[{"serviceClazz":"HomeMaticThermostatAccessory","settings":{"addBootMode":{"type":"checkbox","default":false,"label":"Add a boost mode switch","hint":"adds a switch to turn the boost mode on"}},"priority":0,"description":"This service provides a thermostat for HomeKit","filterDevice":[]}],"THERMALCONTROL_TRANSMIT":[{"serviceClazz":"HomeMaticThermostatAccessory","settings":{"addBootMode":{"type":"checkbox","default":false,"label":"Add a boost mode switch","hint":"adds a switch to turn the boost mode on"}},"priority":0,"description":"This service provides a thermostat for HomeKit","filterDevice":[]}],"CLIMATECONTROL_REGULATOR":[{"serviceClazz":"HomeMaticThermostatAccessory","settings":{"addBootMode":{"type":"checkbox","default":false,"label":"Add a boost mode switch","hint":"adds a switch to turn the boost mode on"}},"priority":0,"description":"This service provides a thermostat for HomeKit","filterDevice":[]}],"HB-UNI-Sen-WEA:WEATHER":[{"serviceClazz":"HomeMaticWeatherStationAccessory","settings":{},"priority":0,"description":"This service provides a weather station for HomeKit","filterDevice":[]}],"KS550:WEATHER":[{"serviceClazz":"HomeMaticWeatherStationAccessory","settings":{},"priority":0,"description":"This service provides a weather station for HomeKit","filterDevice":[]}],"HmIP-SWO-B:WEATHER_TRANSMIT":[{"serviceClazz":"HomeMaticWeatherStationAccessory","settings":{},"priority":0,"description":"This service provides a weather station for HomeKit","filterDevice":[]}],"HmIP-SWO-PR:WEATHER_TRANSMIT":[{"serviceClazz":"HomeMaticWeatherStationAccessory","settings":{},"priority":0,"description":"This service provides a weather station for HomeKit","filterDevice":[]}],"HmIP-SWO-PL:WEATHER_TRANSMIT":[{"serviceClazz":"HomeMaticWeatherStationAccessory","settings":{},"priority":0,"description":"This service provides a weather station for HomeKit","filterDevice":[]}],"WINMATIC":[{"serviceClazz":"HomeMaticWinmaticAccessory","settings":{},"priority":0,"description":"This service provides a window device for HomeKit","filterDevice":[]}]}

Gruß -tb Am 20. Feb. 2021, 09:42 +0100 schrieb Thomas Kluge notifications@github.com:

Den Daemon mit /usr/local/etc/config/rc.d/hap-homematic stop beenden. Und mit node /usr/local/addons/hap-homematic/node_modules/hap-homematic/index.js manuell starten. Ggf wirft er im Laufe des Starts da eine Exception die das Laden der Daten verhindert. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

thkl commented 3 years ago

Der läuft auf einen Fehler der in der nächsten Version beseitigt ist. Als Workaround: lösch mal das file /usr/local/etc/config/addons/hap-homematic/devices.json

Das wird automatisch beim Start wieder aus der CCU erzeugt.

tb59427 commented 3 years ago

Ok, danke für Deine Hilfe....

Gruß -tb Am 21. Feb. 2021, 09:56 +0100 schrieb Thomas Kluge notifications@github.com:

Der läuft auf einen Fehler der in der nächsten Version beseitigt ist. Als Workaround: lösch mal das file /usr/local/etc/config/addons/hap-homematic/devices.json Das wird automatisch beim Start wieder aus der CCU erzeugt. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

tb59427 commented 3 years ago

Hi Thomas,

das war es irgendwie noch nicht. Wenn ich das mache kommt folgendes Log und wenn ich dann in die Oberfläche gehe sehe ich immer noch nix...

Gruß -tb

rm devices.json root@homematic-raspi:/usr/local/etc/config/addons/hap-homematic# node /usr/local/addons/hap-homematic/node_modules/hap-homematic/index.js [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] ---- launching ---- [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] Welcome to HAP Homematic. Use your HomeMatic devices in HomeKit [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] (c) 2021 by @thkl - https://github.com/thkl/hap-homematic [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] Logging into /tmp/hap-homematic.log [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] using configuration at /usr/local/etc/config/addons/hap-homematic [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] Using CCU at 127.0.0.1 [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] [Server] settings loading ... [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] [Server] config loading completed; start building servicetable [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] [Server] service loading completed; publishing services [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] [Server] settings loading is done ; continuing init [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] [Server] Using config from /usr/local/etc/config/addons/hap-homematic/persist [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] Spawning configuration service with PID 2645 [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] [Server] current restart count is 2 [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] [Server] Checking rega connection [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] [CCU] check Rega is alive [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] [Server] Rega is alive going ahead [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] [Server] continueInitialization [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] [CCU] loading databases from /usr/local/etc/config/addons/hap-homematic [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] [CCU] loading object database for devices from /usr/local/etc/config/addons/hap-homematic/devices.json [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] [CCU] databse not found get a new one [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] [CCU] Error while parsing json SyntaxError: Unexpected token in JSON at position 33 at JSON.parse () at HomeMaticCCU.parseResult (/usr/local/addons/hap-homematic/node_modules/hap-homematic/lib/HomeMaticCCU.js:421:19) at /usr/local/addons/hap-homematic/node_modules/hap-homematic/lib/HomeMaticCCU.js:316:29 at processTicksAndRejections (internal/process/task_queues.js:97:5) - (str is {"devices":[{"id": 7878,"name": "Í� CUX4000002","address": "CUX4000002","type": "Í�","channels": [{"id": 7880,"name": "Í� CUX4000002:1","intf": 1713,"address": "CUX4000002:1","type": "KEY","access": 255},{"id": 7894,"name": "Í� CUX4000002:2","intf": 1713,"address": "CUX4000002:2","type": "KEY","access": 255},{"id": 7908,"name": "Í� CUX4000002:3","intf": 1713,"address": "CUX4000002:3","type": "KEY","access": 255},{"id": 7922,"name": "Í� CUX4000002:4","intf": 1713,"address": "CUX4000002:4","type": "KEY","access": 255},{"id": 7936,"name": "Í� CUX4000002:5","intf": 1713,"address": "CUX4000002:5","type": "KEY","access": 255},{"id": 7950,"name": "Í� CUX4000002:6","intf": 1713,"address": "CUX4000002:6","type": "KEY","access": 255},{"id": 7964,"name": "Í� CUX4000002:7","intf": 1713,"address": "CUX4000002:7","type": "KEY","access": 255},{"id": 7978,"name": "Í� CUX4000002:8","intf": 1713,"address": "CUX4000002:8","type": "KEY","access": 255},{"id": 7992,"name": "Í� CUX4000002:9","intf": 1713,"address": "CUX4000002:9","type": "KEY","access": 255},{"id": 8006,"name": "Í� CUX4000002:10","intf": 1713,"address": "CUX4000002:10","type": "KEY","access": 255},{"id": 8020,"name": "Í� CUX4000002:11","intf": 1713,"address": "CUX4000002:11","type": "KEY","access": 255},{"id": 8034,"name": "Í� CUX4000002:12","intf": 1713,"address": "CUX4000002:12","type": "KEY","access": 255},{"id": 8048,"name": "Í� CUX4000002:13","intf": 1713,"address": "CUX4000002:13","type": "KEY","access": 255},{"id": 8062,"name": "Í� CUX4000002:14","intf": 1713,"address": "CUX4000002:14","type": "KEY","access": 255},{"id": 8076,"name": "Í� CUX4000002:15","intf": 1713,"address": "CUX4000002:15","type": "KEY","access": 255},{"id": 8090,"name": "Í� CUX4000002:16","intf": 1713,"address": "CUX4000002:16","type": "KEY","access": 255}]},{"id": 1274,"name": "Aussenlicht_vorn","address": "NEQ1632241","type": "HM-LC-Sw1-PCB","channels": [{"id": 1307,"name": "Aussenlicht_vorn:1","intf": 1007,"address": "NEQ1632241:1","type": "SWITCH","access": 255}]},{"id": 8261,"name": "Bewegungsmelder-Vorgarten","address": "QEQ0895431","type": "HM-Sen-MDIR-O-3","channels": [{"id": 8291,"name": "HM-Sen-MDIR-O-3 QEQ0895431:1","intf": 1007,"address": "QEQ0895431:1","type": "MOTION_DETECTOR","access": 255}]},{"id": 6490,"name": "CUL-CUXD","address": "CUX4000001","type": "HM-RC-12","channels": [{"id": 6492,"name": "Wohnzimmer-Stehlampe-Ein","intf": 1713,"address": "CUX4000001:1","type": "KEY","access": 255},{"id": 6505,"name": "Wohnzimmer-Stehlampe-Aus","intf": 1713,"address": "CUX4000001:2","type": "KEY","access": 255},{"id": 6518,"name": "Wohnzimmer-Ecklampe-Ein","intf": 1713,"address": "CUX4000001:3","type": "KEY","access": 255},{"id": 6531,"name": "Wohnzimmer-Ecklampe-Aus","intf": 1713,"address": "CUX4000001:4","type": "KEY","access": 255},{"id": 6544,"name": "Arbeitszimmer-Deckenfluter-Ein","intf": 1713,"address": "CUX4000001:5","type": "KEY","access": 255},{"id": 6557,"name": "Arbeitszimmer Deckenfluter-Aus","intf": 1713,"address": "CUX4000001:6","type": "KEY","access": 255},{"id": 6570,"name": "Wohnzimmer Tischlampe-Ein","intf": 1713,"address": "CUX4000001:7","type": "KEY","access": 255},{"id": 6583,"name": "Wohnzimmer Tischlampe-Aus","intf": 1713,"address": "CUX4000001:8","type": "KEY","access": 255},{"id": 6596,"name": "HM-RC-12 CUX4000001:9","intf": 1713,"address": "CUX4000001:9","type": "KEY","access": 255},{"id": 6609,"name": "HM-RC-12 CUX4000001:10","intf": 1713,"address": "CUX4000001:10","type": "KEY","access": 255},{"id": 6622,"name": "HM-RC-12 CUX4000001:11","intf": 1713,"address": "CUX4000001:11","type": "KEY","access": 255},{"id": 6635,"name": "HM-RC-12 CUX4000001:12","intf": 1713,"address": "CUX4000001:12","type": "KEY","access": 255},{"id": 6648,"name": "HM-RC-12 CUX4000001:13","intf": 1713,"address": "CUX4000001:13","type": "KEY","access": 255},{"id": 6661,"name": "HM-RC-12 CUX4000001:14","intf": 1713,"address": "CUX4000001:14","type": "KEY","access": 255},{"id": 6674,"name": "HM-RC-12 CUX4000001:15","intf": 1713,"address": "CUX4000001:15","type": "KEY","access": 255},{"id": 6687,"name": "HM-RC-12 CUX4000001:16","intf": 1713,"address": "CUX4000001:16","type": "KEY","access": 255}]},{"id": 6984,"name": "CUXD-Timer","address": "CUX2800001","type": "HM-EM-CMM","channels": [{"id": 6986,"name": "CUXD-Timer:1","intf": 1713,"address": "CUX2800001:1","type": "SYSTEM","access": 255},{"id": 6995,"name": "CUXD-Timer:2","intf": 1713,"address": "CUX2800001:2","type": "SYSTEM","access": 255},{"id": 7004,"name": "CUXD-Timer:3","intf": 1713,"address": "CUX2800001:3","type": "SYSTEM","access": 255},{"id": 7013,"name": "CUXD-Timer:4","intf": 1713,"address": "CUX2800001:4","type": "SYSTEM","access": 255},{"id": 7022,"name": "CUXD-Timer:5","intf": 1713,"address": "CUX2800001:5","type": "SYSTEM","access": 255},{"id": 7031,"name": "CUXD-Timer:6","intf": 1713,"address": "CUX2800001:6","type": "SYSTEM","access": 255},{"id": 7040,"name": "CUXD-Timer:7","intf": 1713,"address": "CUX2800001:7","type": "SYSTEM","access": 255},{"id": 7049,"name": "CUXD-Timer:8","intf": 1713,"address": "CUX2800001:8","type": "SYSTEM","access": 255},{"id": 7058,"name": "CUXD-Timer:9","intf": 1713,"address": "CUX2800001:9","type": "SYSTEM","access": 255},{"id": 7067,"name": "CUXD-Timer:10","intf": 1713,"address": "CUX2800001:10","type": "SYSTEM","access": 255},{"id": 7076,"name": "CUXD-Timer:11","intf": 1713,"address": "CUX2800001:11","type": "SYSTEM","access": 255},{"id": 7085,"name": "CUXD-Timer:12","intf": 1713,"address": "CUX2800001:12","type": "SYSTEM","access": 255},{"id": 7094,"name": "CUXD-Timer:13","intf": 1713,"address": "CUX2800001:13","type": "SYSTEM","access": 255},{"id": 7103,"name": "CUXD-Timer:14","intf": 1713,"address": "CUX2800001:14","type": "SYSTEM","access": 255},{"id": 7112,"name": "CUXD-Timer:15","intf": 1713,"address": "CUX2800001:15","type": "SYSTEM","access": 255},{"id": 7121,"name": "CUXD-Timer:16","intf": 1713,"address": "CUX2800001:16","type": "SYSTEM","access": 255}]},{"id": 5260,"name": "FB_Steuerung_OG","address": "NEQ0958631","type": "HM-MOD-Re-8","channels": [{"id": 5293,"name": "FB_Steuerung_OG:1","intf": 1007,"address": "NEQ0958631:1","type": "SWITCH","access": 255},{"id": 5299,"name": "FB_Steuerung_OG:2","intf": 1007,"address": "NEQ0958631:2","type": "SWITCH","access": 255},{"id": 5305,"name": "FB_Steuerung_OG:3","intf": 1007,"address": "NEQ0958631:3","type": "SWITCH","access": 255},{"id": 5311,"name": "FB_Steuerung_OG:4","intf": 1007,"address": "NEQ0958631:4","type": "SWITCH","access": 255},{"id": 5317,"name": "FB_Steuerung_OG:5","intf": 1007,"address": "NEQ0958631:5","type": "SWITCH","access": 255},{"id": 5323,"name": "FB_Steuerung_OG:6","intf": 1007,"address": "NEQ0958631:6","type": "SWITCH","access": 255},{"id": 5329,"name": "FB_Steuerung_OG:7","intf": 1007,"address": "NEQ0958631:7","type": "SWITCH","access": 255},{"id": 5335,"name": "FB_Steuerung_OG:8","intf": 1007,"address": "NEQ0958631:8","type": "SWITCH","access": 255}]},{"id": 12,"name": "Gateway","address": "","type": "","channels": [{"id": 23,"name": "StateVariables","intf": 65535,"address": "","type": "","access": 255},{"id": 24,"name": "Communication","intf": 65535,"address": "","type": "","access": 255}]},{"id": 1011,"name": "HM-RCV-50 BidCoS-RF","address": "BidCoS-RF","type": "HM-RCV-50","channels": [{"id": 1014,"name": "WW Pumpe","intf": 1007,"address": "BidCoS-RF:1","type": "VIRTUAL_KEY","access": 255},{"id": 1018,"name": "HM-RCV-50 BidCoS-RF:2","intf": 1007,"address": "BidCoS-RF:2","type": "VIRTUAL_KEY","access": 255},{"id": 1022,"name": "HM-RCV-50 BidCoS-RF:3","intf": 1007,"address": "BidCoS-RF:3","type": "VIRTUAL_KEY","access": 255},{"id": 1026,"name": "HM-RCV-50 BidCoS-RF:4","intf": 1007,"address": "BidCoS-RF:4","type": "VIRTUAL_KEY","access": 255},{"id": 1030,"name": "HM-RCV-50 BidCoS-RF:5","intf": 1007,"address": "BidCoS-RF:5","type": "VIRTUAL_KEY","access": 255},{"id": 1034,"name": "HM-RCV-50 BidCoS-RF:6","intf": 1007,"address": "BidCoS-RF:6","type": "VIRTUAL_KEY","access": 255},{"id": 1038,"name": "HM-RCV-50 BidCoS-RF:7","intf": 1007,"address": "BidCoS-RF:7","type": "VIRTUAL_KEY","access": 255},{"id": 1042,"name": "HM-RCV-50 BidCoS-RF:8","intf": 1007,"address": "BidCoS-RF:8","type": "VIRTUAL_KEY","access": 255},{"id": 1046,"name": "HM-RCV-50 BidCoS-RF:9","intf": 1007,"address": "BidCoS-RF:9","type": "VIRTUAL_KEY","access": 255},{"id": 1050,"name": "HM-RCV-50 BidCoS-RF:10","intf": 1007,"address": "BidCoS-RF:10","type": "VIRTUAL_KEY","access": 255},{"id": 1054,"name": "HM-RCV-50 BidCoS-RF:11","intf": 1007,"address": "BidCoS-RF:11","type": "VIRTUAL_KEY","access": 255},{"id": 1058,"name": "HM-RCV-50 BidCoS-RF:12","intf": 1007,"address": "BidCoS-RF:12","type": "VIRTUAL_KEY","access": 255},{"id": 1062,"name": "HM-RCV-50 BidCoS-RF:13","intf": 1007,"address": "BidCoS-RF:13","type": "VIRTUAL_KEY","access": 255},{"id": 1066,"name": "HM-RCV-50 BidCoS-RF:14","intf": 1007,"address": "BidCoS-RF:14","type": "VIRTUAL_KEY","access": 255},{"id": 1070,"name": "HM-RCV-50 BidCoS-RF:15","intf": 1007,"address": "BidCoS-RF:15","type": "VIRTUAL_KEY","access": 255},{"id": 1074,"name": "HM-RCV-50 BidCoS-RF:16","intf": 1007,"address": "BidCoS-RF:16","type": "VIRTUAL_KEY","access": 255},{"id": 1078,"name": "HM-RCV-50 BidCoS-RF:17","intf": 1007,"address": "BidCoS-RF:17","type": "VIRTUAL_KEY","access": 255},{"id": 1082,"name": "HM-RCV-50 BidCoS-RF:18","intf": 1007,"address": "BidCoS-RF:18","type": "VIRTUAL_KEY","access": 255},{"id": 1086,"name": "HM-RCV-50 BidCoS-RF:19","intf": 1007,"address": "BidCoS-RF:19","type": "VIRTUAL_KEY","access": 255},{"id": 1090,"name": "HM-RCV-50 BidCoS-RF:20","intf": 1007,"address": "BidCoS-RF:20","type": "VIRTUAL_KEY","access": 255},{"id": 1094,"name": "HM-RCV-50 BidCoS-RF:21","intf": 1007,"address": "BidCoS-RF:21","type": "VIRTUAL_KEY","access": 255},{"id": 1098,"name": "HM-RCV-50 BidCoS-RF:22","intf": 1007,"address": "BidCoS-RF:22","type": "VIRTUAL_KEY","access": 255},{"id": 1102,"name": "HM-RCV-50 BidCoS-RF:23","intf": 1007,"address": "BidCoS-RF:23","type": "VIRTUAL_KEY","access": 255},{"id": 1106,"name": "HM-RCV-50 BidCoS-RF:24","intf": 1007,"address": "BidCoS-RF:24","type": "VIRTUAL_KEY","access": 255},{"id": 1110,"name": "HM-RCV-50 BidCoS-RF:25","intf": 1007,"address": "BidCoS-RF:25","type": "VIRTUAL_KEY","access": 255},{"id": 1114,"name": "HM-RCV-50 BidCoS-RF:26","intf": 1007,"address": "BidCoS-RF:26","type": "VIRTUAL_KEY","access": 255},{"id": 1118,"name": "HM-RCV-50 BidCoS-RF:27","intf": 1007,"address": "BidCoS-RF:27","type": "VIRTUAL_KEY","access": 255},{"id": 1122,"name": "HM-RCV-50 BidCoS-RF:28","intf": 1007,"address": "BidCoS-RF:28","type": "VIRTUAL_KEY","access": 255},{"id": 1126,"name": "HM-RCV-50 BidCoS-RF:29","intf": 1007,"address": "BidCoS-RF:29","type": "VIRTUAL_KEY","access": 255},{"id": 1130,"name": "HM-RCV-50 BidCoS-RF:30","intf": 1007,"address": "BidCoS-RF:30","type": "VIRTUAL_KEY","access": 255},{"id": 1134,"name": "HM-RCV-50 BidCoS-RF:31","intf": 1007,"address": "BidCoS-RF:31","type": "VIRTUAL_KEY","access": 255},{"id": 1138,"name": "HM-RCV-50 BidCoS-RF:32","intf": 1007,"address": "BidCoS-RF:32","type": "VIRTUAL_KEY","access": 255},{"id": 1142,"name": "HM-RCV-50 BidCoS-RF:33","intf": 1007,"address": "BidCoS-RF:33","type": "VIRTUAL_KEY","access": 255},{"id": 1146,"name": "HM-RCV-50 BidCoS-RF:34","intf": 1007,"address": "BidCoS-RF:34","type": "VIRTUAL_KEY","access": 255},{"id": 1150,"name": "HM-RCV-50 BidCoS-RF:35","intf": 1007,"address": "BidCoS-RF:35","type": "VIRTUAL_KEY","access": 255},{"id": 1154,"name": "HM-RCV-50 BidCoS-RF:36","intf": 1007,"address": "BidCoS-RF:36","type": "VIRTUAL_KEY","access": 255},{"id": 1158,"name": "HM-RCV-50 BidCoS-RF:37","intf": 1007,"address": "BidCoS-RF:37","type": "VIRTUAL_KEY","access": 255},{"id": 1162,"name": "HM-RCV-50 BidCoS-RF:38","intf": 1007,"address": "BidCoS-RF:38","type": "VIRTUAL_KEY","access": 255},{"id": 1166,"name": "HM-RCV-50 BidCoS-RF:39","intf": 1007,"address": "BidCoS-RF:39","type": "VIRTUAL_KEY","access": 255},{"id": 1170,"name": "HM-RCV-50 BidCoS-RF:40","intf": 1007,"address": "BidCoS-RF:40","type": "VIRTUAL_KEY","access": 255},{"id": 1174,"name": "HM-RCV-50 BidCoS-RF:41","intf": 1007,"address": "BidCoS-RF:41","type": "VIRTUAL_KEY","access": 255},{"id": 1178,"name": "HM-RCV-50 BidCoS-RF:42","intf": 1007,"address": "BidCoS-RF:42","type": "VIRTUAL_KEY","access": 255},{"id": 1182,"name": "HM-RCV-50 BidCoS-RF:43","intf": 1007,"address": "BidCoS-RF:43","type": "VIRTUAL_KEY","access": 255},{"id": 1186,"name": "HM-RCV-50 BidCoS-RF:44","intf": 1007,"address": "BidCoS-RF:44","type": "VIRTUAL_KEY","access": 255},{"id": 1190,"name": "HM-RCV-50 BidCoS-RF:45","intf": 1007,"address": "BidCoS-RF:45","type": "VIRTUAL_KEY","access": 255},{"id": 1194,"name": "HM-RCV-50 BidCoS-RF:46","intf": 1007,"address": "BidCoS-RF:46","type": "VIRTUAL_KEY","access": 255},{"id": 1198,"name": "HM-RCV-50 BidCoS-RF:47","intf": 1007,"address": "BidCoS-RF:47","type": "VIRTUAL_KEY","access": 255},{"id": 1202,"name": "HM-RCV-50 BidCoS-RF:48","intf": 1007,"address": "BidCoS-RF:48","type": "VIRTUAL_KEY","access": 255},{"id": 1206,"name": "HM-RCV-50 BidCoS-RF:49","intf": 1007,"address": "BidCoS-RF:49","type": "VIRTUAL_KEY","access": 255},{"id": 1210,"name": "HM-RCV-50 BidCoS-RF:50","intf": 1007,"address": "BidCoS-RF:50","type": "VIRTUAL_KEY","access": 255}]},{"id": 7660,"name": "HmIP-RCV-50 HmIP-RCV-1","address": "HmIP-RCV-1","type": "HmIP-RCV-50","channels": [{"id": 7661,"name": "HmIP-RCV-50 HmIP-RCV-1:0","intf": 1009,"address": "HmIP-RCV-1:0","type": "MAINTENANCE","access": 255},{"id": 7662,"name": "HmIP-RCV-50 HmIP-RCV-1:1","intf": 1009,"address": "HmIP-RCV-1:1","type": "KEY_TRANSCEIVER","access": 255},{"id": 7665,"name": "HmIP-RCV-50 HmIP-RCV-1:2","intf": 1009,"address": "HmIP-RCV-1:2","type": "KEY_TRANSCEIVER","access": 255},{"id": 7668,"name": "HmIP-RCV-50 HmIP-RCV-1:3","intf": 1009,"address": "HmIP-RCV-1:3","type": "KEY_TRANSCEIVER","access": 255},{"id": 7671,"name": "HmIP-RCV-50 HmIP-RCV-1:4","intf": 1009,"address": "HmIP-RCV-1:4","type": "KEY_TRANSCEIVER","access": 255},{"id": 7674,"name": "HmIP-RCV-50 HmIP-RCV-1:5","intf": 1009,"address": "HmIP-RCV-1:5","type": "KEY_TRANSCEIVER","access": 255},{"id": 7677,"name": "HmIP-RCV-50 HmIP-RCV-1:6","intf": 1009,"address": "HmIP-RCV-1:6","type": "KEY_TRANSCEIVER","access": 255},{"id": 7680,"name": "HmIP-RCV-50 HmIP-RCV-1:7","intf": 1009,"address": "HmIP-RCV-1:7","type": "KEY_TRANSCEIVER","access": 255},{"id": 7683,"name": "HmIP-RCV-50 HmIP-RCV-1:8","intf": 1009,"address": "HmIP-RCV-1:8","type": "KEY_TRANSCEIVER","access": 255},{"id": 7686,"name": "HmIP-RCV-50 HmIP-RCV-1:9","intf": 1009,"address": "HmIP-RCV-1:9","type": "KEY_TRANSCEIVER","access": 255},{"id": 7689,"name": "HmIP-RCV-50 HmIP-RCV-1:10","intf": 1009,"address": "HmIP-RCV-1:10","type": "KEY_TRANSCEIVER","access": 255},{"id": 7692,"name": "HmIP-RCV-50 HmIP-RCV-1:11","intf": 1009,"address": "HmIP-RCV-1:11","type": "KEY_TRANSCEIVER","access": 255},{"id": 7695,"name": "HmIP-RCV-50 HmIP-RCV-1:12","intf": 1009,"address": "HmIP-RCV-1:12","type": "KEY_TRANSCEIVER","access": 255},{"id": 7698,"name": "HmIP-RCV-50 HmIP-RCV-1:13","intf": 1009,"address": "HmIP-RCV-1:13","type": "KEY_TRANSCEIVER","access": 255},{"id": 7701,"name": "HmIP-RCV-50 HmIP-RCV-1:14","intf": 1009,"address": "HmIP-RCV-1:14","type": "KEY_TRANSCEIVER","access": 255},{"id": 7704,"name": "HmIP-RCV-50 HmIP-RCV-1:15","intf": 1009,"address": "HmIP-RCV-1:15","type": "KEY_TRANSCEIVER","access": 255},{"id": 7707,"name": "HmIP-RCV-50 HmIP-RCV-1:16","intf": 1009,"address": "HmIP-RCV-1:16","type": "KEY_TRANSCEIVER","access": 255},{"id": 7710,"name": "HmIP-RCV-50 HmIP-RCV-1:17","intf": 1009,"address": "HmIP-RCV-1:17","type": "KEY_TRANSCEIVER","access": 255},{"id": 7713,"name": "HmIP-RCV-50 HmIP-RCV-1:18","intf": 1009,"address": "HmIP-RCV-1:18","type": "KEY_TRANSCEIVER","access": 255},{"id": 7716,"name": "HmIP-RCV-50 HmIP-RCV-1:19","intf": 1009,"address": "HmIP-RCV-1:19","type": "KEY_TRANSCEIVER","access": 255},{"id": 7719,"name": "HmIP-RCV-50 HmIP-RCV-1:20","intf": 1009,"address": "HmIP-RCV-1:20","type": "KEY_TRANSCEIVER","access": 255},{"id": 7722,"name": "HmIP-RCV-50 HmIP-RCV-1:21","intf": 1009,"address": "HmIP-RCV-1:21","type": "KEY_TRANSCEIVER","access": 255},{"id": 7725,"name": "HmIP-RCV-50 HmIP-RCV-1:22","intf": 1009,"address": "HmIP-RCV-1:22","type": "KEY_TRANSCEIVER","access": 255},{"id": 7728,"name": "HmIP-RCV-50 HmIP-RCV-1:23","intf": 1009,"address": "HmIP-RCV-1:23","type": "KEY_TRANSCEIVER","access": 255},{"id": 7731,"name": "HmIP-RCV-50 HmIP-RCV-1:24","intf": 1009,"address": "HmIP-RCV-1:24","type": "KEY_TRANSCEIVER","access": 255},{"id": 7734,"name": "HmIP-RCV-50 HmIP-RCV-1:25","intf": 1009,"address": "HmIP-RCV-1:25","type": "KEY_TRANSCEIVER","access": 255},{"id": 7737,"name": "HmIP-RCV-50 HmIP-RCV-1:26","intf": 1009,"address": "HmIP-RCV-1:26","type": "KEY_TRANSCEIVER","access": 255},{"id": 7740,"name": "HmIP-RCV-50 HmIP-RCV-1:27","intf": 1009,"address": "HmIP-RCV-1:27","type": "KEY_TRANSCEIVER","access": 255},{"id": 7743,"name": "HmIP-RCV-50 HmIP-RCV-1:28","intf": 1009,"address": "HmIP-RCV-1:28","type": "KEY_TRANSCEIVER","access": 255},{"id": 7746,"name": "HmIP-RCV-50 HmIP-RCV-1:29","intf": 1009,"address": "HmIP-RCV-1:29","type": "KEY_TRANSCEIVER","access": 255},{"id": 7749,"name": "HmIP-RCV-50 HmIP-RCV-1:30","intf": 1009,"address": "HmIP-RCV-1:30","type": "KEY_TRANSCEIVER","access": 255},{"id": 7752,"name": "HmIP-RCV-50 HmIP-RCV-1:31","intf": 1009,"address": "HmIP-RCV-1:31","type": "KEY_TRANSCEIVER","access": 255},{"id": 7755,"name": "HmIP-RCV-50 HmIP-RCV-1:32","intf": 1009,"address": "HmIP-RCV-1:32","type": "KEY_TRANSCEIVER","access": 255},{"id": 7758,"name": "HmIP-RCV-50 HmIP-RCV-1:33","intf": 1009,"address": "HmIP-RCV-1:33","type": "KEY_TRANSCEIVER","access": 255},{"id": 7761,"name": "HmIP-RCV-50 HmIP-RCV-1:34","intf": 1009,"address": "HmIP-RCV-1:34","type": "KEY_TRANSCEIVER","access": 255},{"id": 7764,"name": "HmIP-RCV-50 HmIP-RCV-1:35","intf": 1009,"address": "HmIP-RCV-1:35","type": "KEY_TRANSCEIVER","access": 255},{"id": 7767,"name": "HmIP-RCV-50 HmIP-RCV-1:36","intf": 1009,"address": "HmIP-RCV-1:36","type": "KEY_TRANSCEIVER","access": 255},{"id": 7770,"name": "HmIP-RCV-50 HmIP-RCV-1:37","intf": 1009,"address": "HmIP-RCV-1:37","type": "KEY_TRANSCEIVER","access": 255},{"id": 7773,"name": "HmIP-RCV-50 HmIP-RCV-1:38","intf": 1009,"address": "HmIP-RCV-1:38","type": "KEY_TRANSCEIVER","access": 255},{"id": 7776,"name": "HmIP-RCV-50 HmIP-RCV-1:39","intf": 1009,"address": "HmIP-RCV-1:39","type": "KEY_TRANSCEIVER","access": 255},{"id": 7779,"name": "HmIP-RCV-50 HmIP-RCV-1:40","intf": 1009,"address": "HmIP-RCV-1:40","type": "KEY_TRANSCEIVER","access": 255},{"id": 7782,"name": "HmIP-RCV-50 HmIP-RCV-1:41","intf": 1009,"address": "HmIP-RCV-1:41","type": "KEY_TRANSCEIVER","access": 255},{"id": 7785,"name": "HmIP-RCV-50 HmIP-RCV-1:42","intf": 1009,"address": "HmIP-RCV-1:42","type": "KEY_TRANSCEIVER","access": 255},{"id": 7788,"name": "HmIP-RCV-50 HmIP-RCV-1:43","intf": 1009,"address": "HmIP-RCV-1:43","type": "KEY_TRANSCEIVER","access": 255},{"id": 7791,"name": "HmIP-RCV-50 HmIP-RCV-1:44","intf": 1009,"address": "HmIP-RCV-1:44","type": "KEY_TRANSCEIVER","access": 255},{"id": 7794,"name": "HmIP-RCV-50 HmIP-RCV-1:45","intf": 1009,"address": "HmIP-RCV-1:45","type": "KEY_TRANSCEIVER","access": 255},{"id": 7797,"name": "HmIP-RCV-50 HmIP-RCV-1:46","intf": 1009,"address": "HmIP-RCV-1:46","type": "KEY_TRANSCEIVER","access": 255},{"id": 7800,"name": "HmIP-RCV-50 HmIP-RCV-1:47","intf": 1009,"address": "HmIP-RCV-1:47","type": "KEY_TRANSCEIVER","access": 255},{"id": 7803,"name": "HmIP-RCV-50 HmIP-RCV-1:48","intf": 1009,"address": "HmIP-RCV-1:48","type": "KEY_TRANSCEIVER","access": 255},{"id": 7806,"name": "HmIP-RCV-50 HmIP-RCV-1:49","intf": 1009,"address": "HmIP-RCV-1:49","type": "KEY_TRANSCEIVER","access": 255},{"id": 7809,"name": "HmIP-RCV-50 HmIP-RCV-1:50","intf": 1009,"address": "HmIP-RCV-1:50","type": "KEY_TRANSCEIVER","access": 255}]},{"id": 2572,"name": "Schalter_Eike_Stereo","address": "NEQ1676524","type": "HM-LC-Sw1-Pl-DN-R1","channels": [{"id": 2605,"name": "Schalter_Eike_Stereo","intf": 1007,"address": "NEQ1676524:1","type": "SWITCH","access": 255}]},{"id": 2784,"name": "Schalter_Flurlicht","address": "NEQ1676556","type": "HM-LC-Sw1-Pl-DN-R1","channels": [{"id": 2817,"name": "Schalter_Flurlicht","intf": 1007,"address": "NEQ1676556:1","type": "SWITCH","access": 255}]},{"id": 5116,"name": "Thermo_Eike","address": "NEQ1522631","type": "HM-TC-IT-WM-W-EU","channels": [{"id": 5146,"name": "Eike_Temperatur:1","intf": 1007,"address": "NEQ1522631:1","type": "WEATHER_TRANSMIT","access": 255},{"id": 5149,"name": "Eike_Thermostat:2","intf": 1007,"address": "NEQ1522631:2","type": "THERMALCONTROL_TRANSMIT","access": 255},{"id": 5174,"name": "HM-TC-IT-WM-W-EU NEQ1522631:3","intf": 1007,"address": "NEQ1522631:3","type": "WINDOW_SWITCH_RECEIVER","access": 255},{"id": 5175,"name": "HM-TC-IT-WM-W-EU NEQ1522631:6","intf": 1007,"address": "NEQ1522631:6","type": "REMOTECONTROL_RECEIVER","access": 255},{"id": 5176,"name": "HM-TC-IT-WM-W-EU NEQ1522631:7","intf": 1007,"address": "NEQ1522631:7","type": "SWITCH_TRANSMIT","access": 255}]},{"id": 4650,"name": "Virtuelle Wetterstation","address": "CUX9002001","type": "HM-WDS100-C6-O","channels": [{"id": 4656,"name": "Virtuelle_Wetterstation:1","intf": 1713,"address": "CUX9002001:1","type": "WEATHER","access": 255},{"id": 4668,"name": "HM-WDS100-C6-O CUX9002001:2","intf": 1713,"address": "CUX9002001:2","type": "CLIMATECONTROL_REGULATOR","access": 255},{"id": 4673,"name": "HM-WDS100-C6-O CUX9002001:3","intf": 1713,"address": "CUX9002001:3","type": "SWITCH","access": 255}]}]}) (node:2611) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'length' of undefined at HomeMaticCCU.loadDatabases (/usr/local/addons/hap-homematic/node_modules/hap-homematic/lib/HomeMaticCCU.js:148:81) at async Server.connectCCU (/usr/local/addons/hap-homematic/node_modules/hap-homematic/lib/Server.js:365:5) at async Server.continueInitialization (/usr/local/addons/hap-homematic/node_modules/hap-homematic/lib/Server.js:207:5) (node:2611) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) (node:2611) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. [Sun Feb 21 2021 10:07:51 GMT+0100 (CET)] [HAP ConfigServer] [Config] launching configuration service [Sun Feb 21 2021 10:07:51 GMT+0100 (CET)] [HAP ConfigServer] debug [Sun Feb 21 2021 10:07:51 GMT+0100 (CET)] [HAP ConfigServer] Config Start heartBeat [Sun Feb 21 2021 10:07:51 GMT+0100 (CET)] [HAP ConfigServer] Config Server is running [Sun Feb 21 2021 10:07:51 GMT+0100 (CET)] [HAP ConfigServer] [Config] server is up and running messaging daemon about that [Sun Feb 21 2021 10:07:51 GMT+0100 (CET)] [HAP ConfigServer] [Config] running secure configuration server on port 9874 [Sun Feb 21 2021 10:07:51 GMT+0100 (CET)] [HAP ConfigServer] Services :{"ABSTRACT":[{"serviceClazz":"HomeMaticAccessory","settings":{},"priority":0,"description":"You should never see this","filterDevice":[]}],"ARMING":[{"serviceClazz":"HomeMaticAlarmAccessory","settings":{},"priority":0,"description":"This service provides a alarm system for HomeKit","filterDevice":[]}],"VARIABLE":[{"serviceClazz":"HomeMaticVariableNumberSensorAccessory","settings":{"Type":{"type":"option","array":["Humidity","Lightbulb"],"default":"Lightbulb","label":"Subtype of this device","hint":"This device can have different sub types"}},"priority":0,"description":"This service provides a sensor with value from variables","filterDevice":[]},{"serviceClazz":"HomeMaticVariableBinarySensorAccessory","settings":{"Type":{"type":"option","array":["Motion","Contact","Leak","Occupancy","Smoke"],"default":"Motion","label":"Subtype of this device","hint":"This device can have different sub types"}},"priority":0,"description":"This service provides a sensor with value from variables","filterDevice":[]},{"serviceClazz":"HomeMaticVariableAlarmAccessory","settings":{"STAY_ARM":{"type":"number","default":0,"label":"Value for stay","hint":"The value of your HomeMatic variable when it says you are at home. Set it to -1 if you do not want this state.","mandatory":false},"AWAY_ARM":{"type":"number","default":1,"label":"Value for away","hint":"The value of your HomeMatic variable when it says you are away. Set it to -1 if you do not want this state.","mandatory":false},"NIGHT_ARM":{"type":"number","default":2,"label":"Value for night","hint":"The value of your HomeMatic variable when it says your home internal secured. Set it to -1 if you do not want this state.","mandatory":false},"DISARMED":{"type":"number","default":3,"label":"Value for disarmed","hint":"The value of your HomeMatic variable when it says the alarm system is off. Set it to -1 if you do not want this state.","mandatory":false},"ALARM_TRIGGERED":{"type":"number","default":4,"label":"Value for alarm","hint":"The value of your HomeMatic variable when all the red lights are flashing. Set it to -1 if you do not want this state.","mandatory":false}},"priority":0,"description":"This service provides a alarm system based on a variable","filterDevice":[]},{"serviceClazz":"HomeMaticVariableAccessory","settings":{},"priority":0,"description":"This service provides a switch or lightbulb to control variables","filterDevice":[]},{"serviceClazz":"HomeMaticVarBasedThermometerAccessory","settings":{},"priority":0,"description":"This service provides a temperature sensor HomeKit based on a variable from your ccu","filterDevice":[]},{"serviceClazz":"HomeMaticVarBasedElectricConsumptionAccessory","settings":{"requery_time":{"type":"number","default":60,"label":"Variable requery time","hint":"Time (min) the variable will be queried again to fetch a new data.","mandatory":false},"factor":{"type":"number","default":1,"label":"Factor","hint":"Eve wants kwH,and the value of your variable will be multiplied with this factor, so here u are able to do the math.","mandatory":false},"mode":{"type":"option","array":["POWER","CONSUMPTION"],"default":"CONSUMPTION","label":"Subtype of this device","hint":"This device can have different sub types"}},"priority":0,"description":"This service provides a power comsumption sensor HomeKit based on a variable from your ccu","filterDevice":[]},{"serviceClazz":"HomeMaticBatVariableAccessory","settings":{"lowLevelValue":{"type":"number","default":0,"label":"LowLevel Value","hint":"Battery level below this will trigger a LowLevel message"}},"priority":0,"description":"This service provides a battery indicator based on a HomeMatic variable","filterDevice":[]}],"BLIND":[{"serviceClazz":"HomeMaticBlindAccessory","settings":{"MinForClose":{"type":"number","default":0,"label":"min value for close","hint":"set homkit to close if the blind is below this value"},"MaxForOpen":{"type":"number","default":100,"label":"max value for open","hint":"set homkit to open if the blind is above this value"},"MinClose":{"type":"number","default":0,"label":"min value","hint":"do not close the blind below this level"},"MaxOpen":{"type":"number","default":100,"label":"max value","hint":"do not open the blind above this level"},"observeInhibit":{"type":"checkbox","default":true,"label":"Observe Inhibit","hint":"when checked the blind will not move when inhbit is set"},"reverse":{"type":"checkbox","default":false,"label":"reverse values","hint":"0 is 100 and 100 is 0"}},"priority":0,"description":"You can control your blinds with this service","filterDevice":[]}],"JALOUSIE":[{"serviceClazz":"HomeMaticBlindAccessory","settings":{"MinForClose":{"type":"number","default":0,"label":"min value for close","hint":"set homkit to close if the blind is below this value"},"MaxForOpen":{"type":"number","default":100,"label":"max value for open","hint":"set homkit to open if the blind is above this value"},"MinClose":{"type":"number","default":0,"label":"min value","hint":"do not close the blind below this level"},"MaxOpen":{"type":"number","default":100,"label":"max value","hint":"do not open the blind above this level"},"observeInhibit":{"type":"checkbox","default":true,"label":"Observe Inhibit","hint":"when checked the blind will not move when inhbit is set"},"reverse":{"type":"checkbox","default":false,"label":"reverse values","hint":"0 is 100 and 100 is 0"}},"priority":0,"description":"You can control your blinds with this service","filterDevice":[]}],"SHUTTER_VIRTUAL_RECEIVER":[{"serviceClazz":"HomeMaticBlindIPAccessory","settings":{"MinForClose":{"type":"number","default":0,"label":"min value for close","hint":"set homkit to close if the blind is below this value"},"MaxForOpen":{"type":"number","default":100,"label":"max value for open","hint":"set homkit to open if the blind is above this value"},"MinClose":{"type":"number","default":0,"label":"min value","hint":"do not close the blind below this level"},"MaxOpen":{"type":"number","default":100,"label":"max value","hint":"do not open the blind above this level"},"observeInhibit":{"type":"checkbox","default":true,"label":"Observe Inhibit","hint":"when checked the blind will not move when inhbit is set"},"useSlats":{"type":"checkbox","default":true,"label":"Add Slats","hint":"when available a control to manipulate the slats will be added"},"reverse":{"type":"checkbox","default":false,"label":"reverse values","hint":"0 is 100 and 100 is 0"}},"priority":0,"description":"You can control your blinds with this service","filterDevice":[]}],"BLIND_VIRTUAL_RECEIVER":[{"serviceClazz":"HomeMaticBlindIPAccessory","settings":{"MinForClose":{"type":"number","default":0,"label":"min value for close","hint":"set homkit to close if the blind is below this value"},"MaxForOpen":{"type":"number","default":100,"label":"max value for open","hint":"set homkit to open if the blind is above this value"},"MinClose":{"type":"number","default":0,"label":"min value","hint":"do not close the blind below this level"},"MaxOpen":{"type":"number","default":100,"label":"max value","hint":"do not open the blind above this level"},"observeInhibit":{"type":"checkbox","default":true,"label":"Observe Inhibit","hint":"when checked the blind will not move when inhbit is set"},"useSlats":{"type":"checkbox","default":true,"label":"Add Slats","hint":"when available a control to manipulate the slats will be added"},"reverse":{"type":"checkbox","default":false,"label":"reverse values","hint":"0 is 100 and 100 is 0"}},"priority":0,"description":"You can control your blinds with this service","filterDevice":[]}],"CONTACT":[{"serviceClazz":"HomeMaticWindowAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a window device in HomeKit based on a ccu contact","filterDevice":[]},{"serviceClazz":"HomeMaticDoorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a door based on a ccu contact in HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticContactSensorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a Contact in HomeKit","filterDevice":[]}],"SHUTTER_CONTACT":[{"serviceClazz":"HomeMaticWindowAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a window device in HomeKit based on a ccu contact","filterDevice":[]},{"serviceClazz":"HomeMaticDoorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a door based on a ccu contact in HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticContactSensorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a Contact in HomeKit","filterDevice":[]}],"TILT_SENSOR":[{"serviceClazz":"HomeMaticMotionAccessory","settings":{"ignore_lightsensor":{"type":"checkbox","default":false,"label":"No Illumination sensor","hint":""}},"priority":0,"description":"This service provides a motion sensor in HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticContactSensorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a Contact in HomeKit","filterDevice":[]}],"HmIP-SAM:ACCELERATION_TRANSCEIVER":[{"serviceClazz":"HomeMaticContactSensorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a Contact in HomeKit","filterDevice":[]}],"SHUTTER_CONTACT_TRANSCEIVER":[{"serviceClazz":"HomeMaticContactSensorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a Contact in HomeKit","filterDevice":[]}],"HMW-Sen-SC-12-DR:SENSOR":[{"serviceClazz":"HomeMaticContactSensorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a Contact in HomeKit","filterDevice":[]}],"MULTI_MODE_INPUT_TRANSMITTER":[{"serviceClazz":"HomeMaticWindowAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a window device in HomeKit based on a ccu contact","filterDevice":[]},{"serviceClazz":"HomeMaticPushTheButtonAccessory","settings":{"evntType":{"type":"option","array":["PRESS_SHORT","PRESS_LONG","BOTH"],"default":"PRESS_SHORT","label":"Key Event","hint":"Which event should be fired"}},"priority":0,"description":"This service provides a switch HomeKit which will press the assigned key at your ccu","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticKeyAccessory","settings":{},"priority":0,"description":"This service provides a programmable switch in HomeKit based on a ccu KEY","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticDoorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a door based on a ccu contact in HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticContactSensorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a Contact in HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticKeyTriggeredMotionAccessory","settings":{},"priority":1,"description":"This service provides a motion sensor based on a short press event in HomeKit","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticDoorBellAccessory","settings":{},"priority":1,"description":"This service provides a door bell in HomeKit, based on a KEY event at your CCU","filterDevice":[]}],"WRAPPER":[{"serviceClazz":"HomeMaticContactSensorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a Contact in HomeKit","filterDevice":[]}],"DIMMER":[{"serviceClazz":"HomeMaticDimmerAccessory","settings":{"useRampTime":{"type":"checkbox","default":false,"label":"Use Ramp Time","hint":"uses a dimmer ramp time to slowly set the new level"},"rampTime":{"type":"number","default":500,"label":"Ramp time in ms","hint":"uses a dimmer ramp time to slowly set the new level"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."},"MinValue":{"type":"number","default":0,"label":"min Dim Value","hint":"This is the minium HAP will dim this light (0-100). Set this to 0 to turn off this feature."},"MaxValue":{"type":"number","default":0,"label":"max Dim Value","hint":"This is the maximum HAP will dim this light (0-100). Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a dimmer in HomeKit","filterDevice":[]}],"VIRTUAL_DIMMER":[{"serviceClazz":"HomeMaticDimmerAccessory","settings":{"useRampTime":{"type":"checkbox","default":false,"label":"Use Ramp Time","hint":"uses a dimmer ramp time to slowly set the new level"},"rampTime":{"type":"number","default":500,"label":"Ramp time in ms","hint":"uses a dimmer ramp time to slowly set the new level"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."},"MinValue":{"type":"number","default":0,"label":"min Dim Value","hint":"This is the minium HAP will dim this light (0-100). Set this to 0 to turn off this feature."},"MaxValue":{"type":"number","default":0,"label":"max Dim Value","hint":"This is the maximum HAP will dim this light (0-100). Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a dimmer in HomeKit","filterDevice":[]}],"DIMMER_VIRTUAL_RECEIVER":[{"serviceClazz":"HomeMaticDimmerAccessory","settings":{"useRampTime":{"type":"checkbox","default":false,"label":"Use Ramp Time","hint":"uses a dimmer ramp time to slowly set the new level"},"rampTime":{"type":"number","default":500,"label":"Ramp time in ms","hint":"uses a dimmer ramp time to slowly set the new level"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."},"MinValue":{"type":"number","default":0,"label":"min Dim Value","hint":"This is the minium HAP will dim this light (0-100). Set this to 0 to turn off this feature."},"MaxValue":{"type":"number","default":0,"label":"max Dim Value","hint":"This is the maximum HAP will dim this light (0-100). Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a dimmer in HomeKit","filterDevice":[]}],"VIR-LG-WHITE-DIM-CH":[{"serviceClazz":"HomeMaticDimmerAccessory","settings":{"useRampTime":{"type":"checkbox","default":false,"label":"Use Ramp Time","hint":"uses a dimmer ramp time to slowly set the new level"},"rampTime":{"type":"number","default":500,"label":"Ramp time in ms","hint":"uses a dimmer ramp time to slowly set the new level"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."},"MinValue":{"type":"number","default":0,"label":"min Dim Value","hint":"This is the minium HAP will dim this light (0-100). Set this to 0 to turn off this feature."},"MaxValue":{"type":"number","default":0,"label":"max Dim Value","hint":"This is the maximum HAP will dim this light (0-100). Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a dimmer in HomeKit","filterDevice":[]}],"VIR-LG-DIM-CH":[{"serviceClazz":"HomeMaticDimmerAccessory","settings":{"useRampTime":{"type":"checkbox","default":false,"label":"Use Ramp Time","hint":"uses a dimmer ramp time to slowly set the new level"},"rampTime":{"type":"number","default":500,"label":"Ramp time in ms","hint":"uses a dimmer ramp time to slowly set the new level"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."},"MinValue":{"type":"number","default":0,"label":"min Dim Value","hint":"This is the minium HAP will dim this light (0-100). Set this to 0 to turn off this feature."},"MaxValue":{"type":"number","default":0,"label":"max Dim Value","hint":"This is the maximum HAP will dim this light (0-100). Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a dimmer in HomeKit","filterDevice":[]}],"KEY":[{"serviceClazz":"HomeMaticPushTheButtonAccessory","settings":{"evntType":{"type":"option","array":["PRESS_SHORT","PRESS_LONG","BOTH"],"default":"PRESS_SHORT","label":"Key Event","hint":"Which event should be fired"}},"priority":0,"description":"This service provides a switch HomeKit which will press the assigned key at your ccu","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticKeyAccessory","settings":{},"priority":0,"description":"This service provides a programmable switch in HomeKit based on a ccu KEY","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticKeyTriggeredMotionAccessory","settings":{},"priority":1,"description":"This service provides a motion sensor based on a short press event in HomeKit","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticDoorBellAccessory","settings":{},"priority":1,"description":"This service provides a door bell in HomeKit, based on a KEY event at your CCU","filterDevice":[]}],"VIRTUAL_KEY":[{"serviceClazz":"HomeMaticPushTheButtonAccessory","settings":{"evntType":{"type":"option","array":["PRESS_SHORT","PRESS_LONG","BOTH"],"default":"PRESS_SHORT","label":"Key Event","hint":"Which event should be fired"}},"priority":0,"description":"This service provides a switch HomeKit which will press the assigned key at your ccu","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticKeyAccessory","settings":{},"priority":0,"description":"This service provides a programmable switch in HomeKit based on a ccu KEY","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticKeyTriggeredMotionAccessory","settings":{},"priority":1,"description":"This service provides a motion sensor based on a short press event in HomeKit","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticDoorBellAccessory","settings":{},"priority":1,"description":"This service provides a door bell in HomeKit, based on a KEY event at your CCU","filterDevice":[]}],"SWITCH_INTERFACE":[{"serviceClazz":"HomeMaticKeyAccessory","settings":{},"priority":0,"description":"This service provides a programmable switch in HomeKit based on a ccu KEY","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticDoorBellAccessory","settings":{},"priority":1,"description":"This service provides a door bell in HomeKit, based on a KEY event at your CCU","filterDevice":[]}],"SWITCH":[{"serviceClazz":"HomeMaticSwitchAccessory","settings":{"Type":{"type":"option","array":["Lightbulb","Outlet","Switch","Fan"],"default":"Lightbulb","label":"Subtype of this device","hint":"A switch can have different sub types"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a switch","filterDevice":[]},{"serviceClazz":"HomeMaticProgrammableSwitchAccessory","settings":{},"priority":0,"description":"This service provides a switch","filterDevice":[]},{"serviceClazz":"HomeMaticValveAccessory","settings":{"valveType":{"type":"option","array":["Irrigation","Shower head","Water faucet","Generic"],"default":"Generic","label":"Type of valve","hint":"A valve can have different types"}},"priority":1,"description":"This service provides a valve in HomeKit based on a switch from your ccu","filterDevice":[]},{"serviceClazz":"HomeMaticDoorOpenerAccessory","settings":{"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Default is 10 sec."}},"priority":1,"description":"This service provides a door lock service which will actuate a switch","filterDevice":[]}],"SWITCH_VIRTUAL_RECEIVER":[{"serviceClazz":"HomeMaticSwitchAccessory","settings":{"Type":{"type":"option","array":["Lightbulb","Outlet","Switch","Fan"],"default":"Lightbulb","label":"Subtype of this device","hint":"A switch can have different sub types"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a switch","filterDevice":[]},{"serviceClazz":"HomeMaticProgrammableSwitchAccessory","settings":{},"priority":0,"description":"This service provides a switch","filterDevice":[]},{"serviceClazz":"HomeMaticValveAccessory","settings":{"valveType":{"type":"option","array":["Irrigation","Shower head","Water faucet","Generic"],"default":"Generic","label":"Type of valve","hint":"A valve can have different types"}},"priority":1,"description":"This service provides a valve in HomeKit based on a switch from your ccu","filterDevice":[]},{"serviceClazz":"HomeMaticDoorOpenerAccessory","settings":{"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Default is 10 sec."}},"priority":1,"description":"This service provides a door lock service which will actuate a switch","filterDevice":[]}],"DUAL_WHITE_BRIGHTNESS":[{"serviceClazz":"HomeMaticDualWhiteDimmerAccessory","settings":{"useRampTime":{"type":"checkbox","default":false,"label":"Use Ramp Time","hint":"uses a dimmer ramp time to slowly set the new level"},"rampTime":{"type":"number","default":500,"label":"Ramp time in ms","hint":"uses a dimmer ramp time to slowly set the new level"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."},"MinValue":{"type":"number","default":0,"label":"min Dim Value","hint":"This is the minium HAP will dim this light (0-100). Set this to 0 to turn off this feature."},"MaxValue":{"type":"number","default":0,"label":"max Dim Value","hint":"This is the maximum HAP will dim this light (0-100). Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a dimmer in HomeKit","filterDevice":[]}],"DUMMY":[{"serviceClazz":"HomeMaticDummyAccessory","settings":{},"priority":0,"description":"You should never see this","filterDevice":[]}],"CAPACITIVE_FILLING_LEVEL_SENSOR":[{"serviceClazz":"HomeMaticFillingSensorAccessory","settings":{},"priority":0,"description":"This service provides a filling sensor","filterDevice":[]}],"CLIMATECONTROL_FLOOR_TRANSCEIVER":[{"serviceClazz":"HomeMaticFloorHeatingActuatorAccessory","settings":{},"priority":0,"description":"You should never see this","filterDevice":[]}],"FLOWERCARE":[{"serviceClazz":"HomeMaticFlowerCareAccessory","settings":{},"priority":0,"description":"This service provides a flower sensor for HomeKit","filterDevice":[]}],"DOOR_RECEIVER":[{"serviceClazz":"HomeMaticGarageDoorOpenerAccessory","settings":{"addventilation":{"type":"checkbox","default":false,"label":"Add ventilation","hint":"Adds a button to set the gate to ventilation mode"}},"priority":0,"description":"This service provides a garage door opener in HomeKit","filterDevice":[]}],"WEATHER":[{"serviceClazz":"HomeMaticThermometerAccessory","settings":{"IgnoreTempMeasurement":{"type":"checkbox","default":false,"label":"Ignore temperature","hint":"if your device only measures the humidity u should ignore the temperature measurements"},"IgnoreHumidiyMeasurement":{"type":"checkbox","default":false,"label":"Ignore humidity","hint":"if your device only measures the temperature u should ignore the humidity measurements"},"optionalCo2Sensor":{"type":"text","label":"opt. CO2 Sensor","selector":"variables","hint":"You can add an optional CO2 Sensor here. The value will be read from that variable."}},"priority":0,"description":"This service provides a temperature sensor HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticHumidityAccessory","settings":{},"priority":0,"description":"This service provides a humidity sensor for HomeKit","filterDevice":[]}],"CLIMATE_TRANSCEIVER":[{"serviceClazz":"HomeMaticThermometerAccessory","settings":{"IgnoreTempMeasurement":{"type":"checkbox","default":false,"label":"Ignore temperature","hint":"if your device only measures the humidity u should ignore the temperature measurements"},"IgnoreHumidiyMeasurement":{"type":"checkbox","default":false,"label":"Ignore humidity","hint":"if your device only measures the temperature u should ignore the humidity measurements"},"optionalCo2Sensor":{"type":"text","label":"opt. CO2 Sensor","selector":"variables","hint":"You can add an optional CO2 Sensor here. The value will be read from that variable."}},"priority":0,"description":"This service provides a temperature sensor HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticHumidityAccessory","settings":{},"priority":0,"description":"This service provides a humidity sensor for HomeKit","filterDevice":[]}],"HmIP-STH:HEATING_CLIMATECONTROL_TRANSCEIVER":[{"serviceClazz":"HomeMaticThermometerAccessory","settings":{"IgnoreTempMeasurement":{"type":"checkbox","default":false,"label":"Ignore temperature","hint":"if your device only measures the humidity u should ignore the temperature measurements"},"IgnoreHumidiyMeasurement":{"type":"checkbox","default":false,"label":"Ignore humidity","hint":"if your device only measures the temperature u should ignore the humidity measurements"},"optionalCo2Sensor":{"type":"text","label":"opt. CO2 Sensor","selector":"variables","hint":"You can add an optional CO2 Sensor here. The value will be read from that variable."}},"priority":0,"description":"This service provides a temperature sensor HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticHumidityAccessory","settings":{},"priority":0,"description":"This service provides a humidity sensor for HomeKit","filterDevice":[]}],"HmIP-STHD:HEATING_CLIMATECONTROL_TRANSCEIVER":[{"serviceClazz":"HomeMaticThermometerAccessory","settings":{"IgnoreTempMeasurement":{"type":"checkbox","default":false,"label":"Ignore temperature","hint":"if your device only measures the humidity u should ignore the temperature measurements"},"IgnoreHumidiyMeasurement":{"type":"checkbox","default":false,"label":"Ignore humidity","hint":"if your device only measures the temperature u should ignore the humidity measurements"},"optionalCo2Sensor":{"type":"text","label":"opt. CO2 Sensor","selector":"variables","hint":"You can add an optional CO2 Sensor here. The value will be read from that variable."}},"priority":0,"description":"This service provides a temperature sensor HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticHumidityAccessory","settings":{},"priority":0,"description":"This service provides a humidity sensor for HomeKit","filterDevice":[]}],"HmIP-WTH-2:HEATING_CLIMATECONTROL_TRANSCEIVER":[{"serviceClazz":"HomeMaticThermometerAccessory","settings":{"IgnoreTempMeasurement":{"type":"checkbox","default":false,"label":"Ignore temperature","hint":"if your device only measures the humidity u should ignore the temperature measurements"},"IgnoreHumidiyMeasurement":{"type":"checkbox","default":false,"label":"Ignore humidity","hint":"if your device only measures the temperature u should ignore the humidity measurements"},"optionalCo2Sensor":{"type":"text","label":"opt. CO2 Sensor","selector":"variables","hint":"You can add an optional CO2 Sensor here. The value will be read from that variable."}},"priority":0,"description":"This service provides a temperature sensor HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticHumidityAccessory","settings":{},"priority":0,"description":"This service provides a humidity sensor for HomeKit","filterDevice":[]}],"HmIP-WTH:HEATING_CLIMATECONTROL_TRANSCEIVER":[{"serviceClazz":"HomeMaticThermometerAccessory","settings":{"IgnoreTempMeasurement":{"type":"checkbox","default":false,"label":"Ignore temperature","hint":"if your device only measures the humidity u should ignore the temperature measurements"},"IgnoreHumidiyMeasurement":{"type":"checkbox","default":false,"label":"Ignore humidity","hint":"if your device only measures the temperature u should ignore the humidity measurements"},"optionalCo2Sensor":{"type":"text","label":"opt. CO2 Sensor","selector":"variables","hint":"You can add an optional CO2 Sensor here. The value will be read from that variable."}},"priority":0,"description":"This service provides a temperature sensor HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticHumidityAccessory","settings":{},"priority":0,"description":"This service provides a humidity sensor for HomeKit","filterDevice":[]}],"HmIP-BWTH:HEATING_CLIMATECONTROL_TRANSCEIVER":[{"serviceClazz":"HomeMaticHumidityAccessory","settings":{},"priority":0,"description":"This service provides a humidity sensor for HomeKit","filterDevice":[]}],"WEATHER_TRANSMIT":[{"serviceClazz":"HomeMaticThermometerAccessory","settings":{"IgnoreTempMeasurement":{"type":"checkbox","default":false,"label":"Ignore temperature","hint":"if your device only measures the humidity u should ignore the temperature measurements"},"IgnoreHumidiyMeasurement":{"type":"checkbox","default":false,"label":"Ignore humidity","hint":"if your device only measures the temperature u should ignore the humidity measurements"},"optionalCo2Sensor":{"type":"text","label":"opt. CO2 Sensor","selector":"variables","hint":"You can add an optional CO2 Sensor here. The value will be read from that variable."}},"priority":0,"description":"This service provides a temperature sensor HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticHumidityAccessory","settings":{},"priority":0,"description":"This service provides a humidity sensor for HomeKit","filterDevice":[]}],"ACCELERATION_TRANSCEIVER":[{"serviceClazz":"HomeMaticIPAccelerationAccessory","settings":{"ignore_lightsensor":{"type":"checkbox","default":false,"label":"No Illumination sensor","hint":""},"useActive":{"type":"checkbox","default":false,"label":"Add Active Switch","hint":"adds a switch to turn the sensor on and off"}},"priority":0,"description":"This service provides a motion sensor in HomeKit based on a acceleration device.","filterDevice":[]}],"WATER_DETECTION_TRANSMITTER":[{"serviceClazz":"HomeMaticIPLeakSensorAccessory","settings":{"evntType":{"type":"option","array":["MOISTURE_DETECTED","WATERLEVEL_DETECTED"],"default":"WATERLEVEL_DETECTED","label":"Leak event","hint":"on which event should the sensor fire a leak message"}},"priority":0,"description":"This service provides a leak sensor in HomeKit","filterDevice":[]}],"MOTIONDETECTOR_TRANSCEIVER":[{"serviceClazz":"HomeMaticIPMotionAccessory","settings":{"ignore_lightsensor":{"type":"checkbox","default":false,"label":"No Illumination sensor","hint":""},"useActive":{"type":"checkbox","default":false,"label":"Add Active Switch","hint":"adds a switch to turn the sensor on and off"}},"priority":0,"description":"This service provides a motion sensor in HomeKit","filterDevice":[]}],"ENERGIE_METER_TRANSMITTER":[{"serviceClazz":"HomeMaticIPPowerMeterSwitchAccessory","settings":{"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a power meter in HomeKit (this only works in eve)","filterDevice":[]}],"RAIN_DETECTION_TRANSMITTER":[{"serviceClazz":"HomeMaticIPRainDetectorAccessory","settings":{},"priority":0,"description":"This service provides a leak sensor in HomeKit which connects to a CCU Rain Detector","filterDevice":[]}],"HmIP-SWSD:SMOKE_DETECTOR":[{"serviceClazz":"HomeMaticIPSmokeDetectorAccessory","settings":{"single_alarm":{"type":"checkbox","default":false,"label":"Detect single alarms","hint":""}},"priority":0,"description":"This service provides a smoke detector in HomeKit","filterDevice":[]}],"KEY_TRANSCEIVER":[{"serviceClazz":"HomeMaticPushTheButtonAccessory","settings":{"evntType":{"type":"option","array":["PRESS_SHORT","PRESS_LONG","BOTH"],"default":"PRESS_SHORT","label":"Key Event","hint":"Which event should be fired"}},"priority":0,"description":"This service provides a switch HomeKit which will press the assigned key at your ccu","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticKeyAccessory","settings":{},"priority":0,"description":"This service provides a programmable switch in HomeKit based on a ccu KEY","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticKeyTriggeredMotionAccessory","settings":{},"priority":1,"description":"This service provides a motion sensor based on a short press event in HomeKit","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]}],"KEYMATIC":[{"serviceClazz":"HomeMaticKeyMaticAccessory","settings":{"unlockMode":{"type":"option","array":["unlock","open"],"default":"unlock","label":"Unlock mode","hint":"What to do when HomeKit will unlock the door"}},"priority":0,"description":"This service provides a locking system in HomeKit connected to your Keymatic","filterDevice":[]}],"WATERDETECTIONSENSOR":[{"serviceClazz":"HomeMaticLeakSensorAccessory","settings":{},"priority":0,"description":"This service provides a leak sensor in HomeKit","filterDevice":[]}],"LUXMETER":[{"serviceClazz":"HomeMaticLightSensorAccessory","settings":{"ignore_lightsensor":{"type":"checkbox","default":false,"label":"No Illumination sensor","hint":""}},"priority":0,"description":"This service provides a light sensor in HomeKit","filterDevice":[]}],"BRIGHTNESS_TRANSMITTER":[{"serviceClazz":"HomeMaticLightSensorAccessory","settings":{"ignore_lightsensor":{"type":"checkbox","default":false,"label":"No Illumination sensor","hint":""}},"priority":0,"description":"This service provides a light sensor in HomeKit","filterDevice":[]}],"MOTION_DETECTOR":[{"serviceClazz":"HomeMaticMotionAccessory","settings":{"ignore_lightsensor":{"type":"checkbox","default":false,"label":"No Illumination sensor","hint":""}},"priority":0,"description":"This service provides a motion sensor in HomeKit","filterDevice":[]}],"POWERMETER_IGL":[{"serviceClazz":"HomeMaticPowerMeterAccessory","settings":{},"priority":0,"description":"This service provides a enery counter in HomeKit (this only works in eve)","filterDevice":[]}],"POWERMETER":[{"serviceClazz":"HomeMaticPowerMeterSwitchAccessory","settings":{"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a enery counter with a switch actor in HomeKit (this only works in eve)","filterDevice":[]}],"PRESENCEDETECTOR_TRANSCEIVER":[{"serviceClazz":"HomeMaticPresenceAccessory","settings":{"ignore_lightsensor":{"type":"checkbox","default":false,"label":"No Illumination sensor","hint":""},"useActive":{"type":"checkbox","default":false,"label":"Add Active Switch","hint":"adds a switch to turn the sensor on and off"}},"priority":0,"description":"This service provides a motion sensor in HomeKit based on a ccu presence detector","filterDevice":[]}],"PROGRAMM":[{"serviceClazz":"HomeMaticProgramAccessory","settings":{},"priority":0,"description":"This service provides a switch where u can start a program from","filterDevice":[]}],"STATUS_INDICATOR":[{"serviceClazz":"HomeMaticSwitchAccessory","settings":{"Type":{"type":"option","array":["Lightbulb","Outlet","Switch","Fan"],"default":"Lightbulb","label":"Subtype of this device","hint":"A switch can have different sub types"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a switch","filterDevice":[]},{"serviceClazz":"HomeMaticProgrammableSwitchAccessory","settings":{},"priority":0,"description":"This service provides a switch","filterDevice":[]}],"HM-TC-IT-WM-W-EU:THERMALCONTROL_TRANSMIT":[{"serviceClazz":"HomeMaticProgrammableThermostatAccessory","settings":{"addBootMode":{"type":"checkbox","default":false,"label":"Add a boost mode switch","hint":"adds a switch to turn the boost mode on"},"eveprog":{"type":"option","array":["1","2","3"],"default":"1","label":"use thermostat program no.","hint":"Settings from eve will stored as program at the thermostat"}},"priority":0,"description":"This service provides a thermostat for HomeKit","filterDevice":[]}],"RGBW_COLOR":[{"serviceClazz":"HomeMaticRGBAccessory","settings":{},"priority":0,"description":"This service provides a lightbulb where u can set level and color","filterDevice":[]}],"HEATING_CLIMATECONTROL_TRANSCEIVER":[{"serviceClazz":"HomeMaticRadiatorThermostatAccessory","settings":{"addBoostMode":{"type":"checkbox","default":false,"label":"Add a boost mode switch","hint":"adds a switch to turn the boost mode on"}},"priority":0,"description":"This service provides a thermostat for HomeKit","filterDevice":[]}],"RAINDETECTOR":[{"serviceClazz":"HomeMaticRainDetectorAccessory","settings":{},"priority":0,"description":"This service provides a humidity sensor","filterDevice":[]}],"ROTARY_HANDLE_SENSOR":[{"serviceClazz":"HomeMaticRotaryWindowAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a window device in Hom

tb59427 commented 3 years ago

Hi ich nochmal,

irgendwie scheint der hap server gestolpert zu sein über dieses merkwürdige CUL-CUXD device mit dem eigenartigen Namen. Das hab ich jetzt mal entfernt (weiß gar nicht, warum das im CUXD konfiguriert war). Und voila - es geht.

Danke für die Hilfe.

Gruß -tb Am 21. Feb. 2021, 10:10 +0100 schrieb Torsten tb@pobox.com:

Hi Thomas,

das war es irgendwie noch nicht. Wenn ich das mache kommt folgendes Log und wenn ich dann in die Oberfläche gehe sehe ich immer noch nix...

Gruß -tb

rm devices.json root@homematic-raspi:/usr/local/etc/config/addons/hap-homematic# node /usr/local/addons/hap-homematic/node_modules/hap-homematic/index.js [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] ---- launching ---- [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] Welcome to HAP Homematic. Use your HomeMatic devices in HomeKit [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] (c) 2021 by @thkl - https://github.com/thkl/hap-homematic [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] Logging into /tmp/hap-homematic.log [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] using configuration at /usr/local/etc/config/addons/hap-homematic [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] Using CCU at 127.0.0.1 [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] [Server] settings loading ... [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] [Server] config loading completed; start building servicetable [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] [Server] service loading completed; publishing services [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] [Server] settings loading is done ; continuing init [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] [Server] Using config from /usr/local/etc/config/addons/hap-homematic/persist [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] Spawning configuration service with PID 2645 [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] [Server] current restart count is 2 [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] [Server] Checking rega connection [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] [CCU] check Rega is alive [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] [Server] Rega is alive going ahead [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] [Server] continueInitialization [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] [CCU] loading databases from /usr/local/etc/config/addons/hap-homematic [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] [CCU] loading object database for devices from /usr/local/etc/config/addons/hap-homematic/devices.json [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] [CCU] databse not found get a new one [Sun Feb 21 2021 10:07:44 GMT+0100 (CET)] [HAP Server] [CCU] Error while parsing json SyntaxError: Unexpected token in JSON at position 33 at JSON.parse () at HomeMaticCCU.parseResult (/usr/local/addons/hap-homematic/node_modules/hap-homematic/lib/HomeMaticCCU.js:421:19) at /usr/local/addons/hap-homematic/node_modules/hap-homematic/lib/HomeMaticCCU.js:316:29 at processTicksAndRejections (internal/process/task_queues.js:97:5) - (str is {"devices":[{"id": 7878,"name": "Í� CUX4000002","address": "CUX4000002","type": "Í�","channels": [{"id": 7880,"name": "Í� CUX4000002:1","intf": 1713,"address": "CUX4000002:1","type": "KEY","access": 255},{"id": 7894,"name": "Í� CUX4000002:2","intf": 1713,"address": "CUX4000002:2","type": "KEY","access": 255},{"id": 7908,"name": "Í� CUX4000002:3","intf": 1713,"address": "CUX4000002:3","type": "KEY","access": 255},{"id": 7922,"name": "Í� CUX4000002:4","intf": 1713,"address": "CUX4000002:4","type": "KEY","access": 255},{"id": 7936,"name": "Í� CUX4000002:5","intf": 1713,"address": "CUX4000002:5","type": "KEY","access": 255},{"id": 7950,"name": "Í� CUX4000002:6","intf": 1713,"address": "CUX4000002:6","type": "KEY","access": 255},{"id": 7964,"name": "Í� CUX4000002:7","intf": 1713,"address": "CUX4000002:7","type": "KEY","access": 255},{"id": 7978,"name": "Í� CUX4000002:8","intf": 1713,"address": "CUX4000002:8","type": "KEY","access": 255},{"id": 7992,"name": "Í� CUX4000002:9","intf": 1713,"address": "CUX4000002:9","type": "KEY","access": 255},{"id": 8006,"name": "Í� CUX4000002:10","intf": 1713,"address": "CUX4000002:10","type": "KEY","access": 255},{"id": 8020,"name": "Í� CUX4000002:11","intf": 1713,"address": "CUX4000002:11","type": "KEY","access": 255},{"id": 8034,"name": "Í� CUX4000002:12","intf": 1713,"address": "CUX4000002:12","type": "KEY","access": 255},{"id": 8048,"name": "Í� CUX4000002:13","intf": 1713,"address": "CUX4000002:13","type": "KEY","access": 255},{"id": 8062,"name": "Í� CUX4000002:14","intf": 1713,"address": "CUX4000002:14","type": "KEY","access": 255},{"id": 8076,"name": "Í� CUX4000002:15","intf": 1713,"address": "CUX4000002:15","type": "KEY","access": 255},{"id": 8090,"name": "Í� CUX4000002:16","intf": 1713,"address": "CUX4000002:16","type": "KEY","access": 255}]},{"id": 1274,"name": "Aussenlicht_vorn","address": "NEQ1632241","type": "HM-LC-Sw1-PCB","channels": [{"id": 1307,"name": "Aussenlicht_vorn:1","intf": 1007,"address": "NEQ1632241:1","type": "SWITCH","access": 255}]},{"id": 8261,"name": "Bewegungsmelder-Vorgarten","address": "QEQ0895431","type": "HM-Sen-MDIR-O-3","channels": [{"id": 8291,"name": "HM-Sen-MDIR-O-3 QEQ0895431:1","intf": 1007,"address": "QEQ0895431:1","type": "MOTION_DETECTOR","access": 255}]},{"id": 6490,"name": "CUL-CUXD","address": "CUX4000001","type": "HM-RC-12","channels": [{"id": 6492,"name": "Wohnzimmer-Stehlampe-Ein","intf": 1713,"address": "CUX4000001:1","type": "KEY","access": 255},{"id": 6505,"name": "Wohnzimmer-Stehlampe-Aus","intf": 1713,"address": "CUX4000001:2","type": "KEY","access": 255},{"id": 6518,"name": "Wohnzimmer-Ecklampe-Ein","intf": 1713,"address": "CUX4000001:3","type": "KEY","access": 255},{"id": 6531,"name": "Wohnzimmer-Ecklampe-Aus","intf": 1713,"address": "CUX4000001:4","type": "KEY","access": 255},{"id": 6544,"name": "Arbeitszimmer-Deckenfluter-Ein","intf": 1713,"address": "CUX4000001:5","type": "KEY","access": 255},{"id": 6557,"name": "Arbeitszimmer Deckenfluter-Aus","intf": 1713,"address": "CUX4000001:6","type": "KEY","access": 255},{"id": 6570,"name": "Wohnzimmer Tischlampe-Ein","intf": 1713,"address": "CUX4000001:7","type": "KEY","access": 255},{"id": 6583,"name": "Wohnzimmer Tischlampe-Aus","intf": 1713,"address": "CUX4000001:8","type": "KEY","access": 255},{"id": 6596,"name": "HM-RC-12 CUX4000001:9","intf": 1713,"address": "CUX4000001:9","type": "KEY","access": 255},{"id": 6609,"name": "HM-RC-12 CUX4000001:10","intf": 1713,"address": "CUX4000001:10","type": "KEY","access": 255},{"id": 6622,"name": "HM-RC-12 CUX4000001:11","intf": 1713,"address": "CUX4000001:11","type": "KEY","access": 255},{"id": 6635,"name": "HM-RC-12 CUX4000001:12","intf": 1713,"address": "CUX4000001:12","type": "KEY","access": 255},{"id": 6648,"name": "HM-RC-12 CUX4000001:13","intf": 1713,"address": "CUX4000001:13","type": "KEY","access": 255},{"id": 6661,"name": "HM-RC-12 CUX4000001:14","intf": 1713,"address": "CUX4000001:14","type": "KEY","access": 255},{"id": 6674,"name": "HM-RC-12 CUX4000001:15","intf": 1713,"address": "CUX4000001:15","type": "KEY","access": 255},{"id": 6687,"name": "HM-RC-12 CUX4000001:16","intf": 1713,"address": "CUX4000001:16","type": "KEY","access": 255}]},{"id": 6984,"name": "CUXD-Timer","address": "CUX2800001","type": "HM-EM-CMM","channels": [{"id": 6986,"name": "CUXD-Timer:1","intf": 1713,"address": "CUX2800001:1","type": "SYSTEM","access": 255},{"id": 6995,"name": "CUXD-Timer:2","intf": 1713,"address": "CUX2800001:2","type": "SYSTEM","access": 255},{"id": 7004,"name": "CUXD-Timer:3","intf": 1713,"address": "CUX2800001:3","type": "SYSTEM","access": 255},{"id": 7013,"name": "CUXD-Timer:4","intf": 1713,"address": "CUX2800001:4","type": "SYSTEM","access": 255},{"id": 7022,"name": "CUXD-Timer:5","intf": 1713,"address": "CUX2800001:5","type": "SYSTEM","access": 255},{"id": 7031,"name": "CUXD-Timer:6","intf": 1713,"address": "CUX2800001:6","type": "SYSTEM","access": 255},{"id": 7040,"name": "CUXD-Timer:7","intf": 1713,"address": "CUX2800001:7","type": "SYSTEM","access": 255},{"id": 7049,"name": "CUXD-Timer:8","intf": 1713,"address": "CUX2800001:8","type": "SYSTEM","access": 255},{"id": 7058,"name": "CUXD-Timer:9","intf": 1713,"address": "CUX2800001:9","type": "SYSTEM","access": 255},{"id": 7067,"name": "CUXD-Timer:10","intf": 1713,"address": "CUX2800001:10","type": "SYSTEM","access": 255},{"id": 7076,"name": "CUXD-Timer:11","intf": 1713,"address": "CUX2800001:11","type": "SYSTEM","access": 255},{"id": 7085,"name": "CUXD-Timer:12","intf": 1713,"address": "CUX2800001:12","type": "SYSTEM","access": 255},{"id": 7094,"name": "CUXD-Timer:13","intf": 1713,"address": "CUX2800001:13","type": "SYSTEM","access": 255},{"id": 7103,"name": "CUXD-Timer:14","intf": 1713,"address": "CUX2800001:14","type": "SYSTEM","access": 255},{"id": 7112,"name": "CUXD-Timer:15","intf": 1713,"address": "CUX2800001:15","type": "SYSTEM","access": 255},{"id": 7121,"name": "CUXD-Timer:16","intf": 1713,"address": "CUX2800001:16","type": "SYSTEM","access": 255}]},{"id": 5260,"name": "FB_Steuerung_OG","address": "NEQ0958631","type": "HM-MOD-Re-8","channels": [{"id": 5293,"name": "FB_Steuerung_OG:1","intf": 1007,"address": "NEQ0958631:1","type": "SWITCH","access": 255},{"id": 5299,"name": "FB_Steuerung_OG:2","intf": 1007,"address": "NEQ0958631:2","type": "SWITCH","access": 255},{"id": 5305,"name": "FB_Steuerung_OG:3","intf": 1007,"address": "NEQ0958631:3","type": "SWITCH","access": 255},{"id": 5311,"name": "FB_Steuerung_OG:4","intf": 1007,"address": "NEQ0958631:4","type": "SWITCH","access": 255},{"id": 5317,"name": "FB_Steuerung_OG:5","intf": 1007,"address": "NEQ0958631:5","type": "SWITCH","access": 255},{"id": 5323,"name": "FB_Steuerung_OG:6","intf": 1007,"address": "NEQ0958631:6","type": "SWITCH","access": 255},{"id": 5329,"name": "FB_Steuerung_OG:7","intf": 1007,"address": "NEQ0958631:7","type": "SWITCH","access": 255},{"id": 5335,"name": "FB_Steuerung_OG:8","intf": 1007,"address": "NEQ0958631:8","type": "SWITCH","access": 255}]},{"id": 12,"name": "Gateway","address": "","type": "","channels": [{"id": 23,"name": "StateVariables","intf": 65535,"address": "","type": "","access": 255},{"id": 24,"name": "Communication","intf": 65535,"address": "","type": "","access": 255}]},{"id": 1011,"name": "HM-RCV-50 BidCoS-RF","address": "BidCoS-RF","type": "HM-RCV-50","channels": [{"id": 1014,"name": "WW Pumpe","intf": 1007,"address": "BidCoS-RF:1","type": "VIRTUAL_KEY","access": 255},{"id": 1018,"name": "HM-RCV-50 BidCoS-RF:2","intf": 1007,"address": "BidCoS-RF:2","type": "VIRTUAL_KEY","access": 255},{"id": 1022,"name": "HM-RCV-50 BidCoS-RF:3","intf": 1007,"address": "BidCoS-RF:3","type": "VIRTUAL_KEY","access": 255},{"id": 1026,"name": "HM-RCV-50 BidCoS-RF:4","intf": 1007,"address": "BidCoS-RF:4","type": "VIRTUAL_KEY","access": 255},{"id": 1030,"name": "HM-RCV-50 BidCoS-RF:5","intf": 1007,"address": "BidCoS-RF:5","type": "VIRTUAL_KEY","access": 255},{"id": 1034,"name": "HM-RCV-50 BidCoS-RF:6","intf": 1007,"address": "BidCoS-RF:6","type": "VIRTUAL_KEY","access": 255},{"id": 1038,"name": "HM-RCV-50 BidCoS-RF:7","intf": 1007,"address": "BidCoS-RF:7","type": "VIRTUAL_KEY","access": 255},{"id": 1042,"name": "HM-RCV-50 BidCoS-RF:8","intf": 1007,"address": "BidCoS-RF:8","type": "VIRTUAL_KEY","access": 255},{"id": 1046,"name": "HM-RCV-50 BidCoS-RF:9","intf": 1007,"address": "BidCoS-RF:9","type": "VIRTUAL_KEY","access": 255},{"id": 1050,"name": "HM-RCV-50 BidCoS-RF:10","intf": 1007,"address": "BidCoS-RF:10","type": "VIRTUAL_KEY","access": 255},{"id": 1054,"name": "HM-RCV-50 BidCoS-RF:11","intf": 1007,"address": "BidCoS-RF:11","type": "VIRTUAL_KEY","access": 255},{"id": 1058,"name": "HM-RCV-50 BidCoS-RF:12","intf": 1007,"address": "BidCoS-RF:12","type": "VIRTUAL_KEY","access": 255},{"id": 1062,"name": "HM-RCV-50 BidCoS-RF:13","intf": 1007,"address": "BidCoS-RF:13","type": "VIRTUAL_KEY","access": 255},{"id": 1066,"name": "HM-RCV-50 BidCoS-RF:14","intf": 1007,"address": "BidCoS-RF:14","type": "VIRTUAL_KEY","access": 255},{"id": 1070,"name": "HM-RCV-50 BidCoS-RF:15","intf": 1007,"address": "BidCoS-RF:15","type": "VIRTUAL_KEY","access": 255},{"id": 1074,"name": "HM-RCV-50 BidCoS-RF:16","intf": 1007,"address": "BidCoS-RF:16","type": "VIRTUAL_KEY","access": 255},{"id": 1078,"name": "HM-RCV-50 BidCoS-RF:17","intf": 1007,"address": "BidCoS-RF:17","type": "VIRTUAL_KEY","access": 255},{"id": 1082,"name": "HM-RCV-50 BidCoS-RF:18","intf": 1007,"address": "BidCoS-RF:18","type": "VIRTUAL_KEY","access": 255},{"id": 1086,"name": "HM-RCV-50 BidCoS-RF:19","intf": 1007,"address": "BidCoS-RF:19","type": "VIRTUAL_KEY","access": 255},{"id": 1090,"name": "HM-RCV-50 BidCoS-RF:20","intf": 1007,"address": "BidCoS-RF:20","type": "VIRTUAL_KEY","access": 255},{"id": 1094,"name": "HM-RCV-50 BidCoS-RF:21","intf": 1007,"address": "BidCoS-RF:21","type": "VIRTUAL_KEY","access": 255},{"id": 1098,"name": "HM-RCV-50 BidCoS-RF:22","intf": 1007,"address": "BidCoS-RF:22","type": "VIRTUAL_KEY","access": 255},{"id": 1102,"name": "HM-RCV-50 BidCoS-RF:23","intf": 1007,"address": "BidCoS-RF:23","type": "VIRTUAL_KEY","access": 255},{"id": 1106,"name": "HM-RCV-50 BidCoS-RF:24","intf": 1007,"address": "BidCoS-RF:24","type": "VIRTUAL_KEY","access": 255},{"id": 1110,"name": "HM-RCV-50 BidCoS-RF:25","intf": 1007,"address": "BidCoS-RF:25","type": "VIRTUAL_KEY","access": 255},{"id": 1114,"name": "HM-RCV-50 BidCoS-RF:26","intf": 1007,"address": "BidCoS-RF:26","type": "VIRTUAL_KEY","access": 255},{"id": 1118,"name": "HM-RCV-50 BidCoS-RF:27","intf": 1007,"address": "BidCoS-RF:27","type": "VIRTUAL_KEY","access": 255},{"id": 1122,"name": "HM-RCV-50 BidCoS-RF:28","intf": 1007,"address": "BidCoS-RF:28","type": "VIRTUAL_KEY","access": 255},{"id": 1126,"name": "HM-RCV-50 BidCoS-RF:29","intf": 1007,"address": "BidCoS-RF:29","type": "VIRTUAL_KEY","access": 255},{"id": 1130,"name": "HM-RCV-50 BidCoS-RF:30","intf": 1007,"address": "BidCoS-RF:30","type": "VIRTUAL_KEY","access": 255},{"id": 1134,"name": "HM-RCV-50 BidCoS-RF:31","intf": 1007,"address": "BidCoS-RF:31","type": "VIRTUAL_KEY","access": 255},{"id": 1138,"name": "HM-RCV-50 BidCoS-RF:32","intf": 1007,"address": "BidCoS-RF:32","type": "VIRTUAL_KEY","access": 255},{"id": 1142,"name": "HM-RCV-50 BidCoS-RF:33","intf": 1007,"address": "BidCoS-RF:33","type": "VIRTUAL_KEY","access": 255},{"id": 1146,"name": "HM-RCV-50 BidCoS-RF:34","intf": 1007,"address": "BidCoS-RF:34","type": "VIRTUAL_KEY","access": 255},{"id": 1150,"name": "HM-RCV-50 BidCoS-RF:35","intf": 1007,"address": "BidCoS-RF:35","type": "VIRTUAL_KEY","access": 255},{"id": 1154,"name": "HM-RCV-50 BidCoS-RF:36","intf": 1007,"address": "BidCoS-RF:36","type": "VIRTUAL_KEY","access": 255},{"id": 1158,"name": "HM-RCV-50 BidCoS-RF:37","intf": 1007,"address": "BidCoS-RF:37","type": "VIRTUAL_KEY","access": 255},{"id": 1162,"name": "HM-RCV-50 BidCoS-RF:38","intf": 1007,"address": "BidCoS-RF:38","type": "VIRTUAL_KEY","access": 255},{"id": 1166,"name": "HM-RCV-50 BidCoS-RF:39","intf": 1007,"address": "BidCoS-RF:39","type": "VIRTUAL_KEY","access": 255},{"id": 1170,"name": "HM-RCV-50 BidCoS-RF:40","intf": 1007,"address": "BidCoS-RF:40","type": "VIRTUAL_KEY","access": 255},{"id": 1174,"name": "HM-RCV-50 BidCoS-RF:41","intf": 1007,"address": "BidCoS-RF:41","type": "VIRTUAL_KEY","access": 255},{"id": 1178,"name": "HM-RCV-50 BidCoS-RF:42","intf": 1007,"address": "BidCoS-RF:42","type": "VIRTUAL_KEY","access": 255},{"id": 1182,"name": "HM-RCV-50 BidCoS-RF:43","intf": 1007,"address": "BidCoS-RF:43","type": "VIRTUAL_KEY","access": 255},{"id": 1186,"name": "HM-RCV-50 BidCoS-RF:44","intf": 1007,"address": "BidCoS-RF:44","type": "VIRTUAL_KEY","access": 255},{"id": 1190,"name": "HM-RCV-50 BidCoS-RF:45","intf": 1007,"address": "BidCoS-RF:45","type": "VIRTUAL_KEY","access": 255},{"id": 1194,"name": "HM-RCV-50 BidCoS-RF:46","intf": 1007,"address": "BidCoS-RF:46","type": "VIRTUAL_KEY","access": 255},{"id": 1198,"name": "HM-RCV-50 BidCoS-RF:47","intf": 1007,"address": "BidCoS-RF:47","type": "VIRTUAL_KEY","access": 255},{"id": 1202,"name": "HM-RCV-50 BidCoS-RF:48","intf": 1007,"address": "BidCoS-RF:48","type": "VIRTUAL_KEY","access": 255},{"id": 1206,"name": "HM-RCV-50 BidCoS-RF:49","intf": 1007,"address": "BidCoS-RF:49","type": "VIRTUAL_KEY","access": 255},{"id": 1210,"name": "HM-RCV-50 BidCoS-RF:50","intf": 1007,"address": "BidCoS-RF:50","type": "VIRTUAL_KEY","access": 255}]},{"id": 7660,"name": "HmIP-RCV-50 HmIP-RCV-1","address": "HmIP-RCV-1","type": "HmIP-RCV-50","channels": [{"id": 7661,"name": "HmIP-RCV-50 HmIP-RCV-1:0","intf": 1009,"address": "HmIP-RCV-1:0","type": "MAINTENANCE","access": 255},{"id": 7662,"name": "HmIP-RCV-50 HmIP-RCV-1:1","intf": 1009,"address": "HmIP-RCV-1:1","type": "KEY_TRANSCEIVER","access": 255},{"id": 7665,"name": "HmIP-RCV-50 HmIP-RCV-1:2","intf": 1009,"address": "HmIP-RCV-1:2","type": "KEY_TRANSCEIVER","access": 255},{"id": 7668,"name": "HmIP-RCV-50 HmIP-RCV-1:3","intf": 1009,"address": "HmIP-RCV-1:3","type": "KEY_TRANSCEIVER","access": 255},{"id": 7671,"name": "HmIP-RCV-50 HmIP-RCV-1:4","intf": 1009,"address": "HmIP-RCV-1:4","type": "KEY_TRANSCEIVER","access": 255},{"id": 7674,"name": "HmIP-RCV-50 HmIP-RCV-1:5","intf": 1009,"address": "HmIP-RCV-1:5","type": "KEY_TRANSCEIVER","access": 255},{"id": 7677,"name": "HmIP-RCV-50 HmIP-RCV-1:6","intf": 1009,"address": "HmIP-RCV-1:6","type": "KEY_TRANSCEIVER","access": 255},{"id": 7680,"name": "HmIP-RCV-50 HmIP-RCV-1:7","intf": 1009,"address": "HmIP-RCV-1:7","type": "KEY_TRANSCEIVER","access": 255},{"id": 7683,"name": "HmIP-RCV-50 HmIP-RCV-1:8","intf": 1009,"address": "HmIP-RCV-1:8","type": "KEY_TRANSCEIVER","access": 255},{"id": 7686,"name": "HmIP-RCV-50 HmIP-RCV-1:9","intf": 1009,"address": "HmIP-RCV-1:9","type": "KEY_TRANSCEIVER","access": 255},{"id": 7689,"name": "HmIP-RCV-50 HmIP-RCV-1:10","intf": 1009,"address": "HmIP-RCV-1:10","type": "KEY_TRANSCEIVER","access": 255},{"id": 7692,"name": "HmIP-RCV-50 HmIP-RCV-1:11","intf": 1009,"address": "HmIP-RCV-1:11","type": "KEY_TRANSCEIVER","access": 255},{"id": 7695,"name": "HmIP-RCV-50 HmIP-RCV-1:12","intf": 1009,"address": "HmIP-RCV-1:12","type": "KEY_TRANSCEIVER","access": 255},{"id": 7698,"name": "HmIP-RCV-50 HmIP-RCV-1:13","intf": 1009,"address": "HmIP-RCV-1:13","type": "KEY_TRANSCEIVER","access": 255},{"id": 7701,"name": "HmIP-RCV-50 HmIP-RCV-1:14","intf": 1009,"address": "HmIP-RCV-1:14","type": "KEY_TRANSCEIVER","access": 255},{"id": 7704,"name": "HmIP-RCV-50 HmIP-RCV-1:15","intf": 1009,"address": "HmIP-RCV-1:15","type": "KEY_TRANSCEIVER","access": 255},{"id": 7707,"name": "HmIP-RCV-50 HmIP-RCV-1:16","intf": 1009,"address": "HmIP-RCV-1:16","type": "KEY_TRANSCEIVER","access": 255},{"id": 7710,"name": "HmIP-RCV-50 HmIP-RCV-1:17","intf": 1009,"address": "HmIP-RCV-1:17","type": "KEY_TRANSCEIVER","access": 255},{"id": 7713,"name": "HmIP-RCV-50 HmIP-RCV-1:18","intf": 1009,"address": "HmIP-RCV-1:18","type": "KEY_TRANSCEIVER","access": 255},{"id": 7716,"name": "HmIP-RCV-50 HmIP-RCV-1:19","intf": 1009,"address": "HmIP-RCV-1:19","type": "KEY_TRANSCEIVER","access": 255},{"id": 7719,"name": "HmIP-RCV-50 HmIP-RCV-1:20","intf": 1009,"address": "HmIP-RCV-1:20","type": "KEY_TRANSCEIVER","access": 255},{"id": 7722,"name": "HmIP-RCV-50 HmIP-RCV-1:21","intf": 1009,"address": "HmIP-RCV-1:21","type": "KEY_TRANSCEIVER","access": 255},{"id": 7725,"name": "HmIP-RCV-50 HmIP-RCV-1:22","intf": 1009,"address": "HmIP-RCV-1:22","type": "KEY_TRANSCEIVER","access": 255},{"id": 7728,"name": "HmIP-RCV-50 HmIP-RCV-1:23","intf": 1009,"address": "HmIP-RCV-1:23","type": "KEY_TRANSCEIVER","access": 255},{"id": 7731,"name": "HmIP-RCV-50 HmIP-RCV-1:24","intf": 1009,"address": "HmIP-RCV-1:24","type": "KEY_TRANSCEIVER","access": 255},{"id": 7734,"name": "HmIP-RCV-50 HmIP-RCV-1:25","intf": 1009,"address": "HmIP-RCV-1:25","type": "KEY_TRANSCEIVER","access": 255},{"id": 7737,"name": "HmIP-RCV-50 HmIP-RCV-1:26","intf": 1009,"address": "HmIP-RCV-1:26","type": "KEY_TRANSCEIVER","access": 255},{"id": 7740,"name": "HmIP-RCV-50 HmIP-RCV-1:27","intf": 1009,"address": "HmIP-RCV-1:27","type": "KEY_TRANSCEIVER","access": 255},{"id": 7743,"name": "HmIP-RCV-50 HmIP-RCV-1:28","intf": 1009,"address": "HmIP-RCV-1:28","type": "KEY_TRANSCEIVER","access": 255},{"id": 7746,"name": "HmIP-RCV-50 HmIP-RCV-1:29","intf": 1009,"address": "HmIP-RCV-1:29","type": "KEY_TRANSCEIVER","access": 255},{"id": 7749,"name": "HmIP-RCV-50 HmIP-RCV-1:30","intf": 1009,"address": "HmIP-RCV-1:30","type": "KEY_TRANSCEIVER","access": 255},{"id": 7752,"name": "HmIP-RCV-50 HmIP-RCV-1:31","intf": 1009,"address": "HmIP-RCV-1:31","type": "KEY_TRANSCEIVER","access": 255},{"id": 7755,"name": "HmIP-RCV-50 HmIP-RCV-1:32","intf": 1009,"address": "HmIP-RCV-1:32","type": "KEY_TRANSCEIVER","access": 255},{"id": 7758,"name": "HmIP-RCV-50 HmIP-RCV-1:33","intf": 1009,"address": "HmIP-RCV-1:33","type": "KEY_TRANSCEIVER","access": 255},{"id": 7761,"name": "HmIP-RCV-50 HmIP-RCV-1:34","intf": 1009,"address": "HmIP-RCV-1:34","type": "KEY_TRANSCEIVER","access": 255},{"id": 7764,"name": "HmIP-RCV-50 HmIP-RCV-1:35","intf": 1009,"address": "HmIP-RCV-1:35","type": "KEY_TRANSCEIVER","access": 255},{"id": 7767,"name": "HmIP-RCV-50 HmIP-RCV-1:36","intf": 1009,"address": "HmIP-RCV-1:36","type": "KEY_TRANSCEIVER","access": 255},{"id": 7770,"name": "HmIP-RCV-50 HmIP-RCV-1:37","intf": 1009,"address": "HmIP-RCV-1:37","type": "KEY_TRANSCEIVER","access": 255},{"id": 7773,"name": "HmIP-RCV-50 HmIP-RCV-1:38","intf": 1009,"address": "HmIP-RCV-1:38","type": "KEY_TRANSCEIVER","access": 255},{"id": 7776,"name": "HmIP-RCV-50 HmIP-RCV-1:39","intf": 1009,"address": "HmIP-RCV-1:39","type": "KEY_TRANSCEIVER","access": 255},{"id": 7779,"name": "HmIP-RCV-50 HmIP-RCV-1:40","intf": 1009,"address": "HmIP-RCV-1:40","type": "KEY_TRANSCEIVER","access": 255},{"id": 7782,"name": "HmIP-RCV-50 HmIP-RCV-1:41","intf": 1009,"address": "HmIP-RCV-1:41","type": "KEY_TRANSCEIVER","access": 255},{"id": 7785,"name": "HmIP-RCV-50 HmIP-RCV-1:42","intf": 1009,"address": "HmIP-RCV-1:42","type": "KEY_TRANSCEIVER","access": 255},{"id": 7788,"name": "HmIP-RCV-50 HmIP-RCV-1:43","intf": 1009,"address": "HmIP-RCV-1:43","type": "KEY_TRANSCEIVER","access": 255},{"id": 7791,"name": "HmIP-RCV-50 HmIP-RCV-1:44","intf": 1009,"address": "HmIP-RCV-1:44","type": "KEY_TRANSCEIVER","access": 255},{"id": 7794,"name": "HmIP-RCV-50 HmIP-RCV-1:45","intf": 1009,"address": "HmIP-RCV-1:45","type": "KEY_TRANSCEIVER","access": 255},{"id": 7797,"name": "HmIP-RCV-50 HmIP-RCV-1:46","intf": 1009,"address": "HmIP-RCV-1:46","type": "KEY_TRANSCEIVER","access": 255},{"id": 7800,"name": "HmIP-RCV-50 HmIP-RCV-1:47","intf": 1009,"address": "HmIP-RCV-1:47","type": "KEY_TRANSCEIVER","access": 255},{"id": 7803,"name": "HmIP-RCV-50 HmIP-RCV-1:48","intf": 1009,"address": "HmIP-RCV-1:48","type": "KEY_TRANSCEIVER","access": 255},{"id": 7806,"name": "HmIP-RCV-50 HmIP-RCV-1:49","intf": 1009,"address": "HmIP-RCV-1:49","type": "KEY_TRANSCEIVER","access": 255},{"id": 7809,"name": "HmIP-RCV-50 HmIP-RCV-1:50","intf": 1009,"address": "HmIP-RCV-1:50","type": "KEY_TRANSCEIVER","access": 255}]},{"id": 2572,"name": "Schalter_Eike_Stereo","address": "NEQ1676524","type": "HM-LC-Sw1-Pl-DN-R1","channels": [{"id": 2605,"name": "Schalter_Eike_Stereo","intf": 1007,"address": "NEQ1676524:1","type": "SWITCH","access": 255}]},{"id": 2784,"name": "Schalter_Flurlicht","address": "NEQ1676556","type": "HM-LC-Sw1-Pl-DN-R1","channels": [{"id": 2817,"name": "Schalter_Flurlicht","intf": 1007,"address": "NEQ1676556:1","type": "SWITCH","access": 255}]},{"id": 5116,"name": "Thermo_Eike","address": "NEQ1522631","type": "HM-TC-IT-WM-W-EU","channels": [{"id": 5146,"name": "Eike_Temperatur:1","intf": 1007,"address": "NEQ1522631:1","type": "WEATHER_TRANSMIT","access": 255},{"id": 5149,"name": "Eike_Thermostat:2","intf": 1007,"address": "NEQ1522631:2","type": "THERMALCONTROL_TRANSMIT","access": 255},{"id": 5174,"name": "HM-TC-IT-WM-W-EU NEQ1522631:3","intf": 1007,"address": "NEQ1522631:3","type": "WINDOW_SWITCH_RECEIVER","access": 255},{"id": 5175,"name": "HM-TC-IT-WM-W-EU NEQ1522631:6","intf": 1007,"address": "NEQ1522631:6","type": "REMOTECONTROL_RECEIVER","access": 255},{"id": 5176,"name": "HM-TC-IT-WM-W-EU NEQ1522631:7","intf": 1007,"address": "NEQ1522631:7","type": "SWITCH_TRANSMIT","access": 255}]},{"id": 4650,"name": "Virtuelle Wetterstation","address": "CUX9002001","type": "HM-WDS100-C6-O","channels": [{"id": 4656,"name": "Virtuelle_Wetterstation:1","intf": 1713,"address": "CUX9002001:1","type": "WEATHER","access": 255},{"id": 4668,"name": "HM-WDS100-C6-O CUX9002001:2","intf": 1713,"address": "CUX9002001:2","type": "CLIMATECONTROL_REGULATOR","access": 255},{"id": 4673,"name": "HM-WDS100-C6-O CUX9002001:3","intf": 1713,"address": "CUX9002001:3","type": "SWITCH","access": 255}]}]}) (node:2611) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'length' of undefined at HomeMaticCCU.loadDatabases (/usr/local/addons/hap-homematic/node_modules/hap-homematic/lib/HomeMaticCCU.js:148:81) at async Server.connectCCU (/usr/local/addons/hap-homematic/node_modules/hap-homematic/lib/Server.js:365:5) at async Server.continueInitialization (/usr/local/addons/hap-homematic/node_modules/hap-homematic/lib/Server.js:207:5) (node:2611) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) (node:2611) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. [Sun Feb 21 2021 10:07:51 GMT+0100 (CET)] [HAP ConfigServer] [Config] launching configuration service [Sun Feb 21 2021 10:07:51 GMT+0100 (CET)] [HAP ConfigServer] debug [Sun Feb 21 2021 10:07:51 GMT+0100 (CET)] [HAP ConfigServer] Config Start heartBeat [Sun Feb 21 2021 10:07:51 GMT+0100 (CET)] [HAP ConfigServer] Config Server is running [Sun Feb 21 2021 10:07:51 GMT+0100 (CET)] [HAP ConfigServer] [Config] server is up and running messaging daemon about that [Sun Feb 21 2021 10:07:51 GMT+0100 (CET)] [HAP ConfigServer] [Config] running secure configuration server on port 9874 [Sun Feb 21 2021 10:07:51 GMT+0100 (CET)] [HAP ConfigServer] Services :{"ABSTRACT":[{"serviceClazz":"HomeMaticAccessory","settings":{},"priority":0,"description":"You should never see this","filterDevice":[]}],"ARMING":[{"serviceClazz":"HomeMaticAlarmAccessory","settings":{},"priority":0,"description":"This service provides a alarm system for HomeKit","filterDevice":[]}],"VARIABLE":[{"serviceClazz":"HomeMaticVariableNumberSensorAccessory","settings":{"Type":{"type":"option","array":["Humidity","Lightbulb"],"default":"Lightbulb","label":"Subtype of this device","hint":"This device can have different sub types"}},"priority":0,"description":"This service provides a sensor with value from variables","filterDevice":[]},{"serviceClazz":"HomeMaticVariableBinarySensorAccessory","settings":{"Type":{"type":"option","array":["Motion","Contact","Leak","Occupancy","Smoke"],"default":"Motion","label":"Subtype of this device","hint":"This device can have different sub types"}},"priority":0,"description":"This service provides a sensor with value from variables","filterDevice":[]},{"serviceClazz":"HomeMaticVariableAlarmAccessory","settings":{"STAY_ARM":{"type":"number","default":0,"label":"Value for stay","hint":"The value of your HomeMatic variable when it says you are at home. Set it to -1 if you do not want this state.","mandatory":false},"AWAY_ARM":{"type":"number","default":1,"label":"Value for away","hint":"The value of your HomeMatic variable when it says you are away. Set it to -1 if you do not want this state.","mandatory":false},"NIGHT_ARM":{"type":"number","default":2,"label":"Value for night","hint":"The value of your HomeMatic variable when it says your home internal secured. Set it to -1 if you do not want this state.","mandatory":false},"DISARMED":{"type":"number","default":3,"label":"Value for disarmed","hint":"The value of your HomeMatic variable when it says the alarm system is off. Set it to -1 if you do not want this state.","mandatory":false},"ALARM_TRIGGERED":{"type":"number","default":4,"label":"Value for alarm","hint":"The value of your HomeMatic variable when all the red lights are flashing. Set it to -1 if you do not want this state.","mandatory":false}},"priority":0,"description":"This service provides a alarm system based on a variable","filterDevice":[]},{"serviceClazz":"HomeMaticVariableAccessory","settings":{},"priority":0,"description":"This service provides a switch or lightbulb to control variables","filterDevice":[]},{"serviceClazz":"HomeMaticVarBasedThermometerAccessory","settings":{},"priority":0,"description":"This service provides a temperature sensor HomeKit based on a variable from your ccu","filterDevice":[]},{"serviceClazz":"HomeMaticVarBasedElectricConsumptionAccessory","settings":{"requery_time":{"type":"number","default":60,"label":"Variable requery time","hint":"Time (min) the variable will be queried again to fetch a new data.","mandatory":false},"factor":{"type":"number","default":1,"label":"Factor","hint":"Eve wants kwH,and the value of your variable will be multiplied with this factor, so here u are able to do the math.","mandatory":false},"mode":{"type":"option","array":["POWER","CONSUMPTION"],"default":"CONSUMPTION","label":"Subtype of this device","hint":"This device can have different sub types"}},"priority":0,"description":"This service provides a power comsumption sensor HomeKit based on a variable from your ccu","filterDevice":[]},{"serviceClazz":"HomeMaticBatVariableAccessory","settings":{"lowLevelValue":{"type":"number","default":0,"label":"LowLevel Value","hint":"Battery level below this will trigger a LowLevel message"}},"priority":0,"description":"This service provides a battery indicator based on a HomeMatic variable","filterDevice":[]}],"BLIND":[{"serviceClazz":"HomeMaticBlindAccessory","settings":{"MinForClose":{"type":"number","default":0,"label":"min value for close","hint":"set homkit to close if the blind is below this value"},"MaxForOpen":{"type":"number","default":100,"label":"max value for open","hint":"set homkit to open if the blind is above this value"},"MinClose":{"type":"number","default":0,"label":"min value","hint":"do not close the blind below this level"},"MaxOpen":{"type":"number","default":100,"label":"max value","hint":"do not open the blind above this level"},"observeInhibit":{"type":"checkbox","default":true,"label":"Observe Inhibit","hint":"when checked the blind will not move when inhbit is set"},"reverse":{"type":"checkbox","default":false,"label":"reverse values","hint":"0 is 100 and 100 is 0"}},"priority":0,"description":"You can control your blinds with this service","filterDevice":[]}],"JALOUSIE":[{"serviceClazz":"HomeMaticBlindAccessory","settings":{"MinForClose":{"type":"number","default":0,"label":"min value for close","hint":"set homkit to close if the blind is below this value"},"MaxForOpen":{"type":"number","default":100,"label":"max value for open","hint":"set homkit to open if the blind is above this value"},"MinClose":{"type":"number","default":0,"label":"min value","hint":"do not close the blind below this level"},"MaxOpen":{"type":"number","default":100,"label":"max value","hint":"do not open the blind above this level"},"observeInhibit":{"type":"checkbox","default":true,"label":"Observe Inhibit","hint":"when checked the blind will not move when inhbit is set"},"reverse":{"type":"checkbox","default":false,"label":"reverse values","hint":"0 is 100 and 100 is 0"}},"priority":0,"description":"You can control your blinds with this service","filterDevice":[]}],"SHUTTER_VIRTUAL_RECEIVER":[{"serviceClazz":"HomeMaticBlindIPAccessory","settings":{"MinForClose":{"type":"number","default":0,"label":"min value for close","hint":"set homkit to close if the blind is below this value"},"MaxForOpen":{"type":"number","default":100,"label":"max value for open","hint":"set homkit to open if the blind is above this value"},"MinClose":{"type":"number","default":0,"label":"min value","hint":"do not close the blind below this level"},"MaxOpen":{"type":"number","default":100,"label":"max value","hint":"do not open the blind above this level"},"observeInhibit":{"type":"checkbox","default":true,"label":"Observe Inhibit","hint":"when checked the blind will not move when inhbit is set"},"useSlats":{"type":"checkbox","default":true,"label":"Add Slats","hint":"when available a control to manipulate the slats will be added"},"reverse":{"type":"checkbox","default":false,"label":"reverse values","hint":"0 is 100 and 100 is 0"}},"priority":0,"description":"You can control your blinds with this service","filterDevice":[]}],"BLIND_VIRTUAL_RECEIVER":[{"serviceClazz":"HomeMaticBlindIPAccessory","settings":{"MinForClose":{"type":"number","default":0,"label":"min value for close","hint":"set homkit to close if the blind is below this value"},"MaxForOpen":{"type":"number","default":100,"label":"max value for open","hint":"set homkit to open if the blind is above this value"},"MinClose":{"type":"number","default":0,"label":"min value","hint":"do not close the blind below this level"},"MaxOpen":{"type":"number","default":100,"label":"max value","hint":"do not open the blind above this level"},"observeInhibit":{"type":"checkbox","default":true,"label":"Observe Inhibit","hint":"when checked the blind will not move when inhbit is set"},"useSlats":{"type":"checkbox","default":true,"label":"Add Slats","hint":"when available a control to manipulate the slats will be added"},"reverse":{"type":"checkbox","default":false,"label":"reverse values","hint":"0 is 100 and 100 is 0"}},"priority":0,"description":"You can control your blinds with this service","filterDevice":[]}],"CONTACT":[{"serviceClazz":"HomeMaticWindowAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a window device in HomeKit based on a ccu contact","filterDevice":[]},{"serviceClazz":"HomeMaticDoorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a door based on a ccu contact in HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticContactSensorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a Contact in HomeKit","filterDevice":[]}],"SHUTTER_CONTACT":[{"serviceClazz":"HomeMaticWindowAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a window device in HomeKit based on a ccu contact","filterDevice":[]},{"serviceClazz":"HomeMaticDoorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a door based on a ccu contact in HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticContactSensorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a Contact in HomeKit","filterDevice":[]}],"TILT_SENSOR":[{"serviceClazz":"HomeMaticMotionAccessory","settings":{"ignore_lightsensor":{"type":"checkbox","default":false,"label":"No Illumination sensor","hint":""}},"priority":0,"description":"This service provides a motion sensor in HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticContactSensorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a Contact in HomeKit","filterDevice":[]}],"HmIP-SAM:ACCELERATION_TRANSCEIVER":[{"serviceClazz":"HomeMaticContactSensorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a Contact in HomeKit","filterDevice":[]}],"SHUTTER_CONTACT_TRANSCEIVER":[{"serviceClazz":"HomeMaticContactSensorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a Contact in HomeKit","filterDevice":[]}],"HMW-Sen-SC-12-DR:SENSOR":[{"serviceClazz":"HomeMaticContactSensorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a Contact in HomeKit","filterDevice":[]}],"MULTI_MODE_INPUT_TRANSMITTER":[{"serviceClazz":"HomeMaticWindowAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a window device in HomeKit based on a ccu contact","filterDevice":[]},{"serviceClazz":"HomeMaticPushTheButtonAccessory","settings":{"evntType":{"type":"option","array":["PRESS_SHORT","PRESS_LONG","BOTH"],"default":"PRESS_SHORT","label":"Key Event","hint":"Which event should be fired"}},"priority":0,"description":"This service provides a switch HomeKit which will press the assigned key at your ccu","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticKeyAccessory","settings":{},"priority":0,"description":"This service provides a programmable switch in HomeKit based on a ccu KEY","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticDoorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a door based on a ccu contact in HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticContactSensorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a Contact in HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticKeyTriggeredMotionAccessory","settings":{},"priority":1,"description":"This service provides a motion sensor based on a short press event in HomeKit","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticDoorBellAccessory","settings":{},"priority":1,"description":"This service provides a door bell in HomeKit, based on a KEY event at your CCU","filterDevice":[]}],"WRAPPER":[{"serviceClazz":"HomeMaticContactSensorAccessory","settings":{"reverse":{"type":"checkbox","default":false,"label":"Reverse the values","hint":"on is off and off is on"}},"priority":0,"description":"This service provides a Contact in HomeKit","filterDevice":[]}],"DIMMER":[{"serviceClazz":"HomeMaticDimmerAccessory","settings":{"useRampTime":{"type":"checkbox","default":false,"label":"Use Ramp Time","hint":"uses a dimmer ramp time to slowly set the new level"},"rampTime":{"type":"number","default":500,"label":"Ramp time in ms","hint":"uses a dimmer ramp time to slowly set the new level"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."},"MinValue":{"type":"number","default":0,"label":"min Dim Value","hint":"This is the minium HAP will dim this light (0-100). Set this to 0 to turn off this feature."},"MaxValue":{"type":"number","default":0,"label":"max Dim Value","hint":"This is the maximum HAP will dim this light (0-100). Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a dimmer in HomeKit","filterDevice":[]}],"VIRTUAL_DIMMER":[{"serviceClazz":"HomeMaticDimmerAccessory","settings":{"useRampTime":{"type":"checkbox","default":false,"label":"Use Ramp Time","hint":"uses a dimmer ramp time to slowly set the new level"},"rampTime":{"type":"number","default":500,"label":"Ramp time in ms","hint":"uses a dimmer ramp time to slowly set the new level"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."},"MinValue":{"type":"number","default":0,"label":"min Dim Value","hint":"This is the minium HAP will dim this light (0-100). Set this to 0 to turn off this feature."},"MaxValue":{"type":"number","default":0,"label":"max Dim Value","hint":"This is the maximum HAP will dim this light (0-100). Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a dimmer in HomeKit","filterDevice":[]}],"DIMMER_VIRTUAL_RECEIVER":[{"serviceClazz":"HomeMaticDimmerAccessory","settings":{"useRampTime":{"type":"checkbox","default":false,"label":"Use Ramp Time","hint":"uses a dimmer ramp time to slowly set the new level"},"rampTime":{"type":"number","default":500,"label":"Ramp time in ms","hint":"uses a dimmer ramp time to slowly set the new level"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."},"MinValue":{"type":"number","default":0,"label":"min Dim Value","hint":"This is the minium HAP will dim this light (0-100). Set this to 0 to turn off this feature."},"MaxValue":{"type":"number","default":0,"label":"max Dim Value","hint":"This is the maximum HAP will dim this light (0-100). Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a dimmer in HomeKit","filterDevice":[]}],"VIR-LG-WHITE-DIM-CH":[{"serviceClazz":"HomeMaticDimmerAccessory","settings":{"useRampTime":{"type":"checkbox","default":false,"label":"Use Ramp Time","hint":"uses a dimmer ramp time to slowly set the new level"},"rampTime":{"type":"number","default":500,"label":"Ramp time in ms","hint":"uses a dimmer ramp time to slowly set the new level"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."},"MinValue":{"type":"number","default":0,"label":"min Dim Value","hint":"This is the minium HAP will dim this light (0-100). Set this to 0 to turn off this feature."},"MaxValue":{"type":"number","default":0,"label":"max Dim Value","hint":"This is the maximum HAP will dim this light (0-100). Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a dimmer in HomeKit","filterDevice":[]}],"VIR-LG-DIM-CH":[{"serviceClazz":"HomeMaticDimmerAccessory","settings":{"useRampTime":{"type":"checkbox","default":false,"label":"Use Ramp Time","hint":"uses a dimmer ramp time to slowly set the new level"},"rampTime":{"type":"number","default":500,"label":"Ramp time in ms","hint":"uses a dimmer ramp time to slowly set the new level"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."},"MinValue":{"type":"number","default":0,"label":"min Dim Value","hint":"This is the minium HAP will dim this light (0-100). Set this to 0 to turn off this feature."},"MaxValue":{"type":"number","default":0,"label":"max Dim Value","hint":"This is the maximum HAP will dim this light (0-100). Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a dimmer in HomeKit","filterDevice":[]}],"KEY":[{"serviceClazz":"HomeMaticPushTheButtonAccessory","settings":{"evntType":{"type":"option","array":["PRESS_SHORT","PRESS_LONG","BOTH"],"default":"PRESS_SHORT","label":"Key Event","hint":"Which event should be fired"}},"priority":0,"description":"This service provides a switch HomeKit which will press the assigned key at your ccu","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticKeyAccessory","settings":{},"priority":0,"description":"This service provides a programmable switch in HomeKit based on a ccu KEY","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticKeyTriggeredMotionAccessory","settings":{},"priority":1,"description":"This service provides a motion sensor based on a short press event in HomeKit","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticDoorBellAccessory","settings":{},"priority":1,"description":"This service provides a door bell in HomeKit, based on a KEY event at your CCU","filterDevice":[]}],"VIRTUAL_KEY":[{"serviceClazz":"HomeMaticPushTheButtonAccessory","settings":{"evntType":{"type":"option","array":["PRESS_SHORT","PRESS_LONG","BOTH"],"default":"PRESS_SHORT","label":"Key Event","hint":"Which event should be fired"}},"priority":0,"description":"This service provides a switch HomeKit which will press the assigned key at your ccu","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticKeyAccessory","settings":{},"priority":0,"description":"This service provides a programmable switch in HomeKit based on a ccu KEY","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticKeyTriggeredMotionAccessory","settings":{},"priority":1,"description":"This service provides a motion sensor based on a short press event in HomeKit","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticDoorBellAccessory","settings":{},"priority":1,"description":"This service provides a door bell in HomeKit, based on a KEY event at your CCU","filterDevice":[]}],"SWITCH_INTERFACE":[{"serviceClazz":"HomeMaticKeyAccessory","settings":{},"priority":0,"description":"This service provides a programmable switch in HomeKit based on a ccu KEY","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticDoorBellAccessory","settings":{},"priority":1,"description":"This service provides a door bell in HomeKit, based on a KEY event at your CCU","filterDevice":[]}],"SWITCH":[{"serviceClazz":"HomeMaticSwitchAccessory","settings":{"Type":{"type":"option","array":["Lightbulb","Outlet","Switch","Fan"],"default":"Lightbulb","label":"Subtype of this device","hint":"A switch can have different sub types"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a switch","filterDevice":[]},{"serviceClazz":"HomeMaticProgrammableSwitchAccessory","settings":{},"priority":0,"description":"This service provides a switch","filterDevice":[]},{"serviceClazz":"HomeMaticValveAccessory","settings":{"valveType":{"type":"option","array":["Irrigation","Shower head","Water faucet","Generic"],"default":"Generic","label":"Type of valve","hint":"A valve can have different types"}},"priority":1,"description":"This service provides a valve in HomeKit based on a switch from your ccu","filterDevice":[]},{"serviceClazz":"HomeMaticDoorOpenerAccessory","settings":{"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Default is 10 sec."}},"priority":1,"description":"This service provides a door lock service which will actuate a switch","filterDevice":[]}],"SWITCH_VIRTUAL_RECEIVER":[{"serviceClazz":"HomeMaticSwitchAccessory","settings":{"Type":{"type":"option","array":["Lightbulb","Outlet","Switch","Fan"],"default":"Lightbulb","label":"Subtype of this device","hint":"A switch can have different sub types"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a switch","filterDevice":[]},{"serviceClazz":"HomeMaticProgrammableSwitchAccessory","settings":{},"priority":0,"description":"This service provides a switch","filterDevice":[]},{"serviceClazz":"HomeMaticValveAccessory","settings":{"valveType":{"type":"option","array":["Irrigation","Shower head","Water faucet","Generic"],"default":"Generic","label":"Type of valve","hint":"A valve can have different types"}},"priority":1,"description":"This service provides a valve in HomeKit based on a switch from your ccu","filterDevice":[]},{"serviceClazz":"HomeMaticDoorOpenerAccessory","settings":{"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Default is 10 sec."}},"priority":1,"description":"This service provides a door lock service which will actuate a switch","filterDevice":[]}],"DUAL_WHITE_BRIGHTNESS":[{"serviceClazz":"HomeMaticDualWhiteDimmerAccessory","settings":{"useRampTime":{"type":"checkbox","default":false,"label":"Use Ramp Time","hint":"uses a dimmer ramp time to slowly set the new level"},"rampTime":{"type":"number","default":500,"label":"Ramp time in ms","hint":"uses a dimmer ramp time to slowly set the new level"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."},"MinValue":{"type":"number","default":0,"label":"min Dim Value","hint":"This is the minium HAP will dim this light (0-100). Set this to 0 to turn off this feature."},"MaxValue":{"type":"number","default":0,"label":"max Dim Value","hint":"This is the maximum HAP will dim this light (0-100). Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a dimmer in HomeKit","filterDevice":[]}],"DUMMY":[{"serviceClazz":"HomeMaticDummyAccessory","settings":{},"priority":0,"description":"You should never see this","filterDevice":[]}],"CAPACITIVE_FILLING_LEVEL_SENSOR":[{"serviceClazz":"HomeMaticFillingSensorAccessory","settings":{},"priority":0,"description":"This service provides a filling sensor","filterDevice":[]}],"CLIMATECONTROL_FLOOR_TRANSCEIVER":[{"serviceClazz":"HomeMaticFloorHeatingActuatorAccessory","settings":{},"priority":0,"description":"You should never see this","filterDevice":[]}],"FLOWERCARE":[{"serviceClazz":"HomeMaticFlowerCareAccessory","settings":{},"priority":0,"description":"This service provides a flower sensor for HomeKit","filterDevice":[]}],"DOOR_RECEIVER":[{"serviceClazz":"HomeMaticGarageDoorOpenerAccessory","settings":{"addventilation":{"type":"checkbox","default":false,"label":"Add ventilation","hint":"Adds a button to set the gate to ventilation mode"}},"priority":0,"description":"This service provides a garage door opener in HomeKit","filterDevice":[]}],"WEATHER":[{"serviceClazz":"HomeMaticThermometerAccessory","settings":{"IgnoreTempMeasurement":{"type":"checkbox","default":false,"label":"Ignore temperature","hint":"if your device only measures the humidity u should ignore the temperature measurements"},"IgnoreHumidiyMeasurement":{"type":"checkbox","default":false,"label":"Ignore humidity","hint":"if your device only measures the temperature u should ignore the humidity measurements"},"optionalCo2Sensor":{"type":"text","label":"opt. CO2 Sensor","selector":"variables","hint":"You can add an optional CO2 Sensor here. The value will be read from that variable."}},"priority":0,"description":"This service provides a temperature sensor HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticHumidityAccessory","settings":{},"priority":0,"description":"This service provides a humidity sensor for HomeKit","filterDevice":[]}],"CLIMATE_TRANSCEIVER":[{"serviceClazz":"HomeMaticThermometerAccessory","settings":{"IgnoreTempMeasurement":{"type":"checkbox","default":false,"label":"Ignore temperature","hint":"if your device only measures the humidity u should ignore the temperature measurements"},"IgnoreHumidiyMeasurement":{"type":"checkbox","default":false,"label":"Ignore humidity","hint":"if your device only measures the temperature u should ignore the humidity measurements"},"optionalCo2Sensor":{"type":"text","label":"opt. CO2 Sensor","selector":"variables","hint":"You can add an optional CO2 Sensor here. The value will be read from that variable."}},"priority":0,"description":"This service provides a temperature sensor HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticHumidityAccessory","settings":{},"priority":0,"description":"This service provides a humidity sensor for HomeKit","filterDevice":[]}],"HmIP-STH:HEATING_CLIMATECONTROL_TRANSCEIVER":[{"serviceClazz":"HomeMaticThermometerAccessory","settings":{"IgnoreTempMeasurement":{"type":"checkbox","default":false,"label":"Ignore temperature","hint":"if your device only measures the humidity u should ignore the temperature measurements"},"IgnoreHumidiyMeasurement":{"type":"checkbox","default":false,"label":"Ignore humidity","hint":"if your device only measures the temperature u should ignore the humidity measurements"},"optionalCo2Sensor":{"type":"text","label":"opt. CO2 Sensor","selector":"variables","hint":"You can add an optional CO2 Sensor here. The value will be read from that variable."}},"priority":0,"description":"This service provides a temperature sensor HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticHumidityAccessory","settings":{},"priority":0,"description":"This service provides a humidity sensor for HomeKit","filterDevice":[]}],"HmIP-STHD:HEATING_CLIMATECONTROL_TRANSCEIVER":[{"serviceClazz":"HomeMaticThermometerAccessory","settings":{"IgnoreTempMeasurement":{"type":"checkbox","default":false,"label":"Ignore temperature","hint":"if your device only measures the humidity u should ignore the temperature measurements"},"IgnoreHumidiyMeasurement":{"type":"checkbox","default":false,"label":"Ignore humidity","hint":"if your device only measures the temperature u should ignore the humidity measurements"},"optionalCo2Sensor":{"type":"text","label":"opt. CO2 Sensor","selector":"variables","hint":"You can add an optional CO2 Sensor here. The value will be read from that variable."}},"priority":0,"description":"This service provides a temperature sensor HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticHumidityAccessory","settings":{},"priority":0,"description":"This service provides a humidity sensor for HomeKit","filterDevice":[]}],"HmIP-WTH-2:HEATING_CLIMATECONTROL_TRANSCEIVER":[{"serviceClazz":"HomeMaticThermometerAccessory","settings":{"IgnoreTempMeasurement":{"type":"checkbox","default":false,"label":"Ignore temperature","hint":"if your device only measures the humidity u should ignore the temperature measurements"},"IgnoreHumidiyMeasurement":{"type":"checkbox","default":false,"label":"Ignore humidity","hint":"if your device only measures the temperature u should ignore the humidity measurements"},"optionalCo2Sensor":{"type":"text","label":"opt. CO2 Sensor","selector":"variables","hint":"You can add an optional CO2 Sensor here. The value will be read from that variable."}},"priority":0,"description":"This service provides a temperature sensor HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticHumidityAccessory","settings":{},"priority":0,"description":"This service provides a humidity sensor for HomeKit","filterDevice":[]}],"HmIP-WTH:HEATING_CLIMATECONTROL_TRANSCEIVER":[{"serviceClazz":"HomeMaticThermometerAccessory","settings":{"IgnoreTempMeasurement":{"type":"checkbox","default":false,"label":"Ignore temperature","hint":"if your device only measures the humidity u should ignore the temperature measurements"},"IgnoreHumidiyMeasurement":{"type":"checkbox","default":false,"label":"Ignore humidity","hint":"if your device only measures the temperature u should ignore the humidity measurements"},"optionalCo2Sensor":{"type":"text","label":"opt. CO2 Sensor","selector":"variables","hint":"You can add an optional CO2 Sensor here. The value will be read from that variable."}},"priority":0,"description":"This service provides a temperature sensor HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticHumidityAccessory","settings":{},"priority":0,"description":"This service provides a humidity sensor for HomeKit","filterDevice":[]}],"HmIP-BWTH:HEATING_CLIMATECONTROL_TRANSCEIVER":[{"serviceClazz":"HomeMaticHumidityAccessory","settings":{},"priority":0,"description":"This service provides a humidity sensor for HomeKit","filterDevice":[]}],"WEATHER_TRANSMIT":[{"serviceClazz":"HomeMaticThermometerAccessory","settings":{"IgnoreTempMeasurement":{"type":"checkbox","default":false,"label":"Ignore temperature","hint":"if your device only measures the humidity u should ignore the temperature measurements"},"IgnoreHumidiyMeasurement":{"type":"checkbox","default":false,"label":"Ignore humidity","hint":"if your device only measures the temperature u should ignore the humidity measurements"},"optionalCo2Sensor":{"type":"text","label":"opt. CO2 Sensor","selector":"variables","hint":"You can add an optional CO2 Sensor here. The value will be read from that variable."}},"priority":0,"description":"This service provides a temperature sensor HomeKit","filterDevice":[]},{"serviceClazz":"HomeMaticHumidityAccessory","settings":{},"priority":0,"description":"This service provides a humidity sensor for HomeKit","filterDevice":[]}],"ACCELERATION_TRANSCEIVER":[{"serviceClazz":"HomeMaticIPAccelerationAccessory","settings":{"ignore_lightsensor":{"type":"checkbox","default":false,"label":"No Illumination sensor","hint":""},"useActive":{"type":"checkbox","default":false,"label":"Add Active Switch","hint":"adds a switch to turn the sensor on and off"}},"priority":0,"description":"This service provides a motion sensor in HomeKit based on a acceleration device.","filterDevice":[]}],"WATER_DETECTION_TRANSMITTER":[{"serviceClazz":"HomeMaticIPLeakSensorAccessory","settings":{"evntType":{"type":"option","array":["MOISTURE_DETECTED","WATERLEVEL_DETECTED"],"default":"WATERLEVEL_DETECTED","label":"Leak event","hint":"on which event should the sensor fire a leak message"}},"priority":0,"description":"This service provides a leak sensor in HomeKit","filterDevice":[]}],"MOTIONDETECTOR_TRANSCEIVER":[{"serviceClazz":"HomeMaticIPMotionAccessory","settings":{"ignore_lightsensor":{"type":"checkbox","default":false,"label":"No Illumination sensor","hint":""},"useActive":{"type":"checkbox","default":false,"label":"Add Active Switch","hint":"adds a switch to turn the sensor on and off"}},"priority":0,"description":"This service provides a motion sensor in HomeKit","filterDevice":[]}],"ENERGIE_METER_TRANSMITTER":[{"serviceClazz":"HomeMaticIPPowerMeterSwitchAccessory","settings":{"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a power meter in HomeKit (this only works in eve)","filterDevice":[]}],"RAIN_DETECTION_TRANSMITTER":[{"serviceClazz":"HomeMaticIPRainDetectorAccessory","settings":{},"priority":0,"description":"This service provides a leak sensor in HomeKit which connects to a CCU Rain Detector","filterDevice":[]}],"HmIP-SWSD:SMOKE_DETECTOR":[{"serviceClazz":"HomeMaticIPSmokeDetectorAccessory","settings":{"single_alarm":{"type":"checkbox","default":false,"label":"Detect single alarms","hint":""}},"priority":0,"description":"This service provides a smoke detector in HomeKit","filterDevice":[]}],"KEY_TRANSCEIVER":[{"serviceClazz":"HomeMaticPushTheButtonAccessory","settings":{"evntType":{"type":"option","array":["PRESS_SHORT","PRESS_LONG","BOTH"],"default":"PRESS_SHORT","label":"Key Event","hint":"Which event should be fired"}},"priority":0,"description":"This service provides a switch HomeKit which will press the assigned key at your ccu","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticKeyAccessory","settings":{},"priority":0,"description":"This service provides a programmable switch in HomeKit based on a ccu KEY","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]},{"serviceClazz":"HomeMaticKeyTriggeredMotionAccessory","settings":{},"priority":1,"description":"This service provides a motion sensor based on a short press event in HomeKit","filterDevice":["HmIP-ASIR","HmIP-ASIR-B1","HmIP-ASIR-2","HmIP-ASIR-O","HmIP-BBL"]}],"KEYMATIC":[{"serviceClazz":"HomeMaticKeyMaticAccessory","settings":{"unlockMode":{"type":"option","array":["unlock","open"],"default":"unlock","label":"Unlock mode","hint":"What to do when HomeKit will unlock the door"}},"priority":0,"description":"This service provides a locking system in HomeKit connected to your Keymatic","filterDevice":[]}],"WATERDETECTIONSENSOR":[{"serviceClazz":"HomeMaticLeakSensorAccessory","settings":{},"priority":0,"description":"This service provides a leak sensor in HomeKit","filterDevice":[]}],"LUXMETER":[{"serviceClazz":"HomeMaticLightSensorAccessory","settings":{"ignore_lightsensor":{"type":"checkbox","default":false,"label":"No Illumination sensor","hint":""}},"priority":0,"description":"This service provides a light sensor in HomeKit","filterDevice":[]}],"BRIGHTNESS_TRANSMITTER":[{"serviceClazz":"HomeMaticLightSensorAccessory","settings":{"ignore_lightsensor":{"type":"checkbox","default":false,"label":"No Illumination sensor","hint":""}},"priority":0,"description":"This service provides a light sensor in HomeKit","filterDevice":[]}],"MOTION_DETECTOR":[{"serviceClazz":"HomeMaticMotionAccessory","settings":{"ignore_lightsensor":{"type":"checkbox","default":false,"label":"No Illumination sensor","hint":""}},"priority":0,"description":"This service provides a motion sensor in HomeKit","filterDevice":[]}],"POWERMETER_IGL":[{"serviceClazz":"HomeMaticPowerMeterAccessory","settings":{},"priority":0,"description":"This service provides a enery counter in HomeKit (this only works in eve)","filterDevice":[]}],"POWERMETER":[{"serviceClazz":"HomeMaticPowerMeterSwitchAccessory","settings":{"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a enery counter with a switch actor in HomeKit (this only works in eve)","filterDevice":[]}],"PRESENCEDETECTOR_TRANSCEIVER":[{"serviceClazz":"HomeMaticPresenceAccessory","settings":{"ignore_lightsensor":{"type":"checkbox","default":false,"label":"No Illumination sensor","hint":""},"useActive":{"type":"checkbox","default":false,"label":"Add Active Switch","hint":"adds a switch to turn the sensor on and off"}},"priority":0,"description":"This service provides a motion sensor in HomeKit based on a ccu presence detector","filterDevice":[]}],"PROGRAMM":[{"serviceClazz":"HomeMaticProgramAccessory","settings":{},"priority":0,"description":"This service provides a switch where u can start a program from","filterDevice":[]}],"STATUS_INDICATOR":[{"serviceClazz":"HomeMaticSwitchAccessory","settings":{"Type":{"type":"option","array":["Lightbulb","Outlet","Switch","Fan"],"default":"Lightbulb","label":"Subtype of this device","hint":"A switch can have different sub types"},"OnTime":{"type":"number","default":0,"label":"On Time","hint":"HAP will switch off this device automatically after the given seconds. Set this to 0 to turn off this feature."}},"priority":0,"description":"This service provides a switch","filterDevice":[]},{"serviceClazz":"HomeMaticProgrammableSwitchAccessory","settings":{},"priority":0,"description":"This service provides a switch","filterDevice":[]}],"HM-TC-IT-WM-W-EU:THERMALCONTROL_TRANSMIT":[{"serviceClazz":"HomeMaticProgrammableThermostatAccessory","settings":{"addBootMode":{"type":"checkbox","default":false,"label":"Add a boost mode switch","hint":"adds a switch to turn the boost mode on"},"eveprog":{"type":"option","array":["1","2","3"],"default":"1","label":"use thermostat program no.","hint":"Settings from eve will stored as program at the thermostat"}},"priority":0,"description":"This service provides a thermostat for HomeKit","filterDevice":[]}],"RGBW_COLOR":[{"serviceClazz":"HomeMaticRGBAccessory","settings":{},"priority":0,"description":"This service provides a lightbulb where u can set level and color","filterDevice":[]}],"HEATING_CLIMATECONTROL_TRANSCEIVER":[{"serviceClazz":"HomeMaticRadiatorThermostatAccessory","settings":{"addBoostMode":{"type":"checkbox","default":false,"label":"Add a boost mode switch","hint":"adds a switch to turn the boost mode on"}},"priority":0,"description":"This service provides a thermostat for HomeKit","filterDevice":[]}],"RAIND

thkl commented 3 years ago

Ah jetzt sehe ich auch warum das device.json File kaputt ist.

Diese CuxD Geräte liefern komische Namen:

:[{"id": 7878,"name": "� CUX4000002","address": "CUX4000002","type": "�","channels": [{"id": 7880,"name": "� CUX4000002:1","intf": 1713,"address": "CUX4000002:1","type": "KEY","access": 255},{"id": 7894,"name": "� CUX4000002:2","intf": 1713,"address": "CUX4000002:2","type": "KEY","access": 255},{"id": 7908,"name": "� CUX4000002:3","intf": 1713,"address": "CUX4000002:3","type": "KEY","access": 255},{"id": 7922,"name": "� CUX4000002:4","intf": 1713,"address": "CUX4000002:4","type": "KEY","access": 255},{"id": 7936,"name": "� CUX4000002:5","intf": 1713,"address": "CUX4000002:5","type": "KEY","access": 255},{"id": 7950,"name": "� CUX4000002:6","intf": 1713,"address": "CUX4000002:6","type": "KEY","access": 255},{"id": 7964,"name": "� CUX4000002:7","intf": 1713,"address": "CUX4000002:7","type": "KEY","access": 255},{"id": 7978,"name": "� CUX4000002:8","intf": 1713,"address": "CUX4000002:8","type": "KEY","access": 255},{"id": 7992,"name": "� CUX4000002:9","intf": 1713,"address": "CUX4000002:9","type": "KEY","access": 255},{"id": 8006,"name": "� CUX4000002:10","intf": 1713,"address": "CUX4000002:10","type": "KEY","access": 255},{"id": 8020,"name": "� CUX4000002:11","intf": 1713,"address": "CUX4000002:11","type": "KEY","access": 255},{"id": 8034,"name": "� CUX4000002:12","intf": 1713,"address": "CUX4000002:12","type": "KEY","access": 255},{"id": 8048,"name": "� CUX4000002:13","intf": 1713,"address": "CUX4000002:13","type": "KEY","access": 255},{"id": 8062,"name": "� CUX4000002:14","intf": 1713,"address": "CUX4000002:14","type": "KEY","access": 255},{"id": 8076,"name": "� CUX4000002:15","intf": 1713,"address": "CUX4000002:15","type": "KEY","access": 255},{"id": 8090,"name": "� CUX4000002:16","intf": 1713,"address": "CUX4000002:16","type": "KEY","access": 255}]}

Das JSON file kann wegen der Sonderzeichen nicht geparst werden. Das sollte aber, auch im nächsten Update gelöst sein. Denn da urlencode ich alle Namen vor dem Senden zum HAP

thkl commented 3 years ago

Und voila - es geht. Danke für die Hilfe. Gruß -tb

Fantastisch !

tb59427 commented 3 years ago

Hi ich nochmal,

irgendwas klemmt da doch noch…aus irgendwelchen Gründen tauchen im z.B. im Wohnzimmer keine Geräte auf (HAP macht die Instanz grau siehe Bild und in der Instanzenübersicht steht, dass da keine Geräte veröffentlicht wurden). Mach ich da was falsch (hab eigentlich einfach nur alle Geräte eingefügt)? Hab auch schonmal die CCU restartet - keine Änderung...

Gruß Torsten

Gruß -tb Am 21. Feb. 2021, 10:34 +0100 schrieb Thomas Kluge notifications@github.com:

Und voila - es geht. Danke für die Hilfe. Gruß -tb Fantastisch ! — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

thkl commented 3 years ago

mal auf dem WebUI unter Instanzen / Einstellungen schauen ob die Wohnzimmerinstanz das Veröffentlichungshäkchen hat

tb59427 commented 3 years ago

jo, das wars - danke

Gruß -tb Am 21. Feb. 2021, 10:59 +0100 schrieb Thomas Kluge notifications@github.com:

mal auf dem WebUI unter Instanzen / Einstellungen schauen ob die Wohnzimmerinstanz das Veröffentlichungshäkchen hat — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.