MQTT LED Strips

Software

The software I used is BRUH Automation’s code but tweaked a bit. After I got the DMX amp and got everything working I decided to allow haaska to control the LEDs. I could turn them on and off and even change to some colors. I found that certain other colors weren’t working for some reason

Through a bunch of troubleshooting I was able to figure out that sometimes haaska sent RGB values and sometimes it sent MIRED values. I updated the sketch to handle both and issued a pull request that’s since been merged into the main codebase. Hooray open-source collaboration!