Navigation

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

    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

    Yet another HomeKit adapter

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

      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 Reply Quote 0
      • V
        Videonisse last edited by

        @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?

        1 Reply Last reply Reply Quote 0
        • O
          olifall last edited by

          walkinlarge hat auf 6.2.0 und da hat es funktioniert.

          Welche 4er soll ich versuchen?

          1 Reply Last reply Reply Quote 0
          • W
            Walkinlarge2010 last edited by

            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 Reply Quote 0
            • T
              tombox last edited by

              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 Reply Quote 0
              • O
                olifall last edited by

                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 Reply Quote 0
                • T
                  tombox last edited by

                  ist denn node-gyp installiert?

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

                  1 Reply Last reply Reply Quote 0
                  • O
                    olifall last edited by

                    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 Reply Quote 0
                    • T
                      tombox last edited by

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

                      /opt/iobroker/

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

                        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 Reply Quote 0
                        • O
                          olifall last edited by

                          …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 Reply Quote 0
                          • V
                            Videonisse last edited by

                            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?

                            1 Reply Last reply Reply Quote 0
                            • O
                              olifall last edited by

                              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 Reply Quote 0
                              • flugwelle
                                flugwelle last edited by

                                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 Reply Quote 0
                                • O
                                  olifall last edited by

                                  Hallo Rudi,

                                  ich habe Ubuntu und kann mich nicht einmal auf der Konsole mit root einloggen.

                                  Gruss Oli

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

                                    Oben hattest Du noch was von "debian 9.5" geschrieben …

                                    Bei neueren Ubuntu's ist der root initial garnicht aktiv. Du musst erst ein root Passwort setzen.

                                    https://znil.net/index.php?title=Root_w ... untu_14.04

                                    Gruß,

                                    Rudi

                                    1 Reply Last reply Reply Quote 0
                                    • O
                                      olifall last edited by

                                      ja richtig, habe dann aber geschrieben das ich es mit ubuntu neu aufgesetzt habe.

                                      Danke Dir, werde heute Abend wieder versuchen und berichten.

                                      Gruss Oli

                                      1 Reply Last reply Reply Quote 0
                                      • O
                                        olifall last edited by

                                        Hallo Walkinlarge, nach deiner Anleitung habe ich es endlich geschaftt, super glücklich der Adapter ist grün. 🙂

                                        Hier noch mal die Schritte nach denen es bei mir funktioniert hat:

                                        01. Ubuntu installieren

                                        02. sudo passwd root

                                        sudo sed -i 's/#PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config

                                        03. Mit root über SSH einlogen.

                                        04. sudo apt-get update

                                        sudo apt-get upgrade

                                        05. dpkg-reconfigure tzdata

                                        06. NodeJS 8 installieren:

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

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

                                        08. Versionen prüfen

                                        –> node -v (sollte 8.12 sein)

                                        --> nodejs -v (sollte 8.12 sein)

                                        --> npm -v (sollte 6.4.1 sein) --Downgrade auf 6.2.0 machen wg. yahka

                                        --> sudo npm install -g npm@6.2.0

                                        09. apt-get install python-dev

                                        10. apt-get install libpcap-dev

                                        npm install -g node-gyp

                                        Reboot

                                        11. mkdir /opt/iobroker

                                        12. chmod 777 /opt/iobroker

                                        13. cd /opt/iobroker

                                        14. npm install iobroker --unsafe-perm

                                        15. iobroker status

                                        16. iobroker start

                                        Vielen Dank noch mal allen, die mir Tipps gegeben haben.

                                        Gruss Oli

                                        1 Reply Last reply Reply Quote 0
                                        • W
                                          Walkinlarge2010 last edited by

                                          Top [emoji1303][emoji2]

                                          Gesendet von iPad mit Tapatalk

                                          1 Reply Last reply Reply Quote 0
                                          • O
                                            olifall last edited by

                                            Habe gerade noch festgestellt das iobroker nach einem Neustart nicht automatisch startet. Hast Du mir da auch noch einen Tipp?

                                            Gruss Oli

                                            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

                                            613
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            204
                                            1749
                                            723637
                                            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