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

donate donate
  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.9k

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

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

Amazon Dash Button für ioBroker nutzen

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
385 Beiträge 86 Kommentatoren 102.4k 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.
  • J Offline
    J Offline
    Jan201
    schrieb am zuletzt editiert von
    #274

    Hallo, also der Knopf hat: 00:FC:8B:34:AF:41

    Habe den Adapter neu gestartet und es kam folgendes:

    amazon-dash.0 2017-12-20 15:41:25.253 info starting pcap session on interface wlan0

    amazon-dash.0 2017-12-20 15:41:25.243 info starting. Version 0.2.5 in /opt/iobroker/node_modules/iobroker.amazon-dash, node: v6.12.0

    amazon-dash.0 2017-12-20 15:41:25.185 info States connected to redis: 127.0.0.1:6379

    host.ioBroker-Pi 2017-12-20 15:41:23.503 info instance system.adapter.amazon-dash.0 started with pid 10227

    host.ioBroker-Pi 2017-12-20 15:41:23.456 info object change system.adapter.amazon-dash.0

    host.ioBroker-Pi 2017-12-20 15:41:07.040 info instance system.adapter.amazon-dash.0 terminated with code 0 (OK)

    amazon-dash.0 2017-12-20 15:41:06.904 info terminating

    amazon-dash.0 2017-12-20 15:41:06.881 info cleaned everything up…

    host.ioBroker-Pi 2017-12-20 15:41:06.875 info stopInstance system.adapter.amazon-dash.0 killing pid 3657

    host.ioBroker-Pi 2017-12-20 15:41:06.872 info stopInstance system.adapter.amazon-dash.0

    Das mit der MAC manuell eintragen in der main.js habe ich noch nicht so richtig verstanden. Wo kann ich das machen?

    |Hardwaresystem:| NUC|
    |Arbeitsspeicher:| 8GB |
    |Festplattenart:| 250gb SSD |
    |Betriebssystem:| Proxmox , Ubuntu 21.10 |
    |Node-Version:| vv20.15.1 |
    |Nodejs-Version:| vv20.15.1 |
    |NPM-Version:| 10.7.0 |

    1 Antwort Letzte Antwort
    0
    • J Offline
      J Offline
      Jan201
      schrieb am zuletzt editiert von
      #275

      @arteck:

      die MAC ist so wie ich das sehe nicht im Adapter eingetragen

      du könntest probeweise diesen erweitern

      stoppe den iobroker

      öffne die datei /iobroker/node_modules/iobroker.amazon-dash/main.js

      dort findest du ein array mit den MAC adressen ganz am anfang

      var MACs = [
          "747548",
          "F0D2F1",
          "8871E5",
          "74C246",
          "F0272D",
          "34D270",
          "0C47C9",
          "A002DC",
          "AC63BE",
          "44650D",
          "50F5DA",
          "84D6D0",
          "B47C9C",
          "FCA667"
      ];
      

      ersetzte es durch diese

      var MACs = [
          "747548",
          "F0D2F1",
          "8871E5",
          "74C246",
          "F0272D",
          "34D270",
          "0C47C9",
          "A002DC",
          "AC63BE",
          "44650D",
          "50F5DA",
          "84D6D0",
          "B47C9C",
          "FCA667",
          "40B4CD"
      ];
      

      speichern und iobroker wieder starten…

      der adapter sollte jetzt auch deine MAC kennen

      bedenke bitte aktualisierst du diesen Adapter ist deine Änderung wieder futsch `
      Wie kann ich die Datei mit einem Windows10 rechner öffen? muss ich dazu die karte aus dem PI nehmen? habe jetzt alles durchgelesen aber keine antwort gefunden. Die sechs zahlen/Buchstaben, sind das die ersten von meiner MAC adresse nur ohne ":" ? Wird der ordner "amazon-dash.0" automatisch erzeugt wenn er ein objekt findet? Ich habe auch einen Echo am laufen der wird auch nicht gefunden.

      |Hardwaresystem:| NUC|
      |Arbeitsspeicher:| 8GB |
      |Festplattenart:| 250gb SSD |
      |Betriebssystem:| Proxmox , Ubuntu 21.10 |
      |Node-Version:| vv20.15.1 |
      |Nodejs-Version:| vv20.15.1 |
      |NPM-Version:| 10.7.0 |

      1 Antwort Letzte Antwort
      0
      • arteckA Offline
        arteckA Offline
        arteck
        Developer Most Active
        schrieb am zuletzt editiert von
        #276

        log dich an der konsole an

        sudo nano /opt/iobroker/node_modules/iobroker.amazon-dash/main.js
        

        dor deine MAC adresse hinten drann eintragen

        00FC8B
        

        komma nicht vergessen…

        mit strg+x kannst du den editor verlassen..speichern nicht vergessen

        zigbee hab ich, zwave auch, nuc's genauso und HA auch

        1 Antwort Letzte Antwort
        0
        • J Offline
          J Offline
          Jan201
          schrieb am zuletzt editiert von
          #277

          Hat super geklappt, vielen dank :)

          |Hardwaresystem:| NUC|
          |Arbeitsspeicher:| 8GB |
          |Festplattenart:| 250gb SSD |
          |Betriebssystem:| Proxmox , Ubuntu 21.10 |
          |Node-Version:| vv20.15.1 |
          |Nodejs-Version:| vv20.15.1 |
          |NPM-Version:| 10.7.0 |

          1 Antwort Letzte Antwort
          0
          • J Offline
            J Offline
            j3sk0
            schrieb am zuletzt editiert von
            #278

            Hallo Zusammen,

            würde gerne meinen Amazon Dash nicht nur für Hundefutter nutzen bekommen den adapter aber nicht zum Laufen, ich habe bereits die https://github.com/PArns/ioBroker.amazo … /README.md befolgt sowie http://www.iobroker.net/docu/?page_id=5510&lang=de versucht leider ohne Erfolg. Python 3, node v6.11.2, npm v3.10.10.

            Synology DS 216play ohne Docker

            $ ./iobroker add amazon-dash
            npm install iobroker.amazon-dash --production --prefix "/opt/iobroker" (System call)
            npm
             WARN lifecycle iobroker.amazon-dash@0.2.7~preinstall: cannot run in wd %s %s (wd=%s) iobroker.amazon-dash@0.2.7 apt-get install libpcap-dev -y || true /opt/iobroker/node_modules/.staging/iobroker.amazon-dash-eb5038e9
            gyp
             ERR! build error 
            gyp ERR! stack Error: not found: makegyp ERR! stack
                 at getNotFoundError (/usr/local/lib/node_modules/npm/node_modules/which/which.js:14:12)gyp ERR! stack     at F (/usr/local/lib/node_modules/npm/node_modules/which/which.js:69:19)
            gyp
            
            ERR! stack     at E (/usr/local/lib/node_modules/npm/node_modules/which/which.js:81:29)gyp ERR! stack
                 at /usr/local/lib/node_modules/npm/node_modules/which/which.js:90:16gyp ERR!
             stack     at /usr/local/lib/node_modules/npm/node_modules/which/node_modules/isexe/index.js:44:5gyp ERR! stack     at /usr/local/lib/node_modules/npm/node_modules/which/node_modules/isexe/access.js:8:5
            gyp ERR!
             stack     at FSReqWrap.oncomplete (fs.js:123:15)gyp 
            ERR! System
             Linux 3.10.102gyp ERR! command "/volume1/@appstore/Node.js_v6/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
            gyp ERR! cwd /opt/iobroker/node_modules/bufferutil
            gyp ERR! node -v v6.11.2
            gyp ERR! node-gyp -v v3.4.0
            gyp ERR! not ok 
            
            node-pre-gyp
            
            ERR!
            
            Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v48-linux-arm.tar.gz
             node-pre-gyp
             ERR! Pre-built binaries not found for serialport@4.0.7 and node@6.11.2 (node-v48 ABI) (falling back to source compile with node-gyp) 
            gyp
            
            ERR!
             build error gyp ERR! stack Error: not found: make
            gyp ERR! stack     at getNotFoundError (/volume1/@appstore/Node.js_v6/usr/local/lib/node_modules/npm/node_modules/which/which.js:14:12)
            gyp ERR! stack
                 at F (/volume1/@appstore/Node.js_v6/usr/local/lib/node_modules/npm/node_modules/which/which.js:69:19)
            gyp ERR! stack     at E (/volume1/@appstore/Node.js_v6/usr/local/lib/node_modules/npm/node_modules/which/which.js:81:29)gyp ERR! stack     at /volume1/@appstore/Node.js_v6/usr/local/lib/node_modules/npm/node_modules/which/which.js:90:16
            gyp ERR! stack     at /volume1/@appstore/Node.js_v6/usr/local/lib/node_modules/npm/node_modules/which/node_modules/isexe/index.js:44:5
            gyp ERR! stack     at /volume1/@appstore/Node.js_v6/usr/local/lib/node_modules/npm/node_modules/which/node_modules/isexe/access.js:8:5
            gyp ERR! stack     at FSReqWrap.oncomplete (fs.js:123:15)
            gyp ERR! System Linux 3.10.102
            gyp ERR! command "/volume1/@appstore/Node.js_v6/usr/local/bin/node" "/volume1/@appstore/Node.js_v6/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release"
            gyp ERR! cwd /opt/iobroker/node_modules/serialport
            gyp ERR! node -v v6.11.2
            gyp ERR! node-gyp -v v3.4.0
            gyp ERR! not ok 
            node-pre-gyp ERR! build error 
            node-pre-gyp ERR! stack Error: Failed to execute '/volume1/@appstore/Node.js_v6/usr/local/bin/node /volume1/@appstore/Node.js_v6/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1)
            node-pre-gyp ERR! stack     at ChildProcess. <anonymous>(/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
            node-pre-gyp ERR! stack     at emitTwo (events.js:106:13)
            node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:191:7)
            node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:891:16)
            node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
            node-pre-gyp ERR! System Linux 3.10.102
            node-pre-gyp ERR! command "/volume1/@appstore/Node.js_v6/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
            node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport
            node-pre-gyp ERR! node -v v6.11.2
            node-pre-gyp ERR! node-pre-gyp -v v0.6.32
            node-pre-gyp ERR! not ok 
            
            gyp
            
            ERR! 
            build error
            
            gyp ERR! stack Error: not found: makegyp ERR! stack     at getNotFoundError (/usr/local/lib/node_modules/npm/node_modules/which/which.js:14:12)
            gyp ERR! stack     at F (/usr/local/lib/node_modules/npm/node_modules/which/which.js:69:19)
            gyp ERR! stack     at E (/usr/local/lib/node_modules/npm/node_modules/which/which.js:81:29)
            gyp ERR! stack     at /usr/local/lib/node_modules/npm/node_modules/which/which.js:90:16
            gyp ERR! stack     at /usr/local/lib/node_modules/npm/node_modules/which/node_modules/isexe/index.js:44:5
            gyp ERR! stack     at /usr/local/lib/node_modules/npm/node_modules/which/node_modules/isexe/access.js:8:5
            gyp ERR! stack     at FSReqWrap.oncomplete (fs.js:123:15)
            gyp ERR! System Linux 3.10.102
            gyp ERR! command "/volume1/@appstore/Node.js_v6/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
            gyp ERR! cwd /opt/iobroker/node_modules/socketwatcher
            gyp ERR! node -v v6.11.2
            gyp ERR! node-gyp -v v3.4.0
            gyp ERR! not ok 
            
            npm
             WARN
             optional SKIPPING OPTIONAL DEPENDENCY: bufferutil@1.1.0 (node_modules/bufferutil):npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bufferutil@1.1.0 install: `node-gyp rebuild`
            npm WARN 
            optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1npm WARN 
            optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport):npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build`
            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
            
            npm
             ERR! Linux 3.10.102
            npm
             ERR! 
            argv "/volume1/@appstore/Node.js_v6/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker.amazon-dash" "--production" "--prefix" "/opt/iobroker"npm ERR!
             node v6.11.2npm ERR! npm  v3.10.10
            npm ERR! code ELIFECYCLE
            
            npm ERR! socketwatcher@0.3.0 install: `node-gyp rebuild`
            npm ERR! Exit status 1
            npm ERR! 
            npm ERR! Failed at the socketwatcher@0.3.0 install script 'node-gyp rebuild'.
            npm ERR! Make sure you have the latest version of node.js and npm installed.
            npm ERR! If you do, 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 owner ls socketwatchernpm ERR! There is likely additional logging output above.
            
            npm ERR! Please include the following file with any support request:npm ERR!     /npm-debug.log
            
            host.NAS0815 install adapter amazon-dash
            npm install iobroker.amazon-dash --production --prefix "/opt/iobroker" (System call)
            npm WARN lifecycle iobroker.amazon-dash@0.2.7~preinstall: cannot run in wd %s %s (wd=%s) iobroker.amazon-dash@0.2.7 apt-get install libpcap-dev -y || true /opt/iobroker/node_modules/.staging/iobroker.amazon-dash-eb5038e9
            gyp
             ERR! build error gyp ERR! stack Error: not found: make
            gyp ERR! stack     at getNotFoundError (/usr/local/lib/node_modules/npm/node_modules/which/which.js:14:12)
            gyp ERR! stack     at F (/usr/local/lib/node_modules/npm/node_modules/which/which.js:69:19)
            gyp ERR! stack     at E (/usr/local/lib/node_modules/npm/node_modules/which/which.js:81:29)
            gyp ERR! stack     at /usr/local/lib/node_modules/npm/node_modules/which/which.js:90:16
            gyp ERR! stack     at /usr/local/lib/node_modules/npm/node_modules/which/node_modules/isexe/index.js:44:5
            gyp ERR! stack     at /usr/local/lib/node_modules/npm/node_modules/which/node_modules/isexe/access.js:8:5
            gyp ERR! stack     at FSReqWrap.oncomplete (fs.js:123:15)
            gyp ERR! System Linux 3.10.102
            gyp ERR! command "/volume1/@appstore/Node.js_v6/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
            gyp ERR! cwd /opt/iobroker/node_modules/bufferutil
            gyp ERR! node -v v6.11.2
            gyp ERR! node-gyp -v v3.4.0
            gyp ERR! not ok 
            
            node-pre-gyp
             ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v48-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@6.11.2 (node-v48 ABI) (falling back to source compile with node-gyp) 
            
            gyp
             ERR! build error gyp ERR! stack Error: not found: make
            gyp ERR! stack     at getNotFoundError (/volume1/@appstore/Node.js_v6/usr/local/lib/node_modules/npm/node_modules/which/which.js:14:12)
            gyp ERR! stack     at F (/volume1/@appstore/Node.js_v6/usr/local/lib/node_modules/npm/node_modules/which/which.js:69:19)
            gyp ERR! stack     at E (/volume1/@appstore/Node.js_v6/usr/local/lib/node_modules/npm/node_modules/which/which.js:81:29)
            gyp ERR! stack     at /volume1/@appstore/Node.js_v6/usr/local/lib/node_modules/npm/node_modules/which/which.js:90:16
            gyp ERR! stack     at /volume1/@appstore/Node.js_v6/usr/local/lib/node_modules/npm/node_modules/which/node_modules/isexe/index.js:44:5
            gyp ERR! stack     at /volume1/@appstore/Node.js_v6/usr/local/lib/node_modules/npm/node_modules/which/node_modules/isexe/access.js:8:5
            gyp ERR! stack     at FSReqWrap.oncomplete (fs.js:123:15)
            gyp ERR! System Linux 3.10.102
            gyp ERR! command "/volume1/@appstore/Node.js_v6/usr/local/bin/node" "/volume1/@appstore/Node.js_v6/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release"
            gyp ERR! cwd /opt/iobroker/node_modules/serialport
            gyp ERR! node -v v6.11.2
            gyp ERR! node-gyp -v v3.4.0
            gyp ERR! not ok 
            node-pre-gyp ERR! build error 
            node-pre-gyp ERR! stack Error: Failed to execute '/volume1/@appstore/Node.js_v6/usr/local/bin/node /volume1/@appstore/Node.js_v6/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1)
            node-pre-gyp ERR! stack     at ChildProcess. <anonymous>(/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
            node-pre-gyp ERR! stack     at emitTwo (events.js:106:13)
            node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:191:7)
            node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:891:16)
            node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
            node-pre-gyp ERR! System Linux 3.10.102
            node-pre-gyp ERR! command "/volume1/@appstore/Node.js_v6/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
            node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport
            node-pre-gyp ERR! node -v v6.11.2
            node-pre-gyp ERR! node-pre-gyp -v v0.6.32
            node-pre-gyp ERR! not ok 
            
            gyp
             ERR! build error gyp ERR! stack Error: not found: make
            gyp ERR! stack     at getNotFoundError (/usr/local/lib/node_modules/npm/node_modules/which/which.js:14:12)
            gyp ERR! stack     at F (/usr/local/lib/node_modules/npm/node_modules/which/which.js:69:19)
            gyp ERR! stack     at E (/usr/local/lib/node_modules/npm/node_modules/which/which.js:81:29)
            gyp ERR! stack     at /usr/local/lib/node_modules/npm/node_modules/which/which.js:90:16
            gyp ERR! stack     at /usr/local/lib/node_modules/npm/node_modules/which/node_modules/isexe/index.js:44:5
            gyp ERR! stack     at /usr/local/lib/node_modules/npm/node_modules/which/node_modules/isexe/access.js:8:5
            gyp ERR! stack     at FSReqWrap.oncomplete (fs.js:123:15)
            gyp ERR! System Linux 3.10.102
            gyp ERR! command "/volume1/@appstore/Node.js_v6/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
            gyp ERR! cwd /opt/iobroker/node_modules/socketwatcher
            gyp ERR! node -v v6.11.2
            gyp ERR! node-gyp -v v3.4.0
            gyp ERR! not ok 
            
            npm
             WARN optional SKIPPING OPTIONAL DEPENDENCY: bufferutil@1.1.0 (node_modules/bufferutil):npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bufferutil@1.1.0 install: `node-gyp rebuild`
            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport):
            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build`
            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
            
            npm ERR! Linux 3.10.102
            npm ERR! argv "/volume1/@appstore/Node.js_v6/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker.amazon-dash" "--production" "--prefix" "/opt/iobroker"npm ERR! node v6.11.2
            npm ERR! npm  v3.10.10
            npm ERR! code
             ELIFECYCLE
            npm ERR! socketwatcher@0.3.0 install: `node-gyp rebuild`
            npm ERR! Exit status 1
            npm ERR! 
            npm ERR! Failed at the socketwatcher@0.3.0 install script 'node-gyp rebuild'.
            npm ERR! Make sure you have the latest version of node.js and npm installed.
            npm ERR! If you do, 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 owner ls socketwatchernpm 
            ERR! There is likely additional logging output above.
            npm ERR! Please include the following file with any support request:
            npm ERR!     /npm-debug.log
            
            host.NAS0815 install adapter amazon-dash
            npm install iobroker.amazon-dash --production --prefix "/opt/iobroker" (System call)
            npm
             WARN lifecycle iobroker.amazon-dash@0.2.7~preinstall: cannot run in wd %s %s (wd=%s) iobroker.amazon-dash@0.2.7 apt-get install libpcap-dev -y || true /opt/iobroker/node_modules/.staging/iobroker.amazon-dash-eb5038e9
            gyp
             ERR! build error gyp ERR! stack Error: not found: make
            gyp ERR! stack     at getNotFoundError (/usr/local/lib/node_modules/npm/node_modules/which/which.js:14:12)
            gyp ERR! stack     at F (/usr/local/lib/node_modules/npm/node_modules/which/which.js:69:19)
            gyp ERR! stack     at E (/usr/local/lib/node_modules/npm/node_modules/which/which.js:81:29)
            gyp ERR! stack     at /usr/local/lib/node_modules/npm/node_modules/which/which.js:90:16
            gyp ERR! stack     at /usr/local/lib/node_modules/npm/node_modules/which/node_modules/isexe/index.js:44:5
            gyp ERR! stack     at /usr/local/lib/node_modules/npm/node_modules/which/node_modules/isexe/access.js:8:5
            gyp ERR! stack     at FSReqWrap.oncomplete (fs.js:123:15)
            gyp ERR! System Linux 3.10.102
            gyp ERR! command "/volume1/@appstore/Node.js_v6/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
            gyp ERR! cwd /opt/iobroker/node_modules/bufferutil
            gyp ERR! node -v v6.11.2
            gyp ERR! node-gyp -v v3.4.0
            gyp ERR! not ok 
            
            node-pre-gyp
            
            ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v48-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@6.11.2 (node-v48 ABI) (falling back to source compile with node-gyp) 
            
            gyp ERR! build error 
            gyp ERR! stack Error: not found: makegyp ERR! stack     at getNotFoundError (/volume1/@appstore/Node.js_v6/usr/local/lib/node_modules/npm/node_modules/which/which.js:14:12)
            gyp ERR! stack     at F (/volume1/@appstore/Node.js_v6/usr/local/lib/node_modules/npm/node_modules/which/which.js:69:19)
            gyp ERR! stack     at E (/volume1/@appstore/Node.js_v6/usr/local/lib/node_modules/npm/node_modules/which/which.js:81:29)
            gyp ERR! stack     at /volume1/@appstore/Node.js_v6/usr/local/lib/node_modules/npm/node_modules/which/which.js:90:16
            gyp ERR! stack     at /volume1/@appstore/Node.js_v6/usr/local/lib/node_modules/npm/node_modules/which/node_modules/isexe/index.js:44:5
            gyp ERR! stack     at /volume1/@appstore/Node.js_v6/usr/local/lib/node_modules/npm/node_modules/which/node_modules/isexe/access.js:8:5
            gyp ERR! stack     at FSReqWrap.oncomplete (fs.js:123:15)
            gyp ERR! System Linux 3.10.102
            gyp ERR! command "/volume1/@appstore/Node.js_v6/usr/local/bin/node" "/volume1/@appstore/Node.js_v6/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release"
            gyp ERR! cwd /opt/iobroker/node_modules/serialport
            gyp ERR! node -v v6.11.2
            gyp ERR! node-gyp -v v3.4.0
            gyp ERR! not ok 
            
            node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/volume1/@appstore/Node.js_v6/usr/local/bin/node /volume1/@appstore/Node.js_v6/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1)
            node-pre-gyp ERR! stack     at ChildProcess. <anonymous>(/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
            node-pre-gyp ERR! stack     at emitTwo (events.js:106:13)
            node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:191:7)
            node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:891:16)
            node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
            node-pre-gyp ERR! System Linux 3.10.102
            node-pre-gyp ERR! command "/volume1/@appstore/Node.js_v6/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
            node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport
            node-pre-gyp ERR! node -v v6.11.2
            node-pre-gyp ERR! node-pre-gyp -v v0.6.32
            node-pre-gyp ERR! not ok 
            
            gyp
            
            ERR!
            
            build error
             gyp ERR! stack Error: not found: make
            gyp ERR! stack     at getNotFoundError (/usr/local/lib/node_modules/npm/node_modules/which/which.js:14:12)
            gyp ERR! stack     at F (/usr/local/lib/node_modules/npm/node_modules/which/which.js:69:19)
            gyp ERR! stack     at E (/usr/local/lib/node_modules/npm/node_modules/which/which.js:81:29)
            gyp ERR! stack     at /usr/local/lib/node_modules/npm/node_modules/which/which.js:90:16
            gyp ERR! stack     at /usr/local/lib/node_modules/npm/node_modules/which/node_modules/isexe/index.js:44:5
            gyp ERR! stack     at /usr/local/lib/node_modules/npm/node_modules/which/node_modules/isexe/access.js:8:5
            gyp ERR! stack     at FSReqWrap.oncomplete (fs.js:123:15)
            gyp ERR! System Linux 3.10.102
            gyp ERR! command "/volume1/@appstore/Node.js_v6/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
            gyp ERR! cwd /opt/iobroker/node_modules/socketwatcher
            gyp ERR! node -v v6.11.2
            gyp ERR! node-gyp -v v3.4.0
            gyp ERR! not ok 
            
            npm
             WARN optional SKIPPING OPTIONAL DEPENDENCY: bufferutil@1.1.0 (node_modules/bufferutil):npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bufferutil@1.1.0 install: `node-gyp rebuild`
            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport):
            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build`
            npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
            npm ERR! Linux 3.10.102
            npm ERR! argv "/volume1/@appstore/Node.js_v6/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker.amazon-dash" "--production" "--prefix" "/opt/iobroker"
            npm ERR! node v6.11.2
            npm ERR! npm  v3.10.10
            npm ERR! code ELIFECYCLE
            
            npm ERR! socketwatcher@0.3.0 install: `node-gyp rebuild`
            npm ERR! Exit status 1
            npm ERR! 
            npm ERR! Failed at the socketwatcher@0.3.0 install script 'node-gyp rebuild'.
            npm ERR! Make sure you have the latest version of node.js and npm installed.
            npm ERR! If you do, 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 owner ls socketwatchernpm ERR!
             There is likely additional logging output above.
            
            npm ERR!
             Please include the following file with any support request:npm ERR!
                 /npm-debug.log
            host.NAS0815 install adapter amazon-dash
            ERROR: host.NAS0815 Cannot install amazon-dash
            ERROR: process exited with code 13</anonymous></anonymous></anonymous>
            

            vielen DAnk

            1 Antwort Letzte Antwort
            0
            • cvidalC Offline
              cvidalC Offline
              cvidal
              Forum Testing
              schrieb am zuletzt editiert von
              #279

              @j3sk0:

              Hallo Zusammen,

              würde gerne meinen Amazon Dash nicht nur für Hundefutter nutzen bekommen den adapter aber nicht zum Laufen, ich habe bereits die https://github.com/PArns/ioBroker.amazo … /README.md befolgt sowie http://www.iobroker.net/docu/?page_id=5510&lang=de versucht leider ohne Erfolg. Python 3, node v6.11.2, npm v3.10.10.

              Synology DS 216play ohne Docker

              vielen DAnk `

              Verusch mal

              apt-get install libpcap-dev

              Gruß Christian

              1 Antwort Letzte Antwort
              0
              • J Offline
                J Offline
                j3sk0
                schrieb am zuletzt editiert von
                #280
                Verusch mal 
                
                apt-get install libpcap-dev
                
                Gruß Christian
                

                Hab ich bereits da es so auch in der redme von GitHub steht… Leider ohne Erfolg

                1 Antwort Letzte Antwort
                0
                • S Offline
                  S Offline
                  SigiMOE
                  schrieb am zuletzt editiert von
                  #281

                  ! @arteck:
                  ! > die MAC ist so wie ich das sehe nicht im Adapter eingetragen

                  du könntest probeweise diesen erweitern

                  stoppe den iobroker

                  öffne die datei /iobroker/node_modules/iobroker.amazon-dash/main.js

                  dort findest du ein array mit den MAC adressen ganz am anfang

                  var MACs = [
                      "747548",
                      "F0D2F1",
                      "8871E5",
                      "74C246",
                      "F0272D",
                      "34D270",
                      "0C47C9",
                      "A002DC",
                      "AC63BE",
                      "44650D",
                      "50F5DA",
                      "84D6D0",
                      "B47C9C",
                      "FCA667"
                  ];
                  

                  ersetzte es durch diese

                  var MACs = [
                      "747548",
                      "F0D2F1",
                      "8871E5",
                      "74C246",
                      "F0272D",
                      "34D270",
                      "0C47C9",
                      "A002DC",
                      "AC63BE",
                      "44650D",
                      "50F5DA",
                      "84D6D0",
                      "B47C9C",
                      "FCA667",
                      "40B4CD"
                  ];
                  

                  speichern und iobroker wieder starten…

                  der adapter sollte jetzt auch deine MAC kennen

                  bedenke bitte aktualisierst du diesen Adapter ist deine Änderung wieder futsch
                  ! <size size="100">habe gerade einen Button neu geliefert bekommen und in die main.js eintragen müssen….
                  ! FC65DE
                  ! Vielleicht kann es jemand in das nächste Update einpflegen ?!</size>
                  `

                  1 Antwort Letzte Antwort
                  0
                  • arteckA Offline
                    arteckA Offline
                    arteck
                    Developer Most Active
                    schrieb am zuletzt editiert von
                    #282

                    @SigiMOE:

                    ****<size size="100">habe gerade einen Button neu geliefert bekommen und in die main.js eintragen müssen….

                    FC65DE

                    Vielleicht kann es jemand in das nächste Update einpflegen ?!</size>**** `

                    <size size="150">braucht man nicht mehr ich habe den Adapter erweitert.. die kannst du jetzt auch im admin eintragen</size>

                    zigbee hab ich, zwave auch, nuc's genauso und HA auch

                    1 Antwort Letzte Antwort
                    0
                    • J Offline
                      J Offline
                      j3sk0
                      schrieb am zuletzt editiert von
                      #283

                      das ist die 'Fehlermeldung in Putty
                      4853_screencapture_1146656_1439455891_0.png

                      1 Antwort Letzte Antwort
                      0
                      • S Offline
                        S Offline
                        SigiMOE
                        schrieb am zuletzt editiert von
                        #284

                        @arteck:

                        @SigiMOE:

                        ****<size size="100">habe gerade einen Button neu geliefert bekommen und in die main.js eintragen müssen….

                        FC65DE

                        Vielleicht kann es jemand in das nächste Update einpflegen ?!</size>**** `

                        <size size="150">braucht man nicht mehr ich habe den Adapter erweitert.. die kannst du jetzt auch im admin eintragen</size> `

                        ok wo meinst Du was eintragen ? Hast Du mir ein Screenshot ?

                        1 Antwort Letzte Antwort
                        0
                        • J Offline
                          J Offline
                          j3sk0
                          schrieb am zuletzt editiert von
                          #285

                          kann es evtl. an ein fehlendes Paket liegen?
                          4853_screencapture_20719906_1762444215_0.png

                          1 Antwort Letzte Antwort
                          0
                          • arteckA Offline
                            arteckA Offline
                            arteck
                            Developer Most Active
                            schrieb am zuletzt editiert von
                            #286

                            @SigiMOE:

                            @arteck:

                            @SigiMOE:

                            ****<size size="100">habe gerade einen Button neu geliefert bekommen und in die main.js eintragen müssen….

                            FC65DE

                            Vielleicht kann es jemand in das nächste Update einpflegen ?!</size>**** `

                            <size size="150">braucht man nicht mehr ich habe den Adapter erweitert.. die kannst du jetzt auch im admin eintragen</size> `

                            ok wo meinst Du was eintragen ? Hast Du mir ein Screenshot ? `

                            jetzt komm wo konfiguriert man adapter ??

                            zigbee hab ich, zwave auch, nuc's genauso und HA auch

                            1 Antwort Letzte Antwort
                            0
                            • T Offline
                              T Offline
                              TOBO
                              schrieb am zuletzt editiert von
                              #287

                              Guten Abend,

                              ich muss zugeben nicht alle 15 Seiten gelesen zu haben. Dazu habe ich aber auf anderen Seiten Anleitungen gesehen und habe ein Paar Verständnisfragen zum Dash Button.

                              1. Man muss sie über die Amazon App einrichten ?

                              2. Dazu brauch man einen Prime Account?

                              3. Der Button braucht immer vollen Internetzugriff ?

                              4. Er sendet, auch ohne eingetragenes Produkt Daten an Amazon ?

                              Beste Grüße.

                              ToBo

                              1 Antwort Letzte Antwort
                              0
                              • arteckA Offline
                                arteckA Offline
                                arteck
                                Developer Most Active
                                schrieb am zuletzt editiert von
                                #288

                                die 15 Seiten solltest du lesen wenn was nicht funktioniert wobei es sich hier auch nur auf ewtl. nicht vorhanden sein einer Library reduziert

                                @TOBO:

                                1. Man muss sie über die Amazon App einrichten ? `
                                ja muss man

                                @TOBO:

                                2. Dazu brauch man einen Prime Account? `
                                nein muss du nicht

                                @TOBO:

                                3. Der Button braucht immer vollen Internetzugriff ? `
                                nein der Button wird im WLAN eingebunden das wars

                                @TOBO:

                                4. Er sendet, auch ohne eingetragenes Produkt Daten an Amazon ? `
                                nein

                                zigbee hab ich, zwave auch, nuc's genauso und HA auch

                                1 Antwort Letzte Antwort
                                0
                                • M Offline
                                  M Offline
                                  maniac
                                  schrieb am zuletzt editiert von
                                  #289

                                  @arteck:

                                  @TOBO:

                                  4. Er sendet, auch ohne eingetragenes Produkt Daten an Amazon ? nein

                                  Doch, zumindest wird versucht eine Verbindung ins Internet aufzubauen.

                                  Das kann ich im Log meiner Firewall sehen. Habe den Zugriff nach extern dort aber unterbunden und funktioniert im WLAN dann problemlos weiter.

                                  Jedesmal wenn ich einen Button drücke meldet er sich im WLAN an und versucht nach Hause zu telefonieren.

                                  Dies sieht man, ohne die Firewallsperre, dann auch in der App als Meldung.

                                  Was da nun genau übertragen werden soll, habe ich dann aber nicht weiter untersucht.

                                  Gruß Frank…

                                  1 Antwort Letzte Antwort
                                  0
                                  • arteckA Offline
                                    arteckA Offline
                                    arteck
                                    Developer Most Active
                                    schrieb am zuletzt editiert von
                                    #290

                                    @maniac:

                                    @arteck:

                                    @TOBO:

                                    4. Er sendet, auch ohne eingetragenes Produkt Daten an Amazon ? nein

                                    Doch, zumindest wird versucht eine Verbindung ins Internet aufzubauen.

                                    Das kann ich im Log meiner Firewall sehen. Habe den Zugriff nach extern dort aber unterbunden und funktioniert im WLAN dann problemlos weiter.

                                    Jedesmal wenn ich einen Button drücke meldet er sich im WLAN an und versucht nach Hause zu telefonieren.

                                    Dies sieht man, ohne die Firewallsperre, dann auch in der App als Meldung.

                                    Was da nun genau übertragen werden soll, habe ich dann aber nicht weiter untersucht. `

                                    es wird versucht das eingetragene Produkt zu bestellen da aber nichts eingetragen ist… meldet der knopp sich nur bei amazon als "ehh ich will was bestellen"

                                    du hast recht das kannst du unterbinden wenn du dn knopp in den Router Einstellungen exkludierst

                                    zigbee hab ich, zwave auch, nuc's genauso und HA auch

                                    1 Antwort Letzte Antwort
                                    0
                                    • B Offline
                                      B Offline
                                      Basti1234
                                      schrieb am zuletzt editiert von
                                      #291

                                      Hallo,

                                      leider bekomme ich bei der Installation folgende Fehlermeldung:
                                      5170_unbenannt.png

                                      Kann mir jmd. weiterhelfen?

                                      1 Antwort Letzte Antwort
                                      0
                                      • S Offline
                                        S Offline
                                        SigiMOE
                                        schrieb am zuletzt editiert von
                                        #292

                                        @arteck:

                                        @SigiMOE:

                                        @arteck:

                                        <size size="150">braucht man nicht mehr ich habe den Adapter erweitert.. die kannst du jetzt auch im admin eintragen</size> `

                                        ok wo meinst Du was eintragen ? Hast Du mir ein Screenshot ? `

                                        jetzt komm wo konfiguriert man adapter ?? `

                                        Na ja das ist mir schon klar, aber es ist für mich trotzdem nicht ersichtlich wo Du ( ich ) das eintragen soll
                                        1121_2018-01-13_08-41-56.jpg

                                        meine Komplette MAC Adresse lautet z.B. 00:FC:8B:C2:8A:C6.

                                        Deshalb bin ich darüber gestolpert ?!

                                        1 Antwort Letzte Antwort
                                        0
                                        • WebrangerW Offline
                                          WebrangerW Offline
                                          Webranger
                                          schrieb am zuletzt editiert von
                                          #293

                                          Welche version des Adapters ist das?

                                          Ich habe die 0.2.5 installiert und hab da nichts zum eintragen bei mir!?

                                          Intel NUC Celeron, Xiaomi Gateway, Fritzbox 7590, XS1

                                          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

                                          729

                                          Online

                                          32.4k

                                          Benutzer

                                          81.6k

                                          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