Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. BMB

    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

    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 10
    • Best 0
    • Groups 1

    BMB

    @BMB

    0
    Reputation
    5
    Profile views
    10
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Germany

    BMB Follow
    Starter

    Latest posts made by BMB

    • HeatingControl Adapter nicht sichtbar

      Guten Abend,

      die Installation des HeatingControl Adapters läuft bei mir ohne Fehler durch. Aber in IoBroker wird keine Instanz gezeigt.
      Zunächst habe ich die Installation direkt in IoBroker gestartet. Mein System hat nach knapp 5 Minuten nicht mehr reagiert, auch nicht über SSH. Nach weiteren 10 hab ich einen harten Reset gemacht.

      Deinstallation und Installation über SSH liefen jetzt. Aber der Adabter ist nicht sichtbar.

      ben@odroid:~$ iobroker del heatingcontrol
      Delete adapter "heatingcontrol"
      host.odroid Counted 1 meta of heatingcontrol
      host.odroid Counted 1 adapter for heatingcontrol
      host.odroid file heatingcontrol.admin deleted
      host.odroid object heatingcontrol deleted
      host.odroid object heatingcontrol.admin deleted
      host.odroid Deleting 2 object(s).
      npm uninstall iobroker.heatingcontrol --loglevel error --prefix "/opt/iobroker" (System call)
      ben@odroid:~$ iobroker install heatingcontrol
      NPM version: 6.14.12
      npm install iobroker.heatingcontrol@2.3.2 --loglevel error --prefix "/opt/iobroker" (System call)
      host.odroid install adapter heatingcontrol
      upload [4] heatingcontrol.admin /opt/iobroker/node_modules/iobroker.heatingcontrol/admin/words.js words.js application/javascript
      upload [3] heatingcontrol.admin /opt/iobroker/node_modules/iobroker.heatingcontrol/admin/styles.css styles.css text/css
      upload [2] heatingcontrol.admin /opt/iobroker/node_modules/iobroker.heatingcontrol/admin/index_m.html index_m.html text/html
      upload [1] heatingcontrol.admin /opt/iobroker/node_modules/iobroker.heatingcontrol/admin/img/info-big.png img/info-big.png image/png
      upload [0] heatingcontrol.admin /opt/iobroker/node_modules/iobroker.heatingcontrol/admin/heatingcontrol.png heatingcontrol.png image/png
      host.odroid object system.adapter.heatingcontrol created/updated
      

      1ebdf79c-058a-4242-b4cc-20c3a7286173-grafik.png

      Was kann ich untersuchen um den Fehler zu finden?

      posted in ioBroker Allgemein
      B
      BMB
    • RE: Zigbee Adapter installation crashed IoBroker

      @thomas-braun Es hat etwas gedauert, war mit meiner Familie beschäftigt 🙂 Vielen Dank nochmal, es läuft jetzt alles!

      ben@odroid:~$ which nodejs node npm && nodejs -v && node -v && npm -v && apt policy nodejs 
      /usr/bin/nodejs
      /usr/bin/node
      /usr/bin/npm
      v12.22.1
      v12.22.1
      6.14.12
      nodejs:
        Installed: 12.22.1-deb-1nodesource1
        Candidate: 12.22.1-deb-1nodesource1
        Version table:
       *** 12.22.1-deb-1nodesource1 500
              500 https://deb.nodesource.com/node_12.x focal/main armhf Packages
              100 /var/lib/dpkg/status
           10.19.0~dfsg-3ubuntu1 500
              500 http://ports.ubuntu.com/ubuntu-ports focal/universe armhf Packages
      
      posted in Error/Bug
      B
      BMB
    • RE: Zigbee Adapter installation crashed IoBroker

      @thomas-braun Danke! hab es jetzt auch gefunden

      posted in Error/Bug
      B
      BMB
    • RE: Zigbee Adapter installation crashed IoBroker

      Mein Löschen von IoBroker war offensichtlich nicht vollständig. Die Adapter waren nach der Neuinstallation noch vorhanden.

      Die Installation des Zigbee Adapters hat jetzt nicht mehr zu einem Crash geführt, aber ist mit Fehlern Abgebrochen.

      Ich bin nochmal durch die Installationsanleitung gegangen und habe jetzt folgende Versionen:
      node v12.22.1
      nodejs 12.22.1-deb-1nodesource1
      npm 6.14.12

      Allerdings hat nodejs anscheinend ein Problem:

      ben@odroid:~$ nodejs -v
      -bash: nodejs: command not found
      ben@odroid:~$ sudo apt install -y nodejs
      Reading package lists... Done
      Building dependency tree       
      Reading state information... Done
      nodejs is already the newest version (12.22.1-deb-1nodesource1).
      0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
      

      Kann ich das ignorieren?
      Oder wie korrigiere ich es?

      posted in Error/Bug
      B
      BMB
    • RE: Zigbee Adapter installation crashed IoBroker

      Super, vielen dank. Das hat geklappt, das war wahrscheinlich mein grundsätzlicher Fehler.
      Mal schauen ob jetzt alles durchläuft.

      posted in Error/Bug
      B
      BMB
    • RE: Zigbee Adapter installation crashed IoBroker

      @thomas-braun OK, danke. Nach meinem Post bezüglich de-installieren habe ich gleich losgelegt und 'update-rc.d iobroker.sh remove' ausgeführt. Daher installiere ich es jetzt neu.

      Dabei fällt mir auf, dass mir noch nicht einleuchtet wann ich eine root bash benutzen sollte. Das Installationsskript läuft mit meinem Benutzer, der auch in der root Gruppe ist nicht durch.
      Sorry wenn das jetzt sehr basic ist

      ==========================================================================
      
          Welcome to the ioBroker installer!
          Installer version: 2021-04-07
          
          You might need to enter your password a couple of times.
      
      ==========================================================================
      
      
      ==========================================================================
          Installing prerequisites (1/4)
      ==========================================================================
      
      [sudo] password for ben: 
      Sorry, user ben is not allowed to execute '/usr/bin/apt-get update' as root on odroid.
      
      posted in Error/Bug
      B
      BMB
    • RE: Zigbee Adapter installation crashed IoBroker

      Das hatte ich schon versucht, hat aber leider nicht funktioniert.
      Wie gesagt, das mit den root Rechten hab ich verstanden und werde es ändern

      posted in Error/Bug
      B
      BMB
    • RE: Zigbee Adapter installation crashed IoBroker

      OK, danke. Das war mir so nicht klar. Ich bin eher Linux User als Admin...
      Dann werde ich IoBroker de-installieren und neu aufsetzen.
      Ist folgendes ausreichend um keine Leichen zu hinterlasse?

      update-rc.d iobroker.sh remove
      rm /etc/init.d/iobroker.sh
      rm /opt/iobroker/* -R
      
      posted in Error/Bug
      B
      BMB
    • RE: Zigbee Adapter installation crashed IoBroker

      @thomas-braun OK, verstanden

      Es läuft nur der Zigbee Adapter nicht.
      Was kann ich untersuchen um den Fehler zu finden?

      posted in Error/Bug
      B
      BMB
    • Zigbee Adapter installation crashed IoBroker

      Hallo zusammen,

      ich habe Ubuntu minimal neu auf meinem alten Odroid C+ installiert und anschließend IoBroker.
      Das hat zunächst funktioniert, auch Zigbee. Aber irgendwas hab ich falsch gemacht und IoBroker lief nicht mehr.

      Daher hab ich es wieder runter geschmissen und neu installiert.
      Seitdem hängt sich IoBroker auf wenn ich Zigbee installiere. Alle anderen Adapter konnte ich installieren (alles im Web Interface).

      Vis habe ich nach dem crash durch die Zigbee-Installation installiert. Dazu musste ich aber folgende Verzeichnisse löschen, sonst gab's Fehlermeldungen:

      /opt/iobroker/node_modules/zigbee-herdsman
      /opt/iobroker/node_modules/zigbee-herdsman-converters
      

      Jetzt habe ich Zigbee auf der Kommandozeile de-installiert und versucht neu zu installieren.

      root@odroid:/opt/iobroker# sudo npm uninstall iobroker.zigbee
      
      removed 1 package in 9s
      
      root@odroid:/opt/iobroker# sudo npm install iobroker.zigbee
      [                  ] | reify:zigbee-herdsman: timing reifyNode:node_modules/zigbee-herdsman-converters Completed
      

      Die letzte Zeile ist die letzte Ausgabe, ich komme nicht zurück zum Prompt.
      Außerdem stürzt IoBroker komplett ab, die Weboberfläche ist nicht mehr erreichbar und mein SSH Zugang reagiert nicht mehr, schließt sich aber auch nicht.

      Hat jemand eine Idee?

      Systemdata Bitte Ausfüllen
      Hardwaresystem: Odroid C+
      Arbeitsspeicher: 1GB
      Festplattenart: SD-Karte
      Betriebssystem: Ubuntu minimal
      Node-Version: ?
      Nodejs-Version: 12.22.1
      NPM-Version: 7.11.2
      Installationsart: Skript
      Image genutzt: Nein
      posted in Error/Bug
      B
      BMB
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo