Open Jpereyra316 opened 4 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
I have a PR open that fixes this issue. https://github.com/misenhower/homebridge-wyze-connected-home/pull/23
Closing this issue since #23 is the same as this.
Uh? A pr is not an issue, this should stay open
I guess it could stay open until 23 has been pulled and confirmed, but I figured why track the same issue in 2 places.
Thanks for keeping open.
Tangentially, is this plugin still actively maintained? Last commit was 6 months ago and there are 4 open PRs.
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.