homebridge/homekit

Begonnen von justme1968, 01 Februar 2016, 16:16:37

Vorheriges Thema - Nächstes Thema

CarstenF

Gestern hatte ich auch den ein o. anderen Ausfall. Heute lief es wieder einigermaßen rund. Jedoch bekomme ich die ATV 3 wieder nicht eingebunden. Dieses IOS Gerät ist jedesmal ein Problemkind.... In meinem LOG war auch keine Fehlermeldung zu finden.


Gesendet von iPad mit Tapatalk
Raspberry Pi4
CUL 868, CUL 433, LaCrosse Gateway, Zigbeetomqtt2, HUE, Homematic
Max-Cube umgeflasht
MAX!, FhemtoFhem, Homebridge, FhemConnector, IR_Gateway und sonst auch noch allerlei Spielzeug....

deluxe41

Heute morgen hab ich mich auch an das Update 9.3 gewagt, vorher Homebridge aktualisiert.

Hat alles aus der Ferne geklappt.
Nur 2 dummys zeigen mir noch einen "Fehler" an.


Sent from my iPhone using Tapatalk
Fritzbox 7490 ( USV + Fall Back ), einige HM komponenten,ESPs

Breaked

Hey,

woran kann es liegen das Geräte verschwinden bzw. wie kann ich auf Fehlersuche gehen?
Habe gerade noch homebridge geupdated.
Meine Hue z.B. funktioniert problemlos..
Bereit für dein eigenes Smart Home?
http://ownsmarthome.de

DeeSPe

Zitat von: Breaked am 23 März 2016, 17:12:45
Hey,

woran kann es liegen das Geräte verschwinden bzw. wie kann ich auf Fehlersuche gehen?
Habe gerade noch homebridge geupdated.
Meine Hue z.B. funktioniert problemlos..

Ich würde mal "homebridge --debug" laufen lassen und gucken was bemängelt wird. Augenmerk auf rote Textausgaben.

Gruß
Dan
MAINTAINER: 22_HOMEMODE, 98_Hyperion, 98_FileLogConvert, 98_serviced

Als kleine Unterstützung für meine Programmierungen könnt ihr mir gerne einen Kaffee spendieren: https://buymeacoff.ee/DeeSPe

dieoma

ich habe das iOS Update gemacht OHNE vorher homebridge zu aktualisieren (meaculpa) und trotz npm update -g homebridge, npm update -g homebridge-fhem und wie hier empfohlen sudo npm install homebridge -g zeigt EVE lediglich die homebridge selbst an, jedoch keine Geräte darin. Hier mal der komplette homebridge --debug markus@fhem2:~/.homebridge$ homebridge --debug
*** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=node>
*** WARNING *** The program 'node' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=node&f=DNSServiceRegister>
[2016-03-23 17:15:23] Loaded plugin: homebridge-fhem
homebridge API version: 2
[2016-03-23 17:15:23] Registering platform 'homebridge-fhem.FHEM'
[2016-03-23 17:15:23] ---
[2016-03-23 17:15:23] Loaded config.json with 0 accessories and 1 platforms.
[2016-03-23 17:15:23] ---
[2016-03-23 17:15:23] Loading 1 platforms...
[2016-03-23 17:15:23] [FHEM] Initializing homebridge-fhem.FHEM platform...
starting longpoll: http://127.0.0.1:8083/fhem.pl?XHR=1&inform=type=status;addglobal=1;filter=.*;since=null;fmt=JSON&timestamp=1458749724949
[2016-03-23 17:15:25] [FHEM] Checking genericDeviceType...
[2016-03-23 17:15:25] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7BAttrVal(%22global%22,%22userattr%22,%22%22)%7D&XHR=1
[2016-03-23 17:15:25] [FHEM] Fetching FHEM devices...
[2016-03-23 17:15:25] [FHEM] fetching: http://127.0.0.1:8083/fhem?cmd=jsonlist2%20room=Homekit&XHR=1
[2016-03-23 17:15:25] Loading 0 accessories...
Server error: Error: listen EADDRINUSE 0.0.0.0:8082
Server listening on: http://<ip>:8282
[2016-03-23 17:15:25] [FHEM] got: 7 results
[2016-03-23 17:15:25] [FHEM] mappings for Abendlicht_dummy: { On: { reading: 'state', valueOff: 'off', cmdOn: 'on', cmdOff: 'off' } }
[2016-03-23 17:15:25] [FHEM] Abendlicht_dummy is switch
[2016-03-23 17:15:25] [FHEM] Abendlicht_dummy has
[2016-03-23 17:15:25] [FHEM]   On [state;on,off]
  2016-03-23 17:15:25 caching: Abendlicht_dummy-state: off
[2016-03-23 17:15:25] [FHEM] Abendlicht_dummy-state valueOn/valueOff: value off mapped to 0
[2016-03-23 17:15:25] [FHEM]     caching: On: false (as boolean; from 'off')
[2016-03-23 17:15:25] [FHEM] mappings for HB_Fenster: { StatusLowBattery:
   { reading: 'battery',
     values: [ 'ok:BATTERY_LEVEL_NORMAL', '/.*/:BATTERY_LEVEL_LOW' ] },
  FirmwareRevision: { reading: 'D-firmware', _isInformation: true },
  ContactSensorState:
   { reading: 'contact',
     values: [ '/^closed/:CONTACT_DETECTED', '/.*/:CONTACT_NOT_DETECTED' ] },
  CurrentDoorState:
   { reading: 'contact',
     values: [ '/^closed/:CLOSED', '/.*/:OPEN' ] } }
[2016-03-23 17:15:25] [FHEM] HB_Fenster is ContactSensor
[2016-03-23 17:15:25] [FHEM] HB_Fenster has
[2016-03-23 17:15:25] [FHEM]   StatusLowBattery [battery]
[2016-03-23 17:15:25] [FHEM]   FirmwareRevision [D-firmware]
[2016-03-23 17:15:25] [FHEM]   ContactSensorState [contact]
[2016-03-23 17:15:25] [FHEM]   CurrentDoorState [contact]
[2016-03-23 17:15:25] [FHEM] value2homekit_re: [ { re: '.*', to: 1 } ]
[2016-03-23 17:15:25] [FHEM] value2homekit: { ok: 0 }
[2016-03-23 17:15:25] [FHEM] homekit2name: { '0': 'BATTERY_LEVEL_NORMAL', '1': 'BATTERY_LEVEL_LOW' }
  2016-03-23 17:15:25 caching: HB_Fenster-battery: ok
[2016-03-23 17:15:25] [FHEM] HB_Fenster-battery values: value ok mapped to 0
[2016-03-23 17:15:25] [FHEM]     caching: StatusLowBattery: 0 (as number; means BATTERY_LEVEL_NORMAL; from 'ok')
  2016-03-23 17:15:25 caching: HB_Fenster-D-firmware: 1.0
[2016-03-23 17:15:25] [FHEM]     caching: FirmwareRevision: 1.0 (as string; from '1.0')
[2016-03-23 17:15:25] [FHEM] value2homekit_re: [ { re: '^closed', to: 0 }, { re: '.*', to: 1 } ]
[2016-03-23 17:15:25] [FHEM] homekit2name: { '0': 'CONTACT_DETECTED', '1': 'CONTACT_NOT_DETECTED' }
  2016-03-23 17:15:25 caching: HB_Fenster-contact: closed (to HMLAN1)
[2016-03-23 17:15:25] [FHEM] HB_Fenster-contact values: value closed (to HMLAN1) mapped to 0
[2016-03-23 17:15:25] [FHEM]     caching: ContactSensorState: 0 (as number; means CONTACT_DETECTED; from 'closed (to HMLAN1)')
[2016-03-23 17:15:25] [FHEM] value2homekit_re: [ { re: '^closed', to: 1 }, { re: '.*', to: 0 } ]
[2016-03-23 17:15:25] [FHEM] homekit2name: { '0': 'OPEN', '1': 'CLOSED' }
[2016-03-23 17:15:25] [FHEM] HB_Fenster-contact values: value closed (to HMLAN1) mapped to 1
[2016-03-23 17:15:25] [FHEM]     caching: CurrentDoorState: 1 (as number; means CLOSED; from 'closed (to HMLAN1)')
[2016-03-23 17:15:25] [FHEM] mappings for HO_Heizung_Clima: { CurrentTemperature: { reading: 'measured-temp', minValue: -30 },
  TargetTemperature:
   { reading: 'desired-temp',
     cmd: 'desired-temp',
     delay: true,
     minValue: 5,
     maxValue: 30,
     minStep: 0.5 } }
[2016-03-23 17:15:25] [FHEM] HO_Heizung_Clima is thermostat
[2016-03-23 17:15:25] [FHEM] HO_Heizung_Clima has
[2016-03-23 17:15:25] [FHEM]   CurrentTemperature [measured-temp]
[2016-03-23 17:15:25] [FHEM]   TargetTemperature [desired-temp]
  2016-03-23 17:15:25 caching: HO_Heizung_Clima-measured-temp: 15.9
[2016-03-23 17:15:25] [FHEM]     caching: CurrentTemperature: 15.9 (as number; from '15.9')
  2016-03-23 17:15:25 caching: HO_Heizung_Clima-desired-temp: 10.0
[2016-03-23 17:15:25] [FHEM]     caching: TargetTemperature: 10 (as number; from '10.0')
[2016-03-23 17:15:25] [FHEM] mappings for IT_Dose2: { On: { reading: 'state', valueOff: 'off', cmdOn: 'on', cmdOff: 'off' } }
[2016-03-23 17:15:25] [FHEM] IT_Dose2 is switch
[2016-03-23 17:15:25] [FHEM] IT_Dose2 has
[2016-03-23 17:15:25] [FHEM]   On [state;on,off]
  2016-03-23 17:15:25 caching: IT_Dose2-state: off
[2016-03-23 17:15:25] [FHEM] IT_Dose2-state valueOn/valueOff: value off mapped to 0
[2016-03-23 17:15:25] [FHEM]     caching: On: false (as boolean; from 'off')
[2016-03-23 17:15:25] [FHEM] mappings for REV1: { On: { reading: 'state', valueOff: 'off', cmdOn: 'on', cmdOff: 'off' } }
[2016-03-23 17:15:25] [FHEM] REV1 is switch
[2016-03-23 17:15:25] [FHEM] REV1 has
[2016-03-23 17:15:25] [FHEM]   On [state;on,off]
  2016-03-23 17:15:25 caching: REV1-state: off
[2016-03-23 17:15:25] [FHEM] REV1-state valueOn/valueOff: value off mapped to 0
[2016-03-23 17:15:25] [FHEM]     caching: On: false (as boolean; from 'off')
[2016-03-23 17:15:25] [FHEM] mappings for REV2: { On: { reading: 'state', valueOff: 'off', cmdOn: 'on', cmdOff: 'off' } }
[2016-03-23 17:15:26] [FHEM] REV2 is switch
[2016-03-23 17:15:26] [FHEM] REV2 has
[2016-03-23 17:15:26] [FHEM]   On [state;on,off]
  2016-03-23 17:15:26 caching: REV2-state: off
[2016-03-23 17:15:26] [FHEM] REV2-state valueOn/valueOff: value off mapped to 0
[2016-03-23 17:15:26] [FHEM]     caching: On: false (as boolean; from 'off')
[2016-03-23 17:15:26] [FHEM] mappings for REV3: { On: { reading: 'state', valueOff: 'off', cmdOn: 'on', cmdOff: 'off' } }
[2016-03-23 17:15:26] [FHEM] REV3 is switch
[2016-03-23 17:15:26] [FHEM] REV3 has
[2016-03-23 17:15:26] [FHEM]   On [state;on,off]
  2016-03-23 17:15:26 caching: REV3-state: off
[2016-03-23 17:15:26] [FHEM] REV3-state valueOn/valueOff: value off mapped to 0
[2016-03-23 17:15:26] [FHEM]     caching: On: false (as boolean; from 'off')
[2016-03-23 17:15:26] [FHEM] Initializing platform accessory 'Abendlicht_dummy'...
[2016-03-23 17:15:26] [FHEM] creating services for Abendlicht_dummy
[2016-03-23 17:15:26] [FHEM]   information service for Abendlicht_dummy
[2016-03-23 17:15:26] [FHEM]     manufacturer, model and serial number characteristics for Abendlicht_dummy
[2016-03-23 17:15:26] [FHEM]   Switch service for Abendlicht_dummy
[2016-03-23 17:15:26] [FHEM]     On characteristic for Abendlicht_dummy:state
[2016-03-23 17:15:26] [FHEM]       initial value is: false (boolean)
[2016-03-23 17:15:26] [FHEM]       props: { format: 'bool',
  unit: null,
  minValue: null,
  maxValue: null,
  minStep: null,
  perms: [ 'pr', 'pw', 'ev' ] }
[2016-03-23 17:15:26] [FHEM] Initializing platform accessory 'HB_Fenster'...
[2016-03-23 17:15:26] [FHEM] creating services for HB_Fenster
[2016-03-23 17:15:26] [FHEM]   information service for HB_Fenster
[2016-03-23 17:15:26] [FHEM]     manufacturer, model and serial number characteristics for HB_Fenster
[2016-03-23 17:15:26] [FHEM]     firmware revision characteristic for HB_Fenster
[2016-03-23 17:15:26] [FHEM]   ContactSensor service for HB_Fenster
[2016-03-23 17:15:26] [FHEM]     StatusLowBattery characteristic for HB_Fenster:battery
[2016-03-23 17:15:26] [FHEM]       initial value is: 0 (number; means BATTERY_LEVEL_NORMAL)
[2016-03-23 17:15:26] [FHEM]       props: { format: 'uint8',
  unit: null,
  minValue: null,
  maxValue: null,
  minStep: null,
  perms: [ 'pr', 'ev' ] }
[2016-03-23 17:15:26] [FHEM]     ContactSensorState characteristic for HB_Fenster:contact
[2016-03-23 17:15:26] [FHEM]       initial value is: 0 (number; means CONTACT_DETECTED)
[2016-03-23 17:15:26] [FHEM]       props: { format: 'uint8',
  unit: null,
  minValue: null,
  maxValue: null,
  minStep: null,
  perms: [ 'pr', 'ev' ] }
[2016-03-23 17:15:26] [FHEM]     CurrentDoorState characteristic for HB_Fenster:contact
[2016-03-23 17:15:26] [FHEM]       initial value is: 1 (number; means CLOSED)
[2016-03-23 17:15:26] [FHEM]       props: { format: 'uint8',
  unit: null,
  minValue: null,
  maxValue: null,
  minStep: null,
  perms: [ 'pr', 'ev' ] }
[2016-03-23 17:15:26] [FHEM] Initializing platform accessory 'HO_Heizung_Clima'...
[2016-03-23 17:15:26] [FHEM] creating services for HO_Heizung_Clima
[2016-03-23 17:15:26] [FHEM]   information service for HO_Heizung_Clima
[2016-03-23 17:15:26] [FHEM]     manufacturer, model and serial number characteristics for HO_Heizung_Clima
[2016-03-23 17:15:26] [FHEM]   Thermostat service for HO_Heizung_Clima
[2016-03-23 17:15:26] [FHEM]     CurrentTemperature characteristic for HO_Heizung_Clima:measured-temp
[2016-03-23 17:15:26] [FHEM]       initial value is: 15.9 (number)
[2016-03-23 17:15:26] [FHEM]       props: { format: 'float',
  unit: 'celsius',
  minValue: -30,
  maxValue: 100,
  minStep: 0.1,
  perms: [ 'pr', 'ev' ] }
[2016-03-23 17:15:26] [FHEM]     TargetTemperature characteristic for HO_Heizung_Clima:desired-temp
[2016-03-23 17:15:26] [FHEM]       initial value is: 10 (number)
[2016-03-23 17:15:26] [FHEM]       props: { format: 'float',
  unit: 'celsius',
  minValue: 5,
  maxValue: 30,
  minStep: 0.5,
  perms: [ 'pr', 'pw', 'ev' ] }
[2016-03-23 17:15:26] [FHEM] Initializing platform accessory 'IT_Dose2'...
[2016-03-23 17:15:26] [FHEM] creating services for IT_Dose2
[2016-03-23 17:15:26] [FHEM]   information service for IT_Dose2
[2016-03-23 17:15:26] [FHEM]     manufacturer, model and serial number characteristics for IT_Dose2
[2016-03-23 17:15:26] [FHEM]   Switch service for IT_Dose2
[2016-03-23 17:15:26] [FHEM]     On characteristic for IT_Dose2:state
[2016-03-23 17:15:26] [FHEM]       initial value is: false (boolean)
[2016-03-23 17:15:26] [FHEM]       props: { format: 'bool',
  unit: null,
  minValue: null,
  maxValue: null,
  minStep: null,
  perms: [ 'pr', 'pw', 'ev' ] }
[2016-03-23 17:15:26] [FHEM] Initializing platform accessory 'REV1'...
[2016-03-23 17:15:26] [FHEM] creating services for REV1
[2016-03-23 17:15:26] [FHEM]   information service for REV1
[2016-03-23 17:15:26] [FHEM]     manufacturer, model and serial number characteristics for REV1
[2016-03-23 17:15:26] [FHEM]   Switch service for REV1
[2016-03-23 17:15:26] [FHEM]     On characteristic for REV1:state
[2016-03-23 17:15:26] [FHEM]       initial value is: false (boolean)
[2016-03-23 17:15:26] [FHEM]       props: { format: 'bool',
  unit: null,
  minValue: null,
  maxValue: null,
  minStep: null,
  perms: [ 'pr', 'pw', 'ev' ] }
[2016-03-23 17:15:26] [FHEM] Initializing platform accessory 'REV2'...
[2016-03-23 17:15:26] [FHEM] creating services for REV2
[2016-03-23 17:15:26] [FHEM]   information service for REV2
[2016-03-23 17:15:26] [FHEM]     manufacturer, model and serial number characteristics for REV2
[2016-03-23 17:15:26] [FHEM]   Switch service for REV2
[2016-03-23 17:15:26] [FHEM]     On characteristic for REV2:state
[2016-03-23 17:15:26] [FHEM]       initial value is: false (boolean)
[2016-03-23 17:15:26] [FHEM]       props: { format: 'bool',
  unit: null,
  minValue: null,
  maxValue: null,
  minStep: null,
  perms: [ 'pr', 'pw', 'ev' ] }
[2016-03-23 17:15:26] [FHEM] Initializing platform accessory 'REV3'...
[2016-03-23 17:15:26] [FHEM] creating services for REV3
[2016-03-23 17:15:26] [FHEM]   information service for REV3
[2016-03-23 17:15:26] [FHEM]     manufacturer, model and serial number characteristics for REV3
[2016-03-23 17:15:26] [FHEM]   Switch service for REV3
[2016-03-23 17:15:26] [FHEM]     On characteristic for REV3:state
[2016-03-23 17:15:26] [FHEM]       initial value is: false (boolean)
[2016-03-23 17:15:26] [FHEM]       props: { format: 'bool',
  unit: null,
  minValue: null,
  maxValue: null,
  minStep: null,
  perms: [ 'pr', 'pw', 'ev' ] }
Scan this code with your HomeKit App on your iOS device to pair with Homebridge:
                       
    ┌────────────┐     
    │ 031-45-154 │     
    └────────────┘     
                       
[2016-03-23 17:15:26] Homebridge is running on port 51826.
events.js:154
      throw er; // Unhandled 'error' event
      ^

Error: listen EADDRINUSE 0.0.0.0:51826
    at Object.exports._errnoException (util.js:856:11)
    at exports._exceptionWithHostPort (util.js:879:20)
    at Server._listen2 (net.js:1236:14)
    at listen (net.js:1272:10)
    at Server.listen (net.js:1368:5)
    at EventedHTTPServer.listen (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/util/eventedhttp.js:58:19)
    at HAPServer.listen (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/HAPServer.js:155:20)
    at Bridge.Accessory.publish (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Accessory.js:473:16)
    at Server._publish (/usr/local/lib/node_modules/homebridge/lib/server.js:92:16)
    at Server.<anonymous> (/usr/local/lib/node_modules/homebridge/lib/server.js:351:14)
markus@fhem2:~/.homebridge$
Wie kann ich das Problem weiter eingrenzen? Vor dem iOS update war´s natürlich ok also tippe ich nicht direkt auf einen Configfehler aber man weiß ja nie...
FHEM5.8 auf Raspi 2, HomeMatic über HMLan mit einigen Aktoren, IT433 Steckosen über CUL, Squeezebox und Tablet-UI

Breaked

Danke erstmal für die schnelle Antwort.

Habe nun debug laufen lassen und dort ist für meine Augen nichts auffällig.
Nach dem letzten Log-Eintrag sind die Devices wieder verschwunden.

Im Anhang der vollständige Log.

pi@raspberrypi ~ $ homebridge --debug
*** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=node>
*** WARNING *** The program 'node' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=node&f=DNSServiceRegister>
Loaded plugin: homebridge-fhem
Registering platform 'homebridge-fhem.FHEM'
---
Loaded plugin: homebridge-philipshue
Registering platform 'homebridge-philipshue.PhilipsHue'
---
Loaded config.json with 0 accessories and 2 platforms.
---
Loading 2 platforms...
[FHEM] Initializing FHEM platform...
starting longpoll: http://10.0.0.30:8083/fhem.pl?XHR=1&inform=type=status;filter=.*;since=null;fmt=JSON&timestamp=1458749755421
[FHEM] Fetching FHEM switchable devices...
[FHEM] fetching: http://10.0.0.30:8083/fhem?cmd=jsonlist2%20room=Homekit&XHR=1
[Philips Hue] Initializing PhilipsHue platform...
[Philips Hue] PhilipsHue Platform Plugin Version 0.0.2
[Philips Hue] Fetching Philips Hue lights...
Loading 0 accessories...
Server listening on: http://<ip>:8082
[Philips Hue] Initializing platform accessory 'Hue iris links'...
[Philips Hue] Initializing platform accessory 'Hue iris rechts'...
[FHEM] got: 17 results
[FHEM] Eingangstuere is contact sensor [contact]
[FHEM] Eingangstuere has battery [battery]
[FHEM] Eingangstuere has firmware [D-firmware]
[FHEM]   caching: Eingangstuere-battery: 0 as number (from ok)
[FHEM]   caching: Eingangstuere-D-firmware: 2.4 as string (from 2.4)
[FHEM]   caching: Eingangstuere-contact: 0 as number (from closed (to broadcast))
[FHEM] Fensterkontakt.Bad is contact sensor [contact]
[FHEM] Fensterkontakt.Bad has battery [battery]
[FHEM] Fensterkontakt.Bad has firmware [D-firmware]
[FHEM]   caching: Fensterkontakt.Bad-battery: 0 as number (from ok)
[FHEM]   caching: Fensterkontakt.Bad-D-firmware: 2.4 as string (from 2.4)
[FHEM]   caching: Fensterkontakt.Bad-contact: 0 as number (from closed (to HMLAN1))
[FHEM] Harmony is switchable
[FHEM] Harmony has onOff [activity;activity,off]
[FHEM]   caching: Harmony-activity: Fernsehen as string (from Fernsehen)
[FHEM] Kueche.Leiste has RGB [RGB]
[FHEM] Kueche.Leiste has onOff [state;on,off]
[FHEM]   caching: Kueche.Leiste-RGB: 000000 as string (from 000000)
[FHEM]   caching: Kueche.Leiste-state: 0 as number (from off)
[FHEM] Licht.Kueche is dimable [pct]
[FHEM] Licht.Kueche has onOff [state;on,off]
[FHEM]   caching: Licht.Kueche-pct: 0 as number (from 0)
[FHEM]   caching: Licht.Kueche-state: 0 as number (from off)
[FHEM] Licht.Spiegelschrank is light
[FHEM] Licht.Spiegelschrank has onOff [state;on,off]
[FHEM] Licht.Spiegelschrank has firmware [D-firmware]
[FHEM]   caching: Licht.Spiegelschrank-D-firmware: 2.5 as string (from 2.5)
[FHEM]   caching: Licht.Spiegelschrank-state: 0 as number (from off)
[FHEM] Licht.WZ is dimable [pct]
[FHEM] Licht.WZ has onOff [state;on,off]
[FHEM]   caching: Licht.WZ-pct: 0 as number (from 0)
[FHEM]   caching: Licht.WZ-state: 0 as number (from off)
[FHEM] QNAP is switchable
[FHEM] QNAP has onOff [state;on,off]
[FHEM]   caching: QNAP-state: 0 as number (from off)
[FHEM] Sonos_Bad is switchable
[FHEM] Sonos_Bad has onOff [transportState;play,pause]
[FHEM] Sonos_Bad has volume [Volume:not cached]
[FHEM]   caching: Sonos_Bad-transportState: 0 as number (from STOPPED)
[FHEM] Sonos_Kueche is switchable
[FHEM] Sonos_Kueche has onOff [transportState;play,pause]
[FHEM] Sonos_Kueche has volume [Volume:not cached]
[FHEM]   caching: Sonos_Kueche-transportState: 0 as number (from STOPPED)
[FHEM] Sonos_Schlafzimmer is switchable
[FHEM] Sonos_Schlafzimmer has onOff [transportState;play,pause]
[FHEM] Sonos_Schlafzimmer has volume [Volume:not cached]
[FHEM]   caching: Sonos_Schlafzimmer-transportState: 0 as number (from STOPPED)
[FHEM] Sonos_Wohnzimmer is switchable
[FHEM] Sonos_Wohnzimmer has onOff [transportState;play,pause]
[FHEM] Sonos_Wohnzimmer has volume [Volume:not cached]
[FHEM]   caching: Sonos_Wohnzimmer-transportState: 1 as number (from PLAYING)
[FHEM] TS.WZ_Climate is thermostat [desired-temp;5-30:0.5]
[FHEM] TS.WZ_Climate has thermostat mode [controlMode;controlMode]
[FHEM] TS.WZ_Climate has temperature [measured-temp]
[FHEM] TS.WZ_Climate has humidity [humidity]
[FHEM]   caching: TS.WZ_Climate-measured-temp: 21.8 as number (from 21.8)
[FHEM]   caching: TS.WZ_Climate-humidity: 40 as number (from 40)
[FHEM]   caching: TS.WZ_Climate-desired-temp: 22 as number (from 22.0)
[FHEM]   caching: TS.WZ_Climate-controlMode: 1 as number (from manual)
[FHEM] hueBridge1_HUEDevice3 has RGB [rgb]
[FHEM] hueBridge1_HUEDevice3 has onOff [state;on,off]
[FHEM] hueBridge1_HUEDevice3 has hue [hue;0-65535]
[FHEM] hueBridge1_HUEDevice3 has sat [sat;0-254]
[FHEM] hueBridge1_HUEDevice3 has colormode [colormode]
[FHEM] hueBridge1_HUEDevice3 has xy [xy]
[FHEM]   caching: hueBridge1_HUEDevice3-pct: 0 as number (from 0)
[FHEM]   caching: hueBridge1_HUEDevice3-hue: 49 as number (from 8991)
[FHEM]   caching: hueBridge1_HUEDevice3-sat: 78 as number (from 198)
[FHEM]   caching: hueBridge1_HUEDevice3-colormode: hs as string (from hs)
[FHEM]   caching: hueBridge1_HUEDevice3-xy: 0.5572,0.3995 as string (from 0.5572,0.3995)
[FHEM]   caching: hueBridge1_HUEDevice3-rgb: ffdc38 as string (from ffdc38)
[FHEM]   caching: hueBridge1_HUEDevice3-state: 0 as number (from off)
[FHEM] hueBridge1_HUEDevice4 has RGB [rgb]
[FHEM] hueBridge1_HUEDevice4 has onOff [state;on,off]
[FHEM] hueBridge1_HUEDevice4 has hue [hue;0-65535]
[FHEM] hueBridge1_HUEDevice4 has sat [sat;0-254]
[FHEM] hueBridge1_HUEDevice4 has colormode [colormode]
[FHEM] hueBridge1_HUEDevice4 has xy [xy]
[FHEM]   caching: hueBridge1_HUEDevice4-pct: 0 as number (from 0)
[FHEM]   caching: hueBridge1_HUEDevice4-hue: 49 as number (from 8991)
[FHEM]   caching: hueBridge1_HUEDevice4-sat: 78 as number (from 198)
[FHEM]   caching: hueBridge1_HUEDevice4-colormode: hs as string (from hs)
[FHEM]   caching: hueBridge1_HUEDevice4-xy: 0.5572,0.3995 as string (from 0.5572,0.3995)
[FHEM]   caching: hueBridge1_HUEDevice4-rgb: ffdc38 as string (from ffdc38)
[FHEM]   caching: hueBridge1_HUEDevice4-state: 0 as number (from off)
[FHEM] rr_Michael is occupancy sensor
[FHEM]   caching: rr_Michael-presence: 1 as number (from present)
[FHEM] rr_Nathalie is occupancy sensor
[FHEM]   caching: rr_Nathalie-presence: 0 as number (from absent)
[FHEM] Initializing platform accessory 'Eingangstuere'...
[FHEM] creating services for Eingangstuere
[FHEM]   information service for Eingangstuere
[FHEM]     firmware revision characteristic for Eingangstuere
[FHEM]   contact sensor service for Eingangstuere
[FHEM]     battery status characteristic for Eingangstuere
[FHEM]     contact sensor characteristic for Eingangstuere
[FHEM]     current door state characteristic for Eingangstuere
[FHEM] Initializing platform accessory 'Fensterkontakt.Bad'...
[FHEM] creating services for Fensterkontakt.Bad
[FHEM]   information service for Fensterkontakt.Bad
[FHEM]     firmware revision characteristic for Fensterkontakt.Bad
[FHEM]   contact sensor service for Fensterkontakt.Bad
[FHEM]     battery status characteristic for Fensterkontakt.Bad
[FHEM]     contact sensor characteristic for Fensterkontakt.Bad
[FHEM]     current door state characteristic for Fensterkontakt.Bad
[FHEM] Initializing platform accessory 'Harmony'...
[FHEM] creating services for Harmony
[FHEM]   information service for Harmony
[FHEM]   switch service for Harmony (Fernsehen)
[FHEM]       on characteristic for Harmony Fernsehen
[FHEM]   switch service for Harmony (Playstation)
[FHEM]       on characteristic for Harmony Playstation
[FHEM]   switch service for Harmony (Apple.TV.sehen)
[FHEM]       on characteristic for Harmony Apple.TV.sehen
[FHEM]   switch service for Harmony (PowerOff)
[FHEM]       on characteristic for Harmony PowerOff
[FHEM] Initializing platform accessory 'Kueche.Leiste'...
[FHEM] creating services for Kueche.Leiste
[FHEM]   information service for Kueche.Leiste
[FHEM]   lightbulb service for Kueche.Leiste
[FHEM]     on characteristic for Kueche.Leiste
[FHEM]     fake hue characteristic for Kueche.Leiste
[FHEM]     fake saturation characteristic for Kueche.Leiste
[FHEM]     fake brightness characteristic for Kueche.Leiste
[FHEM] Initializing platform accessory 'Licht.Kueche'...
[FHEM] creating services for Licht.Kueche
[FHEM]   information service for Licht.Kueche
[FHEM]   lightbulb service for Licht.Kueche
[FHEM]     on characteristic for Licht.Kueche
[FHEM]     brightness characteristic for Licht.Kueche
[FHEM] Initializing platform accessory 'Licht.Spiegelschrank'...
[FHEM] creating services for Licht.Spiegelschrank
[FHEM]   information service for Licht.Spiegelschrank
[FHEM]     firmware revision characteristic for Licht.Spiegelschrank
[FHEM]   lightbulb service for Licht.Spiegelschrank
[FHEM]     on characteristic for Licht.Spiegelschrank
[FHEM] Initializing platform accessory 'Licht.WZ'...
[FHEM] creating services for Licht.WZ
[FHEM]   information service for Licht.WZ
[FHEM]   lightbulb service for Licht.WZ
[FHEM]     on characteristic for Licht.WZ
[FHEM]     brightness characteristic for Licht.WZ
[FHEM] Initializing platform accessory 'QNAP'...
[FHEM] creating services for QNAP
[FHEM]   information service for QNAP
[FHEM]   switch service for QNAP
[FHEM]     on characteristic for QNAP
[FHEM] Initializing platform accessory 'Sonos_Bad'...
[FHEM] creating services for Sonos_Bad
[FHEM]   information service for Sonos_Bad
[FHEM]   switch service for Sonos_Bad
[FHEM]     on characteristic for Sonos_Bad
[FHEM]     custom volume characteristic for Sonos_Bad
[FHEM] Initializing platform accessory 'Sonos_Kueche'...
[FHEM] creating services for Sonos_Kueche
[FHEM]   information service for Sonos_Kueche
[FHEM]   switch service for Sonos_Kueche
[FHEM]     on characteristic for Sonos_Kueche
[FHEM]     custom volume characteristic for Sonos_Kueche
[FHEM] Initializing platform accessory 'Sonos_Schlafzimmer'...
[FHEM] creating services for Sonos_Schlafzimmer
[FHEM]   information service for Sonos_Schlafzimmer
[FHEM]   switch service for Sonos_Schlafzimmer
[FHEM]     on characteristic for Sonos_Schlafzimmer
[FHEM]     custom volume characteristic for Sonos_Schlafzimmer
[FHEM] Initializing platform accessory 'Sonos_Wohnzimmer'...
[FHEM] creating services for Sonos_Wohnzimmer
[FHEM]   information service for Sonos_Wohnzimmer
[FHEM]   switch service for Sonos_Wohnzimmer
[FHEM]     on characteristic for Sonos_Wohnzimmer
[FHEM]     custom volume characteristic for Sonos_Wohnzimmer
[FHEM] Initializing platform accessory 'TS.WZ_Climate'...
[FHEM] creating services for TS.WZ_Climate
[FHEM]   information service for TS.WZ_Climate
[FHEM]   thermostat service for TS.WZ_Climate
[FHEM]     temperature characteristic for TS.WZ_Climate
[FHEM]     humidity characteristic for TS.WZ_Climate
[FHEM]     target temperature characteristic for TS.WZ_Climate
[FHEM] Initializing platform accessory 'hueBridge1_HUEDevice3'...
[FHEM] creating services for hueBridge1_HUEDevice3
[FHEM]   information service for hueBridge1_HUEDevice3
[FHEM]   lightbulb service for hueBridge1_HUEDevice3
[FHEM]     on characteristic for hueBridge1_HUEDevice3
[FHEM]     brightness characteristic for hueBridge1_HUEDevice3
[FHEM]     hue characteristic for hueBridge1_HUEDevice3
[FHEM]     saturation characteristic for hueBridge1_HUEDevice3
[FHEM] Initializing platform accessory 'hueBridge1_HUEDevice4'...
[FHEM] creating services for hueBridge1_HUEDevice4
[FHEM]   information service for hueBridge1_HUEDevice4
[FHEM]   lightbulb service for hueBridge1_HUEDevice4
[FHEM]     on characteristic for hueBridge1_HUEDevice4
[FHEM]     brightness characteristic for hueBridge1_HUEDevice4
[FHEM]     hue characteristic for hueBridge1_HUEDevice4
[FHEM]     saturation characteristic for hueBridge1_HUEDevice4
[FHEM] Initializing platform accessory 'rr_Michael'...
[FHEM] creating services for rr_Michael
[FHEM]   information service for rr_Michael
[FHEM]   occupancy sensor service for rr_Michael
[FHEM]     occupancy detected characteristic for rr_Michael
[FHEM] Initializing platform accessory 'rr_Nathalie'...
[FHEM] creating services for rr_Nathalie
[FHEM]   information service for rr_Nathalie
[FHEM]   occupancy sensor service for rr_Nathalie
[FHEM]     occupancy detected characteristic for rr_Nathalie
Scan this code with your HomeKit App on your iOS device to pair with Homebridge:
                       
    ┌────────────┐     
    │ 031-45-154 │     
    └────────────┘     
                       
Homebridge is running on port 51826.
[FHEM] query: Eingangstuere-battery
[FHEM]   cached: 0
[FHEM] query: Eingangstuere-contact
[FHEM]   cached: 0
[FHEM] query: Eingangstuere-contact
[FHEM]   cached: 0
[FHEM] query: Eingangstuere-battery
[FHEM]   cached: 0
[FHEM] query: Eingangstuere-contact
[FHEM]   cached: 0
[FHEM] query: Eingangstuere-contact
[FHEM]   cached: 0
[FHEM] query: Kueche.Leiste-sat
[FHEM]   not cached
[FHEM]   executing: http://10.0.0.30:8083/fhem?cmd=%7BReadingsVal(%22Kueche.Leiste%22,%22RGB%22,%22%22)%7D&XHR=1
[FHEM]   value: 000000
[FHEM]   mapped: 000000
  2016-03-23 16:16:12 caching: Kueche.Leiste-sat: 000000 as string
[FHEM] query: Kueche.Leiste-state
[FHEM]   cached: 0
[FHEM] query: Kueche.Leiste-hue
[FHEM]   not cached
[FHEM]   executing: http://10.0.0.30:8083/fhem?cmd=%7BReadingsVal(%22Kueche.Leiste%22,%22RGB%22,%22%22)%7D&XHR=1
[FHEM]   value: 000000
[FHEM]   mapped: 000000
  2016-03-23 16:16:13 caching: Kueche.Leiste-hue: 000000 as string
[FHEM] query: Kueche.Leiste-bri
[FHEM]   not cached
[FHEM]   executing: http://10.0.0.30:8083/fhem?cmd=%7BReadingsVal(%22Kueche.Leiste%22,%22RGB%22,%22%22)%7D&XHR=1
[FHEM]   value: 000000
[FHEM]   mapped: 000000
  2016-03-23 16:16:13 caching: Kueche.Leiste-bri: 000000 as string
[FHEM] query: Licht.Kueche-state
[FHEM]   cached: 0
[FHEM] query: Licht.Kueche-pct
[FHEM]   cached: 0
[FHEM] query: Licht.Spiegelschrank-state
[FHEM]   cached: 0
[FHEM] query: Licht.WZ-state
[FHEM]   cached: 0
[FHEM] query: Licht.WZ-pct
[FHEM]   cached: 0
[FHEM] query: QNAP-state
[FHEM]   cached: 0
[FHEM] query: Sonos_Bad-transportState
[FHEM]   cached: 0
[FHEM] query: Sonos_Bad-Volume
[FHEM]   not cached
[FHEM]   executing: http://10.0.0.30:8083/fhem?cmd=%7BReadingsVal(%22Sonos_Bad%22,%22Volume%22,%22%22)%7D&XHR=1
[FHEM]   value: 10
[FHEM]   mapped: 10
[FHEM] query: Sonos_Kueche-Volume
[FHEM]   not cached
[FHEM]   executing: http://10.0.0.30:8083/fhem?cmd=%7BReadingsVal(%22Sonos_Kueche%22,%22Volume%22,%22%22)%7D&XHR=1
[FHEM]   value: 13
[FHEM]   mapped: 13
[FHEM] query: Sonos_Kueche-transportState
[FHEM]   cached: 0
[FHEM] query: Sonos_Schlafzimmer-transportState
[FHEM]   cached: 0
[FHEM] query: Sonos_Schlafzimmer-Volume
[FHEM]   not cached
[FHEM]   executing: http://10.0.0.30:8083/fhem?cmd=%7BReadingsVal(%22Sonos_Schlafzimmer%22,%22Volume%22,%22%22)%7D&XHR=1
[FHEM]   value: 23
[FHEM]   mapped: 23
[FHEM] query: Sonos_Wohnzimmer-transportState
[FHEM]   cached: 1
[FHEM] query: Sonos_Wohnzimmer-Volume
[FHEM]   not cached
[FHEM]   executing: http://10.0.0.30:8083/fhem?cmd=%7BReadingsVal(%22Sonos_Wohnzimmer%22,%22Volume%22,%22%22)%7D&XHR=1
[FHEM]   value: 14
[FHEM]   mapped: 14
[FHEM] query: TS.WZ_Climate-humidity
[FHEM]   cached: 40
[FHEM] query: TS.WZ_Climate-desired-temp
[FHEM]   cached: 22
[FHEM] query: TS.WZ_Climate-measured-temp
[FHEM]   cached: 21.8
[FHEM] query: hueBridge1_HUEDevice3-hue
[FHEM]   cached: 49
[FHEM] query: hueBridge1_HUEDevice3-state
[FHEM]   cached: 0
[FHEM] query: hueBridge1_HUEDevice3-sat
[FHEM]   cached: 78
[FHEM] query: hueBridge1_HUEDevice3-pct
[FHEM]   cached: 0
[FHEM] query: hueBridge1_HUEDevice4-pct
[FHEM]   cached: 0
[FHEM] query: hueBridge1_HUEDevice4-hue
[FHEM]   cached: 49
[FHEM] query: hueBridge1_HUEDevice4-state
[FHEM]   cached: 0
[FHEM] query: hueBridge1_HUEDevice4-sat
[FHEM]   cached: 78
[FHEM] query: rr_Michael-presence
[FHEM]   cached: 1
[FHEM] query: rr_Nathalie-presence
[FHEM]   cached: 0
[FHEM] query: Eingangstuere-battery
[FHEM]   cached: 0
[FHEM] query: hueBridge1_HUEDevice3-hue
[FHEM]   cached: 49
[FHEM] query: Sonos_Kueche-Volume
[FHEM]   not cached
[FHEM]   executing: http://10.0.0.30:8083/fhem?cmd=%7BReadingsVal(%22Sonos_Kueche%22,%22Volume%22,%22%22)%7D&XHR=1
[FHEM]   value: 13
[FHEM]   mapped: 13
[FHEM] query: hueBridge1_HUEDevice4-pct
[FHEM]   cached: 0
[FHEM] query: Kueche.Leiste-sat
[FHEM]   cached: 000000
[FHEM] query: Licht.Kueche-state
[FHEM]   cached: 0
[FHEM] query: Licht.Spiegelschrank-state
[FHEM]   cached: 0
[FHEM] query: Licht.WZ-state
[FHEM]   cached: 0
[FHEM] query: QNAP-state
[FHEM]   cached: 0
[FHEM] query: Sonos_Schlafzimmer-transportState
[FHEM]   cached: 0
[FHEM] query: rr_Nathalie-presence
[FHEM]   cached: 0
[FHEM] query: rr_Michael-presence
[FHEM]   cached: 1
[FHEM] query: Sonos_Bad-transportState
[FHEM]   cached: 0
[FHEM] query: Sonos_Wohnzimmer-transportState
[FHEM]   cached: 1
[FHEM] query: TS.WZ_Climate-humidity
[FHEM]   cached: 40
[FHEM] query: hueBridge1_HUEDevice3-state
[FHEM]   cached: 0
[FHEM] query: Sonos_Kueche-transportState
[FHEM]   cached: 0
[FHEM] query: hueBridge1_HUEDevice4-hue
[FHEM]   cached: 49
[FHEM] query: Kueche.Leiste-state
[FHEM]   cached: 0
[FHEM] query: Licht.Kueche-pct
[FHEM]   cached: 0
[FHEM] query: Licht.WZ-pct
[FHEM]   cached: 0
[FHEM] query: Sonos_Schlafzimmer-Volume
[FHEM]   not cached
[FHEM]   executing: http://10.0.0.30:8083/fhem?cmd=%7BReadingsVal(%22Sonos_Schlafzimmer%22,%22Volume%22,%22%22)%7D&XHR=1
[FHEM]   value: 23
[FHEM]   mapped: 23
[FHEM] query: Sonos_Bad-Volume
[FHEM]   not cached
[FHEM]   executing: http://10.0.0.30:8083/fhem?cmd=%7BReadingsVal(%22Sonos_Bad%22,%22Volume%22,%22%22)%7D&XHR=1
[FHEM]   value: 10
[FHEM]   mapped: 10
[FHEM] query: Eingangstuere-contact
[FHEM]   cached: 0
[FHEM] query: Sonos_Wohnzimmer-Volume
[FHEM]   not cached
[FHEM]   executing: http://10.0.0.30:8083/fhem?cmd=%7BReadingsVal(%22Sonos_Wohnzimmer%22,%22Volume%22,%22%22)%7D&XHR=1
[FHEM]   value: 14
[FHEM]   mapped: 14
[FHEM] query: hueBridge1_HUEDevice3-sat
[FHEM]   cached: 78
[FHEM] query: hueBridge1_HUEDevice4-state
[FHEM]   cached: 0
[FHEM] query: Kueche.Leiste-hue
[FHEM]   cached: 000000
[FHEM] query: Eingangstuere-contact
[FHEM]   cached: 0
[FHEM] query: hueBridge1_HUEDevice3-pct
[FHEM]   cached: 0
[FHEM] query: Kueche.Leiste-bri
[FHEM]   cached: 000000
[FHEM] query: TS.WZ_Climate-desired-temp
[FHEM]   cached: 22
[FHEM] query: hueBridge1_HUEDevice4-sat
[FHEM]   cached: 78
[FHEM] query: TS.WZ_Climate-measured-temp
[FHEM]   cached: 21.8
[FHEM] query: Harmony-activity
[FHEM]   cached: Fernsehen
[FHEM] query: TS.WZ_Climate-humidity
[FHEM]   cached: 40
[FHEM] query: Harmony-activity
[FHEM]   cached: Fernsehen
[FHEM] query: Harmony-activity
[FHEM]   cached: Fernsehen
[FHEM] query: Harmony-activity
[FHEM]   cached: Fernsehen
[FHEM] query: TS.WZ_Climate-desired-temp
[FHEM]   cached: 22
[FHEM] query: TS.WZ_Climate-measured-temp
[FHEM]   cached: 21.8
[FHEM] query: TS.WZ_Climate-humidity
[FHEM]   cached: 40
[FHEM] query: Harmony-activity
[FHEM]   cached: Fernsehen
[FHEM] query: TS.WZ_Climate-humidity
[FHEM]   cached: 40
[FHEM] query: Harmony-activity
[FHEM]   cached: Fernsehen
[FHEM] query: Harmony-activity
[FHEM]   cached: Fernsehen
[FHEM] query: Harmony-activity
[FHEM]   cached: Fernsehen
[FHEM] query: TS.WZ_Climate-desired-temp
[FHEM]   cached: 22
[FHEM] query: TS.WZ_Climate-measured-temp
[FHEM]   cached: 21.8

Bereit für dein eigenes Smart Home?
http://ownsmarthome.de

DeeSPe

Zitat von: dieoma am 23 März 2016, 17:19:02
ich habe das iOS Update gemacht OHNE vorher homebridge zu aktualisieren (meaculpa) und trotz npm update -g homebridge, npm update -g homebridge-fhem und wie hier empfohlen sudo npm install homebridge -g zeigt EVE lediglich die homebridge selbst an, jedoch keine Geräte darin. Hier mal der komplette homebridge --debug markus@fhem2:~/.homebridge$ homebridge --debug
*** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=node>
*** WARNING *** The program 'node' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=node&f=DNSServiceRegister>
[2016-03-23 17:15:23] Loaded plugin: homebridge-fhem
homebridge API version: 2
[2016-03-23 17:15:23] Registering platform 'homebridge-fhem.FHEM'
[2016-03-23 17:15:23] ---
[2016-03-23 17:15:23] Loaded config.json with 0 accessories and 1 platforms.
[2016-03-23 17:15:23] ---
[2016-03-23 17:15:23] Loading 1 platforms...
[2016-03-23 17:15:23] [FHEM] Initializing homebridge-fhem.FHEM platform...
starting longpoll: http://127.0.0.1:8083/fhem.pl?XHR=1&inform=type=status;addglobal=1;filter=.*;since=null;fmt=JSON&timestamp=1458749724949
[2016-03-23 17:15:25] [FHEM] Checking genericDeviceType...
[2016-03-23 17:15:25] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7BAttrVal(%22global%22,%22userattr%22,%22%22)%7D&XHR=1
[2016-03-23 17:15:25] [FHEM] Fetching FHEM devices...
[2016-03-23 17:15:25] [FHEM] fetching: http://127.0.0.1:8083/fhem?cmd=jsonlist2%20room=Homekit&XHR=1
[2016-03-23 17:15:25] Loading 0 accessories...
Server error: Error: listen EADDRINUSE 0.0.0.0:8082
Server listening on: http://<ip>:8282
[2016-03-23 17:15:25] [FHEM] got: 7 results
[2016-03-23 17:15:25] [FHEM] mappings for Abendlicht_dummy: { On: { reading: 'state', valueOff: 'off', cmdOn: 'on', cmdOff: 'off' } }
[2016-03-23 17:15:25] [FHEM] Abendlicht_dummy is switch
[2016-03-23 17:15:25] [FHEM] Abendlicht_dummy has
[2016-03-23 17:15:25] [FHEM]   On [state;on,off]
  2016-03-23 17:15:25 caching: Abendlicht_dummy-state: off
[2016-03-23 17:15:25] [FHEM] Abendlicht_dummy-state valueOn/valueOff: value off mapped to 0
[2016-03-23 17:15:25] [FHEM]     caching: On: false (as boolean; from 'off')
[2016-03-23 17:15:25] [FHEM] mappings for HB_Fenster: { StatusLowBattery:
   { reading: 'battery',
     values: [ 'ok:BATTERY_LEVEL_NORMAL', '/.*/:BATTERY_LEVEL_LOW' ] },
  FirmwareRevision: { reading: 'D-firmware', _isInformation: true },
  ContactSensorState:
   { reading: 'contact',
     values: [ '/^closed/:CONTACT_DETECTED', '/.*/:CONTACT_NOT_DETECTED' ] },
  CurrentDoorState:
   { reading: 'contact',
     values: [ '/^closed/:CLOSED', '/.*/:OPEN' ] } }
[2016-03-23 17:15:25] [FHEM] HB_Fenster is ContactSensor
[2016-03-23 17:15:25] [FHEM] HB_Fenster has
[2016-03-23 17:15:25] [FHEM]   StatusLowBattery [battery]
[2016-03-23 17:15:25] [FHEM]   FirmwareRevision [D-firmware]
[2016-03-23 17:15:25] [FHEM]   ContactSensorState [contact]
[2016-03-23 17:15:25] [FHEM]   CurrentDoorState [contact]
[2016-03-23 17:15:25] [FHEM] value2homekit_re: [ { re: '.*', to: 1 } ]
[2016-03-23 17:15:25] [FHEM] value2homekit: { ok: 0 }
[2016-03-23 17:15:25] [FHEM] homekit2name: { '0': 'BATTERY_LEVEL_NORMAL', '1': 'BATTERY_LEVEL_LOW' }
  2016-03-23 17:15:25 caching: HB_Fenster-battery: ok
[2016-03-23 17:15:25] [FHEM] HB_Fenster-battery values: value ok mapped to 0
[2016-03-23 17:15:25] [FHEM]     caching: StatusLowBattery: 0 (as number; means BATTERY_LEVEL_NORMAL; from 'ok')
  2016-03-23 17:15:25 caching: HB_Fenster-D-firmware: 1.0
[2016-03-23 17:15:25] [FHEM]     caching: FirmwareRevision: 1.0 (as string; from '1.0')
[2016-03-23 17:15:25] [FHEM] value2homekit_re: [ { re: '^closed', to: 0 }, { re: '.*', to: 1 } ]
[2016-03-23 17:15:25] [FHEM] homekit2name: { '0': 'CONTACT_DETECTED', '1': 'CONTACT_NOT_DETECTED' }
  2016-03-23 17:15:25 caching: HB_Fenster-contact: closed (to HMLAN1)
[2016-03-23 17:15:25] [FHEM] HB_Fenster-contact values: value closed (to HMLAN1) mapped to 0
[2016-03-23 17:15:25] [FHEM]     caching: ContactSensorState: 0 (as number; means CONTACT_DETECTED; from 'closed (to HMLAN1)')
[2016-03-23 17:15:25] [FHEM] value2homekit_re: [ { re: '^closed', to: 1 }, { re: '.*', to: 0 } ]
[2016-03-23 17:15:25] [FHEM] homekit2name: { '0': 'OPEN', '1': 'CLOSED' }
[2016-03-23 17:15:25] [FHEM] HB_Fenster-contact values: value closed (to HMLAN1) mapped to 1
[2016-03-23 17:15:25] [FHEM]     caching: CurrentDoorState: 1 (as number; means CLOSED; from 'closed (to HMLAN1)')
[2016-03-23 17:15:25] [FHEM] mappings for HO_Heizung_Clima: { CurrentTemperature: { reading: 'measured-temp', minValue: -30 },
  TargetTemperature:
   { reading: 'desired-temp',
     cmd: 'desired-temp',
     delay: true,
     minValue: 5,
     maxValue: 30,
     minStep: 0.5 } }
[2016-03-23 17:15:25] [FHEM] HO_Heizung_Clima is thermostat
[2016-03-23 17:15:25] [FHEM] HO_Heizung_Clima has
[2016-03-23 17:15:25] [FHEM]   CurrentTemperature [measured-temp]
[2016-03-23 17:15:25] [FHEM]   TargetTemperature [desired-temp]
  2016-03-23 17:15:25 caching: HO_Heizung_Clima-measured-temp: 15.9
[2016-03-23 17:15:25] [FHEM]     caching: CurrentTemperature: 15.9 (as number; from '15.9')
  2016-03-23 17:15:25 caching: HO_Heizung_Clima-desired-temp: 10.0
[2016-03-23 17:15:25] [FHEM]     caching: TargetTemperature: 10 (as number; from '10.0')
[2016-03-23 17:15:25] [FHEM] mappings for IT_Dose2: { On: { reading: 'state', valueOff: 'off', cmdOn: 'on', cmdOff: 'off' } }
[2016-03-23 17:15:25] [FHEM] IT_Dose2 is switch
[2016-03-23 17:15:25] [FHEM] IT_Dose2 has
[2016-03-23 17:15:25] [FHEM]   On [state;on,off]
  2016-03-23 17:15:25 caching: IT_Dose2-state: off
[2016-03-23 17:15:25] [FHEM] IT_Dose2-state valueOn/valueOff: value off mapped to 0
[2016-03-23 17:15:25] [FHEM]     caching: On: false (as boolean; from 'off')
[2016-03-23 17:15:25] [FHEM] mappings for REV1: { On: { reading: 'state', valueOff: 'off', cmdOn: 'on', cmdOff: 'off' } }
[2016-03-23 17:15:25] [FHEM] REV1 is switch
[2016-03-23 17:15:25] [FHEM] REV1 has
[2016-03-23 17:15:25] [FHEM]   On [state;on,off]
  2016-03-23 17:15:25 caching: REV1-state: off
[2016-03-23 17:15:25] [FHEM] REV1-state valueOn/valueOff: value off mapped to 0
[2016-03-23 17:15:25] [FHEM]     caching: On: false (as boolean; from 'off')
[2016-03-23 17:15:25] [FHEM] mappings for REV2: { On: { reading: 'state', valueOff: 'off', cmdOn: 'on', cmdOff: 'off' } }
[2016-03-23 17:15:26] [FHEM] REV2 is switch
[2016-03-23 17:15:26] [FHEM] REV2 has
[2016-03-23 17:15:26] [FHEM]   On [state;on,off]
  2016-03-23 17:15:26 caching: REV2-state: off
[2016-03-23 17:15:26] [FHEM] REV2-state valueOn/valueOff: value off mapped to 0
[2016-03-23 17:15:26] [FHEM]     caching: On: false (as boolean; from 'off')
[2016-03-23 17:15:26] [FHEM] mappings for REV3: { On: { reading: 'state', valueOff: 'off', cmdOn: 'on', cmdOff: 'off' } }
[2016-03-23 17:15:26] [FHEM] REV3 is switch
[2016-03-23 17:15:26] [FHEM] REV3 has
[2016-03-23 17:15:26] [FHEM]   On [state;on,off]
  2016-03-23 17:15:26 caching: REV3-state: off
[2016-03-23 17:15:26] [FHEM] REV3-state valueOn/valueOff: value off mapped to 0
[2016-03-23 17:15:26] [FHEM]     caching: On: false (as boolean; from 'off')
[2016-03-23 17:15:26] [FHEM] Initializing platform accessory 'Abendlicht_dummy'...
[2016-03-23 17:15:26] [FHEM] creating services for Abendlicht_dummy
[2016-03-23 17:15:26] [FHEM]   information service for Abendlicht_dummy
[2016-03-23 17:15:26] [FHEM]     manufacturer, model and serial number characteristics for Abendlicht_dummy
[2016-03-23 17:15:26] [FHEM]   Switch service for Abendlicht_dummy
[2016-03-23 17:15:26] [FHEM]     On characteristic for Abendlicht_dummy:state
[2016-03-23 17:15:26] [FHEM]       initial value is: false (boolean)
[2016-03-23 17:15:26] [FHEM]       props: { format: 'bool',
  unit: null,
  minValue: null,
  maxValue: null,
  minStep: null,
  perms: [ 'pr', 'pw', 'ev' ] }
[2016-03-23 17:15:26] [FHEM] Initializing platform accessory 'HB_Fenster'...
[2016-03-23 17:15:26] [FHEM] creating services for HB_Fenster
[2016-03-23 17:15:26] [FHEM]   information service for HB_Fenster
[2016-03-23 17:15:26] [FHEM]     manufacturer, model and serial number characteristics for HB_Fenster
[2016-03-23 17:15:26] [FHEM]     firmware revision characteristic for HB_Fenster
[2016-03-23 17:15:26] [FHEM]   ContactSensor service for HB_Fenster
[2016-03-23 17:15:26] [FHEM]     StatusLowBattery characteristic for HB_Fenster:battery
[2016-03-23 17:15:26] [FHEM]       initial value is: 0 (number; means BATTERY_LEVEL_NORMAL)
[2016-03-23 17:15:26] [FHEM]       props: { format: 'uint8',
  unit: null,
  minValue: null,
  maxValue: null,
  minStep: null,
  perms: [ 'pr', 'ev' ] }
[2016-03-23 17:15:26] [FHEM]     ContactSensorState characteristic for HB_Fenster:contact
[2016-03-23 17:15:26] [FHEM]       initial value is: 0 (number; means CONTACT_DETECTED)
[2016-03-23 17:15:26] [FHEM]       props: { format: 'uint8',
  unit: null,
  minValue: null,
  maxValue: null,
  minStep: null,
  perms: [ 'pr', 'ev' ] }
[2016-03-23 17:15:26] [FHEM]     CurrentDoorState characteristic for HB_Fenster:contact
[2016-03-23 17:15:26] [FHEM]       initial value is: 1 (number; means CLOSED)
[2016-03-23 17:15:26] [FHEM]       props: { format: 'uint8',
  unit: null,
  minValue: null,
  maxValue: null,
  minStep: null,
  perms: [ 'pr', 'ev' ] }
[2016-03-23 17:15:26] [FHEM] Initializing platform accessory 'HO_Heizung_Clima'...
[2016-03-23 17:15:26] [FHEM] creating services for HO_Heizung_Clima
[2016-03-23 17:15:26] [FHEM]   information service for HO_Heizung_Clima
[2016-03-23 17:15:26] [FHEM]     manufacturer, model and serial number characteristics for HO_Heizung_Clima
[2016-03-23 17:15:26] [FHEM]   Thermostat service for HO_Heizung_Clima
[2016-03-23 17:15:26] [FHEM]     CurrentTemperature characteristic for HO_Heizung_Clima:measured-temp
[2016-03-23 17:15:26] [FHEM]       initial value is: 15.9 (number)
[2016-03-23 17:15:26] [FHEM]       props: { format: 'float',
  unit: 'celsius',
  minValue: -30,
  maxValue: 100,
  minStep: 0.1,
  perms: [ 'pr', 'ev' ] }
[2016-03-23 17:15:26] [FHEM]     TargetTemperature characteristic for HO_Heizung_Clima:desired-temp
[2016-03-23 17:15:26] [FHEM]       initial value is: 10 (number)
[2016-03-23 17:15:26] [FHEM]       props: { format: 'float',
  unit: 'celsius',
  minValue: 5,
  maxValue: 30,
  minStep: 0.5,
  perms: [ 'pr', 'pw', 'ev' ] }
[2016-03-23 17:15:26] [FHEM] Initializing platform accessory 'IT_Dose2'...
[2016-03-23 17:15:26] [FHEM] creating services for IT_Dose2
[2016-03-23 17:15:26] [FHEM]   information service for IT_Dose2
[2016-03-23 17:15:26] [FHEM]     manufacturer, model and serial number characteristics for IT_Dose2
[2016-03-23 17:15:26] [FHEM]   Switch service for IT_Dose2
[2016-03-23 17:15:26] [FHEM]     On characteristic for IT_Dose2:state
[2016-03-23 17:15:26] [FHEM]       initial value is: false (boolean)
[2016-03-23 17:15:26] [FHEM]       props: { format: 'bool',
  unit: null,
  minValue: null,
  maxValue: null,
  minStep: null,
  perms: [ 'pr', 'pw', 'ev' ] }
[2016-03-23 17:15:26] [FHEM] Initializing platform accessory 'REV1'...
[2016-03-23 17:15:26] [FHEM] creating services for REV1
[2016-03-23 17:15:26] [FHEM]   information service for REV1
[2016-03-23 17:15:26] [FHEM]     manufacturer, model and serial number characteristics for REV1
[2016-03-23 17:15:26] [FHEM]   Switch service for REV1
[2016-03-23 17:15:26] [FHEM]     On characteristic for REV1:state
[2016-03-23 17:15:26] [FHEM]       initial value is: false (boolean)
[2016-03-23 17:15:26] [FHEM]       props: { format: 'bool',
  unit: null,
  minValue: null,
  maxValue: null,
  minStep: null,
  perms: [ 'pr', 'pw', 'ev' ] }
[2016-03-23 17:15:26] [FHEM] Initializing platform accessory 'REV2'...
[2016-03-23 17:15:26] [FHEM] creating services for REV2
[2016-03-23 17:15:26] [FHEM]   information service for REV2
[2016-03-23 17:15:26] [FHEM]     manufacturer, model and serial number characteristics for REV2
[2016-03-23 17:15:26] [FHEM]   Switch service for REV2
[2016-03-23 17:15:26] [FHEM]     On characteristic for REV2:state
[2016-03-23 17:15:26] [FHEM]       initial value is: false (boolean)
[2016-03-23 17:15:26] [FHEM]       props: { format: 'bool',
  unit: null,
  minValue: null,
  maxValue: null,
  minStep: null,
  perms: [ 'pr', 'pw', 'ev' ] }
[2016-03-23 17:15:26] [FHEM] Initializing platform accessory 'REV3'...
[2016-03-23 17:15:26] [FHEM] creating services for REV3
[2016-03-23 17:15:26] [FHEM]   information service for REV3
[2016-03-23 17:15:26] [FHEM]     manufacturer, model and serial number characteristics for REV3
[2016-03-23 17:15:26] [FHEM]   Switch service for REV3
[2016-03-23 17:15:26] [FHEM]     On characteristic for REV3:state
[2016-03-23 17:15:26] [FHEM]       initial value is: false (boolean)
[2016-03-23 17:15:26] [FHEM]       props: { format: 'bool',
  unit: null,
  minValue: null,
  maxValue: null,
  minStep: null,
  perms: [ 'pr', 'pw', 'ev' ] }
Scan this code with your HomeKit App on your iOS device to pair with Homebridge:
                       
    ┌────────────┐     
    │ 031-45-154 │     
    └────────────┘     
                       
[2016-03-23 17:15:26] Homebridge is running on port 51826.
events.js:154
      throw er; // Unhandled 'error' event
      ^

Error: listen EADDRINUSE 0.0.0.0:51826
    at Object.exports._errnoException (util.js:856:11)
    at exports._exceptionWithHostPort (util.js:879:20)
    at Server._listen2 (net.js:1236:14)
    at listen (net.js:1272:10)
    at Server.listen (net.js:1368:5)
    at EventedHTTPServer.listen (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/util/eventedhttp.js:58:19)
    at HAPServer.listen (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/HAPServer.js:155:20)
    at Bridge.Accessory.publish (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Accessory.js:473:16)
    at Server._publish (/usr/local/lib/node_modules/homebridge/lib/server.js:92:16)
    at Server.<anonymous> (/usr/local/lib/node_modules/homebridge/lib/server.js:351:14)
markus@fhem2:~/.homebridge$
Wie kann ich das Problem weiter eingrenzen? Vor dem iOS update war´s natürlich ok also tippe ich nicht direkt auf einen Configfehler aber man weiß ja nie...

Bei manchen Systemen wird mit "sudo npm update -g homebridge" und "npm update -g homebridge-fhem" nicht richtig aktualisiert (ist bei mir der Fall). Ich muss dann immer Homebridge anhalten, die beiden Pakete deinstallieren und wieder neu installieren.

Versionen herausfinden:
sudo npm list -g homebridge && sudo npm list -g homebridge-fhem

Falls die Versionen alt sind und über "update -g" nicht aktualisiert werden, mache ich folgendes:
sudo service homebridge stop && sudo npm remove -g homebridge-fhem homebridge && sudo npm install -g homebridge homebridge-fhem && sudo service homebridge start
*alles in eine Zeile

Gruß
Dan
MAINTAINER: 22_HOMEMODE, 98_Hyperion, 98_FileLogConvert, 98_serviced

Als kleine Unterstützung für meine Programmierungen könnt ihr mir gerne einen Kaffee spendieren: https://buymeacoff.ee/DeeSPe

dieoma

#472
Zitat von: DeeSPe am 23 März 2016, 17:27:48
Bei manchen Systemen wird mit "sudo npm update -g homebridge" und "npm update -g homebridge-fhem" nicht richtig aktualisiert (ist bei mir der Fall). Ich muss dann immer Homebridge anhalten, die beiden Pakete deinstallieren und wieder neu installieren.

Versionen herausfinden:
sudo npm list -g homebridge && sudo npm list -g homebridge-fhem
Mhh, richtig alt sieht das nicht aus: markus@fhem2:~/.homebridge$ sudo npm list -g homebridge && sudo npm list -g homebridge-fhem
/usr/local/lib
└── homebridge@0.3.2
/usr/local/lib
└── homebridge-fhem@0.2.17  (git+https://github.com/justme-1968/homebridge-fhem.git#fba8d7786e2349290e82e5173e6438a3f8cd22b3)

markus@fhem2:~/.homebridge$
sudo node -v && npm -v
v5.5.0
3.3.12
Habe trotzdem mal neu installiert aber die Versionen blieben gleich. Habe dann in EVE alle Geräte neu hinzufügen wollen. Unter Gerät hinzufügen taucht "Homebridge" auf aber wenn ich dann den Code scanne/eingebe springt er zurück auf "Gerät hinzufügen" anstatt zu koppeln ?!?
FHEM5.8 auf Raspi 2, HomeMatic über HMLan mit einigen Aktoren, IT433 Steckosen über CUL, Squeezebox und Tablet-UI

DeeSPe

Zitat von: dieoma am 23 März 2016, 17:57:51
Habe trotzdem mal neu installiert aber die Versionen blieben gleich. Habe dann in EVE alle Geräte neu hinzufügen wollen. Unter Gerät hinzufügen taucht "Homebridge" auf aber wenn ich dann den Code scanne/eingebe springt er zurück auf "Gerät hinzufügen" anstatt zu koppeln ?!?

Das klingt danach dass sich was am Mapping geändert hat und HomeKit es so nicht annimmt wie es ist.
Bitte erstmal nur mit einem Gerät in Homebridge versuchen, am Besten eins ohne manuelles Mapping. Wenn das wieder läuft Stück für Stück die Geräte wieder hinzunehmen und gucken bei welchem es dann hakt. Nur so kann man sich der Lösung des Problems nähern.

Gruß
Dan
MAINTAINER: 22_HOMEMODE, 98_Hyperion, 98_FileLogConvert, 98_serviced

Als kleine Unterstützung für meine Programmierungen könnt ihr mir gerne einen Kaffee spendieren: https://buymeacoff.ee/DeeSPe

dieoma

habe nur noch ein Gerät im Raum Homekit gelassen und den homefit service neu gestartet - das scheint es noch nicht gewesen zu sein. Was etwas komisch ist, ist das ich in der config.json mal den Namen testweise verändert habe "name": "Homebridge2", aber in EVE wird noch immer nur "Homebridge" angezeigt. Auch ein reinstall der EVE app macht keinen Unterschied...
FHEM5.8 auf Raspi 2, HomeMatic über HMLan mit einigen Aktoren, IT433 Steckosen über CUL, Squeezebox und Tablet-UI

budy

@dieoma:

Server error: Error: listen EADDRINUSE 0.0.0.0:8082
Server listening on: http://<ip>:8282


Da läuft noch irgendeine Instanz von homebride... bzw. homebridge-fhem kann den Port 8082 nicht öffnen, den es für seine Kommunikation braucht...

Schau mal nach ob da noch was auf Port 8082 hängt...

Gruß,
Stephan
Debian stretch, FHEM 5.9.
HM-CC-RT-DN, HM-ES-PMSw1-Pl, HM-LC-Dim1TPBU-FM, HMUARTLGW, HMLAN, HM-SEC-KEY, HM-SEC-RHS, HM-SEC-SC-2, HM-SEC-SCo, HM-SEC-SD-2, HM-OU-CFM-TW, div. HUEs, Wifilight, Ring Video Pro

budy

Zitat von: CarstenF am 23 März 2016, 14:25:52
Gestern hatte ich auch den ein o. anderen Ausfall. Heute lief es wieder einigermaßen rund. Jedoch bekomme ich die ATV 3 wieder nicht eingebunden. Dieses IOS Gerät ist jedesmal ein Problemkind.... In meinem LOG war auch keine Fehlermeldung zu finden.

Als ich heute mein ATV3 aktivierte, gab's erst mal ein Update und anschließend hatte ich vorsorglich mal iCloud auf dem ATV3 durch ausloggen/neustarten/einloggen zurückgesetzt und konnte dann sowohl über Siri und EVE ohne WLAN meine Devices steuern.

Gruß,
Stephan
Debian stretch, FHEM 5.9.
HM-CC-RT-DN, HM-ES-PMSw1-Pl, HM-LC-Dim1TPBU-FM, HMUARTLGW, HMLAN, HM-SEC-KEY, HM-SEC-RHS, HM-SEC-SC-2, HM-SEC-SCo, HM-SEC-SD-2, HM-OU-CFM-TW, div. HUEs, Wifilight, Ring Video Pro

CarstenF

So ging es mir nach dem letzten Update auch. Lief richtig rund. Jetzt schon mehrfach zurückgesetzt und neu angemeldet. Keine Chance. Ich lese aber auch gerade parallel, das Apple Probleme bei den ICloud Diensten hat. Vllt. Ist dieser Bereich auch betroffen. Mal abwarten.....


Gesendet von iPad mit Tapatalk
Raspberry Pi4
CUL 868, CUL 433, LaCrosse Gateway, Zigbeetomqtt2, HUE, Homematic
Max-Cube umgeflasht
MAX!, FhemtoFhem, Homebridge, FhemConnector, IR_Gateway und sonst auch noch allerlei Spielzeug....

dieoma

Zitat von: budy am 23 März 2016, 19:10:50
Da läuft noch irgendeine Instanz von homebride... bzw. homebridge-fhem kann den Port 8082 nicht öffnen, den es für seine Kommunikation braucht...
Schau mal nach ob da noch was auf Port 8082 hängt...

Da hast du leider einen Denkfehler denn homebridge --debug wurde ausgeführt also homebridge noch lief - mir ging es quasi nur um die Ausgabe der debug infos...
FHEM5.8 auf Raspi 2, HomeMatic über HMLan mit einigen Aktoren, IT433 Steckosen über CUL, Squeezebox und Tablet-UI

budy

Zitat von: dieoma am 23 März 2016, 19:31:41
Da hast du leider einen Denkfehler denn homebridge --debug wurde ausgeführt also homebridge noch lief - mir ging es quasi nur um die Ausgabe der debug infos...

Aha... und was ist damit?

[2016-03-23 17:15:26] Homebridge is running on port 51826.
events.js:154
      throw er; // Unhandled 'error' event
      ^

Error: listen EADDRINUSE 0.0.0.0:51826


Gruß,
Stephan
Debian stretch, FHEM 5.9.
HM-CC-RT-DN, HM-ES-PMSw1-Pl, HM-LC-Dim1TPBU-FM, HMUARTLGW, HMLAN, HM-SEC-KEY, HM-SEC-RHS, HM-SEC-SC-2, HM-SEC-SCo, HM-SEC-SD-2, HM-OU-CFM-TW, div. HUEs, Wifilight, Ring Video Pro