hass-dmx icon indicating copy to clipboard operation
hass-dmx copied to clipboard

Home Assistant DMX over IP Integration

Results 29 hass-dmx issues
Sort by recently updated
recently updated
newest added

I moved the send command from the DMXGateway class to a separate thread. Also by changing the "yield from" to "asyncio.ensure_future" it will run parallel and allows changing multiple channels...

I wanted to confirm that [this interface](https://www.anyma.ch/research/udmx/) isn't supported directly in some way. It seems like it would need a bridge program like your [dmx-udp.c](https://gist.github.com/zonque/10b7b7183519bf7d3112881cb31b6133) program for FTDI-based controllers. The...

Im sending a simple dimmer on/off to a qlc instance on another pi, and any button I press, it goes completely haywire Using sample configuration.yaml with 3 dimmers. https://twitter.com/kevlights/status/1311565184457207808?s=20

Error Message: This entity does not have a unique ID, therefore its settings cannot be managed from the UI. Using HA 0.115.2 I no longer get the dialogs or the...

Hi, I'm getting an error when using this plugin with the latest version of hassio: ``` 2020-07-21 22:48:24 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback...

When using some led lights it would be handy to be able to set the brightness with a logarithmic curve, to have a brightness proportional to the HA % value......

Add test coverage, so the internals can be refactored without risk of breaking things. This is useful for https://github.com/jnimmo/hass-dmx/issues/19, for instance.

Our if statements are getting too long! Need to split them out into subclasses for each different fixture.

I get this warning with 110. Not sure if it is on my end, but is seems like the integration needs an update to be compatible with newer versions of...