studioimaginaire / phue

A Python library for the Philips Hue system
Other
1.52k stars 267 forks source link

Hue Entertainment API Support #128

Open jaketesler opened 6 years ago

jaketesler commented 6 years ago

Are there any plans to add support for the new Hue Entertainment API? See here: Philips Hue Entertainment API

syphernl commented 5 years ago

diyHue has support for the entertainment API. Perhaps this can be used as a base for implementing this into phue?

natcl commented 5 years ago

I have sadly no time to work on this but will gladly accept pull requests!

-- lecaude.com studioimaginaire.com

Le 21 déc. 2018 à 03:13, Frank notifications@github.com a écrit :

diyHue has support for the entertainment API. Perhaps this can be used as a base for implementing this into phue?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

jaketesler commented 5 years ago

@avinashraja98 was credited with adding the EDK server support to the diyHue project, maybe they could help us out (or provide some suggestions here)?

avinashraja98 commented 5 years ago

The diyHue project is a python program that emulates a hue bridge. It creates the essential server that client programs can connect and access the lights. phue is a client api/program that connects to the bridge and controls the lights right? If yes, phue should follow the instructions given in the sdk documentation to initiate an entertainment connection and send udp data.

If this is the case I feel I might be of help in creating the pull request.

Also if you can specify a test case as in why/how you plan on using this feature in another project, it’ll help to understand the problem more clearly.

cpoetter commented 5 years ago

I’m also very interested in an Entertainment Area API integration!

nsagot commented 4 years ago

Any news ? :)

d8ahazard commented 4 years ago

@avinashraja98 was credited with adding the EDK server support to the diyHue project, maybe they could help us out (or provide some suggestions here)?

The diyHue project is a python program that emulates a hue bridge. It creates the essential server that client programs can connect and access the lights. phue is a client api/program that connects to the bridge and controls the lights right? If yes, phue should follow the instructions given in the sdk documentation to initiate an entertainment connection and send udp data.

If this is the case I feel I might be of help in creating the pull request.

Also if you can specify a test case as in why/how you plan on using this feature in another project, it’ll help to understand the problem more clearly.

I have a need for this. You can expect a pull request to implement this feature, or at the very least, another reply from me in a few days with a simple example of schlepping all of this together. :D