You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When querying pilot from several bulbs in quick succession, more often than not one bulb fails to respond.
If I loop through 7 bulbs to get their pilot, on a regular basis there is always one bulb that doesn't respond, and it is usually a different bulb each time that fails to respond.
Is this a problem with my router or the wiz bulbs and is there anything that can be done in code to resolve the issue?
I tried increasing the timeout which doesn't seem to help, reducing the delay between the loop in receiving the datagrams doesn't help either.
From what I can see the bulbs respond in bursts, some are slower than others and some respond so fast that the loop misses them, but when I tinker with the code it seems to get more reliable in some cases and then other times the same change starts to cause problems such as a backlog of tasks that are being awaited.
The text was updated successfully, but these errors were encountered:
When querying pilot from several bulbs in quick succession, more often than not one bulb fails to respond.
If I loop through 7 bulbs to get their pilot, on a regular basis there is always one bulb that doesn't respond, and it is usually a different bulb each time that fails to respond.
Is this a problem with my router or the wiz bulbs and is there anything that can be done in code to resolve the issue?
I tried increasing the timeout which doesn't seem to help, reducing the delay between the loop in receiving the datagrams doesn't help either.
From what I can see the bulbs respond in bursts, some are slower than others and some respond so fast that the loop misses them, but when I tinker with the code it seems to get more reliable in some cases and then other times the same change starts to cause problems such as a backlog of tasks that are being awaited.
The text was updated successfully, but these errors were encountered: