Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Amazon Dash Button für ioBroker nutzen

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Amazon Dash Button für ioBroker nutzen

    This topic has been deleted. Only users with topic management privileges can see it.
    • X
      xmace last edited by

      Nach langem Kampf hab ich die Env Variable eingetragen bekommen aber weiterhin kein Erfolg:

      $ ./iobroker url "https://github.com/arteck/ioBroker.amazon-dash.git" --debug
      install https://github.com/arteck/ioBroker.amazon-dash/tarball/master
      npm install https://github.com/arteck/ioBroker.amazon-dash/tarball/master --production --prefix "C:/iobroker" (System call)
      > socketwatcher@0.3.0 install C:\iobroker\node_modules\iobroker.amazon-dash\node_modules\socketwatcher
      > node-gyp rebuild
      
      C:\iobroker\node_modules\iobroker.amazon-dash\node_modules\socketwatcher>
      if 
      not 
      defined npm_config_node_gyp 
      (
      node
       "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild 
      ) 
       else 
      (
      node
       "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild ) 
      Die Projekte in dieser Projektmappe werden nacheinander erstellt. Um eine parallele Erstellung zu erm�glichen, m�ssen Sie den Schalter "/m" hinzuf�gen.
      MSBUILD : error MSB4132: Die Toolversion "2.0" ist unbekannt. Verf�gbare Toolversionen sind "14.0", "4.0".
      gyp
       ERR! build error 
      gyp
      
      ERR!
      
      stack
       Error: `C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe` failed with exit code: 1
      gyp
      
      ERR!
      
      stack
           at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:258:23)
      gyp
      
      ERR!
      
      stack
           at emitTwo (events.js:126:13)
      gyp
      
      ERR!
      
      stack
           at ChildProcess.emit (events.js:214:7)
      gyp
      
      ERR!
      
      stack
           at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
      gyp
       ERR! 
      System Windows_NT 10.0.16299
      gyp
       ERR!
       command
       "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
      gyp ERR! cwd C:\iobroker\node_modules\iobroker.amazon-dash\node_modules\socketwatchergyp ERR! node -v v8.9.4
      gyp ERR! node-gyp -v v3.6.2
      gyp ERR! not ok 
      
      npm
      
      ERR!
       code ELIFECYCLE
      npm
       ERR! errno
       1
      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.
      npm
      
      ERR!
       This is probably not a problem with npm. There is likely additional logging output above.
      
      npm 
      ERR!
       A complete log of this run can be found in:
      npm
      
      ERR!
           C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\npm-cache\_logs\2018-02-11T22_14_48_052Z-debug.log
      process exited with code 0
      
      1 Reply Last reply Reply Quote 0
      • X
        xmace last edited by

        Konnte das "Tool Version 2" Problem nach folgender Anleitung beheben:

        https://github.com/chjj/pty.js/issues/60

        npm config set msvs_version 2015 --global
        
        

        Allerdings jetzt:

        $ ./iobroker url "https://github.com/arteck/iobroker.amazon-dash.git"
        install https://github.com/arteck/iobroker.amazon-dash/tarball/master
        npm install https://github.com/arteck/iobroker.amazon-dash/tarball/master --production --prefix "C:/iobroker" (System call)
        gyp
         ERR!
        
        build error
        
        gyp
        
        ERR!
        
        stack
         Error: `C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe` failed with exit code: 1
        gyp
         ERR!
        
        stack
             at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:258:23)
        gyp
        
        ERR!
        
        stack
             at emitTwo (events.js:126:13)
        gyp
        
        ERR!
        
        stack
             at ChildProcess.emit (events.js:214:7)
        gyp
        
        ERR!
        
        stack
             at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
        gyp
        
        ERR!
        
        System Windows_NT 10.0.16299
        gyp 
        ERR! 
        command
         "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
        gyp 
        ERR! 
        cwd
         C:\iobroker\node_modules\iobroker.amazon-dash\node_modules\socketwatcher
        gyp 
        ERR!
         node -v
         v8.9.4
        gyp
         ERR!
        
        node-gyp -v
         v3.6.2
        gyp
        
        ERR! not ok 
        npm
        
        ERR!
        
        code
         ELIFECYCLE
        npm
        
        ERR!
        
        errno
         1
        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.
        npm
        
        ERR!
         This is probably not a problem with npm. There is likely additional logging output above.
        
        npm ERR!
         A complete log of this run can be found in:
        npm
        
        ERR!
             C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\npm-cache\_logs\2018-02-11T22_43_08_559Z-debug.log
        ERROR: Cannot parse C:/iobroker/node_modules/iobroker.js-controller/adapter/amazon-dash/io-package.json:Error: ENOENT: no such file or directory, open 'C:\iobroker\node_modules\iobroker.js-controller\adapter\amazon-dash\io-package.json'
        process exited with code 0
        
        javruben created this issue in chjj/pty.js

        open MSBUILD : error MSB4132: The tools version "2.0" is unrecognized. Available tools versions are "4.0". #60

        1 Reply Last reply Reply Quote 0
        • arteck
          arteck Developer Most Active last edited by

          ich weiss nicht ob das so gut war auf win 10 direkt auf die C platte zu installieren

          böse erfahrung mit gemacht und Stundenlanges suchen..

          zeig mal das Log

           C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\npm-cache\_logs\2018-02-11T22_43_08_559Z-debug.log
          
          1 Reply Last reply Reply Quote 0
          • X
            xmace last edited by

            Danke für deine Hilfe! Für mich wärs nicht so wichtig, wenn ich nicht 6 Dash-Buttons extra wegen dem iobroker gekauft hätte und diverse Szenen & Skripte schon fix und fertig sind.

            Aber Windows ist bei mir schon immer bei allen PC's auf C:\ installiert. Warum hattest du damit Probleme?

            Hier das Log:

            0 info it worked if it ends with ok
            1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
            1 verbose cli   'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
            1 verbose cli   'install',
            1 verbose cli   'https://github.com/arteck/iobroker.amazon-dash/tarball/master',
            1 verbose cli   '--production',
            1 verbose cli   '--prefix',
            1 verbose cli   'C:/iobroker' ]
            2 info using npm@5.6.0
            3 info using node@v8.9.4
            4 verbose npm-session 6354a5fc3c15b97e
            5 silly install loadCurrentTree
            6 silly install readGlobalPackageData
            7 http fetch GET 200 https://github.com/arteck/iobroker.amazon-dash/tarball/master 1636ms
            8 silly pacote remote manifest for undefined@https://github.com/arteck/iobroker.amazon-dash/tarball/master fetched in 1885ms
            9 silly install loadIdealTree
            10 silly install cloneCurrentTreeToIdealTree
            11 silly install loadShrinkwrap
            12 silly install loadAllDepsIntoIdealTree
            13 silly resolveWithNewModule iobroker.amazon-dash@0.2.6 checking installable status
            14 http fetch GET 200 https://github.com/mranney/node_pcap/tarball/master 715ms
            15 silly pacote remote manifest for pcap@https://github.com/mranney/node_pcap/tarball/master fetched in 736ms
            16 silly resolveWithNewModule pcap@2.0.0 checking installable status
            17 http fetch GET 304 https://registry.npmjs.org/nan 359ms (from cache)
            18 http fetch GET 304 https://registry.npmjs.org/socketwatcher 367ms (from cache)
            19 silly pacote range manifest for nan@^2.0.9 fetched in 411ms
            20 silly resolveWithNewModule nan@2.8.0 checking installable status
            21 silly pacote range manifest for socketwatcher@^0.3.0 fetched in 401ms
            22 silly resolveWithNewModule socketwatcher@0.3.0 checking installable status
            23 silly currentTree iobroker.inst@1.0.8
            24 silly idealTree iobroker.inst@1.0.8
            24 silly idealTree `-- iobroker.amazon-dash@0.2.6
            24 silly idealTree   +-- nan@2.8.0
            24 silly idealTree   +-- pcap@2.0.0
            24 silly idealTree   `-- socketwatcher@0.3.0
            25 silly install generateActionsToTake
            26 silly diff-trees filtering actions: includeDev false includeProd true
            27 silly diffTrees action count 4
            28 silly diffTrees add nan@2.8.0
            29 silly diffTrees add socketwatcher@0.3.0
            30 silly diffTrees add pcap@2.0.0
            31 silly diffTrees add iobroker.amazon-dash@0.2.6
            32 silly decomposeActions action count 32
            33 silly decomposeActions fetch nan@2.8.0
            34 silly decomposeActions extract nan@2.8.0
            35 silly decomposeActions preinstall nan@2.8.0
            36 silly decomposeActions build nan@2.8.0
            37 silly decomposeActions install nan@2.8.0
            38 silly decomposeActions postinstall nan@2.8.0
            39 silly decomposeActions finalize nan@2.8.0
            40 silly decomposeActions refresh-package-json nan@2.8.0
            41 silly decomposeActions fetch socketwatcher@0.3.0
            42 silly decomposeActions extract socketwatcher@0.3.0
            43 silly decomposeActions preinstall socketwatcher@0.3.0
            44 silly decomposeActions build socketwatcher@0.3.0
            45 silly decomposeActions install socketwatcher@0.3.0
            46 silly decomposeActions postinstall socketwatcher@0.3.0
            47 silly decomposeActions finalize socketwatcher@0.3.0
            48 silly decomposeActions refresh-package-json socketwatcher@0.3.0
            49 silly decomposeActions fetch pcap@2.0.0
            50 silly decomposeActions extract pcap@2.0.0
            51 silly decomposeActions preinstall pcap@2.0.0
            52 silly decomposeActions build pcap@2.0.0
            53 silly decomposeActions install pcap@2.0.0
            54 silly decomposeActions postinstall pcap@2.0.0
            55 silly decomposeActions finalize pcap@2.0.0
            56 silly decomposeActions refresh-package-json pcap@2.0.0
            57 silly decomposeActions fetch iobroker.amazon-dash@0.2.6
            58 silly decomposeActions extract iobroker.amazon-dash@0.2.6
            59 silly decomposeActions preinstall iobroker.amazon-dash@0.2.6
            60 silly decomposeActions build iobroker.amazon-dash@0.2.6
            61 silly decomposeActions install iobroker.amazon-dash@0.2.6
            62 silly decomposeActions postinstall iobroker.amazon-dash@0.2.6
            63 silly decomposeActions finalize iobroker.amazon-dash@0.2.6
            64 silly decomposeActions refresh-package-json iobroker.amazon-dash@0.2.6
            65 silly install executeActions
            66 silly doSerial global-install 32
            67 verbose correctMkdir C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\npm-cache\_locks correctMkdir not in flight; initializing
            68 verbose lock using C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\npm-cache\_locks\staging-75c4853d5d99f16b.lock for C:\iobroker\node_modules\.staging
            69 silly doParallel extract 32
            70 silly extract nan@2.8.0
            71 silly pacote trying nan@https://registry.npmjs.org/nan/-/nan-2.8.0.tgz by hash: sha1-7XFfP+neArV6XmJS2QqWZ14fCFo=
            72 silly extract socketwatcher@0.3.0
            73 silly pacote trying socketwatcher@https://registry.npmjs.org/socketwatcher/-/socketwatcher-0.3.0.tgz by hash: sha1-SeVhQFj8qrGdZAs3QiWk7qS0t4o=
            74 silly extract pcap@2.0.0
            75 silly pacote trying pcap@https://github.com/mranney/node_pcap/tarball/master by hash: sha512-85b1vVlb48LCRtdy6mdnpvOJRvz+68PXsyku38x1VNafMloXbxVkOAY68tDh06Ty1eMUiEP3S+DIwWECkx9rFA==
            76 silly extract iobroker.amazon-dash@0.2.6
            77 silly pacote trying iobroker.amazon-dash@https://github.com/arteck/iobroker.amazon-dash/tarball/master by hash: sha512-084za+mjvp4Bf9D9Y1bRguFNoT2QbC/9EMKJFo+1FNLxb5VxtpA1Y/JvRTWrqHlLbp3tMgvXNnOLa2kg5XVedQ==
            78 silly pacote socketwatcher@https://registry.npmjs.org/socketwatcher/-/socketwatcher-0.3.0.tgz extracted to C:\iobroker\node_modules\.staging\socketwatcher-e9ba31c5 by content address 314ms
            79 silly pacote iobroker.amazon-dash@https://github.com/arteck/iobroker.amazon-dash/tarball/master extracted to C:\iobroker\node_modules\.staging\iobroker.amazon-dash-6b979419 by content address 511ms
            80 silly pacote nan@https://registry.npmjs.org/nan/-/nan-2.8.0.tgz extracted to C:\iobroker\node_modules\.staging\nan-9cabe2ea by content address 625ms
            81 silly pacote pcap@https://github.com/mranney/node_pcap/tarball/master extracted to C:\iobroker\node_modules\.staging\pcap-a2d8266e by content address 781ms
            82 silly doReverseSerial unbuild 32
            83 silly doSerial remove 32
            84 silly doSerial move 32
            85 silly doSerial finalize 32
            86 silly finalize C:\iobroker\node_modules\iobroker.amazon-dash\node_modules\nan
            87 silly finalize C:\iobroker\node_modules\iobroker.amazon-dash\node_modules\socketwatcher
            88 silly finalize C:\iobroker\node_modules\iobroker.amazon-dash\node_modules\pcap
            89 silly finalize C:\iobroker\node_modules\iobroker.amazon-dash
            90 silly doParallel refresh-package-json 32
            91 silly refresh-package-json C:\iobroker\node_modules\iobroker.amazon-dash\node_modules\nan
            92 silly refresh-package-json C:\iobroker\node_modules\iobroker.amazon-dash\node_modules\socketwatcher
            93 silly refresh-package-json C:\iobroker\node_modules\iobroker.amazon-dash\node_modules\pcap
            94 silly refresh-package-json C:\iobroker\node_modules\iobroker.amazon-dash
            95 silly doParallel preinstall 32
            96 silly preinstall nan@2.8.0
            97 info lifecycle nan@2.8.0~preinstall: nan@2.8.0
            98 silly preinstall socketwatcher@0.3.0
            99 info lifecycle socketwatcher@0.3.0~preinstall: socketwatcher@0.3.0
            100 silly preinstall pcap@2.0.0
            101 info lifecycle pcap@2.0.0~preinstall: pcap@2.0.0
            102 silly preinstall iobroker.amazon-dash@0.2.6
            103 info lifecycle iobroker.amazon-dash@0.2.6~preinstall: iobroker.amazon-dash@0.2.6
            104 silly doSerial build 32
            105 silly build nan@2.8.0
            106 info linkStuff nan@2.8.0
            107 silly linkStuff nan@2.8.0 has C:\iobroker\node_modules\iobroker.amazon-dash\node_modules as its parent node_modules
            108 silly linkStuff nan@2.8.0 is part of a global install
            109 silly linkStuff nan@2.8.0 is installed into a global node_modules
            110 verbose linkBins nan@2.8.0
            111 verbose linkMans nan@2.8.0
            112 silly build socketwatcher@0.3.0
            113 info linkStuff socketwatcher@0.3.0
            114 silly linkStuff socketwatcher@0.3.0 has C:\iobroker\node_modules\iobroker.amazon-dash\node_modules as its parent node_modules
            115 silly linkStuff socketwatcher@0.3.0 is part of a global install
            116 silly linkStuff socketwatcher@0.3.0 is installed into a global node_modules
            117 verbose linkBins socketwatcher@0.3.0
            118 verbose linkMans socketwatcher@0.3.0
            119 silly build pcap@2.0.0
            120 info linkStuff pcap@2.0.0
            121 silly linkStuff pcap@2.0.0 has C:\iobroker\node_modules\iobroker.amazon-dash\node_modules as its parent node_modules
            122 silly linkStuff pcap@2.0.0 is part of a global install
            123 silly linkStuff pcap@2.0.0 is installed into a global node_modules
            124 verbose linkBins pcap@2.0.0
            125 verbose linkMans pcap@2.0.0
            126 silly build iobroker.amazon-dash@0.2.6
            127 info linkStuff iobroker.amazon-dash@0.2.6
            128 silly linkStuff iobroker.amazon-dash@0.2.6 has C:\iobroker\node_modules as its parent node_modules
            129 silly linkStuff iobroker.amazon-dash@0.2.6 is part of a global install
            130 silly linkStuff iobroker.amazon-dash@0.2.6 is installed into a global node_modules
            131 silly linkStuff iobroker.amazon-dash@0.2.6 is installed into the top-level global node_modules
            132 verbose linkBins iobroker.amazon-dash@0.2.6
            133 verbose linkMans iobroker.amazon-dash@0.2.6
            134 silly doSerial global-link 32
            135 silly doParallel update-linked 32
            136 silly doSerial install 32
            137 silly install nan@2.8.0
            138 info lifecycle nan@2.8.0~install: nan@2.8.0
            139 silly install socketwatcher@0.3.0
            140 info lifecycle socketwatcher@0.3.0~install: socketwatcher@0.3.0
            141 verbose lifecycle socketwatcher@0.3.0~install: unsafe-perm in lifecycle true
            142 verbose lifecycle socketwatcher@0.3.0~install: PATH: C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;C:\iobroker\node_modules\iobroker.amazon-dash\node_modules\socketwatcher\node_modules\.bin;C:\iobroker\node_modules\iobroker.amazon-dash\node_modules\.bin;C:\iobroker\node_modules\.bin;C:\Program Files (x86)\Intel\TXE Components\TCS\;C:\Program Files\Intel\TXE Components\TCS\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\nodejs\;PYTHON_HOME;PYTHON;C:\Users\BRIX-SERVER\.windows-build-tools\python27\;C:\WINDOWS\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps
            143 verbose lifecycle socketwatcher@0.3.0~install: CWD: C:\iobroker\node_modules\iobroker.amazon-dash\node_modules\socketwatcher
            144 silly lifecycle socketwatcher@0.3.0~install: Args: [ '/d /s /c', 'node-gyp rebuild' ]
            145 silly lifecycle socketwatcher@0.3.0~install: Returned: code: 1  signal: null
            146 info lifecycle socketwatcher@0.3.0~install: Failed to exec install script
            147 verbose unlock done using C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\npm-cache\_locks\staging-75c4853d5d99f16b.lock for C:\iobroker\node_modules\.staging
            148 verbose stack Error: socketwatcher@0.3.0 install: `node-gyp rebuild`
            148 verbose stack Exit status 1
            148 verbose stack     at EventEmitter. <anonymous>(C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\index.js:285:16)
            148 verbose stack     at emitTwo (events.js:126:13)
            148 verbose stack     at EventEmitter.emit (events.js:214:7)
            148 verbose stack     at ChildProcess. <anonymous>(C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14)
            148 verbose stack     at emitTwo (events.js:126:13)
            148 verbose stack     at ChildProcess.emit (events.js:214:7)
            148 verbose stack     at maybeClose (internal/child_process.js:925:16)
            148 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
            149 verbose pkgid socketwatcher@0.3.0
            150 verbose cwd C:\iobroker\node_modules\iobroker
            151 verbose Windows_NT 10.0.16299
            152 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "https://github.com/arteck/iobroker.amazon-dash/tarball/master" "--production" "--prefix" "C:/iobroker"
            153 verbose node v8.9.4
            154 verbose npm  v5.6.0
            155 error code ELIFECYCLE
            156 error errno 1
            157 error socketwatcher@0.3.0 install: `node-gyp rebuild`
            157 error Exit status 1
            158 error Failed at the socketwatcher@0.3.0 install script.
            158 error This is probably not a problem with npm. There is likely additional logging output above.
            159 verbose exit [ 1, true ]</anonymous></anonymous> 
            
            1 Reply Last reply Reply Quote 0
            • arteck
              arteck Developer Most Active last edited by

              ich meine iobroker auf die C Platte..

              irgendwie gibts ein problem mit dem socketwatcher (pcap)

              ` > 153 verbose node v8.9.4

              154 verbose npm v5.6.0 `

              ist verkehrt

              1 Reply Last reply Reply Quote 0
              • X
                xmace last edited by

                was heisst verkehrt?

                Soll ich downgraden? Wenn ja auf welche Version?

                1 Reply Last reply Reply Quote 0
                • X
                  xmace last edited by

                  Also ich hab jetzt aufgegeben. Hab seit Tagen zig Stunden versucht den Adapter zum laufen zu bringen.

                  Bin jetzt wieder auf Linux umgestiegen….

                  <u>Aber bitte den Hinweis in die Readme schreiben, dass der Adapter zur Zeit unter Windows nicht installierbar ist. Das verhindert, dass andere Leute unnötigerweise genauso viel Zeit investieren und am Ende frustriert sind.</u>

                  1 Reply Last reply Reply Quote 0
                  • L
                    lippo last edited by

                    Bin gerade bei ioBroker eingestiegen, hatte bis jetzt nur FHEM in Betrieb.

                    Beim Einrichten des Dash Adapters habe ich jedoch die Konfiguration nicht so ganz verstanden.

                    Die Dash Buttons werden beim Klick alle munter erkannt, egal ob diese in der Config sind oder nicht.

                    Deshalb dacht ich, dass die Buttons vielleicht anhand der Konfiguration benannt werden.

                    Aktuell habe ich die Buttons als MAC-Adresse mit Bindestrichen in meinen Objekten und ich kann sie zum Scripten verwenden.

                    Den Namen der States kann ich anpassen, um die Objekt komfortabel nutzen zu können, aber das ist doch etwas mühselig.

                    Die Readme ist leider nicht sehr ergiebig und ich habe nicht den gesamten Thread hier gelesen.

                    Mir reicht auch der Hinweis, dass die Lösung hier im Thread steht - will ihn aber ohne den Hinweis ungerne komplett lesen.

                    1 Reply Last reply Reply Quote 0
                    • X
                      xmace last edited by

                      Wo ist die Frage?

                      1 Reply Last reply Reply Quote 0
                      • L
                        lippo last edited by

                        Oh. Frage:

                        Wozu ist die Konfiguration gut?

                        1 Reply Last reply Reply Quote 0
                        • X
                          xmace last edited by

                          Um MAC Adressen neuer Buttons hinzuzufügen die der Adapter nicht automatisch findet.

                          Gesendet von meinem SM-G950F mit Tapatalk

                          1 Reply Last reply Reply Quote 0
                          • Espace0401
                            Espace0401 last edited by

                            Die Frage ist halt auch, für was will man den DashButton verwenden. Ich habe mir auch vor einigen Monaten einen gegönnt und habe ihn zum verrecken

                            nicht eingebunden bekommen. Irgendwann habe ich dann alles neu aufgesetzt und unter Admin3.* ihm wieder eine Chance gegeben. Hier habe ich ihn dann prompt zum laufen bekommen. Ich schalte zur Zeit damit einen Zwischenstecker, der dann meine Garage öffnet. Das klappt jetzt soweit….....aber es dauert locker 10Sek, bis die Garage geöffnet wird. Ich werde mir sicherlich keine weiteren DashButtons mehr zulegen, da diese Verzögerung einfach zu lang ist.

                            Gruss Joachim

                            1 Reply Last reply Reply Quote 0
                            • Chaot
                              Chaot last edited by

                              Sagt mal,

                              kommen bei euch auch nach jeder Betätigung des Buttons eine Mail von Amazon mit dem Text "Die Einrichtung ihres Buttons ist fast abgeschlossen"?

                              Ich habe mir zwei der Buttons gegönnt und diese auch problemlos einbinden können.

                              Zunächst sind mir die Mails gar nicht so richtig aufgefallen.

                              Aber da das zwei verschiedene Produktbuttons sind kann ich mittlerweile genau nachvollziehen das nach jeder Betätigung des Buttons eine Mail zur Einrichtung kommt.

                              Übrigens:

                              Wer noch Buttons braucht sollte eventuell jetzt kaufen bevor die zurückgestellt werden:

                              http://winfuture.de/news,102143.html

                              1 Reply Last reply Reply Quote 0
                              • K
                                Kyocera007 last edited by

                                du musst für die Dash Button im Router das Internet sperren

                                Gruß Werner

                                1 Reply Last reply Reply Quote 0
                                • cvidal
                                  cvidal Forum Testing last edited by

                                  Man kann ich in der Amazon App Mein Konto/Dash Geräte-Geräte verwalten/Benachrichtigungseinstellungen/Dash Button-Updates ausschalten.

                                  Dann bekommt man auch keine Benachrichtigungen.

                                  Gruß Christian

                                  1 Reply Last reply Reply Quote 0
                                  • X
                                    xmace last edited by

                                    Also ich hab mittlerweile 5 Stk im Einsatz und bin begeistert.

                                    • 2Stk steuern die LED Beleuchtung und Musik im Badezimmer (jeweils eine Szene für meine Frau und mich)

                                    • einer startet den automatischen Wasserwechsel am Aquarium

                                    • einer schaltet die Steckdosenleiste & je nach Helligkeit draußen auch die Beleuchtung im Büro

                                    • einer startet die "Welcome Home" Szene im Wohnzimmer mit Beleuchtung & Musik je nach Tageszeit

                                    Weitere werden folgen… 🙂

                                    Man darf halt keine zeitkritischen Dinge damit steuern. Die Verzögerung stört mich garnicht.

                                    Auserdem wie schon erwähnt die IP&MAC Adressen im Router fürs Internet sperren.

                                    Gesendet von meinem SM-G950F mit Tapatalk

                                    1 Reply Last reply Reply Quote 0
                                    • Chaot
                                      Chaot last edited by

                                      Danke für eure Tips.

                                      Für das Internet sperren ist mir ehrlicherweise nicht eingefallen.

                                      Wäre das nicht sinnvoll wenn das in der Anleitung mit stehen würde?

                                      1 Reply Last reply Reply Quote 0
                                      • X
                                        xmace last edited by

                                        Bleibt ja dir überlassen 🙂

                                        Aber falls der Entwickler das in die Anleitung aufnehmen will, warum nicht? 🙂

                                        Gesendet von meinem SM-G950F mit Tapatalk

                                        1 Reply Last reply Reply Quote 0
                                        • arteck
                                          arteck Developer Most Active last edited by

                                          @Chaot:

                                          Danke für eure Tips.

                                          Für das Internet sperren ist mir ehrlicherweise nicht eingefallen.

                                          Wäre das nicht sinnvoll wenn das in der Anleitung mit stehen würde? `

                                          die Doku ist bissel älter und die Nachrichten kommen seit ca. 1 Monat erst…

                                          1 Reply Last reply Reply Quote 0
                                          • S
                                            swordfisch last edited by

                                            Nach einem neustart des Host systems von IoBroker ist ein Debian startet der DashButton Adapter nicht mehr

                                            Logeinträge kann ich leider nichts mit anfangen kann mir jemand sagen wo das Problem liegt?

                                            Alle anderen Adapter funktionieren Problemlos

                                            ! host.iOBroker 2018-03-06 20:04:17.838 info Restart adapter system.adapter.amazon-dash.0 because enabled
                                            ! host.iOBroker 2018-03-06 20:04:17.838 error instance system.adapter.amazon-dash.0 terminated with code 0 (OK)
                                            ! Caught 2018-03-06 20:04:17.838 error by controller[0]: at Object.Module._extensions..js (module.js:586:10)
                                            ! Caught 2018-03-06 20:04:17.838 error by controller[0]: at Module._compile (module.js:577:32)
                                            ! Caught 2018-03-06 20:04:17.838 error by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.amazon-dash/node_modules/pcap/pcap.js:3:21)
                                            ! Caught 2018-03-06 20:04:17.838 error by controller[0]: at require (internal/module.js:20:19)
                                            ! Caught 2018-03-06 20:04:17.838 error by controller[0]: at Module.require (module.js:504:17)
                                            ! Caught 2018-03-06 20:04:17.838 error by controller[0]: at Function.Module._load (module.js:445:3)
                                            ! Caught 2018-03-06 20:04:17.838 error by controller[0]: at tryModuleLoad (module.js:453:12)
                                            ! Caught 2018-03-06 20:04:17.838 error by controller[0]: at Module.load (module.js:494:32)
                                            ! Caught 2018-03-06 20:04:17.838 error by controller[0]: at Object.Module._extensions..node (module.js:604:18)
                                            ! Caught 2018-03-06 20:04:17.838 error by controller[0]: at Error (native)
                                            ! Caught 2018-03-06 20:04:17.838 error by controller[0]: Error: Module version mismatch. Expected 48, got 57.
                                            ! amazon-dash.0 2018-03-06 20:04:17.829 info terminating
                                            ! amazon-dash.0 2018-03-06 20:04:17.399 info starting. Version 0.2.8 in /opt/iobroker/node_modules/iobroker.amazon-dash, node: v6.13.0

                                            mfg swordfisch

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            601
                                            Online

                                            31.7k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            86
                                            385
                                            89810
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo