homebridge/homekit

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

Vorheriges Thema - Nächstes Thema

justme1968

ich kann es nicht nachstellen, vermute aber es liegt an den set_ zuständen.

schau dir noch mal den vorschlag von oben an mit zwei readings zu arbeiten damit die set_ werte nicht den aktuellen zustand durcheinander bringen.

gruss
  andre
hue, tradfri, alexa-fhem, homebridge-fhem, LightScene, readingsGroup, ...

https://github.com/sponsors/justme-1968

arokh12

#1381
Hallo,

Mittlerweile habe ich diverse Services den einzelnen Geräten zugeordnet. Dabei ist mir ein kleiner "Schönheitsfehler" aufgefallen.

Und zwar folgender:
Wenn ich z.B. einem dummy als genericdevicetype outlet zuordne, habe ich als Icon eine Steckdose. Das ist ja auch soweit richtig, allerdings bekommen dann die dazugehörigen Services auch das Icon der Steckdose zugeordnet, obwohl dass Icon eines Schalters besser dazu passen würde.
Die Services habe ich mittels des Harmony Hub Beispiels eingebunden.

Kann ich das irgendwie ändern?

Vielen Dank im voraus
arokh12

justme1968

die automatisch vergeben icons kannst du nicht von homebridge seite ändern. das geht wenn überhaupt nur in der jeweiligen app die du verwendest.

gruss
  andre
hue, tradfri, alexa-fhem, homebridge-fhem, LightScene, readingsGroup, ...

https://github.com/sponsors/justme-1968

webundstyle

Hallo,

ich habe es geschafft einen Connect zur Tahoma Box herzustellen und die darin enthaltenen Somfy Rollos anzusprechen. Über Web kann ich diese auch hoch und runter fahren.
Zudem habe ich versucht diese ins Homekit einzubinden, was auch geklappt hat (soweit). In der Home App am iPhone erscheint der Rollo auch, nur habe ich jetzt 2 Probleme:

1. ist der falsch herum - also zu ist auf und auf ist zu
2. wenn ich den Rollo schließe, hört das laden in meiner App am iPhone nicht mehr auf. Der Ladekreisel dreht und dreht sich?

Hier mal die config von dem Device:

Internals:
   COMMANDS   dim:slider,0,1,100 close:noArg delayedStopIdentify down:noArg getName:noArg identify:noArg my:noArg open:noArg setClosure setDeployment setMemorized1Position setName setPosition setSecuredPosition startIdentify:noArg stopIdentify:noArg up:noArg wink
   DEF        DEVICE io://1202-6008-2347/8589589
   INTERVAL   2
   IODev      tahoma1
   NAME       tahoma_8589589
   NR         74
   NTFY_ORDER 50-tahoma_8589589
   STATE      dim0
   SUBTYPE    DEVICE
   TYPE       tahoma
   dataTypes  core:NameState,core:RSSILevelState,core:ClosureState,core:OpenClosedState
   device     io://1202-6008-2347/8589589
   fid        8589589
   inControllable io:RollerShutterGenericIOComponent
   inLabel    Esszimmer Fenster
   inPlaceOID 93d9e1fc-4243-456c-b295-f356e7936b3f
   inType     1
   Readings:
     2016-10-17 16:51:24   devicestate     open
     2016-10-17 16:51:24   state           dim0
   Helper:
     readingNames:
       hash(0x2b06cc0)
       hash(0x2b06d38)
       hash(0x2b06db0)
       hash(0x2b06e28)
Attributes:
   IODev      tahoma1
   alias      RollerShutter Esszimmer Fenster
   genericDeviceType blind
   homebridgeMapping CurrentPosition=position,minValue=0,maxValue=100 TargetPosition=dim::position,minValue=0,maxValue=100,minStep=10
   room       Homekit,tahoma
   webCmd     dim


Wäre super, wenn mir jemand dazu helfen kann...

Vielen Dank...

Grüße

justme1968

zum umdrehen bei current und target invert=1 setzen

du verwendest im mapping das reading position das ich im device aber nicht sehe.

gruss
  andre
hue, tradfri, alexa-fhem, homebridge-fhem, LightScene, readingsGroup, ...

https://github.com/sponsors/justme-1968

webundstyle

Zitat von: justme1968 am 17 Oktober 2016, 17:13:41
zum umdrehen bei current und target invert=1 setzen

du verwendest im mapping das reading position das ich im device aber nicht sehe.

gruss
  andre

also so umgesetzt geht es nur noch auf....(zumindest in die richtige Richtung..)  :)

Sorry....aber ich beschäftige mich erst 2 Tage mit der Fhem Materie....bin da noch nicht so drin...

Internals:
   COMMANDS   dim:slider,0,1,100 close:noArg delayedStopIdentify down:noArg getName:noArg identify:noArg my:noArg open:noArg setClosure setDeployment setMemorized1Position setName setPosition setSecuredPosition startIdentify:noArg stopIdentify:noArg up:noArg wink
   DEF        DEVICE io://1202-6008-2347/8589589
   INTERVAL   2
   IODev      tahoma1
   NAME       tahoma_8589589
   NR         74
   NTFY_ORDER 50-tahoma_8589589
   STATE      dim9
   SUBTYPE    DEVICE
   TYPE       tahoma
   dataTypes  core:NameState,core:RSSILevelState,core:ClosureState,core:OpenClosedState
   device     io://1202-6008-2347/8589589
   fid        8589589
   inControllable io:RollerShutterGenericIOComponent
   inLabel    Esszimmer Fenster
   inPlaceOID 93d9e1fc-4243-456c-b295-f356e7936b3f
   inType     1
   Readings:
     2016-10-17 21:07:46   devicestate     open
     2016-10-17 21:07:46   state           dim9
   Helper:
     readingNames:
       hash(0x2b06cc0)
       hash(0x2b06d38)
       hash(0x2b06db0)
       hash(0x2b06e28)
Attributes:
   IODev      tahoma1
   alias      RollerShutter Esszimmer Fenster
   genericDeviceType blind
   homebridgeMapping CurrentPosition=state,invert=1,minValue=0,maxValue=100 TargetPosition=dim::state,invert=1,minValue=0,maxValue=100,minStep=10

   room       Homekit,tahoma
   webCmd     dim


Vielen Dank für deine Hilfe!!!

justme1968

die dimX werte sind keine zahl. da es kein leerzeichen gibt hilft auch split nicht. leg dir ein user readings an das die position als zahl enthält. und verwenden dann diese reading dann statt state im homebridgeMapping.

etwas wie attr tahoma_8589589 userReading position {ReadingsNum($name,'state',50)}müsste gehen.

gruss
  andre
hue, tradfri, alexa-fhem, homebridge-fhem, LightScene, readingsGroup, ...

https://github.com/sponsors/justme-1968

webundstyle

hi,

danke für dein Feedback:

Internals:
   COMMANDS   dim:slider,0,1,100 close:noArg delayedStopIdentify down:noArg getName:noArg identify:noArg my:noArg open:noArg setClosure setDeployment setMemorized1Position setName setPosition setSecuredPosition startIdentify:noArg stopIdentify:noArg up:noArg wink
   DEF        DEVICE io://1202-6008-2347/8589589
   INTERVAL   2
   IODev      tahoma1
   NAME       tahoma_8589589
   NR         74
   NTFY_ORDER 50-tahoma_8589589
   STATE      dim100
   SUBTYPE    DEVICE
   TYPE       tahoma
   dataTypes  core:NameState,core:RSSILevelState,core:ClosureState,core:OpenClosedState
   device     io://1202-6008-2347/8589589
   fid        8589589
   inControllable io:RollerShutterGenericIOComponent
   inLabel    Esszimmer Fenster
   inPlaceOID 93d9e1fc-4243-456c-b295-f356e7936b3f
   inType     1
   Readings:
     2016-10-17 21:45:30   devicestate     closed
     2016-10-17 21:45:30   position        100
     2016-10-17 21:45:30   state           dim100
   Helper:
     readingNames:
       hash(0x32fcbb0)
       hash(0x32fcc28)
       hash(0x32fcca0)
       hash(0x32fcd18)
Attributes:
   IODev      tahoma1
   alias      RollerShutter Esszimmer Fenster
   genericDeviceType blind
   homebridgeMapping CurrentPosition=dim::position,invert=1,minValue=0,maxValue=100 TargetPosition=dim::position,invert=1,minValue=0,maxValue=100,minStep=10

   room       Homekit,tahoma
   userReadings position {ReadingsNum($name,'state',50)}
   webCmd     dim


Jetzt habe ich in der Home App "No Response" stehen....

Homebridge restart und reboot haben nix geholfen....

justme1968

zeig bitte die konsolen ausgabe von homebridge beim start von hand. am besten mit --debug.

gruss
  andre
hue, tradfri, alexa-fhem, homebridge-fhem, LightScene, readingsGroup, ...

https://github.com/sponsors/justme-1968

webundstyle

hi,

fhem@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>
[10/18/2016, 8:26:24 AM] Loaded plugin: homebridge-fhem
homebridge API version: 2.1
[10/18/2016, 8:26:25 AM] Registering platform 'homebridge-fhem.FHEM'
[10/18/2016, 8:26:25 AM] ---
[10/18/2016, 8:26:25 AM] Loaded plugin: homebridge-http
[10/18/2016, 8:26:25 AM] Registering accessory 'homebridge-http.Http'
[10/18/2016, 8:26:25 AM] ---
[10/18/2016, 8:26:25 AM] Loaded config.json with 0 accessories and 1 platforms.
[10/18/2016, 8:26:25 AM] ---
[10/18/2016, 8:26:25 AM] Loading 1 platforms...
[10/18/2016, 8:26:25 AM] [FHEM] Initializing 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=1476771986358
[10/18/2016, 8:26:26 AM] [FHEM] Checking genericDeviceType...
[10/18/2016, 8:26:26 AM] [FHEM]   executing: http://127.0.0.1:8083/fhem?cmd=%7BAttrVal(%22global%22,%22userattr%22,%22%22)%7D&XHR=1
[10/18/2016, 8:26:26 AM] [FHEM] Fetching FHEM devices...
[10/18/2016, 8:26:26 AM] [FHEM] fetching: http://127.0.0.1:8083/fhem?cmd=jsonlist2%20room=Homekit&XHR=1
[10/18/2016, 8:26:26 AM] Loading 0 accessories...
Server listening on: http://<ip>:8282
[10/18/2016, 8:26:26 AM] [FHEM] got: 15 results
[10/18/2016, 8:26:26 AM] [FHEM] mappings for Anian_Lamp: { On: { reading: 'state', valueOff: 'off', cmdOn: 'on', cmdOff: 'off' } }
[10/18/2016, 8:26:26 AM] [FHEM] Anian_Lamp is light
[10/18/2016, 8:26:26 AM] [FHEM] Anian_Lamp has
[10/18/2016, 8:26:26 AM] [FHEM]   On [state;on,off]
[10/18/2016, 8:26:26 AM] [FHEM] event_map: [object Object]
  2016-10-18 08:26:26 caching: Anian_Lamp-state: BI
[10/18/2016, 8:26:26 AM] [FHEM] Anian_Lamp-state eventMap: value BI mapped to: off
[10/18/2016, 8:26:26 AM] [FHEM] Anian_Lamp-state valueOn/valueOff: value off mapped to 0
[10/18/2016, 8:26:26 AM] [FHEM]     caching: On: false (as boolean; from 'BI')
[10/18/2016, 8:26:26 AM] [FHEM] mappings for Anian_Spots: { On: { reading: 'state', valueOff: 'off', cmdOn: 'on', cmdOff: 'off' } }
[10/18/2016, 8:26:26 AM] [FHEM] Anian_Spots is light
[10/18/2016, 8:26:26 AM] [FHEM] Anian_Spots has
[10/18/2016, 8:26:26 AM] [FHEM]   On [state;on,off]
  2016-10-18 08:26:26 caching: Anian_Spots-state: off
[10/18/2016, 8:26:26 AM] [FHEM] Anian_Spots-state valueOn/valueOff: value off mapped to 0
[10/18/2016, 8:26:26 AM] [FHEM]     caching: On: false (as boolean; from 'off')
[10/18/2016, 8:26:26 AM] [FHEM] mappings for EnO_FUD61: { On: { reading: 'state', valueOff: 'off', cmdOn: 'on', cmdOff: 'off' } }
[10/18/2016, 8:26:26 AM] [FHEM] EnO_FUD61 is light
[10/18/2016, 8:26:26 AM] [FHEM] EnO_FUD61 has
[10/18/2016, 8:26:26 AM] [FHEM]   On [state;on,off]
  2016-10-18 08:26:26 caching: EnO_FUD61-state: off
[10/18/2016, 8:26:26 AM] [FHEM] EnO_FUD61-state valueOn/valueOff: value off mapped to 0
[10/18/2016, 8:26:26 AM] [FHEM]     caching: On: false (as boolean; from 'off')
[10/18/2016, 8:26:26 AM] [FHEM] detected HUEDevice
[10/18/2016, 8:26:26 AM] [FHEM] mappings for HUEDevice1: { On: { reading: 'onoff', valueOff: '0', cmdOn: 'on', cmdOff: 'off' },
  Brightness:
   { reading: 'bri',
     cmd: 'pct',
     delay: true,
     reading2homekit: [Function: bound ] },
  Hue: { reading: 'hue', cmd: 'hue', max: '65535', maxValue: 359 },
  Saturation: { reading: 'sat', cmd: 'sat', max: '254', maxValue: 100 },
  colormode: { reading: 'colormode' },
  xy: { reading: 'xy' } }
[10/18/2016, 8:26:26 AM] [FHEM] HUEDevice1 is light
[10/18/2016, 8:26:26 AM] [FHEM] HUEDevice1 has
[10/18/2016, 8:26:26 AM] [FHEM]   On [onoff;on,off]
[10/18/2016, 8:26:26 AM] [FHEM]   Brightness [bri]
[10/18/2016, 8:26:26 AM] [FHEM]   Hue [hue;hue;0-65535]
[10/18/2016, 8:26:26 AM] [FHEM]   Saturation [sat;sat;0-254]
[10/18/2016, 8:26:26 AM] [FHEM]   colormode [colormode]
[10/18/2016, 8:26:26 AM] [FHEM]   xy [xy]
  2016-10-18 08:26:26 caching: HUEDevice1-onoff: 0
[10/18/2016, 8:26:26 AM] [FHEM]     caching: On: 0 (as number; from '0')
  2016-10-18 08:26:26 caching: HUEDevice1-bri: 21
[10/18/2016, 8:26:26 AM] [FHEM]     caching: Brightness: 9 (as number; from '21')
  2016-10-18 08:26:26 caching: HUEDevice1-hue: 42017
[10/18/2016, 8:26:26 AM] [FHEM] HUEDevice1-hue value 42017 scaled to: 230
[10/18/2016, 8:26:26 AM] [FHEM]     caching: Hue: 230 (as number; from '42017')
  2016-10-18 08:26:26 caching: HUEDevice1-sat: 71
[10/18/2016, 8:26:26 AM] [FHEM] HUEDevice1-sat value 71 scaled to: 28
[10/18/2016, 8:26:26 AM] [FHEM]     caching: Saturation: 28 (as number; from '71')
  2016-10-18 08:26:26 caching: HUEDevice1-colormode: ct
  2016-10-18 08:26:26 caching: HUEDevice1-xy: 0.318,0.3279
[10/18/2016, 8:26:26 AM] [FHEM] detected HUEDevice
[10/18/2016, 8:26:26 AM] [FHEM] mappings for HUEDevice2: { On: { reading: 'onoff', valueOff: '0', cmdOn: 'on', cmdOff: 'off' },
  Brightness:
   { reading: 'bri',
     cmd: 'pct',
     delay: true,
     reading2homekit: [Function: bound ] },
  Hue: { reading: 'hue', cmd: 'hue', max: '65535', maxValue: 359 },
  Saturation: { reading: 'sat', cmd: 'sat', max: '254', maxValue: 100 },
  colormode: { reading: 'colormode' },
  xy: { reading: 'xy' } }
[10/18/2016, 8:26:26 AM] [FHEM] HUEDevice2 is light
[10/18/2016, 8:26:26 AM] [FHEM] HUEDevice2 has
[10/18/2016, 8:26:26 AM] [FHEM]   On [onoff;on,off]
[10/18/2016, 8:26:26 AM] [FHEM]   Brightness [bri]
[10/18/2016, 8:26:26 AM] [FHEM]   Hue [hue;hue;0-65535]
[10/18/2016, 8:26:26 AM] [FHEM]   Saturation [sat;sat;0-254]
[10/18/2016, 8:26:26 AM] [FHEM]   colormode [colormode]
[10/18/2016, 8:26:26 AM] [FHEM]   xy [xy]
  2016-10-18 08:26:26 caching: HUEDevice2-onoff: 0
[10/18/2016, 8:26:26 AM] [FHEM]     caching: On: 0 (as number; from '0')
  2016-10-18 08:26:26 caching: HUEDevice2-bri: 63
[10/18/2016, 8:26:26 AM] [FHEM]     caching: Brightness: 25 (as number; from '63')
  2016-10-18 08:26:26 caching: HUEDevice2-hue: 27727
[10/18/2016, 8:26:26 AM] [FHEM] HUEDevice2-hue value 27727 scaled to: 152
[10/18/2016, 8:26:26 AM] [FHEM]     caching: Hue: 152 (as number; from '27727')
  2016-10-18 08:26:26 caching: HUEDevice2-sat: 254
[10/18/2016, 8:26:26 AM] [FHEM] HUEDevice2-sat value 254 scaled to: 100
[10/18/2016, 8:26:26 AM] [FHEM]     caching: Saturation: 100 (as number; from '254')
  2016-10-18 08:26:26 caching: HUEDevice2-colormode: xy
  2016-10-18 08:26:26 caching: HUEDevice2-xy: 0.2093,0.671
[10/18/2016, 8:26:26 AM] [FHEM] mappings for Meo_Lamp: { On: { reading: 'state', valueOff: 'off', cmdOn: 'on', cmdOff: 'off' } }
[10/18/2016, 8:26:26 AM] [FHEM] Meo_Lamp is light
[10/18/2016, 8:26:26 AM] [FHEM] Meo_Lamp has
[10/18/2016, 8:26:26 AM] [FHEM]   On [state;on,off]
[10/18/2016, 8:26:26 AM] [FHEM] event_map: [object Object]
  2016-10-18 08:26:26 caching: Meo_Lamp-state: BI
[10/18/2016, 8:26:26 AM] [FHEM] Meo_Lamp-state eventMap: value BI mapped to: off
[10/18/2016, 8:26:26 AM] [FHEM] Meo_Lamp-state valueOn/valueOff: value off mapped to 0
[10/18/2016, 8:26:26 AM] [FHEM]     caching: On: false (as boolean; from 'BI')
[10/18/2016, 8:26:26 AM] [FHEM] mappings for Meo_Spots: { On: { reading: 'state', valueOff: 'off', cmdOn: 'on', cmdOff: 'off' } }
[10/18/2016, 8:26:26 AM] [FHEM] Meo_Spots is light
[10/18/2016, 8:26:26 AM] [FHEM] Meo_Spots has
[10/18/2016, 8:26:26 AM] [FHEM]   On [state;on,off]
  2016-10-18 08:26:26 caching: Meo_Spots-state: off
[10/18/2016, 8:26:26 AM] [FHEM] Meo_Spots-state valueOn/valueOff: value off mapped to 0
[10/18/2016, 8:26:26 AM] [FHEM]     caching: On: false (as boolean; from 'off')
[10/18/2016, 8:26:26 AM] [FHEM] mappings for Sonos_Bathroom: { '00001001-0000-1000-8000-135D67EC4377':
   { reading: 'Volume',
     cmd: 'Volume',
     delay: true,
     nocache: true,
     name: 'Volume',
     format: 'UINT8',
     unit: 'PERCENTAGE',
     minValue: 0,
     maxValue: 100,
     minStep: 1 },
  On:
   { reading: 'transportState',
     valueOn: 'PLAYING',
     cmdOn: 'play',
     cmdOff: 'pause' } }
[10/18/2016, 8:26:26 AM] [FHEM] Sonos_Bathroom is switch
[10/18/2016, 8:26:26 AM] [FHEM] Sonos_Bathroom has
[10/18/2016, 8:26:26 AM] [FHEM]   Custom Volume [Volume;not cached]
[10/18/2016, 8:26:26 AM] [FHEM]   On [transportState;play,pause]
  2016-10-18 08:26:26 caching: Sonos_Bathroom-Volume: 10
[10/18/2016, 8:26:26 AM] [FHEM]     caching: Custom Volume: 10 (as number; from '10')
  2016-10-18 08:26:26 caching: Sonos_Bathroom-transportState: PLAYING
[10/18/2016, 8:26:26 AM] [FHEM] Sonos_Bathroom-transportState valueOn/valueOff: value PLAYING mapped to 1
[10/18/2016, 8:26:26 AM] [FHEM]     caching: On: true (as boolean; from 'PLAYING')
[10/18/2016, 8:26:26 AM] [FHEM] mappings for Sonos_Esszimmer: { '00001001-0000-1000-8000-135D67EC4377':
   { reading: 'Volume',
     cmd: 'Volume',
     delay: true,
     nocache: true,
     name: 'Volume',
     format: 'UINT8',
     unit: 'PERCENTAGE',
     minValue: 0,
     maxValue: 100,
     minStep: 1 },
  On:
   { reading: 'transportState',
     valueOn: 'PLAYING',
     cmdOn: 'play',
     cmdOff: 'pause' } }
[10/18/2016, 8:26:26 AM] [FHEM] Sonos_Esszimmer is switch
[10/18/2016, 8:26:26 AM] [FHEM] Sonos_Esszimmer has
[10/18/2016, 8:26:26 AM] [FHEM]   Custom Volume [Volume;not cached]
[10/18/2016, 8:26:26 AM] [FHEM]   On [transportState;play,pause]
  2016-10-18 08:26:26 caching: Sonos_Esszimmer-Volume: 10
[10/18/2016, 8:26:26 AM] [FHEM]     caching: Custom Volume: 10 (as number; from '10')
  2016-10-18 08:26:26 caching: Sonos_Esszimmer-transportState: PLAYING
[10/18/2016, 8:26:26 AM] [FHEM] Sonos_Esszimmer-transportState valueOn/valueOff: value PLAYING mapped to 1
[10/18/2016, 8:26:26 AM] [FHEM]     caching: On: true (as boolean; from 'PLAYING')
[10/18/2016, 8:26:26 AM] [FHEM] mappings for Sonos_Wohnzimmer: { '00001001-0000-1000-8000-135D67EC4377':
   { reading: 'Volume',
     cmd: 'Volume',
     delay: true,
     nocache: true,
     name: 'Volume',
     format: 'UINT8',
     unit: 'PERCENTAGE',
     minValue: 0,
     maxValue: 100,
     minStep: 1 },
  On:
   { reading: 'transportState',
     valueOn: 'PLAYING',
     cmdOn: 'play',
     cmdOff: 'pause' } }
[10/18/2016, 8:26:26 AM] [FHEM] Sonos_Wohnzimmer is switch
[10/18/2016, 8:26:26 AM] [FHEM] Sonos_Wohnzimmer has
[10/18/2016, 8:26:26 AM] [FHEM]   Custom Volume [Volume;not cached]
[10/18/2016, 8:26:26 AM] [FHEM]   On [transportState;play,pause]
  2016-10-18 08:26:26 caching: Sonos_Wohnzimmer-Volume: 9
[10/18/2016, 8:26:26 AM] [FHEM]     caching: Custom Volume: 9 (as number; from '9')
  2016-10-18 08:26:26 caching: Sonos_Wohnzimmer-transportState: PLAYING
[10/18/2016, 8:26:26 AM] [FHEM] Sonos_Wohnzimmer-transportState valueOn/valueOff: value PLAYING mapped to 1
[10/18/2016, 8:26:26 AM] [FHEM]     caching: On: true (as boolean; from 'PLAYING')
[10/18/2016, 8:26:26 AM] [FHEM] tahoma_16118265: no service type detected
[10/18/2016, 8:26:26 AM] [FHEM] no accessory created for tahoma_16118265 (tahoma)
[10/18/2016, 8:26:26 AM] [FHEM] homebridgeMapping: CurrentPosition=position,minValue=0,maxValue=100 TargetPosition=dim::position,minValue=0,maxValue=100,minStep=10
[10/18/2016, 8:26:26 AM] [FHEM] mappings for tahoma_2217078: { CurrentPosition: { reading: 'position', minValue: '0', maxValue: '100' },
  TargetPosition:
   { reading: 'position',
     cmd: 'dim',
     delay: true,
     minValue: '0',
     maxValue: '100',
     minStep: '10' } }
[10/18/2016, 8:26:26 AM] [FHEM] tahoma_2217078 is blind
[10/18/2016, 8:26:26 AM] [FHEM] tahoma_2217078 has
[10/18/2016, 8:26:26 AM] [FHEM]   CurrentPosition [position]
[10/18/2016, 8:26:26 AM] [FHEM]   TargetPosition [position]
[10/18/2016, 8:26:26 AM] [FHEM] homebridgeMapping: CurrentPosition=position,minValue=0,maxValue=100 TargetPosition=dim::position,minValue=0,maxValue=100,minStep=10
[10/18/2016, 8:26:26 AM] [FHEM] mappings for tahoma_2574694: { CurrentPosition: { reading: 'position', minValue: '0', maxValue: '100' },
  TargetPosition:
   { reading: 'position',
     cmd: 'dim',
     delay: true,
     minValue: '0',
     maxValue: '100',
     minStep: '10' } }
[10/18/2016, 8:26:26 AM] [FHEM] tahoma_2574694 is blind
[10/18/2016, 8:26:26 AM] [FHEM] tahoma_2574694 has
[10/18/2016, 8:26:26 AM] [FHEM]   CurrentPosition [position]
[10/18/2016, 8:26:26 AM] [FHEM]   TargetPosition [position]
[10/18/2016, 8:26:26 AM] [FHEM] tahoma_4288156632: no service type detected
[10/18/2016, 8:26:26 AM] [FHEM] no accessory created for tahoma_4288156632 (tahoma)
[10/18/2016, 8:26:26 AM] [FHEM] homebridgeMapping: CurrentPosition=dim::position,invert=1,minValue=0,maxValue=100 TargetPosition=dim::position,invert=1,minValue=0,maxValue=100,minStep=10

[10/18/2016, 8:26:26 AM] [FHEM] mappings for tahoma_8589589: { CurrentPosition:
   { reading: 'position',
     cmd: 'dim',
     invert: '1',
     minValue: '0',
     maxValue: '100' },
  TargetPosition:
   { reading: 'position',
     cmd: 'dim',
     delay: true,
     invert: '1',
     minValue: '0',
     maxValue: '100',
     minStep: '10' } }
[10/18/2016, 8:26:26 AM] [FHEM] tahoma_8589589 is blind
[10/18/2016, 8:26:26 AM] [FHEM] tahoma_8589589 has
[10/18/2016, 8:26:26 AM] [FHEM]   CurrentPosition [position]
[10/18/2016, 8:26:26 AM] [FHEM]   TargetPosition [position]
  2016-10-18 08:26:26 caching: tahoma_8589589-position: 0
[10/18/2016, 8:26:26 AM] [FHEM] tahoma_8589589-position value: 0 inverted to 1000
[10/18/2016, 8:26:26 AM] [FHEM]     caching: CurrentPosition: 1000 (as string; from '0')
[10/18/2016, 8:26:26 AM] [FHEM] tahoma_8589589-position value: 0 inverted to 1000
[10/18/2016, 8:26:26 AM] [FHEM]     caching: TargetPosition: 1000 (as string; from '0')
[10/18/2016, 8:26:26 AM] [FHEM] Initializing platform accessory 'Anian_Lamp'...
[10/18/2016, 8:26:26 AM] [FHEM] creating services for Anian_Lamp
[10/18/2016, 8:26:26 AM] [FHEM]   information service for Anian_Lamp
[10/18/2016, 8:26:26 AM] [FHEM]     manufacturer, model and serial number characteristics for Anian_Lamp
[10/18/2016, 8:26:26 AM] [FHEM]   Lightbulb service for Anian_Lamp
[10/18/2016, 8:26:26 AM] [FHEM]     On characteristic for Anian_Lamp:state
[10/18/2016, 8:26:26 AM] [FHEM]       initial value is: false (boolean)
[10/18/2016, 8:26:26 AM] [FHEM]       props: { format: 'bool',
  unit: null,
  minValue: null,
  maxValue: null,
  minStep: null,
  perms: [ 'pr', 'pw', 'ev' ] }
[10/18/2016, 8:26:26 AM] [FHEM] Initializing platform accessory 'Anian_Spots'...
[10/18/2016, 8:26:26 AM] [FHEM] creating services for Anian_Spots
[10/18/2016, 8:26:26 AM] [FHEM]   information service for Anian_Spots
[10/18/2016, 8:26:26 AM] [FHEM]     manufacturer, model and serial number characteristics for Anian_Spots
[10/18/2016, 8:26:26 AM] [FHEM]   Lightbulb service for Anian_Spots
[10/18/2016, 8:26:26 AM] [FHEM]     On characteristic for Anian_Spots:state
[10/18/2016, 8:26:26 AM] [FHEM]       initial value is: false (boolean)
[10/18/2016, 8:26:26 AM] [FHEM]       props: { format: 'bool',
  unit: null,
  minValue: null,
  maxValue: null,
  minStep: null,
  perms: [ 'pr', 'pw', 'ev' ] }
[10/18/2016, 8:26:26 AM] [FHEM] Initializing platform accessory 'EnO_FUD61'...
[10/18/2016, 8:26:26 AM] [FHEM] creating services for EnO_FUD61
[10/18/2016, 8:26:26 AM] [FHEM]   information service for EnO_FUD61
[10/18/2016, 8:26:26 AM] [FHEM]     manufacturer, model and serial number characteristics for EnO_FUD61
[10/18/2016, 8:26:26 AM] [FHEM]   Lightbulb service for EnO_FUD61
[10/18/2016, 8:26:26 AM] [FHEM]     On characteristic for EnO_FUD61:state
[10/18/2016, 8:26:26 AM] [FHEM]       initial value is: false (boolean)
[10/18/2016, 8:26:26 AM] [FHEM]       props: { format: 'bool',
  unit: null,
  minValue: null,
  maxValue: null,
  minStep: null,
  perms: [ 'pr', 'pw', 'ev' ] }
[10/18/2016, 8:26:26 AM] [FHEM] Initializing platform accessory 'HUEDevice1'...
[10/18/2016, 8:26:26 AM] [FHEM] creating services for HUEDevice1
[10/18/2016, 8:26:26 AM] [FHEM]   information service for HUEDevice1
[10/18/2016, 8:26:26 AM] [FHEM]     manufacturer, model and serial number characteristics for HUEDevice1
[10/18/2016, 8:26:26 AM] [FHEM]   Lightbulb service for HUEDevice1
[10/18/2016, 8:26:26 AM] [FHEM]     On characteristic for HUEDevice1:onoff
[10/18/2016, 8:26:26 AM] [FHEM]       initial value is: 0 (number)
[10/18/2016, 8:26:26 AM] [FHEM]       props: { format: 'bool',
  unit: null,
  minValue: null,
  maxValue: null,
  minStep: null,
  perms: [ 'pr', 'pw', 'ev' ] }
[10/18/2016, 8:26:26 AM] [FHEM]     Brightness characteristic for HUEDevice1:bri
[10/18/2016, 8:26:26 AM] [FHEM]       initial value is: 9 (number)
[10/18/2016, 8:26:26 AM] [FHEM]       props: { format: 'int',
  unit: 'percentage',
  minValue: 0,
  maxValue: 100,
  minStep: 1,
  perms: [ 'pr', 'pw', 'ev' ] }
[10/18/2016, 8:26:26 AM] [FHEM]     Hue characteristic for HUEDevice1:hue
[10/18/2016, 8:26:26 AM] [FHEM]       initial value is: 230 (number)
[10/18/2016, 8:26:26 AM] [FHEM]       props: { format: 'float',
  unit: 'arcdegrees',
  minValue: 0,
  maxValue: 359,
  minStep: 1,
  perms: [ 'pr', 'pw', 'ev' ] }
[10/18/2016, 8:26:26 AM] [FHEM]     Saturation characteristic for HUEDevice1:sat
[10/18/2016, 8:26:26 AM] [FHEM]       initial value is: 28 (number)
[10/18/2016, 8:26:26 AM] [FHEM]       props: { format: 'float',
  unit: 'percentage',
  minValue: 0,
  maxValue: 100,
  minStep: 1,
  perms: [ 'pr', 'pw', 'ev' ] }
[10/18/2016, 8:26:26 AM] [FHEM] Initializing platform accessory 'HUEDevice2'...
[10/18/2016, 8:26:26 AM] [FHEM] creating services for HUEDevice2
[10/18/2016, 8:26:26 AM] [FHEM]   information service for HUEDevice2
[10/18/2016, 8:26:26 AM] [FHEM]     manufacturer, model and serial number characteristics for HUEDevice2
[10/18/2016, 8:26:26 AM] [FHEM]   Lightbulb service for HUEDevice2
[10/18/2016, 8:26:26 AM] [FHEM]     On characteristic for HUEDevice2:onoff
[10/18/2016, 8:26:26 AM] [FHEM]       initial value is: 0 (number)
[10/18/2016, 8:26:27 AM] [FHEM]       props: { format: 'bool',
  unit: null,
  minValue: null,
  maxValue: null,
  minStep: null,
  perms: [ 'pr', 'pw', 'ev' ] }
[10/18/2016, 8:26:27 AM] [FHEM]     Brightness characteristic for HUEDevice2:bri
[10/18/2016, 8:26:27 AM] [FHEM]       initial value is: 25 (number)
[10/18/2016, 8:26:27 AM] [FHEM]       props: { format: 'int',
  unit: 'percentage',
  minValue: 0,
  maxValue: 100,
  minStep: 1,
  perms: [ 'pr', 'pw', 'ev' ] }
[10/18/2016, 8:26:27 AM] [FHEM]     Hue characteristic for HUEDevice2:hue
[10/18/2016, 8:26:27 AM] [FHEM]       initial value is: 152 (number)
[10/18/2016, 8:26:27 AM] [FHEM]       props: { format: 'float',
  unit: 'arcdegrees',
  minValue: 0,
  maxValue: 359,
  minStep: 1,
  perms: [ 'pr', 'pw', 'ev' ] }
[10/18/2016, 8:26:27 AM] [FHEM]     Saturation characteristic for HUEDevice2:sat
[10/18/2016, 8:26:27 AM] [FHEM]       initial value is: 100 (number)
[10/18/2016, 8:26:27 AM] [FHEM]       props: { format: 'float',
  unit: 'percentage',
  minValue: 0,
  maxValue: 100,
  minStep: 1,
  perms: [ 'pr', 'pw', 'ev' ] }
[10/18/2016, 8:26:27 AM] [FHEM] Initializing platform accessory 'Meo_Lamp'...
[10/18/2016, 8:26:27 AM] [FHEM] creating services for Meo_Lamp
[10/18/2016, 8:26:27 AM] [FHEM]   information service for Meo_Lamp
[10/18/2016, 8:26:27 AM] [FHEM]     manufacturer, model and serial number characteristics for Meo_Lamp
[10/18/2016, 8:26:27 AM] [FHEM]   Lightbulb service for Meo_Lamp
[10/18/2016, 8:26:27 AM] [FHEM]     On characteristic for Meo_Lamp:state
[10/18/2016, 8:26:27 AM] [FHEM]       initial value is: false (boolean)
[10/18/2016, 8:26:27 AM] [FHEM]       props: { format: 'bool',
  unit: null,
  minValue: null,
  maxValue: null,
  minStep: null,
  perms: [ 'pr', 'pw', 'ev' ] }
[10/18/2016, 8:26:27 AM] [FHEM] Initializing platform accessory 'Meo_Spots'...
[10/18/2016, 8:26:27 AM] [FHEM] creating services for Meo_Spots
[10/18/2016, 8:26:27 AM] [FHEM]   information service for Meo_Spots
[10/18/2016, 8:26:27 AM] [FHEM]     manufacturer, model and serial number characteristics for Meo_Spots
[10/18/2016, 8:26:27 AM] [FHEM]   Lightbulb service for Meo_Spots
[10/18/2016, 8:26:27 AM] [FHEM]     On characteristic for Meo_Spots:state
[10/18/2016, 8:26:27 AM] [FHEM]       initial value is: false (boolean)
[10/18/2016, 8:26:27 AM] [FHEM]       props: { format: 'bool',
  unit: null,
  minValue: null,
  maxValue: null,
  minStep: null,
  perms: [ 'pr', 'pw', 'ev' ] }
[10/18/2016, 8:26:27 AM] [FHEM] Initializing platform accessory 'Sonos_Bathroom'...
[10/18/2016, 8:26:27 AM] [FHEM] creating services for Sonos_Bathroom
[10/18/2016, 8:26:27 AM] [FHEM]   information service for Sonos_Bathroom
[10/18/2016, 8:26:27 AM] [FHEM]     manufacturer, model and serial number characteristics for Sonos_Bathroom
[10/18/2016, 8:26:27 AM] [FHEM]   Switch service for Sonos_Bathroom
[10/18/2016, 8:26:27 AM] [FHEM]     Custom Volume characteristic for Sonos_Bathroom:Volume
[10/18/2016, 8:26:27 AM] [FHEM]       initial value is: 10 (number)
[10/18/2016, 8:26:27 AM] [FHEM]       props: { format: 'uint8',
  unit: 'percentage',
  minValue: 0,
  maxValue: 100,
  minStep: 1,
  perms: [ 'pr', 'pw', 'ev' ] }
[10/18/2016, 8:26:27 AM] [FHEM]     On characteristic for Sonos_Bathroom:transportState
[10/18/2016, 8:26:27 AM] [FHEM]       initial value is: true (boolean)
[10/18/2016, 8:26:27 AM] [FHEM]       props: { format: 'bool',
  unit: null,
  minValue: null,
  maxValue: null,
  minStep: null,
  perms: [ 'pr', 'pw', 'ev' ] }
[10/18/2016, 8:26:27 AM] [FHEM] Initializing platform accessory 'Sonos_Esszimmer'...
[10/18/2016, 8:26:27 AM] [FHEM] creating services for Sonos_Esszimmer
[10/18/2016, 8:26:27 AM] [FHEM]   information service for Sonos_Esszimmer
[10/18/2016, 8:26:27 AM] [FHEM]     manufacturer, model and serial number characteristics for Sonos_Esszimmer
[10/18/2016, 8:26:27 AM] [FHEM]   Switch service for Sonos_Esszimmer
[10/18/2016, 8:26:27 AM] [FHEM]     Custom Volume characteristic for Sonos_Esszimmer:Volume
[10/18/2016, 8:26:27 AM] [FHEM]       initial value is: 10 (number)
[10/18/2016, 8:26:27 AM] [FHEM]       props: { format: 'uint8',
  unit: 'percentage',
  minValue: 0,
  maxValue: 100,
  minStep: 1,
  perms: [ 'pr', 'pw', 'ev' ] }
[10/18/2016, 8:26:27 AM] [FHEM]     On characteristic for Sonos_Esszimmer:transportState
[10/18/2016, 8:26:27 AM] [FHEM]       initial value is: true (boolean)
[10/18/2016, 8:26:27 AM] [FHEM]       props: { format: 'bool',
  unit: null,
  minValue: null,
  maxValue: null,
  minStep: null,
  perms: [ 'pr', 'pw', 'ev' ] }
[10/18/2016, 8:26:27 AM] [FHEM] Initializing platform accessory 'Sonos_Wohnzimmer'...
[10/18/2016, 8:26:27 AM] [FHEM] creating services for Sonos_Wohnzimmer
[10/18/2016, 8:26:27 AM] [FHEM]   information service for Sonos_Wohnzimmer
[10/18/2016, 8:26:27 AM] [FHEM]     manufacturer, model and serial number characteristics for Sonos_Wohnzimmer
[10/18/2016, 8:26:27 AM] [FHEM]   Switch service for Sonos_Wohnzimmer
[10/18/2016, 8:26:27 AM] [FHEM]     Custom Volume characteristic for Sonos_Wohnzimmer:Volume
[10/18/2016, 8:26:27 AM] [FHEM]       initial value is: 9 (number)
[10/18/2016, 8:26:27 AM] [FHEM]       props: { format: 'uint8',
  unit: 'percentage',
  minValue: 0,
  maxValue: 100,
  minStep: 1,
  perms: [ 'pr', 'pw', 'ev' ] }
[10/18/2016, 8:26:27 AM] [FHEM]     On characteristic for Sonos_Wohnzimmer:transportState
[10/18/2016, 8:26:27 AM] [FHEM]       initial value is: true (boolean)
[10/18/2016, 8:26:27 AM] [FHEM]       props: { format: 'bool',
  unit: null,
  minValue: null,
  maxValue: null,
  minStep: null,
  perms: [ 'pr', 'pw', 'ev' ] }
[10/18/2016, 8:26:27 AM] [FHEM] Initializing platform accessory 'tahoma_2217078'...
[10/18/2016, 8:26:27 AM] [FHEM] creating services for tahoma_2217078
[10/18/2016, 8:26:27 AM] [FHEM]   information service for tahoma_2217078
[10/18/2016, 8:26:27 AM] [FHEM]     manufacturer, model and serial number characteristics for tahoma_2217078
[10/18/2016, 8:26:27 AM] [FHEM]   WindowCovering service for tahoma_2217078
[10/18/2016, 8:26:27 AM] [FHEM]     CurrentPosition characteristic for tahoma_2217078:position
[10/18/2016, 8:26:27 AM] [FHEM]       no default
[10/18/2016, 8:26:27 AM] [FHEM]       props: { format: 'uint8',
  unit: 'percentage',
  minValue: 0,
  maxValue: 100,
  minStep: 1,
  perms: [ 'pr', 'ev' ] }
[10/18/2016, 8:26:27 AM] [FHEM]     TargetPosition characteristic for tahoma_2217078:position
[10/18/2016, 8:26:27 AM] [FHEM]       no default
[10/18/2016, 8:26:27 AM] [FHEM]       props: { format: 'uint8',
  unit: 'percentage',
  minValue: 0,
  maxValue: 100,
  minStep: 10,
  perms: [ 'pr', 'pw', 'ev' ] }
[10/18/2016, 8:26:27 AM] [FHEM] Initializing platform accessory 'tahoma_2574694'...
[10/18/2016, 8:26:27 AM] [FHEM] creating services for tahoma_2574694
[10/18/2016, 8:26:27 AM] [FHEM]   information service for tahoma_2574694
[10/18/2016, 8:26:27 AM] [FHEM]     manufacturer, model and serial number characteristics for tahoma_2574694
[10/18/2016, 8:26:27 AM] [FHEM]   WindowCovering service for tahoma_2574694
[10/18/2016, 8:26:27 AM] [FHEM]     CurrentPosition characteristic for tahoma_2574694:position
[10/18/2016, 8:26:27 AM] [FHEM]       no default
[10/18/2016, 8:26:27 AM] [FHEM]       props: { format: 'uint8',
  unit: 'percentage',
  minValue: 0,
  maxValue: 100,
  minStep: 1,
  perms: [ 'pr', 'ev' ] }
[10/18/2016, 8:26:27 AM] [FHEM]     TargetPosition characteristic for tahoma_2574694:position
[10/18/2016, 8:26:27 AM] [FHEM]       no default
[10/18/2016, 8:26:27 AM] [FHEM]       props: { format: 'uint8',
  unit: 'percentage',
  minValue: 0,
  maxValue: 100,
  minStep: 10,
  perms: [ 'pr', 'pw', 'ev' ] }
[10/18/2016, 8:26:27 AM] [FHEM] Initializing platform accessory 'tahoma_8589589'...
[10/18/2016, 8:26:27 AM] [FHEM] creating services for tahoma_8589589
[10/18/2016, 8:26:27 AM] [FHEM]   information service for tahoma_8589589
[10/18/2016, 8:26:27 AM] [FHEM]     manufacturer, model and serial number characteristics for tahoma_8589589
[10/18/2016, 8:26:27 AM] [FHEM]   WindowCovering service for tahoma_8589589
[10/18/2016, 8:26:27 AM] [FHEM]     CurrentPosition characteristic for tahoma_8589589:position
[10/18/2016, 8:26:27 AM] [FHEM]       initial value is: 1000 (string)
[10/18/2016, 8:26:27 AM] [FHEM]       props: { format: 'uint8',
  unit: 'percentage',
  minValue: 0,
  maxValue: 100,
  minStep: 1,
  perms: [ 'pr', 'ev' ] }
[10/18/2016, 8:26:27 AM] [FHEM]     TargetPosition characteristic for tahoma_8589589:position
[10/18/2016, 8:26:27 AM] [FHEM]       initial value is: 1000 (string)
[10/18/2016, 8:26:27 AM] [FHEM]       props: { format: 'uint8',
  unit: 'percentage',
  minValue: 0,
  maxValue: 100,
  minStep: 10,
  perms: [ 'pr', 'pw', 'ev' ] }
Scan this code with your HomeKit App on your iOS device to pair with Homebridge:

    ┌────────────┐
    │ 111-11-111 │
    └────────────┘

[10/18/2016, 8:26:27 AM] Homebridge is running on port 51826.

justme1968

ich hab den fehler gefunden und repariert. wenn du homebridge-fhem aktualisierst sollte es gehen.

@Garbsen: dein problem beim manuellen setzen von invert sollte damit auch gefunden und behoben sein.  :-[

gruss
  andre
hue, tradfri, alexa-fhem, homebridge-fhem, LightScene, readingsGroup, ...

https://github.com/sponsors/justme-1968

webundstyle

hi,

also "apt-get update + upgrade" ??

Danke und Grüße

justme1968

nein. eigentlich npm upgrade, das scheint aber unzuverlässig zu sein. einfach homebridge-fhem wie bei der ersten installation noch mal drüber installieren.
hue, tradfri, alexa-fhem, homebridge-fhem, LightScene, readingsGroup, ...

https://github.com/sponsors/justme-1968

Garbsen

Zitat von: justme1968 am 18 Oktober 2016, 09:33:47
ich hab den fehler gefunden und repariert. wenn du homebridge-fhem aktualisierst sollte es gehen.

@Garbsen: dein problem beim manuellen setzen von invert sollte damit auch gefunden und behoben sein.  :-[

gruss
  andre
Danke, probiere es in den nächsten Tagen aus, wenn ich wieder vor Ort bin
FHEM und Homebridge auf Intel NUC, CUL 868 v 1.66, CUL466 V 1.66, SOMFY RTS Rolläden, HM-LC-Bl1PBU-FM, HM-LC-BL1-FM, HM-SEC-SC-2, HM-SEC-RHS, HM-WDS10-TH-O, HM-SEC-WDS-2, HM-Sen-LI-O, HM-CC-RT-DN, HM-LC-Sw1-Pl-DN-R1, HM-SCI-3-FM, HM-Sec-Sir-WM, HM-PB-2-WM55-2, HM-RC-8, HM-LC-SW1-PL2, Alpha2

webundstyle

GEIL !!!! Geht!!1  :) :) :) :)

Vielen Dank für deine Hilfe...

Werde später mal die anderen Rollos einrichten... und berichten

Danke !

Gruß
alex