Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Homekit

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Homekit

    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      Stas last edited by

      Da ich den HomeKit Adapter nicht über ioBroker auf dem RPI2 installieren konnte habe ich Homekit mit der Anleitung aus dem FHZ Forum http://homematic-forum.de/forum/viewtop … 19&t=27465 parallel zu ioBroker auf das gleiche System installiert.

      Leider sind jetzt Zugriffszeiten auf die CCU2 wesentlich länger und die pocketHome App brauch auch einen Moment bis ich die bedienen kann.

      Wie sieht es aus wenn der Adapter über ioBroker Läuft? sind dann auch solche Anomalien zu erwarten?

      1 Reply Last reply Reply Quote 0
      • S
        Solear last edited by

        Was passiert, wenn du über das Terminal den Adapter Hand installierst:
        > ./iobroker add homekit

        1 Reply Last reply Reply Quote 0
        • S
          Stas last edited by

          hatte es auch über terminal probiert mit npm und älterer Version. hab ne Fehlermeldung bekommen, weiß nicht mehr genau was da stand, irgendwas mit konnte nicht installiert werden, irgendwas bzw. Verzeichnis fehlt

          1 Reply Last reply Reply Quote 0
          • S
            Solear last edited by

            Genau davon brauchen wir jetzt Details. Probiere es nochmal [emoji3]

            Gesendet von iPhone mit Tapatalk

            1 Reply Last reply Reply Quote 0
            • S
              Stas last edited by

              Ich probiere es heute Abend

              1 Reply Last reply Reply Quote 0
              • T
                timsch last edited by

                Ich habe hier gerade so ziemlich das gleiche Problem, daher hänge ich mich hier mal dran.

                Nachdem ich das Linux auf meinem Raspberry einmal komplett neu installiert habe und ioBroker frisch installiert habe, konnte ich auch einige Adapter (history, flot, vis,…) installieren. Nun möchte ich noch den Homekit adapter installieren bekomme aber folgende Fehler:

                ! ````
                $ ./iobroker add homekit
                npm install iobroker.homekit --production --prefix "/opt/smarthome/iobroker" (System call)
                In file included from ../src/dns_sd.cpp:1:0:../src/mdns.hpp:32:20: fatal error: dns_sd.h: No such file or directory
                #include <dns_sd.h>
                ^
                compilation terminated.
                ! make: *** [Release/obj.target/dns_sd_bindings/src/dns_sd.o] Error 1
                gyp

                ERR! build error
                gyp ERR! stack Error: make failed with exit code: 2
                gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)gyp ERR! stack at emitTwo (events.js:87:13)
                gyp ERR! stack at ChildProcess.emit (events.js:172:7)
                gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)

                ! gyp ERR! System Linux 4.4.21-v7+gyp ERR! command "/usr/bin/nodejs" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                gyp ERR! cwd /opt/smarthome/iobroker/node_modules/iobroker.homekit/node_modules/hap-nodejs/node_modules/mdns
                gyp ERR! node -v v4.6.0
                gyp ERR! node-gyp -v v3.4.0
                gyp ERR! not ok
                ! npm
                ERR! Linux 4.4.21-v7+
                npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "iobroker.homekit" "--production" "--prefix" "/opt/smarthome/iobroker"npm ERR! node v4.6.0
                npm ERR!
                npm v2.15.9npm ERR! code ELIFECYCLE
                ! npm ERR! mdns@2.2.11 install: node-gyp rebuildnpm ERR! Exit status 1
                npm
                ERR! npm ERR! Failed at the mdns@2.2.11 install script 'node-gyp rebuild'.
                npm ERR! This is most likely a problem with the mdns package,
                npm ERR! not with npm itself.
                npm ERR!
                Tell the author that this fails on your system:npm ERR! node-gyp rebuild
                npm ERR! You can get information on how to open an issue for this project with:
                npm ERR!
                npm bugs mdnsnpm ERR! Or if that isn't available, you can get their info via:
                npm ERR!
                npm ERR!
                npm owner ls mdns
                npm ERR! There is likely additional logging output above.
                ! npm ERR! Please include the following file with any support request:npm ERR! /npm-debug.log
                ! ERROR: host.raspberrypi Cannot install iobroker.homekit: 1
                ERROR: process exited with code 25</dns_sd.h>

                
                Die Installation ist von gestern Abend, entsprechend habe ich hier Nodejs v4.6.0, jsController 0.12.2 und Linux raspberrypi 4.4.21-v7+
                1 Reply Last reply Reply Quote 0
                • S
                  Solear last edited by

                  Selbe hier, alles läuft, Adapter liessen sich aktualisieren, nur Homekit lässt sich nicht neu installieren. Fehler siehe Vorposting..

                  1 Reply Last reply Reply Quote 0
                  • R
                    ralalla last edited by

                    Gibt es hierzu eine Lösung ?

                    Habe auch das Problem.

                    Git ist installiert !

                    1 Reply Last reply Reply Quote 0
                    • Dutchman
                      Dutchman Developer Most Active Administrators last edited by

                      @ralalla:

                      Gibt es hierzu eine Lösung ?

                      Habe auch das Problem.

                      Git ist installiert ! `

                      Welchen Fehler bekommst du den beim Installation, bei mir lief alles sauber durch?!

                      Bekommen nur den neuen (yaha) nicht zum laufen

                      Sent from my iPhone using Tapatalk

                      1 Reply Last reply Reply Quote 0
                      • apollon77
                        apollon77 last edited by

                        Für homekit braucht man ein paar zusätzliche Pakete die man mit apt-get install installieren muss.

                        Ich glaube (erinnere mich aber nicht mehr 100%):

                        libavahi-compat-libdnssd-dev avahi-daemon libnss-mdns

                        Der Fehler sagt das er ein Header-File nicht findet was in dem Fall dann erst installiert wird wenn das Paket dazu da ist

                        1 Reply Last reply Reply Quote 0
                        • R
                          ralalla last edited by

                          sudo apt-get install libavahi-compat-libdnssd-dev 
                          

                          danach funktioniert es dann

                          1 Reply Last reply Reply Quote 0
                          • apollon77
                            apollon77 last edited by

                            ich brauchte glaube ich avahi und mdns weil ich sonst bei restarts teilweise grosse Probleme mit "Adress already in use" Fehlern hatte. Und da brauchte man dann den avahi-deamon den man neu starten konnte …

                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post

                            Support us

                            ioBroker
                            Community Adapters
                            Donate
                            FAQ Cloud / IOT
                            HowTo: Node.js-Update
                            HowTo: Backup/Restore
                            Downloads
                            BLOG

                            730
                            Online

                            31.9k
                            Users

                            80.3k
                            Topics

                            1.3m
                            Posts

                            6
                            15
                            2483
                            Loading More Posts
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes
                            Reply
                            • Reply as topic
                            Log in to reply
                            Community
                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                            The ioBroker Community 2014-2023
                            logo