psieg / Lightpack

Lightpack and Prismatik open repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to controll my own Python script with Prismatik?

CyberHummel opened this issue · comments

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.

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