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
It looks like HomeAssistant Light entities have support for an "effect" property that we could use to set the effect of a DMX fixture. Possibly the "flash" value could be used to control the effect speed?
I have two old Chauvet LED Bars which support RGB + separate dimmer, but they also have "effects" which are built into the light when in 7-ch mode. So channel 1,2,3 are RGB, 5 is strobe/effect speed, 6 is the effect selection (mode) and 7 is the dimmer.
Currently I have implemented the light as an RGB fixture and created the "speed" and "mode" as linear dimmers. I am then using an automation to take the value from an input_select and set the "mode" dimmer to the correct value for each effect. See screenshot of lovelace UI for reference.
It would be super cool to be able to use the native HA effect option for light entities!
Thanks in advance, I do a little bit of light .NET dev for work but am not super familiar with Python, but I am super familiar with DMX lighting. If I can do anything to help further this project, please let me know. I have included some links for reference.
Plan is to implement the format of OpenFixtureLibrary directly, seems like they have already figured the best way configure fixtures.
When all light colours fit into one Light Entity, I can use the effect list to select your effect, and have separate entities that are enabled/disabled to control the speed. I'd bundle all of these entities in a Device per fixture.
The Flash parameter is when calling service light.turn_on, to briefly flash it short or long.
But progress is being made. Lots of work of course, but we're slowly getting there. :)
It looks like HomeAssistant Light entities have support for an "effect" property that we could use to set the effect of a DMX fixture. Possibly the "flash" value could be used to control the effect speed?
I have two old Chauvet LED Bars which support RGB + separate dimmer, but they also have "effects" which are built into the light when in 7-ch mode. So channel 1,2,3 are RGB, 5 is strobe/effect speed, 6 is the effect selection (mode) and 7 is the dimmer.
Currently I have implemented the light as an RGB fixture and created the "speed" and "mode" as linear dimmers. I am then using an automation to take the value from an input_select and set the "mode" dimmer to the correct value for each effect. See screenshot of lovelace UI for reference.
It would be super cool to be able to use the native HA effect option for light entities!
Thanks in advance, I do a little bit of light .NET dev for work but am not super familiar with Python, but I am super familiar with DMX lighting. If I can do anything to help further this project, please let me know. I have included some links for reference.
https://developers.home-assistant.io/docs/core/entity/light/?_highlight=effect&_highlight=flash
https://www.chauvetdj.com/wp-content/uploads/2015/12/COLORband_TRI_UM.pdf
The text was updated successfully, but these errors were encountered: