toblum / McLighting

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

via mqtt Payload: !<numled><hexrgb> i can only set leds from lednumber 00-99 but not higher? #460

Closed zen85 closed 4 years ago

zen85 commented 4 years ago

first of all.... I am extremly impressed by McLighting!

i just stumble over this one little detail here:

when sending to mqtt with Payload: ! so iE "!12ffffff" the twelve led turns on. but if i put in "!122ffffff" also the 12th led will turn on and not the 122nd. so i have no way to go higher than 99? same with the setrange-commands and so on... or is there a workaround to extend the range i can use here?

zen85 commented 4 years ago

nevermind. just found this thead: https://github.com/toblum/McLighting/issues/404