You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the issue that it seems that sometimes my universe.updateAll() calls are getting swallowed / don't reach the lights.
I would love to catch that. Is it actually possible to read out the current set value on the lights (or even find out how many lights are connected and what their respective light value is?)
This way I could issue the command again if the light settings are not changing.
Using enttec-usb-dmx-pro driver.
Thank you!
The text was updated successfully, but these errors were encountered:
You can use universe.get(channel) to read the value the driver thinks that channel should have.
The driver will repeatedly send this value on the bus.
For discovery we would need to add support for RDM [1]. This is currently not implemented and I don't think I have any device that actually supports this.
As a first step to debugging this I would suggest finding out if this is a software or hardware issue. If the driver sends out the expected values you can start looking at timings, then cabling, device configuration and so on.
Hello!
I have the issue that it seems that sometimes my
universe.updateAll()
calls are getting swallowed / don't reach the lights.I would love to catch that. Is it actually possible to read out the current set value on the lights (or even find out how many lights are connected and what their respective light value is?)
This way I could issue the command again if the light settings are not changing.
Using
enttec-usb-dmx-pro
driver.Thank you!
The text was updated successfully, but these errors were encountered: