Skip to content
  • Home
  • 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
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. mihome vaccum ist offt gelb

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    5
    1
    113

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    8
    1
    156

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    865

mihome vaccum ist offt gelb

Scheduled Pinned Locked Moved ioBroker Allgemein
126 Posts 5 Posters 12.4k Views 5 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.
  • KrisiunK Krisiun

    @krisiun sagte in mihome vaccum ist offt gelb:

    @thomas-braun sagte in mihome vaccum ist offt gelb:

    @krisiun

    Aus dem HowTo:

    Check:

    Wenn alles sauber gelaufen ist sollte bei

    sudo ln -s /usr/bin/node /usr/bin/nodejs
    uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
    

    die Ausgabe etwa so aussehen:

    echad@chet:~ $ uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
    aarch64
    /usr/bin/nodejs
    /usr/bin/node
    /usr/bin/npm
    v16.15.1
    v16.15.1
    8.11.0
    echad
    Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
    Hit:2 http://deb.debian.org/debian bullseye InRelease
    Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
    Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
    Hit:5 https://repos.influxdata.com/debian bullseye InRelease
    Hit:6 https://packages.grafana.com/oss/deb stable InRelease
    Hit:7 https://deb.nodesource.com/node_12.x bullseye InRelease
    Hit:8 https://deb.nodesource.com/node_14.x bullseye InRelease
    Hit:9 https://deb.nodesource.com/node_16.x bullseye InRelease
    Hit:10 https://packages.redis.io/deb bullseye InRelease
    Get:12 https://pkgs.tailscale.com/stable/debian bullseye InRelease
    Hit:11 https://packagecloud.io/ookla/speedtest-cli/debian bullseye InRelease
    Fetched 5,536 B in 2s (2,475 B/s)
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    All packages are up to date.
    
    nodejs:
      Installed: 16.15.1-deb-1nodesource1
      Candidate: 16.15.1-deb-1nodesource1
      Version table:
     *** 16.15.1-deb-1nodesource1 500
            500 https://deb.nodesource.com/node_16.x bullseye/main arm64 Packages
            100 /var/lib/dpkg/status
         12.22.8-deb-1nodesource1 500
            500 https://deb.nodesource.com/node_12.x bullseye/main arm64 Packages
         12.22.5~dfsg-2~11u1 500
            500 http://deb.debian.org/debian bullseye/main arm64 Packages
            500 http://security.debian.org/
    

    Soll ich also das hier im putty eingeben?

    uname -m && type -P nodejs node npm && nodejs -v && node    -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt updat   e && apt policy nodejs
    armv7l
    /usr/bin/nodejs
    /usr/bin/node
    /usr/bin/npm
    v16.17.0
    v16.17.0
    8.15.0
    pi
    /home/pi
    OK:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
    OK:2 http://archive.raspberrypi.org/debian buster InRelease
    OK:3 https://deb.nodesource.com/node_16.x buster InRelease
    Paketlisten werden gelesen... Fertig
    Abhängigkeitsbaum wird aufgebaut.
    Statusinformationen werden eingelesen.... Fertig
    Aktualisierung für 39 Pakete verfügbar. Führen Sie »apt list --upgradable« aus,    um sie anzuzeigen.
    nodejs:
      Installiert:           16.17.0-deb-1nodesource1
      Installationskandidat: 16.17.0-deb-1nodesource1
      Versionstabelle:
     *** 16.17.0-deb-1nodesource1 500
            500 https://deb.nodesource.com/node_16.x buster/main armhf Packages
            100 /var/lib/dpkg/status
         10.24.0~dfsg-1~deb10u1 500
            500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
    

    Hi. Das ist die Konsole Antwort bei mir da steht zwar die v16.17.0 aber in Wirklichkeit ist bei mir die v14.19.3

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    wrote on last edited by
    #115

    @krisiun sagte in mihome vaccum ist offt gelb:

    aber in Wirklichkeit ist bei mir die v14.19.3

    Nein, 'in Wirklichkeit' ist da die nodejs 16.7.0-deb-1nodesource1 installiert.

    Zieh die 39 Updates nach:

    iobroker stop
    sudo apt update
    sudo apt full-upgrade
    sudo reboot
    

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    KrisiunK 2 Replies Last reply
    0
    • Thomas BraunT Thomas Braun

      @krisiun sagte in mihome vaccum ist offt gelb:

      aber in Wirklichkeit ist bei mir die v14.19.3

      Nein, 'in Wirklichkeit' ist da die nodejs 16.7.0-deb-1nodesource1 installiert.

      Zieh die 39 Updates nach:

      iobroker stop
      sudo apt update
      sudo apt full-upgrade
      sudo reboot
      
      KrisiunK Offline
      KrisiunK Offline
      Krisiun
      wrote on last edited by
      #116

      @thomas-braun OK

      1 Reply Last reply
      0
      • KrisiunK Offline
        KrisiunK Offline
        Krisiun
        wrote on last edited by Krisiun
        #117

        @Thomas-Braun
        Also updates sind fertig. Jetzt sind allerdings alle Instanzen rot aber die werden noch grün hoffe ich. Die node version passt jetzt. Ist die 16.17.0

        1 Reply Last reply
        0
        • Thomas BraunT Thomas Braun

          @krisiun sagte in mihome vaccum ist offt gelb:

          aber in Wirklichkeit ist bei mir die v14.19.3

          Nein, 'in Wirklichkeit' ist da die nodejs 16.7.0-deb-1nodesource1 installiert.

          Zieh die 39 Updates nach:

          iobroker stop
          sudo apt update
          sudo apt full-upgrade
          sudo reboot
          
          KrisiunK Offline
          KrisiunK Offline
          Krisiun
          wrote on last edited by
          #118

          @thomas-braun
          Unter Nodejs-Installation und Upgrades unter Debian
          schreibst Du wie man Node richtig updaten soll.
          Nach der Angabe von

          cd /opt/iobroker
          npm ls | grep -E 'github|ERR'
          
          

          Kommt bei mir das hier raus

          /opt/iobroker $ npm ls | grep -E 'github|ERR'
          ├── iobroker.enigma2@1.3.2 (git+ssh://git@github.com/Matten-Matten/ioBroker.enigma2.git#9d3d3b7f884e7bd309db9a1c1984b69fb0528e17)
          pi@raspberrypi4-iob:/opt/iobroker $
          
          

          Ich nehme an dass ist nicht OK? oder?

          Thomas BraunT 1 Reply Last reply
          0
          • KrisiunK Krisiun

            @thomas-braun
            Unter Nodejs-Installation und Upgrades unter Debian
            schreibst Du wie man Node richtig updaten soll.
            Nach der Angabe von

            cd /opt/iobroker
            npm ls | grep -E 'github|ERR'
            
            

            Kommt bei mir das hier raus

            /opt/iobroker $ npm ls | grep -E 'github|ERR'
            ├── iobroker.enigma2@1.3.2 (git+ssh://git@github.com/Matten-Matten/ioBroker.enigma2.git#9d3d3b7f884e7bd309db9a1c1984b69fb0528e17)
            pi@raspberrypi4-iob:/opt/iobroker $
            
            

            Ich nehme an dass ist nicht OK? oder?

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by
            #119

            @krisiun

            Den enigma-Adapter gibt es soweit ich das sehe nur aus dem github.
            Musst du also als Alpha-Version dann mit parat kommen.

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            KrisiunK 1 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @krisiun

              Den enigma-Adapter gibt es soweit ich das sehe nur aus dem github.
              Musst du also als Alpha-Version dann mit parat kommen.

              KrisiunK Offline
              KrisiunK Offline
              Krisiun
              wrote on last edited by
              #120

              @thomas-braun
              Also ist nicht weiter schlimm oder ?

              Thomas BraunT 1 Reply Last reply
              0
              • KrisiunK Krisiun

                @thomas-braun
                Also ist nicht weiter schlimm oder ?

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by
                #121

                @krisiun

                Kommt halt ggf. mit Haken und Ösen daher.
                Alpha / work-in-progress - Version halt.

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                KrisiunK 1 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  @krisiun

                  Kommt halt ggf. mit Haken und Ösen daher.
                  Alpha / work-in-progress - Version halt.

                  KrisiunK Offline
                  KrisiunK Offline
                  Krisiun
                  wrote on last edited by
                  #122

                  @thomas-braun
                  Ich brauch den Enigma Adapter unbedingt
                  Und was heißt work-in-progress ?
                  Muss ich da was beachten?

                  Thomas BraunT 1 Reply Last reply
                  0
                  • KrisiunK Krisiun

                    @thomas-braun
                    Ich brauch den Enigma Adapter unbedingt
                    Und was heißt work-in-progress ?
                    Muss ich da was beachten?

                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    wrote on last edited by Thomas Braun
                    #123

                    @krisiun
                    Nein. Wenn er läuft ist es okay.
                    Der Adapter ist nur in einer so frühen Version, dass er nicht in den Beta-Bereich aufgenommen werden kann. Oder noch nicht vom Entwickler dafür vorgesehen ist.

                    Linux-Werkzeugkasten:
                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                    NodeJS Fixer Skript:
                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                    KrisiunK 1 Reply Last reply
                    0
                    • Thomas BraunT Thomas Braun

                      @krisiun
                      Nein. Wenn er läuft ist es okay.
                      Der Adapter ist nur in einer so frühen Version, dass er nicht in den Beta-Bereich aufgenommen werden kann. Oder noch nicht vom Entwickler dafür vorgesehen ist.

                      KrisiunK Offline
                      KrisiunK Offline
                      Krisiun
                      wrote on last edited by
                      #124

                      @thomas-braun
                      Danke.
                      Letzte Frage. Das entgeltliches Problem mit dem mihome-vaccum Adapter.
                      Durch den Updates auf node 16 wäre vom Tisch? Oder?

                      Thomas BraunT 1 Reply Last reply
                      0
                      • KrisiunK Krisiun

                        @thomas-braun
                        Danke.
                        Letzte Frage. Das entgeltliches Problem mit dem mihome-vaccum Adapter.
                        Durch den Updates auf node 16 wäre vom Tisch? Oder?

                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        wrote on last edited by
                        #125

                        @krisiun

                        Das sehe ich nicht. Musst du beobachten.

                        Linux-Werkzeugkasten:
                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                        NodeJS Fixer Skript:
                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                        KrisiunK 1 Reply Last reply
                        0
                        • Thomas BraunT Thomas Braun

                          @krisiun

                          Das sehe ich nicht. Musst du beobachten.

                          KrisiunK Offline
                          KrisiunK Offline
                          Krisiun
                          wrote on last edited by
                          #126

                          @thomas-braun
                          Vielen Dank für Deine Hilfe Thomas

                          1 Reply Last reply
                          0

                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                          With your input, this post could be even better 💗

                          Register Login
                          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

                          499

                          Online

                          32.8k

                          Users

                          82.7k

                          Topics

                          1.3m

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

                          • Don't have an account? Register

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