-
Notifications
You must be signed in to change notification settings - Fork 13
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
RGB Support #23
Comments
Hello, Is there something new? Thank you for your answer. |
Hey David, |
Hello, Thank you for your answer. It will be great when RGB device will be included into Pimatic. I looked into another plugin for pimatic, that has already rgb support, which is available at: https://github.com/philip1986/pimatic-led-light . As I looked into code, it looks like, that author made his own implementation of rgb support. I hope, that this could help, if pimatic does not include native support of rgb. Thank you. |
Hey guys, any updates on this? |
I'm done with a clone ready dummy led device, but I do not like the design of this element. :) |
You mean the code functionality is there but the design is unfinished? I have no experience with pimatic frontend development but maybe I can still be of help... |
There's nothing left to learn. :) I'm looking at the tradfri plugin now and I understand the code. So maybe I'm inspiring here. I have two devices in my plan to start with. One and three channel devices. |
@davidhrbaty The first sketch in your first post is just a scrrenshot taken from pimatic forum - or is there a real implementation behind it? The second is pimatic-hue-zll as far as I know. |
Hey Guys, I build a MQTT RGB LED controller with a ESP8266 (https://github.com/corbanmailloux/esp-mqtt-rgb-led) {"state": "ON", "brightness": 120, "color": {"r": 255,"g": 100,"b": 100},"transition": 5} Maybe it helps and we can have this functionallity soon. |
Are there news to support RGB LED Lights via MQTT? Would be great that this will implement soon. |
I'm waiting for that feature too. Any news ? |
Hello guys, I have moved from pimatic to home assistant, because there is a lot of pros:
and a lot more. |
That means you will not implemet a RGB Device ? |
Sounds be ... |
Hello @davidhrbaty And program rules? No way :) |
I´m working on a RGB only and a RGBW device. It will be inspired by pimatic-led-light plugin. For anyone who can´t wait for it give this one this a try. It´s a temporary solution until I´ve implemented everything in pimatic-mqtt. |
Hello,
First I want to say big thank you for this great plugin for pimatic which I have used for several months with my esp based boards.
I want to ask you when do you plan to add rgb support? Nowadays I use buttons with predefined colors, but it will be great to add support for rgb, rgbw and rgbww strips. Something like this:
or this:
Thank you
The text was updated successfully, but these errors were encountered: