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

Not exactly sure how to run this #7

Closed MolsonB closed 1 year ago

MolsonB commented 1 year ago

I think last Halloween I got this to run (I might of just stuck with Dmx-Hue), but I'm running into problems this year with a new install. Here are the steps so far.

  1. git clone https://github.com/jeffreykog/artnet-hue-entertainment.git
  2. cd artnet-hue-entertainment
  3. npm install
  4. node build/cli.js discover
  5. node build/cli.js pair --ip 192.168.xx.xx
  6. node build/cli.js list-rooms

This all works. I can see the Hue and show the entertainment room that I setup in the app. When I try to run node build/cli.js run it comes back with an error saying "Not all the lights in the Entertainment room have been configured".

If I comment that error out, the next step it has problems binding the IP address. "Bind host 172.24.184.16 does not match any network interface"

MolsonB commented 1 year ago

I finally saw the hardcoded options in cli.js. Edited them to suit my needs and things seem to work.