kpsuperplane / homebridge-wiz-lan

Control Wiz lights over LAN
Apache License 2.0
115 stars 37 forks source link

Same Type of Light Two Different Menus in HomeKit #78

Closed jodywhitesides closed 2 years ago

jodywhitesides commented 2 years ago

I'm using two Wiz A21 lights. For some reason, one of the lights has the 'scene' menu in the "Light" area: see image IMG_419F7E5E5E95-1

The other light is not showing the 'scenes' from Wiz in "Light": IMG_4266F862BF70-1

Wondering how I can get the 2nd light to show the 'scenes' menu from Wiz? Without that scenes menu, the light refuses to work properly in HomeKit.

Both devices are listed in Homebridge and have their proper IP addresses in the config. Is there another setting for the config that I should be using for the individual lights?

kpsuperplane commented 2 years ago

Hey there,

Thanks for the report. This is due to a bug in the development (yet to be released) version.

To be clear, did you manually install this development build? Scenes should not be available from the normal install.

jodywhitesides commented 2 years ago

Hi Kevin, I used the plugin (4.0.1) install from Homebridge app to do the install. Then added the appropriate info into the config section. Was that wrong?

Jody

On Oct 23, 2021, at 21:06, Kevin Pei @.***> wrote:

Hey there,

Thanks for the report. This is due to a bug in the development (yet to be released) version.

To be clear, did you manually install this development build? Scenes should not be available from the normal install.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kpsuperplane/homebridge-wiz-lan/issues/78#issuecomment-950251721, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWGAQDXNP5DT54R7TEXX3T3UINZ37ANCNFSM5GS46PAA. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

kpsuperplane commented 2 years ago

No, it wasn't, it appears I made a mistake and accidentally released development code into the public.

Apologies for the issue Jody, will try to get a fix out by Tuesday ish.

Kevin.

jodywhitesides commented 2 years ago

Awesome!

Jody

On Oct 23, 2021, at 22:32, Kevin Pei @.***> wrote:

No, it wasn't, it appears I made a mistake and accidentally released development code into the public.

Apologies for the issue Jody, will try to get a fix out by Tuesday ish.

Kevin.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kpsuperplane/homebridge-wiz-lan/issues/78#issuecomment-950258540, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWGAQDQ5TTLQK427PKR5SRLUIOD47ANCNFSM5GS46PAA. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

Gryzle commented 2 years ago

I just wanted to add that I'm also experiencing this bug. Thanks for your support developer!

Edit: I also realized that the duplicate screens prevent grouping the devices. If you try to separate the duplicates, you can group them but then the brightness slider and power button are separated, causing even weirder behavior. Unrelated, I'm also using non-color bulbs and I see color options available in HomeKit, this might also be a bug.

Thanks!

kpsuperplane commented 2 years ago

The latest update should fix this, can anyone confirm?

jodywhitesides commented 2 years ago

Is this the new version: homebridge-wiz-lan v3.1.2 (2021-11-12)?

MoTechnicalities commented 2 years ago

This is not an issue anymore. Each light now has the same available menus.

Each light has 2 accessories (tiles) that can be separated, if you want that separate functionality. I prefer displaying the lights as one tile, even though it means loosing one click ON/OFF functionality. Instead, the first click opens the accessory settings.

Is there any way to program it so only a long hold click opens the accessory settings menu, while a shot click just turns the accessory ON/OFF when displayed as one tile?

jodywhitesides commented 2 years ago

Is there a way to uninstall the v4.0.1 ** Nevermind, I've finally figured it out. Having to uninstall both of them and reinstall the updated version.

kpsuperplane commented 2 years ago

Glad to hear, closing the issue. Please feel free to file another one if something comes up!

Thank you for the support :)

kpsuperplane commented 2 years ago

Also @MoTechnicalities unfortunately I do not see any provision in homebridge to set the "single click" action. Would love to be proven wrong though...

jodywhitesides commented 2 years ago

I only get 1 tile per light and no scene menus now... :-(

kpsuperplane commented 2 years ago

@jodywhitesides yup, you need to enable the scenes in the config.

jodywhitesides commented 2 years ago

Got it, thank you. Missed that setting. Now they're working quite well with HomeKit. You rock!