toblum / McLighting

The ESP8266 based multi-client lighting gadget
MIT License
1.05k stars 291 forks source link

McLighting (esp8266) #494

Closed Mikailo09 closed 3 years ago

Mikailo09 commented 3 years ago

Hey, I have problem with McLighting, when I turn on led strip last 15 leds doesn't light up. Led strip is about 10 meters long and my PSU has enough wattage. Any ideas where can be problem ? IMG_20201206_211655

toblum commented 3 years ago

Hi @Mikailo09,

did you configure the number of LEDs via /pixelconf?ct= Does ist change when you lower the number?

Greetings

Mikailo09 commented 3 years ago

I edited this and everything is still same. Screenshot_2020-12-07-09-14-44-594_name antonsmirnov android arduinodroid2

toblum commented 3 years ago

Modifying the code is only needed for some special cases. You could change NUMLEDS easily vis HTTP call as described here: https://github.com/toblum/McLighting/wiki/Software-installation#configure-pin--rgb-mode--numleds-only-for-v221-or-later

Mikailo09 commented 3 years ago

It works now. Thanks!