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

simple light effect #1898

Closed
DanteHA opened this issue Apr 15, 2021 · 11 comments
Closed

simple light effect #1898

DanteHA opened this issue Apr 15, 2021 · 11 comments

Comments

@DanteHA
Copy link

DanteHA commented Apr 15, 2021

Hi Aircoookie,

The WLED has the light effect that when this effect is selected, the tape starts all off and the light begins to travel (keeping the LEDs on where it has already passed) and when it reaches the end of the tape it remains all lit (as if it were the effect solid).

If so, would you be able to tell me which one?
if not, would it be too much to ask to have this effect added?

(I have ws2812b on every edge of my ceiling and I would like to use this as an ambient light, of course, keeping the color selection options brightness intensity)

I love WLED, I already ordered some more nodemcu to change my old led controllers to WLED!

Thanks from Brazil

@Aircoookie
Copy link
Owner

Hi,

a very similar effect to what you would like is Wipe. It turns on the LEDs one after the next, but when it is done, it will turn off the LEDs again in the same order. There is no effect supported that stays on the lit position afterwards, but there is a workaround using the new playlist feature to get your desired result, however it is still quite complicated to use.

You could make a preset with the Wipe effect set up with the color/speed you like, then refresh the page. Now you can open the preset and send me the contents of the "API command" text box, and I will get back to you with some steps to make it stay on after one wipe :)

I'm very glad that you like WLED so much!

@baerni
Copy link

baerni commented Apr 16, 2021

I am also interested in this effect. I would like the light to turn on gradually from one side to the other (like the Wipe effect), but when all the LEDs are on, it should be on all the time.
On the other hand, if I would like to turn off the light, it would also turn off gradually from one side to the other.
I would like to have an effect like here or here. Is it possible with WLED and macro or API etc?

@ddijanic
Copy link

I am also interested in this effect. I would like the light to turn on gradually from one side to the other (like the Wipe effect), but when all the LEDs are on, it should be on all the time.
On the other hand, if I would like to turn off the light, it would also turn off gradually from one side to the other.
I would like to have an effect like here or here. Is it possible with WLED and macro or API etc?

look at this for the stairs
https://github.com/Aircoookie/WLED/tree/master/usermods/Animated_Staircase

@sssushi
Copy link

sssushi commented Apr 21, 2021

Hello,

i am trying to use the dissolve effect followed by solid for my mirror light. Is there a way to trigger the dissolve from the beginning so the light will „appear“ ?

@utech-git
Copy link

Hi,

a very similar effect to what you would like is Wipe. It turns on the LEDs one after the next, but when it is done, it will turn off the LEDs again in the same order. There is no effect supported that stays on the lit position afterwards, but there is a workaround using the new playlist feature to get your desired result, however it is still quite complicated to use.

You could make a preset with the Wipe effect set up with the color/speed you like, then refresh the page. Now you can open the preset and send me the contents of the "API command" text box, and I will get back to you with some steps to make it stay on after one wipe :)

I'm very glad that you like WLED so much!

Hello, Aircookie.

I want the exact same effect for my Wled. I have a LED strip that climbs up my wall then runs into the ceiling, and I want this effect so when I turn it on, it "wipes on" bottom to ceiling like a "lightsaber", than stays on

I tried the "Animated Staircase" usermod but didn't work very well.

So I ran into this thread. I did what you asked and here is the API command:

{"on":true,"bri":128,"transition":7,"mainseg":0,"seg":[{"id":0,"start":0,"stop":60,"grp":1,"spc":0,"of":0,"on":true,"bri":255,"col":[[255,160,0],[0,0,0],[0,0,0]],"fx":3,"sx":233,"ix":128,"pal":0,"sel":true,"rev":false,"mi":false},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0}]}

I tried changing these "stop" parameters at the end but didn't work.

Thanks!

@blazoncek
Copy link
Collaborator

Have you tried Tetrix?

@Messkid21
Copy link

Messkid21 commented Feb 14, 2022

Hi ! i'm a huge fan of WLED and i'm trying to include this kind of effect on a project : I have 6 segments and I want to trigger a Wipe on a segment every X second (each segment will have the effect but not on the same time).

It's really complicated from the UI, I tried with the playlist but if the solid effect is not exactly a multiple of the cycle time it's all messed up... any news from a way to achieve this ?

I tried to look on the code to edit the fx but I didn't succeed so far

Thanks a lot !

@radu022003
Copy link

I would like to have exact the same behavior for my lights.
I am using the wled with HA, but how can we turn the lights on directly with the playlist?

thank you and best regards

@tungmeister
Copy link

tungmeister commented Mar 6, 2023

I'd love this as well. Can't get it to work with the playlist, seems to start at random points.
EDIT: got this working perfectly with presets & a playlist now. The preset needs "TB":0 in it with transitions set to 0 and it's easy to add to a playlist.

@1liminal1
Copy link

1liminal1 commented Apr 16, 2023

What did you get working? And how? Can you share?

@blazoncek
Copy link
Collaborator

Please use WLED forum or Discord for help and support questions.
Closing as it is possible to achieve OP request using existing effects in combination with playlist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests