Ankündigung

Einklappen
Keine Ankündigung bisher.

homebridge-knx 0.3.0 alpha (Apple HomeKit interface)

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    MrWichtig
    Zitat von MrWichtig

    muss man seit der 0.3.x homebridge nicht den Wert z.b.: "DPT": "DPT9" angeben? oder habe ich da etwas falsch verstanden?
    Ich denke das ist optional ...

    Zitat von MrWichtig
    ...und warum hast Du die "Target Temperature" auch nur als Listen Wert eingegeben? hier möchte ich ja ein "SET" sprich eine Einstellung vorgeben?
    Mein Fehler, habe ich korrigiert.

    Kommentar


      Zitat von morphinus23 Beitrag anzeigen
      Code:
      npm install -g homebridge-camera-ffmpeg
      Homebridge Neustarten und danach unter config.json Kamera anlegen und bei dem HomeKit App Bridge neu anlegen
      kannst du mal dazu posten wie das in der config.json aussehen muss?

      Kommentar


        Zitat von christian7 Beitrag anzeigen

        kannst du mal dazu posten wie das in der config.json aussehen muss?
        Im Anhang mal meine Config dazu


        You do not have permission to view this gallery.
        This gallery has 1 photos.
        Meine Installation: HS4, Gira Türstation Video,Gira TKSIP, Merten MEG Raumcontroller, Controll 9 Zoll, Merten Dali Gateway, Quadra, Rgenmengensensor, FritzBox,

        Kommentar


          Zitat von morphinus23 Beitrag anzeigen
          Hallo Marcus,

          Kamera geht auch über Homebridge
          Ich habe es wie folgt gemacht



          Als erstes muss ffmpeg auf dem raspi installiert werden

          Herunterladen des ffmpeg
          Code:
          [FONT=Courier New]apt-get install build-essential libav-tools libavcodec-extra-56 libpcre3-dev libpcre++-dev zlib1g-dev libcurl4-openssl-dev libssl-dev libx264-dev libmp3lame-dev git-core curl Screen
          cd /usr/src
          git clone git://source.ffmpeg.org/ffmpeg.git[/FONT]
          in den Ordner wechseln
          Code:
          cd ffmpeg
          Konfiguration ausführen man kann vorab über den Befehl ./configure --help sich einstellungs Parameter anschauen
          Code:
          [FONT=Courier New]./configure --enable-nonfree --enable-gpl --enable-libx264 && make -j4 && make install[/FONT]
          danach über den Befehl das Plugin in die Homebridge installieren

          Code:
          npm install -g homebridge-camera-ffmpeg
          Homebridge Neustarten und danach unter config.json Kamera anlegen und bei dem HomeKit App Bridge neu anlegen

          Code:
          https://github.com/KhaosT/homebridge-camera-ffmpeg
          Installation war bei mir nur über root möglich
          wenn ich der Anleitung folge bekomme ich die Fehler Meldung
          Code:
          [B]pi@raspberrypi[/B]:[B]/usr/src/ffmpeg $[/B] npm install -g homebridge-camera-ffmpeg
          
          WARN engine homebridge-camera-ffmpeg@0.0.3: wanted: {"node":">=5.0.0","homebridge":">=0.4.5"} (current: {"node":"4.3.0","npm":"2.14.12"})
          
          npm ERR! tar.unpack untar error /home/pi/.npm/homebridge-camera-ffmpeg/0.0.3/package.tgz
          
          npm ERR! Linux 4.4.26-v7+
          
          npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "homebridge-camera-ffmpeg"
          
          npm ERR! node v4.3.0
          
          npm ERR! npm  v2.14.12
          
          npm ERR! path /usr/local/lib/node_modules/homebridge-camera-ffmpeg
          
          npm ERR! code EACCES
          
          npm ERR! errno -13
          
          npm ERR! syscall mkdir
          
          
          
          
          npm ERR! Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/homebridge-camera-ffmpeg'
          
          npm ERR!     at Error (native)
          
          npm ERR!  { [Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/homebridge-camera-ffmpeg']
          
          npm ERR!   errno: -13,
          
          npm ERR!   code: 'EACCES',
          
          npm ERR!   syscall: 'mkdir',
          
          npm ERR!   path: '/usr/local/lib/node_modules/homebridge-camera-ffmpeg',
          
          npm ERR!   fstream_type: 'Directory',
          
          npm ERR!   fstream_path: '/usr/local/lib/node_modules/homebridge-camera-ffmpeg',
          
          npm ERR!   fstream_class: 'DirWriter',
          
          npm ERR!   fstream_stack: 
          
          npm ERR!    [ '/usr/local/lib/node_modules/npm/node_modules/fstream/lib/dir-writer.js:35:25',
          
          npm ERR!      '/usr/local/lib/node_modules/npm/node_modules/mkdirp/index.js:47:53',
          
          npm ERR!      'FSReqWrap.oncomplete (fs.js:82:15)' ] }
          
          npm ERR! 
          
          npm ERR! Please try running this command again as root/Administrator.
          
          npm ERR! Linux 4.4.26-v7+
          
          npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "homebridge-camera-ffmpeg"
          
          npm ERR! node v4.3.0
          
          npm ERR! npm  v2.14.12
          
          npm ERR! path npm-debug.log.bb878b2a33a758409fe0a332d06a4ef8
          
          npm ERR! code EACCES
          
          npm ERR! errno -13
          
          npm ERR! syscall open
          
          
          
          
          npm ERR! Error: EACCES: permission denied, open 'npm-debug.log.bb878b2a33a758409fe0a332d06a4ef8'
          
          npm ERR!     at Error (native)
          
          npm ERR!  { [Error: EACCES: permission denied, open 'npm-debug.log.bb878b2a33a758409fe0a332d06a4ef8']
          
          npm ERR!   errno: -13,
          
          npm ERR!   code: 'EACCES',
          
          npm ERR!   syscall: 'open',
          
          npm ERR!   path: 'npm-debug.log.bb878b2a33a758409fe0a332d06a4ef8' }
          
          npm ERR! 
          
          npm ERR! Please try running this command again as root/Administrator.
          
          
          
          
          npm ERR! Please include the following file with any support request:
          
          npm ERR!     /usr/src/ffmpeg/npm-debug.log
          wenn ich es richtige verstehe bin ich nicht auf dem aktuellen SW stand aber wenn ich es per update versuche zu aktualisieren geht meine Homebridge dann nimmer. habt ihr eine tipp für mich??

          mfg

          Kommentar


            Versuchs doch mal als Sudo
            Code:
            sudo npm install -g homebridge-camera-ffmpeg

            Kommentar


              ja habe ich schon probiert. kommt dann die Meldung noch.

              Code:
              [B]pi@raspberrypi[/B]:[B]~ $[/B] sudo npm install -g homebridge-camera-ffmpeg
              
              WARN engine homebridge-camera-ffmpeg@0.0.3: wanted: {"node":">=5.0.0","homebridge":">=0.4.5"} (current: {"node":"4.3.0","npm":"2.14.12"})
              
              npm WARN unmet dependency /usr/local/lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge requires strip-ansi@'^3.0.1' but will load
              
              npm WARN unmet dependency /usr/local/lib/node_modules/npm/node_modules/strip-ansi,
              
              npm WARN unmet dependency which is version 3.0.0
              
              npm WARN unmet dependency /usr/local/lib/node_modules/npm/node_modules/read-installed/node_modules/readdir-scoped-modules requires graceful-fs@'^4.1.2' but will load
              
              npm WARN unmet dependency /usr/local/lib/node_modules/npm/node_modules/read-installed/node_modules/graceful-fs,
              
              npm WARN unmet dependency which is version 3.0.8
              
              homebridge-camera-ffmpeg@0.0.3 /usr/local/lib/node_modules/homebridge-camera-ffmpeg
              
              └── ip@1.1.4
              und wenn ich jetzt Node und Homebridge update läuft meine bridge nimmer....

              Kommentar


                node.js benötigt mindestens Version 5.0 Du hast 4.3.0 installiert. Google mal nach node.js update...

                Kommentar


                  so habe es wieder geschafft:
                  Code:
                  [B]pi@raspberrypi[/B]:[B]~ $[/B] homebridge
                  
                  /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/node_modules/mdns/lib/dns_sd.js:35
                  
                      throw ex;
                  
                      ^
                  
                  
                  
                  
                  Error: The module '/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/node_modules/mdns/build/Release/dns_sd_bindings.node'
                  
                  was compiled against a different Node.js version using
                  
                  NODE_MODULE_VERSION 46. This version of Node.js requires
                  
                  NODE_MODULE_VERSION 51. Please try re-compiling or re-installing
                  
                  the module (for instance, using `npm rebuild` or`npm install`).
                  
                      at Object.Module._extensions..node (module.js:600:18)
                  
                      at Module.load (module.js:490:32)
                  
                      at tryModuleLoad (module.js:449:12)
                  
                      at Function.Module._load (module.js:441:3)
                  
                      at Module.require (module.js:500:17)
                  
                      at require (internal/module.js:20:19)
                  
                      at Object.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/node_modules/mdns/lib/dns_sd.js:24:20)
                  
                      at Module._compile (module.js:573:32)
                  
                      at Object.Module._extensions..js (module.js:582:10)
                  
                      at Module.load (module.js:490:32)
                  jetzt geht die Homebridge wieder nicht mehr ;-(

                  Kommentar


                    kann mir jemand weiter helfen?
                    `npm rebuild` oder `npm install` hilft leider auch nichts

                    Kommentar


                      Zitat von christian7 Beitrag anzeigen
                      kann mir jemand weiter helfen?
                      `npm rebuild` oder `npm install` hilft leider auch nichts
                      ...schau mal ob Du hier etwas findest:
                      http://www.fhemwiki.de/wiki/Homebridge_einrichten

                      Kommentar


                        Zitat von tunneltruppe Beitrag anzeigen

                        ...schau mal ob Du hier etwas findest:
                        http://www.fhemwiki.de/wiki/Homebridge_einrichten

                        Danke für den Tipp habe jetzt alles aktualisiert und wieder versucht zu starten aber irgendwie kommt trotzdem nichts mehr.

                        Code:
                        [B]pi@raspberrypi[/B]:[B]~ $[/B] homebridge
                        
                        *** 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-11-21 21:03:34] Loaded plugin: homebridge-camera-ffmpeg
                        
                        [2016-11-21 21:03:34] Registering platform 'homebridge-camera-ffmpeg.Camera-ffmpeg'
                        
                        [2016-11-21 21:03:34] ---
                        
                        [2016-11-21 21:03:34] Loaded plugin: homebridge-hdmi
                        
                        [2016-11-21 21:03:34] Registering accessory 'homebridge-hdmi.TV'
                        
                        [2016-11-21 21:03:34] Registering accessory 'homebridge-hdmi.AMP'
                        
                        [2016-11-21 21:03:34] ---
                        
                        [2016-11-21 21:03:34] Loaded plugin: homebridge-knx
                        
                        homebridge API version: 2.1
                        
                        [2016-11-21 21:03:34] Registering platform 'homebridge-knx.KNX'
                        
                        [2016-11-21 21:03:34] ---
                        
                        [2016-11-21 21:03:34] Loaded plugin: homebridge-luxtronik2
                        
                        [2016-11-21 21:03:34] Registering accessory 'homebridge-luxtronik2.temperature'
                        
                        [2016-11-21 21:03:34] ---
                        
                        [2016-11-21 21:03:35] Loaded plugin: homebridge-nukiio
                        
                        [2016-11-21 21:03:35] Registering platform 'homebridge-nukiio.NukiBridge'
                        
                        [2016-11-21 21:03:35] Registering accessory 'homebridge-nukiio.NukiLock'
                        
                        [2016-11-21 21:03:35] Registering accessory 'homebridge-nukiio.NukiBridgeMaintainanceSwitch'
                        
                        [2016-11-21 21:03:35] ---
                        
                        [2016-11-21 21:03:35] Loaded plugin: homebridge-panasonictv
                        
                        [2016-11-21 21:03:35] Registering accessory 'homebridge-panasonictv.TV'
                        
                        [2016-11-21 21:03:35] ---
                        
                        [2016-11-21 21:03:35] Loaded plugin: homebridge-pi
                        
                        [2016-11-21 21:03:35] Registering accessory 'homebridge-pi.PiTemperature'
                        
                        [2016-11-21 21:03:35] ---
                        
                        [2016-11-21 21:03:35] Loaded plugin: homebridge-server
                        
                        [2016-11-21 21:03:35] Registering platform 'homebridge-server.Server'
                        
                        [2016-11-21 21:03:35] ---
                        
                        [2016-11-21 21:03:36] Loaded plugin: homebridge-tesla
                        
                        [2016-11-21 21:03:36] Registering accessory 'homebridge-tesla.Tesla'
                        
                        [2016-11-21 21:03:36] ---
                        
                        [2016-11-21 21:03:36] Loaded config.json with 0 accessories and 1 platforms.
                        
                        [2016-11-21 21:03:36] ---
                        
                        [2016-11-21 21:03:36] Loading 1 platforms...
                        
                        [2016-11-21 21:03:36] [KNX] Initializing KNX platform...
                        
                        Couldn't find file at '/home/pi/.homebridge/knx_config.json.
                        was mache ich den noch falsch?

                        Kommentar


                          Zitat von christian7 Beitrag anzeigen


                          Danke für den Tipp habe jetzt alles aktualisiert und wieder versucht zu starten aber irgendwie kommt trotzdem nichts mehr.

                          Code:
                          [B]pi@raspberrypi[/B]:[B]~ $[/B] homebridge
                          
                          *** 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-11-21 21:03:34] Loaded plugin: homebridge-camera-ffmpeg
                          
                          [2016-11-21 21:03:34] Registering platform 'homebridge-camera-ffmpeg.Camera-ffmpeg'
                          
                          [2016-11-21 21:03:34] ---
                          
                          [2016-11-21 21:03:34] Loaded plugin: homebridge-hdmi
                          
                          [2016-11-21 21:03:34] Registering accessory 'homebridge-hdmi.TV'
                          
                          [2016-11-21 21:03:34] Registering accessory 'homebridge-hdmi.AMP'
                          
                          [2016-11-21 21:03:34] ---
                          
                          [2016-11-21 21:03:34] Loaded plugin: homebridge-knx
                          
                          homebridge API version: 2.1
                          
                          [2016-11-21 21:03:34] Registering platform 'homebridge-knx.KNX'
                          
                          [2016-11-21 21:03:34] ---
                          
                          [2016-11-21 21:03:34] Loaded plugin: homebridge-luxtronik2
                          
                          [2016-11-21 21:03:34] Registering accessory 'homebridge-luxtronik2.temperature'
                          
                          [2016-11-21 21:03:34] ---
                          
                          [2016-11-21 21:03:35] Loaded plugin: homebridge-nukiio
                          
                          [2016-11-21 21:03:35] Registering platform 'homebridge-nukiio.NukiBridge'
                          
                          [2016-11-21 21:03:35] Registering accessory 'homebridge-nukiio.NukiLock'
                          
                          [2016-11-21 21:03:35] Registering accessory 'homebridge-nukiio.NukiBridgeMaintainanceSwitch'
                          
                          [2016-11-21 21:03:35] ---
                          
                          [2016-11-21 21:03:35] Loaded plugin: homebridge-panasonictv
                          
                          [2016-11-21 21:03:35] Registering accessory 'homebridge-panasonictv.TV'
                          
                          [2016-11-21 21:03:35] ---
                          
                          [2016-11-21 21:03:35] Loaded plugin: homebridge-pi
                          
                          [2016-11-21 21:03:35] Registering accessory 'homebridge-pi.PiTemperature'
                          
                          [2016-11-21 21:03:35] ---
                          
                          [2016-11-21 21:03:35] Loaded plugin: homebridge-server
                          
                          [2016-11-21 21:03:35] Registering platform 'homebridge-server.Server'
                          
                          [2016-11-21 21:03:35] ---
                          
                          [2016-11-21 21:03:36] Loaded plugin: homebridge-tesla
                          
                          [2016-11-21 21:03:36] Registering accessory 'homebridge-tesla.Tesla'
                          
                          [2016-11-21 21:03:36] ---
                          
                          [2016-11-21 21:03:36] Loaded config.json with 0 accessories and 1 platforms.
                          
                          [2016-11-21 21:03:36] ---
                          
                          [2016-11-21 21:03:36] Loading 1 platforms...
                          
                          [2016-11-21 21:03:36] [KNX] Initializing KNX platform...
                          
                          Couldn't find file at '/home/pi/.homebridge/knx_config.json.
                          was mache ich den noch falsch?
                          hmmmm:
                          Fehler.jpg
                          Hast Du die im Ordner drin????

                          Kommentar


                            Jaein.... ja dachte ich schon war aber irgendwie nicht der fall... Aber jetzt ist sie sicher da aber es kommt die nächste Meldung
                            Code:
                            [B]pi@raspberrypi[/B]:[B]~ $[/B] homebridge
                            
                            *** 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-11-21 21:24:14] Loaded plugin: homebridge-camera-ffmpeg
                            
                            [2016-11-21 21:24:14] Registering platform 'homebridge-camera-ffmpeg.Camera-ffmpeg'
                            
                            [2016-11-21 21:24:14] ---
                            
                            [2016-11-21 21:24:14] Loaded plugin: homebridge-hdmi
                            
                            [2016-11-21 21:24:14] Registering accessory 'homebridge-hdmi.TV'
                            
                            [2016-11-21 21:24:14] Registering accessory 'homebridge-hdmi.AMP'
                            
                            [2016-11-21 21:24:14] ---
                            
                            [2016-11-21 21:24:14] Loaded plugin: homebridge-knx
                            
                            homebridge API version: 2.1
                            
                            [2016-11-21 21:24:14] Registering platform 'homebridge-knx.KNX'
                            
                            [2016-11-21 21:24:14] ---
                            
                            [2016-11-21 21:24:14] Loaded plugin: homebridge-luxtronik2
                            
                            [2016-11-21 21:24:14] Registering accessory 'homebridge-luxtronik2.temperature'
                            
                            [2016-11-21 21:24:14] ---
                            
                            [2016-11-21 21:24:15] Loaded plugin: homebridge-nukiio
                            
                            [2016-11-21 21:24:15] Registering platform 'homebridge-nukiio.NukiBridge'
                            
                            [2016-11-21 21:24:15] Registering accessory 'homebridge-nukiio.NukiLock'
                            
                            [2016-11-21 21:24:15] Registering accessory 'homebridge-nukiio.NukiBridgeMaintainanceSwitch'
                            
                            [2016-11-21 21:24:15] ---
                            
                            [2016-11-21 21:24:15] Loaded plugin: homebridge-panasonictv
                            
                            [2016-11-21 21:24:15] Registering accessory 'homebridge-panasonictv.TV'
                            
                            [2016-11-21 21:24:15] ---
                            
                            [2016-11-21 21:24:15] Loaded plugin: homebridge-pi
                            
                            [2016-11-21 21:24:15] Registering accessory 'homebridge-pi.PiTemperature'
                            
                            [2016-11-21 21:24:15] ---
                            
                            [2016-11-21 21:24:15] Loaded plugin: homebridge-server
                            
                            [2016-11-21 21:24:15] Registering platform 'homebridge-server.Server'
                            
                            [2016-11-21 21:24:15] ---
                            
                            [2016-11-21 21:24:16] Loaded plugin: homebridge-tesla
                            
                            [2016-11-21 21:24:16] Registering accessory 'homebridge-tesla.Tesla'
                            
                            [2016-11-21 21:24:16] ---
                            
                            [2016-11-21 21:24:16] Loaded config.json with 0 accessories and 1 platforms.
                            
                            [2016-11-21 21:24:16] ---
                            
                            [2016-11-21 21:24:16] Loading 1 platforms...
                            
                            [2016-11-21 21:24:16] [KNX] Initializing KNX platform...
                            
                            ---
                            
                            >>> knxd groupsocketlisten starting <<<
                            
                            [2016-11-21 21:24:16] Loading 0 accessories...
                            
                            Load homebridge-camera-ffmpeg.Camera-ffmpeg
                            
                            Plugin - Configure Accessory: Arbeitszimmerlampe --> Added to restoredAccessories[]
                            
                            Plugin - Configure Accessory: Arbeitszimmerrollo --> Added to restoredAccessories[]
                            
                            Plugin - Configure Accessory: TestDevice --> Added to restoredAccessories[]
                            
                            Plugin - Configure Accessory: Arbeitszimmerlampe --> Added to restoredAccessories[]
                            
                            Plugin - Configure Accessory: Arbeitszimmerrollo --> Added to restoredAccessories[]
                            
                            Plugin - Configure Accessory: TestDevice --> Added to restoredAccessories[]
                            
                            Scan this code with your HomeKit App on your iOS device to pair with Homebridge:
                            
                            
                            
                                ┌────────────┐    
                            
                                │ 031-77-154 │    
                            
                                └────────────┘    
                            
                            
                            
                            [2016-11-21 21:24:16] [KNX] homebridge event didFinishLaunching
                            
                            [2016-11-21 21:24:16] [KNX] Configuration starts
                            
                            [2016-11-21 21:24:16] [KNX] Reading from config: Device/Accessory 1 of 3
                            
                            [2016-11-21 21:24:16] [KNX] Service constructor called
                            
                            [2016-11-21 21:24:16] [KNX] ServiceType defined
                            
                            [2016-11-21 21:24:16] [KNX] ServiceType known as function
                            
                            [2016-11-21 21:24:16] [KNX] Found restored service: Bürolampe
                            
                            [2016-11-21 21:24:16] [KNX] Preparing Characteristics: 1
                            
                            [2016-11-21 21:24:16] [KNX] On
                            
                            [2016-11-21 21:24:16] [KNX] Adding characteristic...
                            
                            [2016-11-21 21:24:16] [KNX] CharacteristicKNX.Constructor
                            
                            ---iterating--------------------
                            
                            Type: On
                            
                            Set.0: 1/3/5
                            
                            Listen.0: 1/3/5
                            
                            ================================
                            
                            INFO registerSingleGA 1/3/5
                            
                            [2016-11-21 21:24:16] [KNX] Done with [Arbeitszimmerlampe] accessory
                            
                            [2016-11-21 21:24:16] [KNX] Reading from config: Device/Accessory 2 of 3
                            
                            [2016-11-21 21:24:16] [KNX] Service constructor called
                            
                            [2016-11-21 21:24:16] [KNX] ServiceType defined
                            
                            [2016-11-21 21:24:16] [KNX] ServiceType known as function
                            
                            [2016-11-21 21:24:16] [KNX] Found restored service: Büro-Rollo
                            
                            [2016-11-21 21:24:16] [KNX] customServiceAPI.constructor(service, GiraJalousieActuator)
                            
                            [2016-11-21 21:24:16] [KNX] HandlerPattern instatiated!
                            
                            [2016-11-21 21:24:16] [KNX] Preparing Characteristics: 3
                            
                            [2016-11-21 21:24:16] [KNX] TargetPosition
                            
                            [2016-11-21 21:24:16] [KNX] Adding characteristic...
                            
                            [2016-11-21 21:24:16] [KNX] CharacteristicKNX.Constructor
                            
                            ---iterating--------------------
                            
                            Type: TargetPosition
                            
                            Set.0: 2/3/46
                            
                            DPT: DPT5
                            
                            ================================
                            
                            [2016-11-21 21:24:16] [KNX] GiraJalousieActuator: Adding Characteristic TargetPosition
                            
                            [2016-11-21 21:24:16] [KNX] CurrentPosition
                            
                            [2016-11-21 21:24:16] [KNX] Adding characteristic...
                            
                            [2016-11-21 21:24:16] [KNX] CharacteristicKNX.Constructor
                            
                            ---iterating--------------------
                            
                            Type: CurrentPosition
                            
                            Listen.0: 2/3/26
                            
                            ================================
                            
                            INFO registerSingleGA 2/3/26
                            
                            [2016-11-21 21:24:16] [KNX] GiraJalousieActuator: Adding Characteristic CurrentPosition
                            
                            [2016-11-21 21:24:16] [KNX] PositionState
                            
                            [2016-11-21 21:24:16] [KNX] Adding characteristic...
                            
                            [2016-11-21 21:24:16] [KNX] CharacteristicKNX.Constructor
                            
                            ---iterating--------------------
                            
                            Type: PositionState
                            
                            ================================
                            
                            [2016-11-21 21:24:16] [KNX] GiraJalousieActuator: Adding Characteristic PositionState
                            
                            [2016-11-21 21:24:16] [KNX] Preparing KNXObjects: 1
                            
                            [2016-11-21 21:24:16] [KNX] GiraJalousieActuator: Adding PseudoCharacteristic ShutterMove
                            
                            INFO registerSingleGA 2/3/6
                            
                            [2016-11-21 21:24:16] [KNX] Done with [Arbeitszimmerrollo] accessory
                            
                            [2016-11-21 21:24:16] [KNX] Reading from config: Device/Accessory 3 of 3
                            
                            [2016-11-21 21:24:16] [KNX] Service constructor called
                            
                            [2016-11-21 21:24:16] [KNX] ServiceType defined
                            
                            [2016-11-21 21:24:16] [KNX] ServiceType known as function
                            
                            [2016-11-21 21:24:16] [KNX] Found restored service: Türschloss
                            
                            [2016-11-21 21:24:16] [KNX] customServiceAPI.constructor(service, DummyHandler)
                            
                            [2016-11-21 21:24:16] [KNX] HandlerPattern instatiated!
                            
                            [2016-11-21 21:24:16] [KNX] Preparing Characteristics: 2
                            
                            [2016-11-21 21:24:16] [KNX] LockCurrentState
                            
                            [2016-11-21 21:24:16] [KNX] Adding characteristic...
                            
                            [2016-11-21 21:24:16] [KNX] CharacteristicKNX.Constructor
                            
                            ---iterating--------------------
                            
                            Type: LockCurrentState
                            
                            ================================
                            
                            [2016-11-21 21:24:16] [KNX] DummyHandler: Adding Characteristic LockCurrentState
                            
                            [2016-11-21 21:24:16] [KNX] LockTargetState
                            
                            [2016-11-21 21:24:16] [KNX] Adding characteristic...
                            
                            [2016-11-21 21:24:16] [KNX] CharacteristicKNX.Constructor
                            
                            ---iterating--------------------
                            
                            Type: LockTargetState
                            
                            ================================
                            
                            [2016-11-21 21:24:16] [KNX] DummyHandler: Adding Characteristic LockTargetState
                            
                            [2016-11-21 21:24:16] [KNX] Done with [TestDevice] accessory
                            
                            [2016-11-21 21:24:16] [KNX] We have read 3 devices from file.
                            
                            [2016-11-21 21:24:16] [KNX] Saving config file!
                            
                            ---
                            
                            events.js:160
                            
                                  throw er; // Unhandled 'error' event
                            
                                  ^
                            
                            
                            
                            
                            Error: spawn cec-client ENOENT
                            
                                at exports._errnoException (util.js:1026:11)
                            
                                at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
                            
                                at onErrorNT (internal/child_process.js:359:16)
                            
                                at _combinedTickCallback (internal/process/next_tick.js:74:11)
                            
                                at process._tickCallback (internal/process/next_tick.js:98:9)
                            
                                at Module.runMain (module.js:609:11)
                            
                                at run (bootstrap_node.js:382:7)
                            
                                at startup (bootstrap_node.js:137:9)
                            
                                at bootstrap_node.js:497:3

                            Kommentar


                              Hast Du den Autostart schon eingerichtet?

                              Kommentar


                                Was sagt das system damit:
                                sudo systemctl status homebridge

                                Kommentar

                                Lädt...
                                X