You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 23, 2020. It is now read-only.
I'm using a 5 button Pico remote with Caseta Bridge Pro. When I first launch homebridge, it doesn't register the buttons until I open Home.app (or control center). About 2 minutes after closing the Home app, it unregisters the buttons and they no longer work. After this, pressing buttons doesn't even write anything to the log. It works fine as long as I leave Home.app running on any iPhone or Mac. I can see in Telnet the buttons are always sending their signal to the Lutron hub, but the signal is not making it to Homebridge.
I think the unregistering behavior may be normal for iOS devices because I tried a switch from homebridge-dummy and it does the same thing. But I can't figure out why the lutron buttons stop working when they are unregistered.
HomePod with iOS 13.3.1. Homebridge 0.4.501 running on a Raspberry Pi Zero.
In this log, the .107 IP is the iPhone where I opened Home.app
I added some console.log statements for debugging, and found that the plugin does recognize every button press. It gets as far as executing accessory._dispatchMonitorMessage() but the difference is characteristic.subscriptions = 1 when Home app is running, but it equals zero when Home app is not running. After this, it executes characteristic.setValue(0) and then it seems like that's the end of the plugin. So I'm not sure where to go from here.
Node.js version:
v12.14.1
Plugin version:
[email protected]
I'm using a 5 button Pico remote with Caseta Bridge Pro. When I first launch homebridge, it doesn't register the buttons until I open Home.app (or control center). About 2 minutes after closing the Home app, it unregisters the buttons and they no longer work. After this, pressing buttons doesn't even write anything to the log. It works fine as long as I leave Home.app running on any iPhone or Mac. I can see in Telnet the buttons are always sending their signal to the Lutron hub, but the signal is not making it to Homebridge.
I think the unregistering behavior may be normal for iOS devices because I tried a switch from homebridge-dummy and it does the same thing. But I can't figure out why the lutron buttons stop working when they are unregistered.
HomePod with iOS 13.3.1. Homebridge 0.4.501 running on a Raspberry Pi Zero.
In this log, the .107 IP is the iPhone where I opened Home.app
The text was updated successfully, but these errors were encountered: