KhaosT / homebridge-amazondash

Amazon Dash Button plugin for Homebridge
58 stars 14 forks source link

Dashbutton not working #28

Closed ChristopherNeuwirth closed 6 years ago

ChristopherNeuwirth commented 6 years ago

Hi there, I am running homebridge (0.4.36) with the latest of your releases. I as well checked and did everything described here: https://github.com/KhaosT/homebridge-amazondash/issues/17

The rest of homebridge is running very successfully with a plugin written by me for rc433 outlets.

The button press of my dash button is recognized by node-dash-button/bin/findbutton but homebridge does not do anything. I tried configurations by Hesperus and Homebridge itself.

Starting homebridge in debug mode logs out the events of other plugins but does not log anything when pressing the dash button.

Do you have any idea where to look for a fix?

Thank you. Greetings Chris

ChristopherNeuwirth commented 6 years ago

ok after hours of debugging i found out that all is triggered as expected but homebridge did not respond.

So i did:

All works as expected. Guess it was some kind of incompatibility between iOS Update, Homebridge Version, Plugin. ¯_(ツ)_/¯

In a retroactive view it might had helped to just:

Raspberry Pi Env: Node: v6.9.2 npm: 3.10.9 homebridge: 0.4.36 homebridge-amazondash: 0.0.8

Maybe that helps someone.