Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Yet another HomeKit adapter

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.0k

Yet another HomeKit adapter

Yet another HomeKit adapter

Scheduled Pinned Locked Moved ioBroker Allgemein
1.8k Posts 206 Posters 832.4k Views 68 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O Offline
    O Offline
    olifall
    wrote on last edited by
    #760

    Hi tombox,

    ist das nicht nur wenn die Bridge nicht gefunden wird?

    Bei mir geht ja der Adapter schon nicht auf grün.

    Gruss Oli

    1 Reply Last reply
    0
    • W Offline
      W Offline
      Walkinlarge2010
      wrote on last edited by
      #761

      Also bei mir fehlt der Build Ordner, daher kann er das file auch nicht finden Kann jemand sagen wann und durch was dieser eigentlich installiert wird? Vielleicht komme ich ja so dahinter wo das Problem liegt.

      Nicht gelöst wäre dann noch dieser throw err ganz am Anfang der Fehlermeldungen

      Gesendet von iPad mit Tapatalk

      1 Reply Last reply
      0
      • V Offline
        V Offline
        Videonisse
        wrote on last edited by
        #762

        Downgrade auf npm v4.x probiert?

        ioBroker v3.3.18, Debian 10 Buster 64-bit (Vmware 6.5 VM), Node.js: v12.22.6, NPM: 6.14.15
        Most important Device Adapters: KNX, Trådfri, Homekit/Yahka

        1 Reply Last reply
        0
        • W Offline
          W Offline
          Walkinlarge2010
          wrote on last edited by
          #763

          @Videonisse:

          Downgrade auf npm v4.x probiert? `
          Nein noch nicht, hatte schonmal mit dem 6er funktioniert und da mein System, bis auf yahka, perfekt läuft wäre das die letzte Variante 🙂

          Gesendet von iPad mit Tapatalk

          1 Reply Last reply
          0
          • W Offline
            W Offline
            Walkinlarge2010
            wrote on last edited by
            #764

            @olifall:

            Hallo zusammen, ich habe mir eine neues System in einer Virtuellen Maschine aufgesetzt:

            Debian 8.11.0

            Node.js 8.12.0

            NPM: 6.4.1

            ioBroker.admin: 3.4.7

            Leider bekomme ich den yahka Adapter nicht zum laufen, kann mir da jemand weiterhelfen?

            Danke

            Gruss Oli `

            Also ich konnte mein Problem nun lösen, dank des Hinweises von Videonisse. Ich musste einen Downgrade des NPM auf Version 6.2.0 vornehmen. Anschließend habe ich ioBroker gelöscht (bzw. altes Verzeichnis umbenannt) und neu Installiert. Nach dem Restore aus der alten Sicherung funktioniert wieder alles. Es scheint, als macht der Yahka Adapter Probleme, wenn er unter NPM 6.4.1 installiert wird.

            Danke für die Hinweise [emoji3]

            Viele Grüße Walkinlarge!

            1 Reply Last reply
            0
            • O Offline
              O Offline
              olifall
              wrote on last edited by
              #765

              super, dann werde ich das auch mal versuchen.

              Danke

              1 Reply Last reply
              0
              • O Offline
                O Offline
                olifall
                wrote on last edited by
                #766

                so ein mist, bei mir funktioniert es nicht, auch nach einer Neuinstallation vom ganzen System nicht. :oops: :roll:

                Was mache ich falsch ich installiere so:

                01. debian 9.5 installieren

                02. folgende Befehle eingeben:

                apt-get update

                apt-get upgrade

                apt-get install sudo

                apt-get install curl

                03. Prüfen ob Node.js installiert ist:

                node -v

                nodejs -v

                rpm -v

                04. Wenn kein Ergebniss dann installation vorbereiten:

                sudo apt-get –purge remove node

                sudo apt-get --purge remove nodejs

                sudo apt-get autoremove

                sudo reboot

                05. Vorbereiten und installation von Node.js

                curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -

                sudo apt-get install -y build-essential libavahi-compat-libdnssd-dev libudev-dev libpam0g-dev nodejs

                reboot

                npm install make -g

                npm install -g npm@6.2.0

                06. installation ioBroker:

                mkdir /opt/ioBroker

                sudo chmod 777 /opt/ioBroker

                cd /opt/ioBroker

                sudo npm install iobroker --unsafe-perm

                sudo apt-get install git-core

                1 Reply Last reply
                0
                • V Offline
                  V Offline
                  Videonisse
                  wrote on last edited by
                  #767

                  @olifall:

                  so ein mist, bei mir funktioniert es nicht, auch nach einer Neuinstallation vom ganzen System nicht. :oops: :roll:

                  Was mache ich falsch ich installiere so:

                  …npm install -g npm@6.2.0 `
                  Dachte du wolltest auch npm v4.x probieren?

                  ioBroker v3.3.18, Debian 10 Buster 64-bit (Vmware 6.5 VM), Node.js: v12.22.6, NPM: 6.14.15
                  Most important Device Adapters: KNX, Trådfri, Homekit/Yahka

                  1 Reply Last reply
                  0
                  • O Offline
                    O Offline
                    olifall
                    wrote on last edited by
                    #768

                    walkinlarge hat auf 6.2.0 und da hat es funktioniert.

                    Welche 4er soll ich versuchen?

                    1 Reply Last reply
                    0
                    • W Offline
                      W Offline
                      Walkinlarge2010
                      wrote on last edited by
                      #769

                      Ja ich hatte die 6.2.0 genommen, da es mit der schon mal funktioniert hatte. Bei der 4er gibst glaub nur die vier an, dann nimmt er die höchste 4er Version.

                      Bei mir läuft es auf einem Rock64 mit Debian Stretch. Weiß nicht ob das einen Unterschied zur VM macht.

                      Gesendet von iPhone mit Tapatalk

                      1 Reply Last reply
                      0
                      • T Offline
                        T Offline
                        tombox
                        wrote on last edited by
                        #770

                        was passiert wenn du auf der kommandozeile installierst

                        npm install https://github.com/jensweigele/ioBroker.yahka.git –production --save --prefix "/opt/iobroker"

                        1 Reply Last reply
                        0
                        • O Offline
                          O Offline
                          olifall
                          wrote on last edited by
                          #771

                          Hab jetzt noch folgendes gemacht.

                          01. npm Version 4

                          02. Auf der Kommandozeile installiert

                          03. Neues System mit Ubuntu aufgesetzt

                          Hat alles nichts geholfen immer die selben Fehlermeldungen. :evil:

                          Hat noch jemand eine Idee?

                          Gruss Oli

                          1 Reply Last reply
                          0
                          • T Offline
                            T Offline
                            tombox
                            wrote on last edited by
                            #772

                            ist denn node-gyp installiert?

                            welchen fehler gibt er auf der kommando zeile nach npm install aus?

                            1 Reply Last reply
                            0
                            • O Offline
                              O Offline
                              olifall
                              wrote on last edited by
                              #773

                              ich habe jetzt node-gyp installiert bringt aber keine Änderung.

                              Im Anhang die Meldung nach der Installation in der Kommandozeile.
                              4366_fehler.jpg

                              1 Reply Last reply
                              0
                              • T Offline
                                T Offline
                                tombox
                                wrote on last edited by
                                #774

                                Scheint wohl der iobroker nicht korrekt installiert zu sein was findest du denn im ordner

                                /opt/iobroker/

                                1 Reply Last reply
                                0
                                • T Offline
                                  T Offline
                                  tombox
                                  wrote on last edited by
                                  #775

                                  du hast offentlich nicht wirklich ioBroker geschrieben anleitung lautet:

                                  sudo mkdir /opt/iobroker

                                  sudo chmod 777 /opt/iobroker

                                  cd /opt/iobroker

                                  sudo npm install iobroker –unsafe-perm

                                  1 Reply Last reply
                                  0
                                  • O Offline
                                    O Offline
                                    olifall
                                    wrote on last edited by
                                    #776

                                    …das Verzeichnis war wirklich mit Grossbuchstaben (ioBroker). Diesen habe ich gelöscht und iobroker neu installiert. Trotzdem die gleichen Fehlermeldungen. 😞

                                    Nach diesen Schritten habe ich installiert, kann es sein das noch irgendeine Abhängigkeit fehlt?

                                    01. Ubuntu installieren

                                    02. sudo apt-get update

                                    sudo apt-get upgrade

                                    03. Prüfen ob Node.js installiert ist:

                                    node -v

                                    nodejs -v

                                    rpm -v

                                    04. Wenn kein Ergebniss dann installation vorbereiten:

                                    sudo apt-get --purge remove node

                                    sudo apt-get --purge remove nodejs

                                    sudo apt-get autoremove

                                    sudo reboot

                                    05. Vorbereiten und installation von Node.js

                                    curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -

                                    sudo apt-get install -y build-essential libavahi-compat-libdnssd-dev libudev-dev libpam0g-dev nodejs

                                    reboot

                                    sudo npm install make -g

                                    sudo npm install -g npm@4

                                    npm install -g node-gyp

                                    06. installation ioBroker:

                                    sudo mkdir /opt/iobroker

                                    sudo chmod 777 /opt/iobroker

                                    cd /opt/iobroker

                                    sudo npm install iobroker --unsafe-perm

                                    Hier noch der Verzeichnis Inhalt:
                                    4366_iobroker.jpg

                                    1 Reply Last reply
                                    0
                                    • V Offline
                                      V Offline
                                      Videonisse
                                      wrote on last edited by
                                      #777

                                      Ich habe das gleiche Installation gemacht. ABER alles mit User „root“ eingeloggt und nicht sudo benutzt. Das ist angeblich auch die Empfehlung, wenn ich mich richtig erinnere.

                                      Könnte vielleicht einen Versuch wert sein?

                                      ioBroker v3.3.18, Debian 10 Buster 64-bit (Vmware 6.5 VM), Node.js: v12.22.6, NPM: 6.14.15
                                      Most important Device Adapters: KNX, Trådfri, Homekit/Yahka

                                      1 Reply Last reply
                                      0
                                      • O Offline
                                        O Offline
                                        olifall
                                        wrote on last edited by
                                        #778

                                        gibt es bei ubuntu einen root user?

                                        Ich kann mich auf jeden fall nicht mit root einloggen. Passwort bin ich mir sicher das ich nichts falsches habe.

                                        Meldung: Access denied

                                        Gruss Oli

                                        1 Reply Last reply
                                        0
                                        • flugwelleF Offline
                                          flugwelleF Offline
                                          flugwelle
                                          wrote on last edited by
                                          #779

                                          Du musst bei einem frischen Debian das root Login per SSH erst freischalten!

                                          https://faq.vc-server.de/linux-allgemei … 80-jessie/

                                          Gruß,

                                          Rudi

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          519

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe