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. Amazon Dash Button für ioBroker nutzen

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    13
    1
    147

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.3k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.3k

Amazon Dash Button für ioBroker nutzen

Scheduled Pinned Locked Moved ioBroker Allgemein
385 Posts 86 Posters 108.0k Views 1 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.
  • cvidalC Offline
    cvidalC Offline
    cvidal
    Forum Testing
    wrote on last edited by
    #213

    @Tolkin:

    Ok und wie kann ich meinen Dash-Button dann damit verknüpfen..? Gibt es dazu auch eine Anleitung ? `

    Adapter installieren und dann musst der dashbutton nur betätigt werden, taucht dann in den Objekten auf. Es gibt aber wohl buttons die nicht erkannt werden…

    Gruß Christian

    1 Reply Last reply
    0
    • kmxakK Offline
      kmxakK Offline
      kmxak
      Most Active
      wrote on last edited by
      #214

      Genau. Den Button ins WLAN bringen mit Amazon App aber beim Produkt wählen abbrechen!! Dann nur einmal betätigen und er sollte unter Objekte auftauchen.

      Gesendet von meinem SM-G930F mit Tapatalk

      Gruß Alex

      1 Reply Last reply
      0
      • Espace0401E Offline
        Espace0401E Offline
        Espace0401
        wrote on last edited by
        #215

        @kmxak:

        Genau. Den Button ins WLAN bringen mit Amazon App aber beim Produkt wählen abbrechen!! Dann nur einmal betätigen und er sollte unter Objekte auftauchen.

        Gesendet von meinem SM-G930F mit Tapatalk `
        Und wenn nicht?????

        Iobroker in LXC-Container auf Proxmox 8 - Sicherung auf PBS - Homematic CCU2 - Netatmo Wetterstation und Thermostat

        1 Reply Last reply
        0
        • kmxakK Offline
          kmxakK Offline
          kmxak
          Most Active
          wrote on last edited by
          #216

          Ist was schief gelaufen oder du hast einen dash Button erwischt der nicht geht.

          Gesendet von meinem SM-G930F mit Tapatalk

          Gruß Alex

          1 Reply Last reply
          0
          • TolkinT Offline
            TolkinT Offline
            Tolkin
            wrote on last edited by
            #217

            Ich habe ihn gefunden, wenn ich den Dash-Button betätige, taucht er mit der MAC-Adresse unter Objekte auf ;) Zeitgleich bekomme ich aber ständig von Amazon eine Push-Nachricht " Ihr Button ist fast einsatzbereit. Beenden Sie den Setup-Prozess, um Ihren Dash Button zu verwenden" ??

            Eigentlich möchte ich in Zukunft damit mein Garagentor öffnen und das ohne Meldung von Amazon ;)

            1 Reply Last reply
            0
            • kmxakK Offline
              kmxakK Offline
              kmxak
              Most Active
              wrote on last edited by
              #218

              In der Amazon App kannst das deaktivieren

              Gesendet von meinem SM-G930F mit Tapatalk

              Gruß Alex

              1 Reply Last reply
              0
              • TolkinT Offline
                TolkinT Offline
                Tolkin
                wrote on last edited by
                #219

                Wie kann ich jetzt den Button auf mein HM Funk-Schaltaktor mit Klemmanschluss verknüpfen?

                1 Reply Last reply
                0
                • kmxakK Offline
                  kmxakK Offline
                  kmxak
                  Most Active
                  wrote on last edited by
                  #220

                  Per JavaScript. Blockly z.b

                  Gesendet von meinem SM-G930F mit Tapatalk

                  Gruß Alex

                  1 Reply Last reply
                  0
                  • TolkinT Offline
                    TolkinT Offline
                    Tolkin
                    wrote on last edited by
                    #221

                    Hat jemand eine kleine Anleitung, wie sowas programmiert wird?!?

                    1 Reply Last reply
                    0
                    • kmxakK Offline
                      kmxakK Offline
                      kmxak
                      Most Active
                      wrote on last edited by
                      #222

                      sowas sollte theoretisch gehen..

                      ganz simpler blockly export wo du die objekte noch anpassen musst und die werte was er machen soll

                      on({id: 'default', val: true}, function (obj) {
                        var value = obj.state.val;
                        var oldValue = obj.oldState.val;
                        setStateDelayed('Object ID', true, false, parseInt(0, 10), false);
                      });
                      
                      

                      glaube der delay braucht man nicht bin aber absoluter anfänger

                      Gruß Alex

                      1 Reply Last reply
                      0
                      • Chris_71C Offline
                        Chris_71C Offline
                        Chris_71
                        wrote on last edited by
                        #223

                        Hallo,

                        bitte für das nächste Update als weitere MAC "18742E" aufnehmen - hab 2 Buttons deren MAC so anfängt.

                        Merci

                        1 Reply Last reply
                        0
                        • kmxakK Offline
                          kmxakK Offline
                          kmxak
                          Most Active
                          wrote on last edited by
                          #224

                          wie findest du die mac heraus?

                          Gruß Alex

                          1 Reply Last reply
                          0
                          • Espace0401E Offline
                            Espace0401E Offline
                            Espace0401
                            wrote on last edited by
                            #225

                            @kmxak:

                            wie findest du die mac heraus? `
                            Im Router nachsehen!

                            Iobroker in LXC-Container auf Proxmox 8 - Sicherung auf PBS - Homematic CCU2 - Netatmo Wetterstation und Thermostat

                            1 Reply Last reply
                            0
                            • kmxakK Offline
                              kmxakK Offline
                              kmxak
                              Most Active
                              wrote on last edited by
                              #226

                              ok habe nun die mac aber die sieht anders aus als im code. Muss ich die convertieren oder was mache ich damit?

                              Gruß Alex

                              1 Reply Last reply
                              0
                              • BluefoxB Offline
                                BluefoxB Offline
                                Bluefox
                                wrote on last edited by
                                #227

                                @kmxak:

                                ok habe nun die mac aber die sieht anders aus als im code. Muss ich die convertieren oder was mache ich damit? `
                                Wie sieht die Adresse aus? Poste die erste 3 Gruppen hier. AB:CD:EF:BL:AB:LA

                                1 Reply Last reply
                                0
                                • D Offline
                                  D Offline
                                  Dirk18
                                  wrote on last edited by
                                  #228

                                  Hallo,

                                  habe auch 2 Dash Buttons die nicht erkannt werden.

                                  Der Adapter sollte richtig installiert sein, wenn ich mein Amazon Echo neustarte wird er als Objekt eingetragen.

                                  Die Mac Adressen der buttons hab ich eingetragen (eine davon, die andere war drin)

                                  In der fritzbox melden sich die buttons korrekt im wlan an.

                                  Was kann man noch machen?

                                  Gruß Dirk

                                  1 Reply Last reply
                                  0
                                  • HomoranH Do not disturb
                                    HomoranH Do not disturb
                                    Homoran
                                    Global Moderator Administrators
                                    wrote on last edited by
                                    #229

                                    @Dirk18:

                                    Was kann man noch machen? `
                                    Lesen, verstehen und befolgen, was im Post über deinem steht ;-)

                                    Gruß

                                    Rainer

                                    kein Support per PN! - Fragen im Forum stellen -

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

                                    ioBroker freut sich auch über eine Spende für das Forum. Benutzt dazu den Spendenbutton im Header. Danke!

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

                                    1 Reply Last reply
                                    0
                                    • D Offline
                                      D Offline
                                      Dirk18
                                      wrote on last edited by
                                      #230

                                      Das sind die Mac Adressen.

                                      FC:A6:67:

                                      68:37:E9:

                                      Die habe ich in die main.js eingetragen

                                      Der Echo hat die FC:A6:67: der wir unter objekte angezeigt.

                                      Die buttons nicht

                                      1 Reply Last reply
                                      0
                                      • kmxakK Offline
                                        kmxakK Offline
                                        kmxak
                                        Most Active
                                        wrote on last edited by
                                        #231

                                        68:37:E9

                                        hier meine.

                                        Gruß Alex

                                        1 Reply Last reply
                                        0
                                        • T Offline
                                          T Offline
                                          Tobi81
                                          wrote on last edited by
                                          #232

                                          Hallo liebe Leute,

                                          ich habe schon hin und her probiert, aber ich bekomme den Dash Adapter einfach nicht zum Laufen. :-(

                                          Bei der Installation bekomme ich ein paar Warnings:

                                          $ ./iobroker add amazon-dash
                                          npm install iobroker.amazon-dash --production --prefix "/opt/iobroker" (System call)
                                          npm
                                          
                                          WARN
                                           lifecycle iobroker.amazon-dash@0.2.3~preinstall: cannot run in wd %s %s (wd=%s) iobroker.amazon-dash@0.2.3 apt-get install libpcap-dev -y || true /opt/iobroker/node_modules/.staging/iobroker.amazon-dash-eb5038e9
                                          host.iobroker install adapter amazon-dash
                                          npm install --production (System call) in "/opt/iobroker/node_modules/iobroker.amazon-dash"
                                          npm
                                           WARN lifecycle iobroker.amazon-dash@0.2.3~preinstall: cannot run in wd %s %s (wd=%s) iobroker.amazon-dash@0.2.3 apt-get install libpcap-dev -y || true /opt/iobroker/node_modules/iobroker.amazon-dash
                                          ../socket_watcher.cpp: In static member function ‘static void SocketWatcher::New(const Nan::FunctionCallbackInfo<v8::value>&)’:../socket_watcher.cpp:104:49: warning: ‘v8::Local <v8::object>v8::Function::NewInstance() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                               info.GetReturnValue().Set(cons->NewInstance());
                                                                                           ^
                                          
                                          In file included from /root/.node-gyp/6.11.3/include/node/v8.h:25:0,                 from /root/.node-gyp/6.11.3/include/node/node.h:42,
                                                           from ../../nan/nan.h:49,
                                                           from ../socket_watcher.hpp:8,
                                                           from ../socket_watcher.cpp:5:
                                          /root/.node-gyp/6.11.3/include/node/v8.h:3276:52: note: declared here
                                             V8_DEPRECATED("Use maybe version", Local <object>NewInstance() const);
                                                                                              ^
                                          /root/.node-gyp/6.11.3/include/node/v8config.h:333:3: note: in definition of macro ‘V8_DEPRECATED’
                                             declarator __attribute__((deprecated(message)))
                                             ^~~~~~~~~~
                                          
                                          ../pcap_session.cc: In static member function ‘static void PcapSession::New(const Nan::FunctionCallbackInfo<v8::value>&)’:../pcap_session.cc:46:49: warning: ‘v8::Local <v8::object>v8::Function::NewInstance() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                               info.GetReturnValue().Set(cons->NewInstance());
                                                                                           ^
                                          
                                          In file included from /root/.node-gyp/6.11.3/include/node/v8.h:25:0,                 from /root/.node-gyp/6.11.3/include/node/node.h:42,
                                                           from ../../nan/nan.h:49,
                                                           from ../pcap_session.h:4,
                                                           from ../pcap_session.cc:7:
                                          /root/.node-gyp/6.11.3/include/node/v8.h:3276:52: note: declared here
                                             V8_DEPRECATED("Use maybe version", Local <object>NewInstance() const);
                                                                                              ^
                                          /root/.node-gyp/6.11.3/include/node/v8config.h:333:3: note: in definition of macro ‘V8_DEPRECATED’
                                             declarator __attribute__((deprecated(message)))
                                             ^~~~~~~~~~
                                          
                                          got /opt/iobroker/node_modules/iobroker.amazon-dash/admin
                                          upload [1] amazon-dash.admin /opt/iobroker/node_modules/iobroker.amazon-dash/admin/index.html index.html text/html
                                          upload [0] amazon-dash.admin /opt/iobroker/node_modules/iobroker.amazon-dash/admin/amazon-dash.png amazon-dash.png image/png
                                          host.iobroker object system.adapter.amazon-dash created
                                          host.iobroker create instance amazon-dash
                                          host.iobroker object system.adapter.amazon-dash.0.outputCount created
                                          host.iobroker object system.adapter.amazon-dash.0.inputCount created
                                          host.iobroker object system.adapter.amazon-dash.0.uptime created
                                          host.iobroker object system.adapter.amazon-dash.0.memRss created
                                          host.iobroker object system.adapter.amazon-dash.0.memHeapTotal created
                                          host.iobroker object system.adapter.amazon-dash.0.memHeapUsed created
                                          host.iobroker object system.adapter.amazon-dash.0.connected created
                                          host.iobroker object system.adapter.amazon-dash.0.alive created
                                          host.iobroker object system.adapter.amazon-dash.0 created
                                          process exited with code 0
                                          
                                          Nach dem Hinzufügen der Instanz trage ich "wlan0" als "PCAP Interface" ein. Hatte es aber auch schon auf LEER.
                                          
                                          Danach sehe ich unter Objekte ein "system.adapter.amazon-dash.0":
                                          
                                          ![](http://ww.iobroker.com/forum/download/file.php?id=14591&t=1&sid=851bab60ee3ff2cf4a2b530571944dd1)~~![](</s><URL url=)<link_text text="http://ww.iobroker.com/forum/download/f ... 0571944dd1">http://ww.iobroker.com/forum/download/file.php?id=14591&t=1&sid=851bab60ee3ff2cf4a2b530571944dd1</link_text>" />
                                          
                                          Jetzt drücke ich ein paar mal auf meine beiden Dash-Buttons, aber nichts passiert. Die Macadressen stehen im Adapter in der main.js.
                                          
                                          Wenn ich dann in dem Objekte-Reiter auf "refresh" klicke, ist der Punkt "system.adapter.amazon-dash.0" weg. 
                                          
                                          Das ist doch nicht normal, oder?
                                          
                                          Auch müsste der Punkt anders heißen, oder?
                                          
                                          Hat jemand eine Idee?
                                          
                                          Vielen Dank,
                                          
                                          Tobi
                                            [2992_bildschirmfoto_2017-09-13_um_21.41.34.png](/assets/uploads/files/2992_bildschirmfoto_2017-09-13_um_21.41.34.png)~~</object></v8::object></v8::value></object></v8::object></v8::value> 
                                          
                                          1 Reply Last reply
                                          0
                                          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

                                          518

                                          Online

                                          32.7k

                                          Users

                                          82.4k

                                          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