Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. (gelöst) Alexa Adapter rot

NEWS

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    13
    1
    666

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    2.0k

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    11
    1
    896

(gelöst) Alexa Adapter rot

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
15 Beiträge 3 Kommentatoren 1.1k Aufrufe 2 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • OstfrieseUnterwegsO OstfrieseUnterwegs

    @thomas-braun sagte in Alexa Adapter rot:

    Und weil es so grundlegend ist:

    which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
    

    OT: Warum machst Du zwei mal nacheinander apt update ?

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von Thomas Braun
    #4

    @ostfrieseunterwegs
    Weil im zweiten Durchlauf nur die zuvor bereits aktualisierten Repos kompakt angezeigt werden.

    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

    1 Antwort Letzte Antwort
    0
    • OstfrieseUnterwegsO OstfrieseUnterwegs

      @thomas-braun sagte in Alexa Adapter rot:

      Und weil es so grundlegend ist:

      which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
      

      OT: Warum machst Du zwei mal nacheinander apt update ?

      A Offline
      A Offline
      arnold
      schrieb am zuletzt editiert von
      #5

      @ostfrieseunterwegs said in Alexa Adapter rot:

      which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs

      pi@raspberrypi4-iob:~ $ which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
      /usr/bin/node
      /usr/bin/npm
      
      
      iobroker list instances
      : admin
        system.adapter.alexa2.0                 : alexa2                : raspberrypi4
      
      
        
      iobroker list adapters
      system.adapter.alexa2                  : alexa2         - v3.11.2
      
      pi@raspberrypi4-iob:~ $ iobroker status
      iobroker is running on this host.
      
      
      

      leider immer noch rot

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • A arnold

        @ostfrieseunterwegs said in Alexa Adapter rot:

        which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs

        pi@raspberrypi4-iob:~ $ which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
        /usr/bin/node
        /usr/bin/npm
        
        
        iobroker list instances
        : admin
          system.adapter.alexa2.0                 : alexa2                : raspberrypi4
        
        
          
        iobroker list adapters
        system.adapter.alexa2                  : alexa2         - v3.11.2
        
        pi@raspberrypi4-iob:~ $ iobroker status
        iobroker is running on this host.
        
        
        

        leider immer noch rot

        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #6

        @arnold

        Bitte nix kürzen, vollständige Ein- wie Ausgaben posten.

        sudo ln -s /usr/bin/node /usr/bin/nodejs
        which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
        

        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

        A 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @arnold

          Bitte nix kürzen, vollständige Ein- wie Ausgaben posten.

          sudo ln -s /usr/bin/node /usr/bin/nodejs
          which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
          
          A Offline
          A Offline
          arnold
          schrieb am zuletzt editiert von
          #7

          @thomas-braun said in Alexa Adapter rot:

          which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs

          pi@raspberrypi4-iob:~ $ sudo ln -s /usr/bin/node /usr/bin/nodejs
          pi@raspberrypi4-iob:~ $ which nodejs node npm && nodejs -v && node -v && npm -v                                                                                                  && sudo apt update && sudo apt update && apt policy nodejs
          /usr/bin/nodejs
          /usr/bin/node
          /usr/bin/npm
          v12.22.7
          v12.22.7
          6.14.15
          OK:1 http://archive.raspberrypi.org/debian buster InRelease
          Holen:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15,0 kB]
          OK:3 https://deb.nodesource.com/node_12.x buster InRelease
          OK:4 https://repos.influxdata.com/debian buster InRelease
          Es wurden 15,0 kB in 1 s geholt (10,2 kB/s).
          Paketlisten werden gelesen... Fertig
          Abhängigkeitsbaum wird aufgebaut.
          Statusinformationen werden eingelesen.... Fertig
          Aktualisierung für 137 Pakete verfügbar. Führen Sie »apt list --upgradable« aus,                                                                                                  um sie anzuzeigen.
          OK:1 http://archive.raspberrypi.org/debian buster InRelease
          OK:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
          OK:3 https://repos.influxdata.com/debian buster InRelease
          OK:4 https://deb.nodesource.com/node_12.x buster InRelease
          Paketlisten werden gelesen... Fertig
          Abhängigkeitsbaum wird aufgebaut.
          Statusinformationen werden eingelesen.... Fertig
          Aktualisierung für 137 Pakete verfügbar. Führen Sie »apt list --upgradable« aus,                                                                                                  um sie anzuzeigen.
          nodejs:
            Installiert:           12.22.7-deb-1nodesource1
            Installationskandidat: 12.22.7-deb-1nodesource1
            Versionstabelle:
           *** 12.22.7-deb-1nodesource1 500
                  500 https://deb.nodesource.com/node_12.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
          pi@raspberrypi4-iob:~ $
          
          code_text
          
          1 Antwort Letzte Antwort
          0
          • Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von Thomas Braun
            #8

            @arnold sagte in Alexa Adapter rot:

            Aktualisierung für 137 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.

            nodeJS passt, allerdings solltest du dein Betriebssystem auch aktuell halten.

            iobroker stop
            sudo apt dist-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

            1 Antwort Letzte Antwort
            0
            • A Offline
              A Offline
              arnold
              schrieb am zuletzt editiert von
              #9

              hallo
              bis jetzt alle Tipps von oben gemacht aber Adapter bleibt rot .
              Vielleicht Cookie löschen und neu oder alexa Adapter löschen ?
              komisch nur das schalten mit alexa funktioniert Lampen, Abfragen, Sauger usw.

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • A arnold

                hallo
                bis jetzt alle Tipps von oben gemacht aber Adapter bleibt rot .
                Vielleicht Cookie löschen und neu oder alexa Adapter löschen ?
                komisch nur das schalten mit alexa funktioniert Lampen, Abfragen, Sauger usw.

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von Thomas Braun
                #10

                @arnold Am Adapter ist ja auch noch gar nichts gemacht worden.
                In der Konsole wird jetzt was gemeldet, wenn die Instanz neugestartet wird?

                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

                1 Antwort Letzte Antwort
                0
                • A Offline
                  A Offline
                  arnold
                  schrieb am zuletzt editiert von
                  #11
                  2021-11-18 01:05:33.862  - error: host.raspberrypi4-iob Caught by controller[0]: internal/modules/cjs/loader.js:818
                  2021-11-18 01:05:33.863  - error: host.raspberrypi4-iob Caught by controller[0]:   throw err;
                  2021-11-18 01:05:33.863  - error: host.raspberrypi4-iob Caught by controller[0]:   ^
                  2021-11-18 01:05:33.864  - error: host.raspberrypi4-iob Caught by controller[0]: Error: Cannot find module 'alexa-remote2'
                  2021-11-18 01:05:33.864  - error: host.raspberrypi4-iob Caught by controller[0]: Require stack:
                  2021-11-18 01:05:33.865  - error: host.raspberrypi4-iob Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.alexa2/main.js
                  2021-11-18 01:05:33.865  - error: host.raspberrypi4-iob Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
                  2021-11-18 01:05:33.866  - error: host.raspberrypi4-iob Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
                  2021-11-18 01:05:33.866  - error: host.raspberrypi4-iob Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:887:19)
                  2021-11-18 01:05:33.867  - error: host.raspberrypi4-iob Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:74:18)
                  2021-11-18 01:05:33.867  - error: host.raspberrypi4-iob Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.alexa2/main.js:9:15)
                  2021-11-18 01:05:33.868  - error: host.raspberrypi4-iob Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:999:30)
                  2021-11-18 01:05:33.868  - error: host.raspberrypi4-iob Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
                  2021-11-18 01:05:33.869  - error: host.raspberrypi4-iob Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:863:32)
                  2021-11-18 01:05:33.869  - error: host.raspberrypi4-iob Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
                  2021-11-18 01:05:33.870  - error: host.raspberrypi4-iob Caught by controller[0]:     at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) {
                  2021-11-18 01:05:33.871  - error: host.raspberrypi4-iob Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                  2021-11-18 01:05:33.871  - error: host.raspberrypi4-iob Caught by controller[0]:   requireStack: [ '/opt/iobroker/node_modules/iobroker.alexa2/main.js' ]
                  2021-11-18 01:05:33.872  - error: host.raspberrypi4-iob Caught by controller[0]: }
                  2021-11-18 01:05:33.873  - error: host.raspberrypi4-iob instance system.adapter.alexa2.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                  2021-11-18 01:05:33.874  - info: host.raspberrypi4-iob Restart adapter system.adapter.alexa2.0 because enabled
                  
                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • A arnold
                    2021-11-18 01:05:33.862  - error: host.raspberrypi4-iob Caught by controller[0]: internal/modules/cjs/loader.js:818
                    2021-11-18 01:05:33.863  - error: host.raspberrypi4-iob Caught by controller[0]:   throw err;
                    2021-11-18 01:05:33.863  - error: host.raspberrypi4-iob Caught by controller[0]:   ^
                    2021-11-18 01:05:33.864  - error: host.raspberrypi4-iob Caught by controller[0]: Error: Cannot find module 'alexa-remote2'
                    2021-11-18 01:05:33.864  - error: host.raspberrypi4-iob Caught by controller[0]: Require stack:
                    2021-11-18 01:05:33.865  - error: host.raspberrypi4-iob Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.alexa2/main.js
                    2021-11-18 01:05:33.865  - error: host.raspberrypi4-iob Caught by controller[0]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
                    2021-11-18 01:05:33.866  - error: host.raspberrypi4-iob Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
                    2021-11-18 01:05:33.866  - error: host.raspberrypi4-iob Caught by controller[0]:     at Module.require (internal/modules/cjs/loader.js:887:19)
                    2021-11-18 01:05:33.867  - error: host.raspberrypi4-iob Caught by controller[0]:     at require (internal/modules/cjs/helpers.js:74:18)
                    2021-11-18 01:05:33.867  - error: host.raspberrypi4-iob Caught by controller[0]:     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.alexa2/main.js:9:15)
                    2021-11-18 01:05:33.868  - error: host.raspberrypi4-iob Caught by controller[0]:     at Module._compile (internal/modules/cjs/loader.js:999:30)
                    2021-11-18 01:05:33.868  - error: host.raspberrypi4-iob Caught by controller[0]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
                    2021-11-18 01:05:33.869  - error: host.raspberrypi4-iob Caught by controller[0]:     at Module.load (internal/modules/cjs/loader.js:863:32)
                    2021-11-18 01:05:33.869  - error: host.raspberrypi4-iob Caught by controller[0]:     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
                    2021-11-18 01:05:33.870  - error: host.raspberrypi4-iob Caught by controller[0]:     at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) {
                    2021-11-18 01:05:33.871  - error: host.raspberrypi4-iob Caught by controller[0]:   code: 'MODULE_NOT_FOUND',
                    2021-11-18 01:05:33.871  - error: host.raspberrypi4-iob Caught by controller[0]:   requireStack: [ '/opt/iobroker/node_modules/iobroker.alexa2/main.js' ]
                    2021-11-18 01:05:33.872  - error: host.raspberrypi4-iob Caught by controller[0]: }
                    2021-11-18 01:05:33.873  - error: host.raspberrypi4-iob instance system.adapter.alexa2.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                    2021-11-18 01:05:33.874  - info: host.raspberrypi4-iob Restart adapter system.adapter.alexa2.0 because enabled
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #12

                    @arnold
                    Installier den Adapter nochmal neu.

                    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

                    1 Antwort Letzte Antwort
                    0
                    • A Offline
                      A Offline
                      arnold
                      schrieb am zuletzt editiert von
                      #13

                      nur alexa adapter löschen
                      7aa02cad-181b-42ba-855a-9c891345c83f-image.png

                      das reicht oder gibst da noch Restbestände ?

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • A arnold

                        nur alexa adapter löschen
                        7aa02cad-181b-42ba-855a-9c891345c83f-image.png

                        das reicht oder gibst da noch Restbestände ?

                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #14

                        @arnold Zunächst reicht das.
                        Am besten über die Konsole, da gibt es ggf. bessere Meldungen.

                        iobroker del alexa2
                        iobroker update
                        iobroker add alexa2
                        

                        Auf einem einfach System ohne Multihost usw.

                        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

                        1 Antwort Letzte Antwort
                        0
                        • A Offline
                          A Offline
                          arnold
                          schrieb am zuletzt editiert von
                          #15

                          @thomas-braun said in Alexa Adapter rot:

                          iobroker add alexa2

                          Das wahr die Lösung (+ You can try to get the cookie manually by opening http://192.168.178/ with your browser.)
                          super danke

                          1 Antwort Letzte Antwort
                          0

                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                          Registrieren Anmelden
                          Antworten
                          • In einem neuen Thema antworten
                          Anmelden zum Antworten
                          • Älteste zuerst
                          • Neuste zuerst
                          • Meiste Stimmen


                          Support us

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

                          519

                          Online

                          32.9k

                          Benutzer

                          83.1k

                          Themen

                          1.3m

                          Beiträge
                          Community
                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                          ioBroker Community 2014-2025
                          logo
                          • Anmelden

                          • Du hast noch kein Konto? Registrieren

                          • Anmelden oder registrieren, um zu suchen
                          • Erster Beitrag
                            Letzter Beitrag
                          0
                          • Home
                          • Aktuell
                          • Tags
                          • Ungelesen 0
                          • Kategorien
                          • Unreplied
                          • Beliebt
                          • GitHub
                          • Docu
                          • Hilfe