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. Amazon Dash Adapter läuft nicht mehr?

NEWS

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

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    9
    1
    252

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

Amazon Dash Adapter läuft nicht mehr?

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
dash-button
27 Beiträge 5 Kommentatoren 1.2k 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.
  • D Offline
    D Offline
    denjo
    schrieb am zuletzt editiert von
    #10

    das hatte ich schon alles probiert, dann kommt diese Meldung

    login as: pi
    pi@192.168.178.67's password:
    Linux raspberrypi 4.14.98-v7+ #1200 SMP Tue Feb 12 20:27:48 GMT 2019 armv7l
    
    The programs included with the Debian GNU/Linux system are free software;
    the exact distribution terms for each program are described in the
    individual files in /usr/share/doc/*/copyright.
    
    Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
    permitted by applicable law.
    Last login: Fri May 17 15:16:13 2019 from 192.168.178.84
    pi@raspberrypi:~ $ sudo npm install adapter .amazon-dash
    npm ERR! code ENOLOCAL
    npm ERR! Could not install from ".amazon-dash" as it does not contain a package.json file.
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /root/.npm/_logs/2019-05-17T13_18_56_540Z-debug.log
    pi@raspberrypi:~ $
    
    
    AlCalzoneA 1 Antwort Letzte Antwort
    0
    • Ralla66R Offline
      Ralla66R Offline
      Ralla66
      Most Active
      schrieb am zuletzt editiert von
      #11

      https://github.com/PArns/ioBroker.amazon-dash

      das hattest du auch ausgeführt ?
      sudo apt-get install libpcap-dev

      D 2 Antworten Letzte Antwort
      0
      • Ralla66R Ralla66

        https://github.com/PArns/ioBroker.amazon-dash

        das hattest du auch ausgeführt ?
        sudo apt-get install libpcap-dev

        D Offline
        D Offline
        denjo
        schrieb am zuletzt editiert von
        #12

        @Ralla66 nein hatte ich nicht

        1 Antwort Letzte Antwort
        0
        • Ralla66R Ralla66

          https://github.com/PArns/ioBroker.amazon-dash

          das hattest du auch ausgeführt ?
          sudo apt-get install libpcap-dev

          D Offline
          D Offline
          denjo
          schrieb am zuletzt editiert von
          #13

          @Ralla66 ist schon auf der neusten version

          1 Antwort Letzte Antwort
          0
          • D denjo

            das hatte ich schon alles probiert, dann kommt diese Meldung

            login as: pi
            pi@192.168.178.67's password:
            Linux raspberrypi 4.14.98-v7+ #1200 SMP Tue Feb 12 20:27:48 GMT 2019 armv7l
            
            The programs included with the Debian GNU/Linux system are free software;
            the exact distribution terms for each program are described in the
            individual files in /usr/share/doc/*/copyright.
            
            Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
            permitted by applicable law.
            Last login: Fri May 17 15:16:13 2019 from 192.168.178.84
            pi@raspberrypi:~ $ sudo npm install adapter .amazon-dash
            npm ERR! code ENOLOCAL
            npm ERR! Could not install from ".amazon-dash" as it does not contain a package.json file.
            
            npm ERR! A complete log of this run can be found in:
            npm ERR!     /root/.npm/_logs/2019-05-17T13_18_56_540Z-debug.log
            pi@raspberrypi:~ $
            
            
            AlCalzoneA Offline
            AlCalzoneA Offline
            AlCalzone
            Developer
            schrieb am zuletzt editiert von AlCalzone
            #14

            @denjo sagte in Amazon Dash Adapter läuft nicht mehr?:

            sudo npm install adapter .amazon-dash

            Vier Fehler sehe ich hier.
            Erstens: npm-Befehle zur Installation von Adaptern müssen in /opt/iobroker ausgeführt werden.
            Die nächsten zwei kannst du durch Lektüre von https://forum.iobroker.net/topic/17109/wichtige-hinweise-bei-neueren-npm-versionen-und-sudo sicher beheben.
            Der vierte ist alles was nach install kommt.

            Die korrekte Befehlszeile wäre

            cd /opt/iobroker
            npm install iobroker.amazon-dash
            

            Und da ich davon ausgehe, dass du dir durch vorherige sudo npm install Orgien die Rechte auf deinem System zerschossen hast, empfehle ich dir, den Fixer auszuführen.

            curl -sL https://iobroker.net/fix.sh | bash -
            

            Bei korrekten Rechten sollte es auf neuen Installationen nie nötig sein, npm-Pakete mit sudo zu installieren.

            Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

            D 1 Antwort Letzte Antwort
            1
            • AlCalzoneA AlCalzone

              @denjo sagte in Amazon Dash Adapter läuft nicht mehr?:

              sudo npm install adapter .amazon-dash

              Vier Fehler sehe ich hier.
              Erstens: npm-Befehle zur Installation von Adaptern müssen in /opt/iobroker ausgeführt werden.
              Die nächsten zwei kannst du durch Lektüre von https://forum.iobroker.net/topic/17109/wichtige-hinweise-bei-neueren-npm-versionen-und-sudo sicher beheben.
              Der vierte ist alles was nach install kommt.

              Die korrekte Befehlszeile wäre

              cd /opt/iobroker
              npm install iobroker.amazon-dash
              

              Und da ich davon ausgehe, dass du dir durch vorherige sudo npm install Orgien die Rechte auf deinem System zerschossen hast, empfehle ich dir, den Fixer auszuführen.

              curl -sL https://iobroker.net/fix.sh | bash -
              

              Bei korrekten Rechten sollte es auf neuen Installationen nie nötig sein, npm-Pakete mit sudo zu installieren.

              D Offline
              D Offline
              denjo
              schrieb am zuletzt editiert von
              #15

              @AlCalzone das echt nett und warscheinlich gut beschrieben, aber für mich zu hoch.
              ich habe heut morgen das hier gemacht um mein nodejs zu aktualisieren

              https://www.synology-forum.de/showthread.html?99192-NodeJs-Update-von-NodeJs-So-funktionierts!

              also bedeutet das ich habe alles zerschossen und darf es mal wieder neu machen.
              man ist das zum kotzen

              HomoranH 1 Antwort Letzte Antwort
              0
              • D denjo

                @AlCalzone das echt nett und warscheinlich gut beschrieben, aber für mich zu hoch.
                ich habe heut morgen das hier gemacht um mein nodejs zu aktualisieren

                https://www.synology-forum.de/showthread.html?99192-NodeJs-Update-von-NodeJs-So-funktionierts!

                also bedeutet das ich habe alles zerschossen und darf es mal wieder neu machen.
                man ist das zum kotzen

                HomoranH Nicht stören
                HomoranH Nicht stören
                Homoran
                Global Moderator Administrators
                schrieb am zuletzt editiert von
                #16

                @denjo sagte in Amazon Dash Adapter läuft nicht mehr?:

                ich habe heut morgen das hier gemacht um mein nodejs zu aktualisieren

                Warum nimmst du externe Anleitungen und nicht die offizielle von uns?
                http://www.iobroker.net/docu/?page_id=8323&lang=de#Upgrade_von_nodejs_und_npm

                kein Support per PN! - Fragen im Forum stellen -
                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                1 Antwort Letzte Antwort
                0
                • D Offline
                  D Offline
                  denjo
                  schrieb am zuletzt editiert von
                  #17

                  ja hast ja recht

                  1 Antwort Letzte Antwort
                  0
                  • Ralla66R Offline
                    Ralla66R Offline
                    Ralla66
                    Most Active
                    schrieb am zuletzt editiert von
                    #18

                    Die Anleitung ist klar besser, deswegen :
                    VORHER BACKUP MACHEN!!

                    D 1 Antwort Letzte Antwort
                    0
                    • Ralla66R Ralla66

                      Die Anleitung ist klar besser, deswegen :
                      VORHER BACKUP MACHEN!!

                      D Offline
                      D Offline
                      denjo
                      schrieb am zuletzt editiert von denjo
                      #19

                      @Ralla66 ja bin gerade dabei alles neu zu machen mit mein backup, danke für die hilfe

                      1 Antwort Letzte Antwort
                      0
                      • Ralla66R Offline
                        Ralla66R Offline
                        Ralla66
                        Most Active
                        schrieb am zuletzt editiert von
                        #20

                        Das wird schon, immer schön Backups machen wenn es läuft.
                        Geht mir aber manch einmal auch so das der Spieltrieb höher ist :-)

                        D 1 Antwort Letzte Antwort
                        0
                        • Ralla66R Ralla66

                          Das wird schon, immer schön Backups machen wenn es läuft.
                          Geht mir aber manch einmal auch so das der Spieltrieb höher ist :-)

                          D Offline
                          D Offline
                          denjo
                          schrieb am zuletzt editiert von
                          #21

                          @Ralla66 habe jetzt alles neu aufgesetzt und backup aufgespielt trotzdem immer noch gleicher fehler mit amazon dash

                          1 Antwort Letzte Antwort
                          0
                          • D Offline
                            D Offline
                            denjo
                            schrieb am zuletzt editiert von
                            #22

                            und wenn ich es dann übers terminal probiere kommt auch wieder nur misst

                            login as: pi
                            pi@192.168.178.67's password:
                            Linux raspberrypi 4.14.98-v7+ #1200 SMP Tue Feb 12 20:27:48 GMT 2019 armv7l
                            
                            The programs included with the Debian GNU/Linux system are free software;
                            the exact distribution terms for each program are described in the
                            individual files in /usr/share/doc/*/copyright.
                            
                            Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                            permitted by applicable law.
                            Last login: Fri May 17 16:24:12 2019 from 192.168.178.84
                            pi@raspberrypi:~ $ cd /opt/iobroker
                            pi@raspberrypi:/opt/iobroker $ npm install iobroker.amazon-dash
                            npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules
                            npm WARN svg-inline-react@1.0.3 requires a peer of react@^0.14.0 || ^15.0.0 but none is installed. You must install peer dependencies yourself.
                            
                            npm ERR! path /opt/iobroker/node_modules
                            npm ERR! code EACCES
                            npm ERR! errno -13
                            npm ERR! syscall access
                            npm ERR! Error: EACCES: permission denied, access '/opt/iobroker/node_modules'
                            npm ERR!  { Error: EACCES: permission denied, access '/opt/iobroker/node_modules'
                            npm ERR!   stack: 'Error: EACCES: permission denied, access \'/opt/iobroker/node_modules\'',
                            npm ERR!   errno: -13,
                            npm ERR!   code: 'EACCES',
                            npm ERR!   syscall: 'access',
                            npm ERR!   path: '/opt/iobroker/node_modules' }
                            npm ERR!
                            npm ERR! The operation was rejected by your operating system.
                            npm ERR! It is likely you do not have the permissions to access this file as the current user
                            npm ERR!
                            npm ERR! If you believe this might be a permissions issue, please double-check the
                            npm ERR! permissions of the file and its containing directories, or try running
                            npm ERR! the command again as root/Administrator (though this is not recommended).
                            
                            npm ERR! A complete log of this run can be found in:
                            npm ERR!     /home/pi/.npm/_logs/2019-05-17T14_56_12_770Z-debug.log
                            pi@raspberrypi:/opt/iobroker $
                            
                            
                            AlCalzoneA 1 Antwort Letzte Antwort
                            0
                            • Ralla66R Offline
                              Ralla66R Offline
                              Ralla66
                              Most Active
                              schrieb am zuletzt editiert von
                              #23

                              Missing write access to /opt/iobroker/node_modules
                              Da fehlt wohl das Schreibrecht.
                              Wenn ich das richtig deute muß bei sudo "-H" und "–unsafe-perm" dazu.

                              D 1 Antwort Letzte Antwort
                              0
                              • Ralla66R Ralla66

                                Missing write access to /opt/iobroker/node_modules
                                Da fehlt wohl das Schreibrecht.
                                Wenn ich das richtig deute muß bei sudo "-H" und "–unsafe-perm" dazu.

                                D Offline
                                D Offline
                                denjo
                                schrieb am zuletzt editiert von denjo
                                #24
                                
                                pi@raspberrypi:~ $ cd /opt/iobroker
                                pi@raspberrypi:/opt/iobroker $ sudo -H npm install iobroker.amazon-dash --unsafe-perm
                                npm ERR! code 128
                                npm ERR! Command failed: /usr/bin/git submodule update -q --init --recursive
                                npm ERR! fatal: Could not change back to '/root/.npm/_cacache/tmp/git-clone-75488af3': Keine Berechtigung
                                npm ERR!
                                
                                npm ERR! A complete log of this run can be found in:
                                npm ERR!     /root/.npm/_logs/2019-05-17T15_17_14_054Z-debug.log
                                pi@raspberrypi:/opt/iobroker $
                                
                                
                                1 Antwort Letzte Antwort
                                0
                                • D Offline
                                  D Offline
                                  denjo
                                  schrieb am zuletzt editiert von
                                  #25

                                  habs hinbekommen läuft wieder alles, fragt mich nicht wie aber läuft

                                  1 Antwort Letzte Antwort
                                  0
                                  • Ralla66R Offline
                                    Ralla66R Offline
                                    Ralla66
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #26

                                    Prima,
                                    Backup machen und lächelnd durch die Welt laufen. :-)

                                    1 Antwort Letzte Antwort
                                    0
                                    • D denjo

                                      und wenn ich es dann übers terminal probiere kommt auch wieder nur misst

                                      login as: pi
                                      pi@192.168.178.67's password:
                                      Linux raspberrypi 4.14.98-v7+ #1200 SMP Tue Feb 12 20:27:48 GMT 2019 armv7l
                                      
                                      The programs included with the Debian GNU/Linux system are free software;
                                      the exact distribution terms for each program are described in the
                                      individual files in /usr/share/doc/*/copyright.
                                      
                                      Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                                      permitted by applicable law.
                                      Last login: Fri May 17 16:24:12 2019 from 192.168.178.84
                                      pi@raspberrypi:~ $ cd /opt/iobroker
                                      pi@raspberrypi:/opt/iobroker $ npm install iobroker.amazon-dash
                                      npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules
                                      npm WARN svg-inline-react@1.0.3 requires a peer of react@^0.14.0 || ^15.0.0 but none is installed. You must install peer dependencies yourself.
                                      
                                      npm ERR! path /opt/iobroker/node_modules
                                      npm ERR! code EACCES
                                      npm ERR! errno -13
                                      npm ERR! syscall access
                                      npm ERR! Error: EACCES: permission denied, access '/opt/iobroker/node_modules'
                                      npm ERR!  { Error: EACCES: permission denied, access '/opt/iobroker/node_modules'
                                      npm ERR!   stack: 'Error: EACCES: permission denied, access \'/opt/iobroker/node_modules\'',
                                      npm ERR!   errno: -13,
                                      npm ERR!   code: 'EACCES',
                                      npm ERR!   syscall: 'access',
                                      npm ERR!   path: '/opt/iobroker/node_modules' }
                                      npm ERR!
                                      npm ERR! The operation was rejected by your operating system.
                                      npm ERR! It is likely you do not have the permissions to access this file as the current user
                                      npm ERR!
                                      npm ERR! If you believe this might be a permissions issue, please double-check the
                                      npm ERR! permissions of the file and its containing directories, or try running
                                      npm ERR! the command again as root/Administrator (though this is not recommended).
                                      
                                      npm ERR! A complete log of this run can be found in:
                                      npm ERR!     /home/pi/.npm/_logs/2019-05-17T14_56_12_770Z-debug.log
                                      pi@raspberrypi:/opt/iobroker $
                                      
                                      
                                      AlCalzoneA Offline
                                      AlCalzoneA Offline
                                      AlCalzone
                                      Developer
                                      schrieb am zuletzt editiert von
                                      #27

                                      @denjo was ist die Ausgabe von

                                      ls -la /opt/iobroker/node_modules
                                      

                                      Und

                                      cat /opt/iobroker/INSTALLER_INFO.txt 
                                      

                                      ?

                                      Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                                      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

                                      611

                                      Online

                                      32.8k

                                      Benutzer

                                      82.8k

                                      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