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
On version 0.6.0 I decided to implement a default preset when powering on the device. I would like to use this thread to gather feedback and know what would be the best way to handle the WLED behaviour described below and suit everyone's needs.
What is happening
When starting a WLED device, the preset returned by the API is 0 (i.e. but WLED displays colours from the last preset displayed before being turned off). You can reproduce this behaviour directly through the WebUI of your WLED, after off/on cycle no presets are selected.
The issue
There is no way for the plugin to know which preset is used after a off/on cycle. But I would like that the plugin is able at all time to tell on which preset your WLEDs are set.
Partial fix
On version 0.6.0, I decided that at each power cycle a default preset will be selected (i.e. at the moment it is hardcoded to the preset nb 1).
Please vote the solution you prefer the most:
In the config file, implement a value to select the defaut preset used by the WLED device
A way to switch off this new behaviour (default preset when switching on), and display in the preset selector a "preset undefined" selector for the value 0
Feel free to comment with your thoughts on this and/or if you have additional ideas on how to handle this.
The text was updated successfully, but these errors were encountered:
On version
0.6.0
I decided to implement a default preset when powering on the device. I would like to use this thread to gather feedback and know what would be the best way to handle the WLED behaviour described below and suit everyone's needs.What is happening
When starting a WLED device, the preset returned by the API is 0 (i.e. but WLED displays colours from the last preset displayed before being turned off). You can reproduce this behaviour directly through the WebUI of your WLED, after off/on cycle no presets are selected.
The issue
There is no way for the plugin to know which preset is used after a off/on cycle. But I would like that the plugin is able at all time to tell on which preset your WLEDs are set.
Partial fix
On version
0.6.0
, I decided that at each power cycle a default preset will be selected (i.e. at the moment it is hardcoded to the preset nb 1).Please vote the solution you prefer the most:
value
to select the defaut preset used by the WLED deviceFeel free to comment with your thoughts on this and/or if you have additional ideas on how to handle this.
The text was updated successfully, but these errors were encountered: