thenewwazoo / homebridge-lutron-caseta-leap

Homebridge support for Lutron Caseta Smart Bridge 2
Apache License 2.0
77 stars 27 forks source link

Settings screen hangs #91

Closed SwimCraft101 closed 1 year ago

SwimCraft101 commented 1 year ago

Description: The configuration menu continues to animate the loading animation indefinitely, and therefore cannot be configured. Reproduce: Simply install the plugin, then open the settings menu Expected: It would have been expected for the plugin simply to open the settings menu and display bridges to connect Files: The plugin cannot be configured, thus no relevant information can be given here Environment: macOS with all operating programs on the latest available version

jetlife962 commented 1 year ago

I’m having the same issue. The only difference than the above bug submission by SwimCraft101 is that I’m running my homebridge instance on a raspberry pi 4.

thenewwazoo commented 1 year ago

This happens when your Homebridge host can't find a Lutron bridge via mDNS. It should probably time out eventually, though. Note that you cannot configure a bridge that can't be found automatically. Even settings up the config file won't get you there, because bridges are still discovered automatically (and then the configuration is looked up).

jetlife962 commented 1 year ago

This happens when your Homebridge host can't find a Lutron bridge via mDNS. It should probably time out eventually, though. Note that you cannot configure a bridge that can't be found automatically. Even settings up the config file won't get you there, because bridges are still discovered automatically (and then the configuration is looked up).

I had a sneaking suspicion that this was the case. Thank you for the help!