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

3-pin CCT Led Strip (CW/WW) only turns on/off #23

Open
GerSant opened this issue Apr 16, 2019 · 1 comment
Open

3-pin CCT Led Strip (CW/WW) only turns on/off #23

GerSant opened this issue Apr 16, 2019 · 1 comment

Comments

@GerSant
Copy link

GerSant commented Apr 16, 2019

Hi, i have this controller

https://www.aliexpress.com/item/16Million-colors-Wifi-5channels-RGBW-WW-CW-led-controller-smartphone-control-music-and-timer-mode-magic/32792842998.html

With this led strip

https://www.aliexpress.com/item/5M-10M-Dual-Color-CRI-95-SMD2835-CCT-Dimmable-LED-Strip-Light-24V-DC-WW-CW/32909420564.html

I setup the plugin using this parameters

"platforms": [
{
"platform": "MagicHome-Platform",
"debug": true,
"disableDiscovery": true,
"lights": [
{
"name": "LEDStrip",
"ip": "192.168.0.216",
"setup": "RGBWW",
"purewhite": false,
"timeout": 0
}
]
}
]

The HomeKit accesory only turns on and off the strip, changing brightness and color temperature don't work. Every is fine with the Magic Home App.

Can you help me?

Thanks in advance

Regards

@ifeign
Copy link

ifeign commented May 19, 2019

Have you tried setting pure white to true? If it's rgbww, it should support pure white.

Also consider changing the settings from rgbww to RGBW, RGB, RGBWWv3, etc. I had to do this until mine decided to work, turns out my LEDs were actually only RGB

I read into your lights more, I didn't realize at first that you're just using color temperature changing lights, not RGB, you should try changing your config to RGB or RGBW. Alternatively, this plugin supports single-channel LEDs

I guess you could also try my earlier suggestion of setting purewhite to true combined with RGBWW.

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

No branches or pull requests

2 participants