-
Notifications
You must be signed in to change notification settings - Fork 3
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
DMX control for RGB lights #61
Comments
I could try to implement the DMX channels as Would that be satisfactory for you? In advance: I can't say at the moment when I will find the time to implement this. |
Target URL http://192.168.x.x/usrcfg.cgi e.g. set RGB lamp 1 and 2 to white POST to target URL: (All 16 channels habe to be sent) |
To get the current DMX values: |
I know. I'd to check how it could be done before I could reply for the first time... Assume an RGB lamp with RGB channels CH01, CH02 and CH03. Now you want to set a color
So far, all fine... but what, if the regular status update interval comes in here...
HA will still keep sending its changes, not waiting for a response of the regular status update
This does not have to be the case, but there is an increasing likelihood that it will happen the more changes are made in HA at the same time or in close succession. I can try to workaround the problem, but this will cost additional effort... and with all this in mind (and no self-interest on the DMX functionallity) I wanted to know, if the pure number entity implementation would be satisfactory for you. Because if it's not, I'd like to save myself the work right from the start. 😉 |
Please don't get me wrong. I am willing to implement this... I just want to make sure that you don't think it's that easy and understand why it doesn't work as smoothly as you might have imagined. |
Hi, I came across this post searching for a solution to control my rgbw DMX light in the pool connected to ProCon.IP. It works for me with this component: https://github.com/Breina/ha-artnet-led And the following setting:
|
Checklist
Is your feature request related to a problem? Please describe.
I need to access the ProCon webinterface to control the RGB channels of lights connected via DMX.
Describe the solution you'd like
It would be nice if the DMX functionality would be available to control e.g. two separate RGB lamps via color picker or color changing script by Setting the color channels.
Describe alternatives you've considered
No alternative so far
Additional context
The text was updated successfully, but these errors were encountered: