ha-artnet-led
ha-artnet-led copied to clipboard
DMX lighting Integration for Home Assistant. Using the HA Color Mode update and Pyartnet library to control lights in multiple DMX universes over ethernet with the Art-Net protocol.
Getting log errors: Entity light.xxx () is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use and color modes, please create a...
Is it possible to check for a boolean to activate or deactivate the Artnet output? The use case that I see in this project is to use Home Assistant as...
If i try to add the lines from the example code: - channel: 50 name: sp4led_1_dimmer default_level: 255 type: fixed I get the following message when i try to restart...
I do see broadcasting mentioned as an unfinished todo in the readme, but it refers to an issue in @jnimmo's branch. As I understand broadcasting is already supported in pyArtNet...
Running HA with python3.11, I get this error. See https://docs.python.org/3.11/whatsnew/3.11.html#dataclasses Maybe adding a \_\_hash\_\_ method will fix it. ``` 2023-05-26 17:39:45.808 ERROR (MainThread) [homeassistant.loader] Unexpected exception importing platform custom_components.artnet_led.light Traceback...
Running HA with python3.11, I get the error: No module named 'netifaces' File "/home/nuc/.homeassistant/custom_components/artnet_led/client/artnet_server.py", line 13, in from netifaces import AF_INET
typo in README (max-fps should be snake_case)