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
Hello, i have my Leds Connected via Milight and i use my Raspberry pi to controll them, is it possible that i can recieve the led-data of Prismatik in my own Python script and how would i do that i could not find any Information online.
The text was updated successfully, but these errors were encountered:
if you want to actively pull data from prismatik you can use its API
enable it in the settings, telnet (for ex) to it and type help, simple socket in a script would be enough
some old examples here, and more recent python here + here
or to passively receive data implement WARLS or DRGB or DNRGB, like WLED and point prismatik to your target ip
Hello, i have my Leds Connected via Milight and i use my Raspberry pi to controll them, is it possible that i can recieve the led-data of Prismatik in my own Python script and how would i do that i could not find any Information online.
The text was updated successfully, but these errors were encountered: