senorshaun / homebridge-radiora2

Lutron RadioRA2 plugin for homebridge
MIT License
10 stars 5 forks source link

Keypad button marked Not Responding in Home App #8

Closed scottrus closed 2 years ago

scottrus commented 3 years ago

When using a keypad button, the press is marked "not responding" in the home app. I think this is similar to the comment mentioned #6 regarding the polling issue. Would a possible solution be to assume success and then check state a few seconds later to confirm it?

scottrus commented 3 years ago

Can I get a pointer into the code where the polling issue exists?

scottrus commented 3 years ago

In the keypad code https://github.com/senorshaun/homebridge-radiora2/blob/375eafd66567634f6da413f97b24bf230d12c0e6/lib/accessories/keypadbutton.js#L64 looks like it should be "Off" instead of "On" ?

EDIT: No, I'm wrong. I see On is a Characteristic now.

senorshaun commented 2 years ago

silly me, I didn't have a closing callback function at the end of the button press. some homebridge just never finished that action. updated in the latest bug fix

scottrus commented 2 years ago

Let me know if you want bug testing. Thanks!

senorshaun commented 2 years ago

just publish 1.3.2 to nom if you want to check it out