dawidchyrzynski / arduino-home-assistant

ArduinoHA allows to integrate an Arduino/ESP based device with Home Assistant using MQTT.
https://dawidchyrzynski.github.io/arduino-home-assistant/
GNU Affero General Public License v3.0
480 stars 116 forks source link

Light: Add effects list #142

Open mlc76520 opened 1 year ago

mlc76520 commented 1 year ago

First thanks for this and the hard work. This library is really amazing. In the Light Module, I'd like to have the opportunity to get a list of effects in home assistant mapped to some custom effects available on the arduino side. ie a rainbow effect.

Hope you will consider the request if not too challenging,

Best regards,

addyvandendoel commented 1 year ago

Add me to this please! I also Like to be able to set effects for the light. Used the library for connecting a color ledstrip WS2813 to and esp8266. Getting it lit up with this is amazing, just missing out the effects option now. I guess I could fix this myself with the onMessage( ) function, but would be really nice to have an effect list feature for the light.

martaisty commented 1 year ago

Plus 1 on this. :+1:

martaisty commented 1 year ago

@mlc76520 , @addyvandendoel Hello :wave: It's been a while since the issue was created :smile: I also needed this feature and implemented it in PR #178. Until it's merged, feel free to use changes on my fork https://github.com/martaisty/arduino-home-assistant/tree/feature/light-effects-list

martaisty commented 7 months ago

Hi @dawidchyrzynski 👋 I see that you are actively doing changes on the project. I was wondering if there is a chance to get this issue resolved. I will resolve the conflicts on my PR and kindly ask to look at it 😃

dawidchyrzynski commented 7 months ago

Hi @martaisty, no problem. Let's aim to merge it asap.