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

Error: Not all lights in the entertainment room have been configured #14

Open julianbrennum opened 6 months ago

julianbrennum commented 6 months ago

Hi, I have some trouble with getting this to run:

I have added the EntertainmentId and Lights to the "build\cli.js" file, but every time I try to run the software I get the following error: Error: Not all lights in the entertainment room have been configured (lists all the lights IDs in that Entertainment room)

I have 2 entertainment rooms, so I tried to change the ID to the other room, but it still lists the lights from the first room, no matter what.

There must be something I have missed, but I don't know what?

This is how I installed it:

  1. Downloaded the code and extracted it
  2. Install Node.js on the computer (I already had the latest version)
  3. Open Node.js command prompt and cd C:\path\to\where\you\extracted\the\code
  4. npm install package.json
  5. npm install minimist (it was missing for some reason?)
  6. artnet-hue-entertainment discover
  7. artnet-hue-entertainment pair --ip "ip.to.bridge"
  8. artnet-hue-entertainment list-rooms
  9. change "cli.js" file with Entertainment ID and Lights IDs
  10. artnet-hue-entertainment run