-
Notifications
You must be signed in to change notification settings - Fork 11
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
Cannot find bridge in lighting software #2
Comments
Hey, thanks for your interest in this project. I'd like to start off by saying it's still early work in progress. The configuration is still not finished, as is the automatic discovery of Hue lights and mapping them to a DMX channel. But with a bit of effort we should be able to make it work, as i have been successfully testing it with a few Hue lights, and your configuration looks mostly right. Note that this only works with Signify branded RGB lights, not with the colorless ones or bulbs from other brands. The unknown packet type (32768 = From your logging i see that the connection to the Hue bridge is working, and it's also correctly listening to ArtNet, and receiving data. That's good. I also assume the room id and light ids have been configured correctly, because the Hue bridge will close the connection when wrong data is sent. When you start sending ArtNet data from your light software you should be able to control the lights. When using |
@jackbeau I'd like to add that i implemented ArtNet discovery yesterday. So you could try updating to latest master (and updating dependencies) to see if your controller detects the bridge now |
What an awesome project! I've been looking for a way to link my Hue lights to my dmx lighting software for a while.
However I'm having trouble setting this up. The bridge successfully connects to my Hue Bridge, but I can't find the ArtNet bridge in my DMX lighting software (I'm using Lightkey which supports Art-Net). I'm using two separate macs for Lightkey and artnet-hue-entertainment.
Here are the steps I took to set this up:
index.js
file to match my Hue Bridgeartnet.js
I updated theentertainmentRoomId
andlights
to match the values on my Hue BridgeartNetBindIp
to the IP address of my computer running artnet-hue-entertainment.Here are the logs collected:
Note: every time I run Art-Net bridge discovery in Lightkey, I get the following warning in the log
Unknown packet type: 32768
.The text was updated successfully, but these errors were encountered: