SphtKr / homebridge-zway

Homebridge plugin for (better) HomeKit support of RaZBerry and Z-Way Server
ISC License
85 stars 37 forks source link

Button support (for triggering HomeKit automations) #82

Closed SphtKr closed 7 years ago

SphtKr commented 7 years ago

This now looks doable, I finally got a key fob and ZME_WALLC switches to correctly pair and publish scene signals, which I can theoretically forward through to HomeKit as ProgrammableButtons.

Trick is that--without #25--the only way to see that a button is pressed is to look for a change in its updateTime. That should be plausible, but I'm not sure what internal changes might be required to make it work.