-
Notifications
You must be signed in to change notification settings - Fork 289
call for help: rgbW #122
Comments
Please see #94 |
i did.... |
@martinschki The McLighting version thats mentioned in #94 supports RGBW. You could just take this version to use your RGBW strip: https://github.com/FabLab-Luenen/McLighting |
i tried that but there are things not like in the latest master (MQTT is different, the blue led is always on?) |
The RGBW version has many changes in the code that would make problems for other users. That's the reason why I didn't integrate it so far. It would take a lot of rework and could break existing integrations. |
All changes until today from this repository have been applied. |
@bpohvoodoo NeoAnimationFX does not support RGBW as of now, so you could remove the NeoAnimationFX code. Since neither I or @toblum have this kind of light strips, support may be far away. Replacing RgbColor to RgbwColor should be able to convert most of the animations to RGBW format, maybe I will create a separate branch (no promises). |
I have one of those SKsomething strips from china lying here around, but I never got it to work (only as RGB). Maybe this was a fake product. Maybe I will buy another one in the future and give it another try. |
Maybe i will have a look at your Lib and convert it, too. |
I will test with my strip (SK6812 RGBWW) later today. Thanks!!!! |
@bpohvoodoo work in progress?
|
replace with comment out or redownload repo. It is fixed now. |
did! two follow ups:
Thanks! |
Ups, forgotten to sync repos! My fault.
Are you sure? I haven't changed anything regarding the BUILTIN_LED.
Haven't set up a mqtt server yet, but you should send color as |
thanks, white is working via MQTT as you said! as for the blue LED: its on in your fork and off in the orig... |
@martinschki Comment out all lines that have BUILTIN_LED to turn off LED, add // before the line. Preliminary looking at the code the RGBW fork does nothing special to BUILTIN_LED. The behavior should be the same as the master branch here. Lolinv3 has no onboard led as lolin v2 where gpio16 has a red led. But both have a blue led connected to gpio2 which is in the ESP8266-12E top right corner. |
I adapted the McLightning adapter to support the RGBW Fork |
Are there any plans to add RGBW features to the original McLighting fork? |
I think they said, there are too many changes and differences between the codes |
Closing issue due to inactivity. |
Hi there!!
First of all, thank you for this amazing program. I had it running together with my MQTT server literally in minutes...
Heres my plan. I'm making a "cloud lamp" for my sons room with SK6812 which will do three things.
As far as I understand Tobias, it is difficult to implement the fourth color into the code. So here's my question, because, everything except the "W" works:
Is there a simple way, or a "hack" how I can send brightness to the 4th LED??
I'm using the "NEO_GRBW" setting already which works perfect in RGB.
Any help on how to insert a new MQTT command which turns on all the "W"s with the sent brightness would be appreciated...
Thank you!
Martin
btw. I got the inspiration for the project here:
https://www.youtube.com/watch?v=ckxU3XCHLoU
There are already a lot of variants floating around but none would be as elegant as this one..... :)
The text was updated successfully, but these errors were encountered: