w00000dy / WLED-GUI

Cross-platform desktop app for WLED
MIT License
202 stars 8 forks source link

Config tab inconsistently showing available options #8

Closed DonutCables closed 3 months ago

DonutCables commented 3 years ago

Describe the bug Going to the "Config" tab after selecting a light instance will sometimes show all of the "normal" settings you'd see when accessing the web version, but other times will only show the compact version with "More settings..." button which then opens a web instance in Firefox. As far as I know the settings are supposed to always be the compact version. In addition to this being inconsistent, I would like the option to always show the full version of the settings instead of needing to access the web version.

Desktop (please complete the following information):

w00000dy commented 3 years ago

Hi, thank you for reporting this bug. 😄 I assume that you have enabled Online Mode for some lights and this is why Config is inconsistent when you go through your lights. When Online Mode is enabled it will use the online version of WLED (like accessing WLED in your browser) instead of the local version. Currently there is also another issue #3 that deals with this topic of the settings page. I'm planning to add the full settings page in one of the next versions of WLED-GUI, but I'm waiting for Aircoookie/WLED#1630 to be implemented. I guess it will be implemented in WLED v0.13.

So to have the full access to the settings in WLED-GUI you probably have to wait for WLED version 0.13. 😞 Is my assumption correct that you use Online Mode?

DonutCables commented 3 years ago

So I went poking more and finally found the option to toggle "Online Mode", so that does what I'd like for now. I wasn't using it previously, so I'm not sure why it was popping up inconsistently for a single instance of lights.

w00000dy commented 3 years ago

Can you tell me what version of WLED you use? Do you use the same version for all your lights?

DonutCables commented 3 years ago

I'm using 0.12.0 for all of my ESP8266, but the one ESP32 I have connected right now I'm using the dev version of SoundReactive 0.12.0 that has the 2D animations partially enabled.

w00000dy commented 3 years ago

Do you see this inconsistency only in a specific light (for example the SoundReactive light) or in all lights?

DonutCables commented 3 years ago

I can't be sure, I was going through 4-5 different lights when I noticed it happening.

w00000dy commented 3 months ago

Will be fixed in latest version