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
Describe the bug
When reducing the LED count in the UI below the number of LEDs on the strip, then the "extra" LEDs remain at their last status instead of being turned off.
To Reproduce
Steps to reproduce the behavior:
Turn on the light on any zone, make sure all LEDs are lit up
Go to 'Advanced' in the zone configuration and reduce the 'LED Count' to a number that is smaller the the actual count of LEDs in that zone.
Click 'Apply Settings'
Observe that the LEDs above the LED count are still lighting.
Expected behavior
When changing the LED Count any LED on the strip that is above the count should be turned off.
Additional context
The 'Average Power' that is printed on the console is also affected by this, as it only calculates the power based on the configured LEDs, not the actually lit up LEDs
The text was updated successfully, but these errors were encountered:
MathiasSeifert
changed the title
Stale LEDs when reducing LED count
Bug: Stale LEDs when reducing LED count
Jan 17, 2023
This is fixed for the maximum supported number of LED with the new LED driver. See #141. Problem in theory is still valid for unsupported high numbers of LEDs per zone (>250). But we cant output "off" to an infinite number of LEDs. I guess thats fair.
Describe the bug
When reducing the LED count in the UI below the number of LEDs on the strip, then the "extra" LEDs remain at their last status instead of being turned off.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When changing the LED Count any LED on the strip that is above the count should be turned off.
Additional context
The 'Average Power' that is printed on the console is also affected by this, as it only calculates the power based on the configured LEDs, not the actually lit up LEDs
The text was updated successfully, but these errors were encountered: