Replies: 3 comments 5 replies
-
Hi @vandalon, very interesting idea, it might be useful for implementing a really advanced light control with such a simple controller. I can see this could be applied also to other controllers as well (such as the E1812, which is currently pretty limited regarding light control).
I'd personally prefer not to mix light and audio control in a single Hook, since this could become way too complex. Just brainstorming a couple of ideas:
|
Beta Was this translation helpful? Give feedback.
-
I made an automation based on the E1714 controller blueprint. I'm sharing it here just to show you what I did :)
|
Beta Was this translation helpful? Give feedback.
-
Hi @vandalon, thank you for sharing! :) Really interesting and advanced usage of just a controller blueprint. As a little note, I think you can try to simplify the sequence for making the light flash: - service: light.toggle
target:
entity_id: light.lamp_naast_de_trap
- delay:
milliseconds: 200
- service: light.toggle
target:
entity_id: light.lamp_naast_de_trap
- delay:
seconds: 5
- service: light.toggle
target:
entity_id: light.lamp_naast_de_trap
- delay:
milliseconds: 500
- service: light.toggle
target:
entity_id: light.lamp_naast_de_trap You can instead use the |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have this idea I would like to pitch to you about the light hook in combination with the E1744 (symfonisk controller).
or it can switch to audio mode so that the controller turns into a volume controller for a period of time, just as with the color/color_temp mode.
as an extra i would make a "confirmation" action (configurable) so that one can set an action when switching mode. (could for example be a short light blink).
What do you think? Is this a good thing to build in the current light hook or should I maybe create a new hook that does this?
Beta Was this translation helpful? Give feedback.
All reactions