-
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
Only uses the first four LEDs #65
Comments
This homebridge is not for addressable led controller |
How you even got this working for 4 WS2812B LEDs with this plugin is amazing. |
Of 120 led in one strip only 4 turn on? |
I'm so sorry. I just noticed this isn't the github of the magichome app... I was just browsing for my problem and came across this. If anyone is still able to help me, you may totally do that. |
I’ll bite. Again this has nothing to do with homebridge-magichome. Keep this in mind. What LED controller are you using? Please be specific. We’ll get it figured out tho. |
Sorry for the late reply (my email doesn't work correctly). I'm using this controller: The connection is just a little connector that is the same on the controller and the LEDs. If you don't know what's causing this, don't worry, this is the wrong GitHub after all. |
I didn’t realize magichome made controllers for individually addressable LEDs. Cool. While I can’t help you specifically with this one problem I’ll give you some points to troubleshoot. 1.) Look in the settings of your app for adjusting the number of LEDs attached. Unlike normal LED controllers, individually addressable controllers must know ahead of time how many LEDs there are ahead of time. Look for a setting that says “number of LEDs”. 2.) You might have received the wrong type of LEDs / controller. Ensure you received what you purchased and both the controller and the strip use the same technology. I.e. WS2812. Maybe they sent you a WS2811 strip by accident. 3.) If that doesn’t work, you may need to snip the strip. The first segment might have been damaged somehow. Only do so in a designated cutting zone. You’ll see copper pads exposed with a line down the middle. Good luck and post back with results. |
Something I think I didn't tell yet: most of the times it's just the first two LEDs working, but sometimes more. It's kinda random. |
Wait wait wait. Set the led size to 5 and see what happens. |
When I plug the ledstrip in, all leds flash, then just two stay on. When the colors update, there's a small chance four LEDs go on, but when it updates again, only the first two change. Basically the same as before, but first there was a very small change six LEDs go on, which now doesn't happen anymore because the size is set to 5. |
Again, I really don't want to annoy anyone with this. If it doesn't work, it doesn't work and I'll just try to make something with my esp2866. |
My thinking is that while you have 120 LEDs they might be only connected to 1 controller per say... 3 LEDs. So in the settings you’d only list 40 LEDs. But yeah. Sounds borked |
I think every function in the app works, but only with the first four LEDs. Sometimes even just the first two! This is a bit of a problem, because my ledstrip is 120 LEDs long... I'm using a WS2812B ledstrip and the LED SPI Controller.
If someone knows what I'm doing wrong, please tell me.
The text was updated successfully, but these errors were encountered: