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

Additional lighting effects and control #198

Closed
Kane610 opened this issue Jan 25, 2022 · 2 comments · Fixed by #275
Closed

Additional lighting effects and control #198

Kane610 opened this issue Jan 25, 2022 · 2 comments · Fixed by #275

Comments

@Kane610
Copy link
Owner

Kane610 commented Jan 25, 2022

https://community.home-assistant.io/t/lidl-melinera-christmas-string-hg06467-lidl-livarno-lux/367639

I bought today this nice Lidl Melinera Christmas String with Zigbee. I am using DECONZ. Genrally all fine, except setting uup effects.

Those effects are avaible: “steady”,“snow”,“rainbow”,“snake”,“twinkle”,“firework”,“horizontal_flag”,“waves”,“updown”,“vintage”,“fading”,“collide”,“strobe”,“sparkles”,“carnaval”,“glow”.

I can set them via REST-API with success:
curl -H ‘Content-Type: application/json’ -X PUT -d ‘{“effect”:“sparkles”}’ http://172.30.33.2:40850/api/33E7B7A7B7/lights/14/state 4

Or with error and success:
curl -H ‘Content-Type: application/json’ -X PUT -d ‘{“effect”:“snow”,“speed”:100,“colors”:[{“r”:164,“g”:168,“b”:50},{“r”:168,“g”:50,“b”:153},{“r”:102,“g”:50,“b”:168},{“r”:50,“g”:155,“b”:168},{“r”:50,“g”:168,“b”:72},{“r”:168,“g”:88,“b”:50}]}’ http://172.30.33.2:40850/api/33E7B7A7B7/lights/14/state 4

On GUI of Hassio for effect only “colorloop” is shown. Please integrate a feature to overwrite standrad effect “colorloop”.

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

Successfully merging a pull request may close this issue.

1 participant