Kakifrucht / LightBeat

🎶 Music visualizer for Philips Hue compatible lights.
https://lightbeat.io
GNU General Public License v3.0
44 stars 7 forks source link

Investigate wrong brightness on strobe #5

Closed Kakifrucht closed 6 years ago

Kakifrucht commented 6 years ago

When strobing the lights via the StrobeController they sometimes do not retain the last brightness sent to them. This issue appears to be difficult to reproduce, as it either happens repeatedly throughout a listening session to always the same light bulbs, or it doesn't happen at all.

This might be an issue with Philips API or even a hardware issue, as we do send the updated brightness value with the "on" command at the same time.

Kakifrucht commented 6 years ago

Further test conclude that simply toggling on the lights might trigger this issue. The lights won't fall back to the last brightness they have received and instead start on brightness 0. There might not be much I could do to fix this, besides always resending a brightness command after turning the light back on. This would however cause additional congestion for a rather rare bug, that can also be fixed by physically toggling the light.

Kakifrucht commented 6 years ago

Fixed in v1.5.0.