Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

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

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Amazon Dash Button für ioBroker nutzen

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.3k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.4k

Amazon Dash Button für ioBroker nutzen

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
385 Beiträge 86 Kommentatoren 101.9k Aufrufe 1 Watching
  • Ä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.
  • PatrickP Offline
    PatrickP Offline
    Patrick
    schrieb am zuletzt editiert von
    #33

    __Zum Python problem … Siehe http://stackoverflow.com/questions/2136 ... g-with-npm

    Du brauchst python 2.7 + das muss in die environment variable eingetragen sein, da das PCAP Modul kompiliert werden muss und natürlich brauchst du PCAP für Windows!

    Dein Log sagt ja auch:

    Can't find Python executable "python", you can set the PYTHON env variable.gyp ERR! stack at failNoPython__

    Nach dem ich auf Grund diesen Beitrags PYTHON 2.7 installiert habe und das auch in die System variablen eingetragen habe, verschwand bei mir der erste teil der Error´s (aber bei Windows)

    was ist socketwatcher@0.3.0??

    und kann das mit den anderen Fehlermeldungen zutun haben?

    1 Antwort Letzte Antwort
    0
    • P Offline
      P Offline
      PArt
      schrieb am zuletzt editiert von
      #34

      socketwatcher ist teil von pcap und für das "Sniffen" der Anmeldepakete verantwortlich und ist der Teil, der eben individuell kompiliert werden muss …

      1 Antwort Letzte Antwort
      0
      • oldi-2000O Offline
        oldi-2000O Offline
        oldi-2000
        schrieb am zuletzt editiert von
        #35

        ??? [emoji20]

        Gesendet von meinem LG-H815 mit Tapatalk

        1 Antwort Letzte Antwort
        0
        • oldi-2000O Offline
          oldi-2000O Offline
          oldi-2000
          schrieb am zuletzt editiert von
          #36

          So ich habe Python jetzt nach einiger Rechereche installiert und in die configs von node-Gyp und npm eingetragen.

          Jetzt habe ich bei der Adapter Installation diesen Fehler:````
          $ ./iobroker add amazon-dash
          npm install iobroker.amazon-dash --production --prefix "/opt/iobroker" (System call)
          gyp

          ERR!
          UNCAUGHT EXCEPTION
          gyp

          ERR! stack Error: spawn EACCESgyp
          ERR!
          stack at exports._errnoException (util.js:907:11)gyp ERR! stack at ChildProcess.spawn (internal/child_process.js:298:11)
          gyp ERR! stack at exports.spawn (child_process.js:362:9)
          gyp ERR! stack at exports.execFile (child_process.js:151:15)
          gyp ERR! stack at checkPythonVersion (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:419:5)
          gyp ERR! stack at /usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:361:9
          gyp ERR! stack at /usr/lib/node_modules/npm/node_modules/which/which.js:88:20
          gyp ERR! stack at /usr/lib/node_modules/npm/node_modules/which/node_modules/isexe/index.js:44:5

          gyp ERR! stack at /usr/lib/node_modules/npm/node_modules/which/node_modules/isexe/access.js:8:5gyp ERR! stack at FSReqWrap.oncomplete (fs.js:82:15)
          gyp ERR! System
          Linux 4.4.0-36-genericgyp ERR! command "/usr/bin/nodejs" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
          gyp
          ERR! cwd /opt/iobroker/node_modules/iobroker.amazon-dash/node_modules/pcap/node_modules/socketwatcher
          gyp ERR! node -v v4.5.0gyp ERR! node-gyp -v v3.4.0
          gyp ERR! This is a bug in node-gyp.
          gyp ERR! Try to update node-gyp and file an Issue if it does not help:
          gyp ERR! <https: github.com/nodejs/node-gyp/issues="">

          npm

          ERR!
          Linux 4.4.0-36-genericnpm
          ERR!
          argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "iobroker.amazon-dash" "--production" "--prefix" "/opt/iobroker"npm ERR! node v4.5.0
          npm
          ERR! npm v2.15.9npm ERR! code ELIFECYCLE

          npm ERR! socketwatcher@0.3.0 install: node-gyp rebuildnpm ERR!
          Exit status 7
          npm ERR!
          npm ERR! Failed at the socketwatcher@0.3.0 install script 'node-gyp rebuild'.
          npm ERR! This is most likely a problem with the socketwatcher package,

          npm ERR! not with npm itself.npm ERR! Tell the author that this fails on your system:
          npm ERR! node-gyp rebuild
          npm ERR! You can get information on how to open an issue for this project with:
          npm ERR! npm bugs socketwatcher
          npm ERR! Or if that isn't available, you can get their info via:
          npm ERR!
          npm ERR! npm owner ls socketwatcher
          npm ERR! There is likely additional logging output above.

          npm
          ERR! Please include the following file with any support request:npm ERR! /npm-debug.log

          ERROR: host.iobrokerVM Cannot install iobroker.amazon-dash: 1
          ERROR: process exited with code 25</https:>

          
          Alle anderen Adapter lassen sich installieren und funktionieren.
          
          Mein Wissensstand reicht einfach nicht aus das zu lösen und das Internet hilft auch nicht mehr weiter. :cry:
          
          Hat einer ne Idee?
          
          MFG
          
          Daniel
          1 Antwort Letzte Antwort
          0
          • PatrickP Offline
            PatrickP Offline
            Patrick
            schrieb am zuletzt editiert von
            #37

            Hat sonst keiner das Problem?

            1 Antwort Letzte Antwort
            0
            • BluefoxB Offline
              BluefoxB Offline
              Bluefox
              schrieb am zuletzt editiert von
              #38

              > This is a bug innode-gyp `

              Versuch mal

              npm install node-gyp –force -g

              (Vielleicht als sudo)

              Kann es sein, dass du node.js Version upgedated hast?

              1 Antwort Letzte Antwort
              0
              • HomoranH Nicht stören
                HomoranH Nicht stören
                Homoran
                Global Moderator Administrators
                schrieb am zuletzt editiert von
                #39

                @oldi-2000:

                ERR! stack Error: spawn EACCESgyp `
                Welcher User??

                @Bluefox:

                Kann es sein, dass du node.js Version upgedated hast? `
                @oldi-2000:

                node -v v4.5.0gyp ERR! node-gyp -v v3.4.0 `

                Gruß

                Rainer

                kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                1 Antwort Letzte Antwort
                0
                • oldi-2000O Offline
                  oldi-2000O Offline
                  oldi-2000
                  schrieb am zuletzt editiert von
                  #40

                  Was ist mit node, zu neu?? Und wie, welcher user??

                  Gesendet von meinem LG-H815 mit Tapatalk

                  1 Antwort Letzte Antwort
                  0
                  • S Offline
                    S Offline
                    sirtwist672
                    schrieb am zuletzt editiert von
                    #41

                    Hallo,

                    Ich hab folgendes Phänomen:

                    bei mir erscheinen in den Objekten insgesamt 3 Geräte, obwohl ich nur einen Dash habe

                    beim Nachforschen der Mac Adressen bin dann darauf gestoßen das die anderen Geräte ein Fire tv stick und ein Kindle Ebook sind.

                    kann man die irgendwie rausfiltern?

                    ist aber nicht so wichtig, macht die Sache nur etwas unübersichtlicher.

                    Wenn mans weis kann man die weiteren Geräte ja Ignorieren

                    Sirtwist

                    1 Antwort Letzte Antwort
                    0
                    • C Offline
                      C Offline
                      charlyphyro
                      schrieb am zuletzt editiert von
                      #42

                      Hallo zusammen,

                      Hat auf anhieb funktioniert! 1000 Dank für den Adapter!

                      Wer möchte, hab eine Vorlage gebastelt. So kann man sich sein eigenes Etikett erstellen.

                      Charly
                      978_dash_button.jpg
                      978_img_0857.jpg

                      1 Antwort Letzte Antwort
                      0
                      • M Offline
                        M Offline
                        Moses1989
                        schrieb am zuletzt editiert von
                        #43

                        Ich habe das gleiche Problem wie oldi-2000.

                        Server läuft auch mit Ubuntu 16 und ich bekomme den Dash Button Adapter auch nicht installiert.

                        Ich habe Python 2.7.12 und Node v0.10.33 drauf.

                        $ ./iobroker add amazon-dash
                        npm install iobroker.amazon-dash --production --prefix "/opt/iobroker" (System call)
                        npm
                         ERR! not a package /tmp/npm-3186-jmsB2Zl0/github.com/mranney/node_pcap
                        npm
                         ERR! Error: ENOENT, open '/tmp/npm-3186-jmsB2Zl0/github.com/mranney/node_pcap-unpack/package.json'
                        npm
                         ERR! If you need help, you may report this *entire* log,npm ERR! including the npm and node versions, at:
                        npm ERR!     <http: github.com/npm/issues="">
                        
                        npm
                         ERR! System Linux 4.4.0-38-genericnpm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker.amazon-dash" "--production" "--prefix" "/opt/iobroker"
                        npm
                         ERR! cwd /npm ERR! node -v v0.10.33
                        
                        npm ERR! npm -v 1.4.28
                        npm ERR! path /tmp/npm-3186-jmsB2Zl0/github.com/mranney/node_pcap-unpack/package.json
                        npm ERR! code ENOENT
                        npm ERR! errno 34
                        npm ERR! not ok code 0
                        ERROR: host.server Cannot install iobroker.amazon-dash: 34
                        ERROR: process exited with code 25</http:>
                        

                        Hat jemand vielleicht noch eine Idee ?

                        @oldi-2000 Hast du es ans laufen bekommen?

                        grüße moses

                        1 Antwort Letzte Antwort
                        0
                        • oldi-2000O Offline
                          oldi-2000O Offline
                          oldi-2000
                          schrieb am zuletzt editiert von
                          #44

                          Hallo nein leider noch nicht

                          Gesendet von meinem LG-H815 mit Tapatalk

                          1 Antwort Letzte Antwort
                          0
                          • lobomauL Offline
                            lobomauL Offline
                            lobomau
                            schrieb am zuletzt editiert von
                            #45

                            Hab mir grad meinen zweiten Dash Button bestellt und es wurden sofort 4,99EUR als Gutschein abgezogen! Hab ihn also umsonst :D

                            Dazu hatte ich drei g-Tags gekauft. Keine AUhnung warum. Probiert mal aus. Ich hatte den amazon dash button universal ausgewählt (Avery Zweckform).

                            Host: NUC8i3 mit Proxmox:

                            • ioBroker CT Debian 13, npm 10.9.3, nodejs 22.20.0
                            • Slave: Pi4
                            1 Antwort Letzte Antwort
                            0
                            • H Online
                              H Online
                              holgerwolf
                              schrieb am zuletzt editiert von
                              #46

                              Sorry… Der Adapter kann das ja schon längst. Kommt aus der Beschreibung nicht klar raus:

                              Der Adapter braucht kein WLAN am Host!

                              Gruß

                              Holger


                              Hallo,

                              so wie ich das hier verstanden habe, funktioniert der Adapter nur mit einem WLAN am Host. Kann man den Adapter nicht so programmieren, dass er generell das gesamte Netz nach dem Anmeldevorgang "snifft"? Selbst wenn ich meinem iobroker Banana ein WLAN spendiere, nutzt das mir im Serverkämmerchen wenig.

                              Hier hat jemand ein Script dafür geschrieben:

                              https://blog.thesen.eu/aktuellen-dash-b ... en-hacken/

                              Das habe ich recht einfach zum Laufen bekommen. Reagiert auf den Knopf auch beim Anmelden über ein Router-(FritzBox)-WLAN.

                              Jetzt müsste man daraus nur noch einen Adapter basteln...

                              Leider bin ich mit sowas überfordert :-(

                              Danke und Gruß

                              Holger

                              1 Antwort Letzte Antwort
                              0
                              • BluefoxB Offline
                                BluefoxB Offline
                                Bluefox
                                schrieb am zuletzt editiert von
                                #47

                                Ich bezweifle, dass es unter Windows möglich wird.

                                1 Antwort Letzte Antwort
                                0
                                • M Offline
                                  M Offline
                                  mayer
                                  schrieb am zuletzt editiert von
                                  #48

                                  Hi, ich mache das über einen kleinen Umweg:

                                  Amazon Dash Button Hack

                                  http://www.instructables.com/id/Amazon- … /?ALLSTEPS

                                  Curl für Windows -> http Kommando an den ioBroker simple-api adapter.

                                  Funzt!

                                  Gruss, mayer

                                  1 Antwort Letzte Antwort
                                  0
                                  • lobomauL Offline
                                    lobomauL Offline
                                    lobomau
                                    schrieb am zuletzt editiert von
                                    #49

                                    @lobomau:

                                    Hab mir grad meinen zweiten Dash Button bestellt und es wurden sofort 4,99EUR als Gutschein abgezogen! Hab ihn also umsonst :D

                                    Dazu hatte ich drei g-Tags gekauft. Keine AUhnung warum. Probiert mal aus. Ich hatte den amazon dash button universal ausgewählt (Avery Zweckform). `
                                    Ich habe eben wieder einen Dash Button geordert und sofort wurden 4,99€ als Gutschein abgezogen. Damit habe ich drei Buttons für insgesamt 4,99 :D

                                    Ist tatsächlich so. Steht als ein Kommentar unter Amazon Dash Button Hack

                                    http://www.instructables.com/id/Amazon- … /?ALLSTEPS

                                    > I strongly suggest you setup the button with the mobile app and associate it with your Amazon account though. I realized if you do that, and you push the button at least once (Even if you didn't "select a product") the next time you buy something from Amazon normally (not with the button) you will recieve a $5 credit! Doesn't matter what you buy!!!

                                    Host: NUC8i3 mit Proxmox:

                                    • ioBroker CT Debian 13, npm 10.9.3, nodejs 22.20.0
                                    • Slave: Pi4
                                    1 Antwort Letzte Antwort
                                    0
                                    • lobomauL Offline
                                      lobomauL Offline
                                      lobomau
                                      schrieb am zuletzt editiert von
                                      #50

                                      @mayer:

                                      Hi, ich mache das über einen kleinen Umweg:

                                      Amazon Dash Button Hack

                                      http://www.instructables.com/id/Amazon- … /?ALLSTEPS

                                      Curl für Windows -> http Kommando an den ioBroker simple-api adapter. `
                                      Was ist das genaue Ergebnis von diesem Hack? Erschließt sich mir nicht.

                                      Bei mir laufen die Dash Buttons gut mit dem Adapter, aber für gewisse Anwendungen wäre es ohne die Latenz besser.

                                      Host: NUC8i3 mit Proxmox:

                                      • ioBroker CT Debian 13, npm 10.9.3, nodejs 22.20.0
                                      • Slave: Pi4
                                      1 Antwort Letzte Antwort
                                      0
                                      • M Offline
                                        M Offline
                                        mayer
                                        schrieb am zuletzt editiert von
                                        #51

                                        @lobomau:

                                        Was ist das genaue Ergebnis von diesem Hack? Erschließt sich mir nicht.

                                        Bei mir laufen die Dash Buttons gut mit dem Adapter, aber für gewisse Anwendungen wäre es ohne die Latenz besser. `

                                        Auf meinem MacMini bekomme ich Adapter nicht zum laufen bzw. gar nicht erst installiert. Da bei mir sowieso noch eine Windows-Büchse als Mediaserver und Heizungslogger läuft, habe ich das eben so gelöst.

                                        Mit der Latenz hat das nix zu tun. Die bleibt.

                                        Gruss, mayer

                                        1 Antwort Letzte Antwort
                                        0
                                        • H Online
                                          H Online
                                          holgerwolf
                                          schrieb am zuletzt editiert von
                                          #52

                                          Längere Geschichte (habe jetzt zwei Tage rumgebastelt). Ich habe es jetzt zwei Mal durchgespielt.

                                          Der Adapter lässt sich nicht bei einer node Version >= 4 installiern und laufen. Geht man zurück auf die 0.12 geht die Installation und der Adapter funktioniert auch. Updatet man node wieder auf 4.x läuft der Adpater nicht mehr.

                                          Hier die Fehlermedung aus dem log:

                                          host-lemaker	2016-10-12 14:49:16.265	error	instance system.adapter.amazon-dash.0 terminated with code 0 (OK)
                                          Error:	2016-10-12 14:49:15.424	error	at Module.load (module.js:356:32)
                                          Error:	2016-10-12 14:49:15.424	error	at Object.Module._extensions..js (module.js:442:10)
                                          Error:	2016-10-12 14:49:15.424	error	at Module._compile (module.js:435:26)
                                          Error:	2016-10-12 14:49:15.424	error	at Object. (/opt/iobroker/node_modules/iobroker.amazon-dash/node_modules/pcap/pcap.js:3:21)
                                          Error:	2016-10-12 14:49:15.424	error	at require (module.js:385:17)
                                          Error:	2016-10-12 14:49:15.424	error	at Module.require (module.js:366:17)
                                          Error:	2016-10-12 14:49:15.424	error	at Function.Module._load (module.js:311:12)
                                          Error:	2016-10-12 14:49:15.424	error	at Module.load (module.js:356:32)
                                          Error:	2016-10-12 14:49:15.424	error	at Object.Module._extensions..node (module.js:460:18)
                                          Error:	2016-10-12 14:49:15.424	error	at Error (native)
                                          Error:	2016-10-12 14:49:15.424	error	Module version mismatch. Expected 46, got 14.
                                          uncaught	2016-10-12 14:49:15.368	error	exception: Module version mismatch. Expected 46, got 14.
                                          

                                          Kann meinen Banana leider nicht mit der 0.12 laufen lassen, da er so nach ner gewissen Zeit abschmiert (anderes Problem).

                                          Irgend eine Idee?

                                          Gruß

                                          Holger

                                          1 Antwort Letzte Antwort
                                          0
                                          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

                                          731

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          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