vchlum / hue-lights

Gnome Shell extension for Philips Hue compatible lights controlled by the Philips Hue Bridge and for controlling Philips Hue HDMI sync box.
https://extensions.gnome.org/extension/3737/hue-lights/
MIT License
196 stars 14 forks source link

The associated connections do not work anymore #55

Closed jazzzz closed 2 years ago

jazzzz commented 2 years ago

Since commit a23cefa84e1be3211d7ddb7661c867cc333efec6, the icon does not show anymore in the panel. The extension is correctly enabled with no error, the settings can be opened from the extension manager, but the icon does not appear.

It looks like the network is not correctly detected because I see this in the debug log: Hue Lights [debug]: Bridge 001788fffe21bbfe is available but it prefers another network.

vchlum commented 2 years ago

Hi, what is your gnome version, please? Anyway, try to run this command: dconf reset /org/gnome/shell/extensions/hue-lights/associated-connection It should reset related settings. Did it help?

vchlum commented 2 years ago

Oh, sorry the gnome version is in the title... My mistake. I will investigate.

jazzzz commented 2 years ago

Anyway, try to run this command: dconf reset /org/gnome/shell/extensions/hue-lights/associated-connection It should reset related settings. Did it help?

Yes the icon shows up after this, but as soon as I try to re-associate the bridge with the current connection, it disappears.

jazzzz commented 2 years ago

I found the issue and fixed it in PR #56.