misenhower / homebridge-wyze-connected-home

Wyze Connected Home plugin for Homebridge
MIT License
70 stars 52 forks source link

Fails to light up entire group #19

Open Jpereyra316 opened 3 years ago

Jpereyra316 commented 3 years ago

I installed the SmartThings plugin and I now have a sensor that triggers a group of 4 lights. When the automated request goes through Homebridge, it sets color, brightness and state properties for all bulbs in the group (4). The Homebridge logging reflects this request seems to be sent to the Wyze Sense bridge. However, pretty consistently, not all bulbs turn on. I think the Wyze bridge might not be able to handle all these request so quickly.

I'm going to try and debug a little bit. Perhaps I'll start by adding a small delay between when the requests get sent from the plugin to the Wyze Bridge. I haven't looked at this plugin code much so I hope I can do that for troubleshooting and proving my hypothesis.

Geczy commented 3 years ago

I have the same issue, but on individual bulb activating from a sensor trigger, not a group of bulbs. Did you find anything @Jpereyra316

I wonder if this could fix it https://github.com/misenhower/homebridge-wyze-connected-home/pull/12/files

caseypugh commented 3 years ago

I have a PR open that fixes this issue. https://github.com/misenhower/homebridge-wyze-connected-home/pull/23

Jpereyra316 commented 3 years ago

Closing this issue since #23 is the same as this.

Geczy commented 3 years ago

Uh? A pr is not an issue, this should stay open

Jpereyra316 commented 3 years ago

I guess it could stay open until 23 has been pulled and confirmed, but I figured why track the same issue in 2 places.

caseypugh commented 3 years ago

Thanks for keeping open.

Tangentially, is this plugin still actively maintained? Last commit was 6 months ago and there are 4 open PRs.