Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
CyberHummel opened this issue Sep 23, 2023 · 1 comment
Open

Comments

@CyberHummel
Copy link

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.

@zomfg
Copy link

zomfg commented Sep 24, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants