jeffreykog / artnet-hue-entertainment

Near-realtime ArtNet control over Signify/Philips Hue lights using the new Hue Entertainment API
MIT License
36 stars 8 forks source link

Allow creating entertainment rooms from the command line #6

Open jeffreykog opened 1 year ago

jeffreykog commented 1 year ago

In newer versions of the Hue app it is no longer possible to create generic entertainment rooms. You either pair with a Hue Sync Box that creates the entertainment room by itself, or you use the Windows/Mac sync application which also creates the room by itself.

We should check if node-hue-api has API for this. It appears they don't, so we need to implement this on our own.

API documentation: https://developers.meethue.com/develop/hue-api-v2/api-reference/#resource_entertainment_configuration_post

InfamousStarFox commented 7 months ago

It looks like node-hue-api does have a createGroup API: https://github.com/peter-murray/node-hue-api/blob/HEAD/docs/groups.md#creategroup