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

Feature Request: Circle through a list of scene with a single click #2

Closed
schneekluth opened this issue Jan 19, 2020 · 4 comments
Closed

Comments

@schneekluth
Copy link

I am currently migrating all my hue dimmers to deconz and really like your solution. There is just one thing I am missing: In the hue app you could distinct between 1 till 5 repeating clicks. I've used this to circle/rotate through a given list of scenes. Would it be possible to implement this feature in your appdaemon app?

hue_dimmer

@schneekluth schneekluth changed the title Feature Request: Cicle through a list of scene with a single click Feature Request: Circle through a list of scene with a single click Jan 19, 2020
@Burningstone91
Copy link
Owner

The problem is that deconz doesn't provide the events "double click", "triple click", etc.
I will see if I can work around this issue with some timestamp logic. I'll let you know

@Davst
Copy link

Davst commented Feb 25, 2020

Upvote for this, would be great to have a configurable delay timer to watch for a button press for the same button.

The other way for this would be to catch the 1001 press and on subsequent presses report this with a counter event or similar.

this way you could make a listener that cycled scenes based on a number.. or... even better .. if it fetched the scenes from deconz available for that group and calculated that beforehand. (maybe not queriable from deconz though)

@schneekluth
Copy link
Author

schneekluth commented Feb 27, 2020

The more I think about this issue I'd like to see this function in hass core. There definetly are more types of devices that only support a single press like dash buttons or the upcoming IKEA shortcut button who could profit from this functionality. I'll open an official feature request for that in hass forum in prallel.

Update: https://community.home-assistant.io/t/functionality-to-cycle-through-a-given-list-of-scenes/174801

@X1pheR
Copy link

X1pheR commented Oct 28, 2020

I'm also looking for this. It looks like this functionality is present in ControllerX: https://xaviml.github.io/controllerx/others/multiple-clicks

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

No branches or pull requests

4 participants