-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Supporting effects: colorloop from Home Assistant Hue #1791
Comments
How does this work in the Hue system? Is the color loop inside the lamp firmware? Or is the hue bridge sending out lots of Zigbee messages? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
remove stale |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
bump |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I'd very much like to have the loop too. I'm using a Müller tint color strip and using it with the vendor remote control it offers a color loop. |
Shame I'm looking at appdaemon for this but I think it's still going to flood mqtt |
bump? |
bump? |
2 similar comments
bump? |
bump? |
I've checked how this works with the Hue hub (https://labs.meethue.com/formulas/huelabs/colorloop) but it's doing nothing more then sending the Possibly we could make this more friendly by allowing it via e.g. |
Yes, please add support for "effect" attrubute with "colorloop" value, as this is one of the standard attributes supported in light.ligt_on home assistant service: https://www.home-assistant.io/integrations/light/. Not only philips hue, but also OSRAM (LEDVANCE) bulbs supports that effect - https://community.home-assistant.io/t/supported-light-effects-for-ledvance-bulbs/195866 (maybe also some other bulbs will support this). Maybe "transition" value can be used as time for full loop? |
Is there a way to use the hue_move command from within a home assistant script? That would be even better. |
Damn phone stopped responding when I opened the page and somehow hit closed! |
here's what I use in zha (native HA zigbee) to set the colorloop speed for a hue bloom,
|
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
@gotschi where do you find out how to do the arguments and what each value means? I can’t seem to find out anything other than number of supported commands but not what each command does |
Are there news about that? Don't understand, why there are those unnecessary effects like "blink", "breath" or "okay" .. but not a colorloop? Yes, you can start them with "hue_move", but this is just unnecessary complicated. We need a simple implemented colorloop for color devices... deconz has implemented this so long ago... |
I just moved over and agree this would be great, or random even to start a light with random color unless I am missing that. I saw the effect as others said in both ZHA and deconz but neither could run my network properly. So here I am. |
Moved from hue access point to ZHA, used “colorloop” effect before and now. Basically it’s working. But the loop was slower and smoother with hue access point compared to ZHA. Any idea here? |
Has anyone been able to move this further along? I like the idea of somehow using ‘transition’ to determine the loop speed |
You can use the mqtt.publish service to trigger hue_move. I have the following in an automation for an as-slow-as-possible loop:
|
Does this work with ikea bulbs ? |
Hi, For me, the following effects are doing something, others not:
'Candle', 'Fireplace' and 'colorloop' are doing nothing :-( |
@bplatypus and @t112013, take a look at @deviantintegral's comment: #1791 (comment) - I don't think it'll ever work with IKEA bulbs. |
@kristianrl I'm not using ikea bulb. Only Philips Hue bulbs. |
I can tell you, that the GLEDOPTO goods use the ZigBee Standard functions. It would be awesome if we got any function like that into Z2M |
As of release 1.37.1, colorloop effect is available for all color lights. |
Bug Report
What happened
I want to use the effects option which is normally available in HA for Hue bulbs. I've tried it with mine and I get this in the zigbee2mqtt log:
No converter available for 'effect' (colorloop)
Is this not possible to implement or is there some script I can use?
What did you expect to happen
Bulb colour cycle
How to reproduce it (minimal and precise)
My automation code:
light_colour_cycle: alias: Hue Light Colour Cycle sequence: - service: light.turn_on data: entity_id: light.fireplace_light effect: colorloop brightness: 255 transition: 5
Debug Info
zigbee2mqtt version: 1.5.1
CC253X firmware version: 20190223
The text was updated successfully, but these errors were encountered: