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

Number of blinks/fades vs absolute time #3

Open
foxsam21 opened this issue Feb 10, 2020 · 3 comments
Open

Number of blinks/fades vs absolute time #3

foxsam21 opened this issue Feb 10, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@foxsam21
Copy link

This is a great tool. Thank you.
More of a request than an issue. Would it be possible to have an option of setting the number of pulses instead of setting an absolute time. So that the setting would be basically blink 3 times fast and not blink for 5 seconds.

Thanks again. this makes it much much easier for us to calculate the led effects.

@nathanfiscus nathanfiscus added the question Further information is requested label Feb 10, 2020
@nathanfiscus
Copy link
Owner

This tool emulates the functionality of the switch's firmware provided by Inovelli. Although the tool can be built to include this functionality, you wouldn't be replicate the output of the tool at the switch without changes to the firmware. If you want to do something more complex like what you are suggesting, you would have to run that logic at the zwave hub level rather than the switch. Let me know if I am mis-understanding your request here.

@foxsam21
Copy link
Author

That is one way of doing it. I didn't think of that because I had a different approach, more complicated, but really simpler.
I had in mind say fast blink is 500ms on and 500ms off so then when you choose 5 blinks it will set it behind the scenes as 5 seconds. If it is slow blink which is 1000 on 1000 off so it will set it to 10 sec for 5 blinks. For pulse same idea...
Thanks again its really a useful tool already, I'm just trying to squeeze out more than was originally intended (by manufacturer and this SW)

@nathanfiscus nathanfiscus added enhancement New feature or request and removed question Further information is requested labels Feb 10, 2020
@nathanfiscus
Copy link
Owner

nathanfiscus commented Feb 10, 2020

Oh so you want the tool to be able to count animation cycles? I thought you were looking to create a pattern based of the manufacturer provided patterns. I can look into counting the cycles. I have noticed that the actual timings of the duration value are not 100% accurate on the devices. So the count the tool gives maybe an approximation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants