You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to debug your code and found that in the SetColor function this line below is causing the issue. bytesToSend = append(bytesToSend, byte(sum&0xff))
Once I commented that out the lights change color like normally.
Not sure why that doesn't work for my controller, if you need anything else from me feel free to ask.
The text was updated successfully, but these errors were encountered:
Hey, thanks for your advice.
Normally this line generates the required checksum, interesting that it works without. Can you maybe send me the output of the following command?
This is my output of the discovery command.
Address | ID | Model
10.0.0.11 | B4E8421C2D5C | AK001-ZJ2145
I was able to debug your code and found that in the SetColor function this line below is causing the issue.
bytesToSend = append(bytesToSend, byte(sum&0xff))
Once I commented that out the lights change color like normally.
Not sure why that doesn't work for my controller, if you need anything else from me feel free to ask.
The text was updated successfully, but these errors were encountered: