Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make "Power" button customizable #3431

Closed
DieNummerEins opened this issue Oct 6, 2023 · 10 comments
Closed

Make "Power" button customizable #3431

DieNummerEins opened this issue Oct 6, 2023 · 10 comments
Labels
discussion enhancement fixed in source This issue is unsolved in the latest release but fixed in master

Comments

@DieNummerEins
Copy link

Is your feature request related to a problem? Please describe.
At feature request #3430 I described my problem and a possible solution. In this context it would help, to make "power on event" more generally and customizable. For power on at boot I can choose presets/playlists, for power on via GUI-button I can not.

Describe the solution you'd like
It would be nice, if you can customize the power on event (GUI-button) and add presets/playlists to it.

Additional context
Feature request #3430

@blazoncek
Copy link
Collaborator

It would be nice, if you can customize the power on event (GUI-button) and add presets/playlists to it.

How would you tackle on and how off event? That would require 2 presets or just one correctly formatted.
Would you want to change API as well?

@DieNummerEins
Copy link
Author

In GUI (App or Browser) there is a power button. If it's off and I push it then "on event" is fired, vice versa.

If I can customize the on and the off event separately (with presets/playlists and maybe cascade of both) that would be awesome.

It would also be nice to fire both events (on and off) via HomeAssistant for example. Now I have a switch, therefore it would be same as GUI-power-button (if it's off and I push then on event and vice versa).

But I can imagine situations where it is necessary to just fire specificly the off event, for example to make sure light is off (if I am not home or at every midnight to safe energy). Maybe it is possible already, I'm new to this stuff.

What to do in API I cannot say, I don't know the details.

@blazoncek
Copy link
Collaborator

For events you have presets. Assign those to buttons or automation.
GUI power button is not tied to an "event" it triggers "on" API call. Changing that could be done via GUI override but that will be browser/device specific.

@DieNummerEins
Copy link
Author

What is GUI override?

In "LED Preferences" it is possible to decide, wether the LEDs should be turned on or not and which preset to apply.
image

It would be great to have the preset/playlist option for GUI power button. It is the smaller idea of the above (turn on event more generally and customizable).

@blazoncek
Copy link
Collaborator

I know it would be great but is difficult to implement with current code.

@DieNummerEins
Copy link
Author

So is the "power on delay" (for special problems with relay usage) apparently ;-). Well, maybe the current code will be rewritten someday and those changes will be more easily.

@blazoncek
Copy link
Collaborator

That's totally unrelated (and different problem for which I already gave you a workaround). 😄

@DieNummerEins
Copy link
Author

Yes, you are right, it is a different challange, but they have the same in common: "difficult to implement with current code".

Unfortunately the workaround with 2 relays is too complicated. My solution is the following: My wall switches (4 button type) are connected to a ESP32 with ESPHome. I use a separate ESPHome-controller for my wall switches because first they are located somewhere in the middle of the room ,the wled-strip starts elsewhere and so the wled-controller is too far away. And second sometimes there is a power outlet underneath the wall switches, so the ESPHome-controller has an additional relay for it. Above all there is HomeAssistant, the ESPHome-controller uses presets/playlists to turn on wled-strips.

Additionally I will rework my structure with this page:
https://kno.wled.ge/basics/compatible-controllers/
LevelShifter and Resistance/EMC-Filter is maybe something important for stabilization.

@DieNummerEins
Copy link
Author

Anyway, all of you guys make a great job and I am very thankful for WLED and it's continually improvement.

blazoncek added a commit that referenced this issue Oct 19, 2023
Simple CSS optimisation.
@blazoncek blazoncek added the fixed in source This issue is unsolved in the latest release but fixed in master label Oct 19, 2023
@blazoncek blazoncek changed the title Make "power on event" more generally and customizable Make "Power" button customizable Jan 6, 2024
@blazoncek
Copy link
Collaborator

Available in 0.15.0 beta 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion enhancement fixed in source This issue is unsolved in the latest release but fixed in master
Projects
None yet
Development

No branches or pull requests

3 participants