GithubHelp home page GithubHelp logo

Comments (2)

jeffreykog avatar jeffreykog commented on August 11, 2024

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 = 0x8000) is the ArtTodRequest. It's used for RDM device discovery. I don't implement any RDM currently, but will do so in the future. The project not responding to this packet isn't a problem for the controller.

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 8bit-dimmable channel mode, the channel layout starts at dmxStart, with the first channel being the dimmer and the following 3 channels being RGB. This is repeated for each light. You might need to map a generic dimmer+RGB fixture in your lighting controller for it to be able to control it. I'm testing this with QLC+, and a fixture definition for QLC+ is included in the project repository. Perhaps you could confirm if it's working with QLC+, to see if the problem lies in your controller or in the bridge.

from artnet-hue-entertainment.

jeffreykog avatar jeffreykog commented on August 11, 2024

@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

from artnet-hue-entertainment.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.