-
Notifications
You must be signed in to change notification settings - Fork 42
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 controller unable to change color, RGBW controller under to set white LEDs #44
Comments
Hi, I have a v4 controller. I can switch on and off, but cannot change colors, brightness or warmwhite. In the magichome-app, everything works fine. Any ideas? |
@SpeesmaxX Your controller is RGB? |
What is you config.json? |
Like this:
|
Try "accessories": [ |
I have a V2 controller with an RGB WW strip, and the same, only able to change the RGB led's but the WW led's stay the same |
Hi, @toshibochan , seems to work now :-) (my first impression) Thank you! Changed, as suggested: |
@SpeedmaxX you’re welcome! |
@gavind87 what is your config.json? |
@toshibochan Is it relevant to look at the controller if it has rgbw or wgbr or anything like that printed on the surface and to change config.json according to that? |
Hello all, I'm having the same issue, where I can turn on/off the controller I have is: I tried all forms of combinations of "setup" and "purewhite" but not really sure. also, flux_led installed from pip allows me to change colours... my config.json has: ` ` |
I have V4-Controller. Is there anything to take care off? |
@SpeedmaxX when you control in the magic home app work correctly? If not, you connect the cable wrong to the controller. Sometimes the green and red is wrong in the led strip. |
@toshibochan yes, the app works fine. I cables are "switched", is it enough to change setup e.g. from RGBW to GRBW? |
You just swap the cable! Just unscrew the Red and Green and swap and screw again! |
@SpeedmaxX |
seems to work - thanx! |
I use an RGBWW controller and a strip with two rows of LEDs, one row RGB and the other WW. In the Magic Home app I can control them individually, and turn on/off color or white individually or both at the same time. I set my config to RGBWW and purewhite = true, I can adjust color but not able to control the white. Any ideas? If I change to RGBW I can't control either. |
TRY RGBW |
I did try that before, and if I do so, I cannot even change the color or RGB anymore. |
Make sure your controller IP address don’t change in your router |
Yeah I did that, that is not the issue. On RGBW the controller does not respond, setting back to RGBWW works again but under no circumstance I get the whites to turn on. Maybe I have a non supported controller? I use this: https://www.amazon.de/gp/product/B075X8TJCD with this https://www.amazon.de/FVTLED-Streifen-Lichterkette-Warmweiß-Lichtstreifen/dp/B07FB5Y2TX/ Thanks for your help! |
I never see your controller. |
I have been using this 5 channel controller: XCSOURCE LD686 with this RGBWW led strip: 12V 5050 RGBWW for the last few months and I've never managed to get the white LEDs to be controlled by this plugin. Also, when I use the home app to set the color at 100% brightness the MagicHome app (which works fine) will show that the brightness is set to 50%.
I just purchased this controller: Opard WiFi RGB LED Controller using the same led strip and the home app can turn it on and off but not change color or brightness.Edit: Setting the LED strip to RGBW (despite only being RGB) has fixed the issue.
My config is:
{
"accessory": "MagicHome",
"name": "TV Backlight",
"ip": "192.168.1.111",
"setup": "RGBWW",
"purewhite": true
},
{
"accessory": "MagicHome",
"name": "LED Strip",
"ip": "192.168.1.112",
"setup": "RGBW",
"purewhite": false
}
I've tried many combinations of configs for the RGBWW controller. Is there anything I'm missing?
Also, I see there are a couple of forks that improve the handling of white LEDs, how do I install the forked plugin to homebridge on my Raspberry Pi?
The text was updated successfully, but these errors were encountered: