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

Hue Dynamic Scenes #6

Closed
andrei-micu-ro opened this issue Nov 14, 2022 · 1 comment
Closed

Hue Dynamic Scenes #6

andrei-micu-ro opened this issue Nov 14, 2022 · 1 comment

Comments

@andrei-micu-ro
Copy link

Hello,

One great addition would be adding support for the HUE Dynamic Scenes.
I'm only using Hue so I "hacked" the code to call a different service (line 77 in js file):
this._hass.callService("hue","activate_scene",{entity_id:this._config.entity,dynamic:true,transition:10,speed:40})

I also added transition and speed values.

For me this works well but it's not configurable. For others it would be a good idea to:

  • Have a toggle parameter to switch between normal scene triggering or Hue (using the new hue.activate_scene service)
  • Add parameters for:
    • dynamic scene - boolean
    • transition time - integer
    • speed - integer
@Gh61
Copy link
Owner

Gh61 commented Nov 14, 2022

Hi,

thank you for your feature proposal.
I will look for different ways how to activate scenes for different light platforms, so I can come with some settings that can be used generally.

@Gh61 Gh61 closed this as completed in a8a693e Dec 16, 2022
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

2 participants