rnilssoncx / homebridge-pico

Expose Lutron Pico Remotes in Homebridge: https://github.com/nfarina/homebridge
MIT License
63 stars 6 forks source link

Plug-in not responsive until Homebridge reboot #50

Open ibogost opened 1 year ago

ibogost commented 1 year ago

Lately, my Pico plugin is not responsive. Button presses on Pico remotes do not create logged events in Homebridge. I’ve had this happen before, and rebooting Homebridge fixes the issue, but it now recurs much more frequently, even within 12 hours. I’m running Homebridge 1.4.1.

Anything I can try to diagnose and remedy?

markcarroll commented 1 year ago

interestingly, I came here because I am currently using the other HomeBridge Lutron plugin and am seeing the same symptoms.

rnilssoncx commented 1 year ago

The way this plugin works it opens and maintains a socket connection to the Lutron. I have done a lot of testing and haven't found a situation where it won't recover.

If you set buslog to full it will generate messages for all its activity, including reconnection attempts. This will tell you if it thinks it's disconnected and is retrying.

(sorry for the slow response here)