corb3000 / ha-artnet-led

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.
MIT License
24 stars 17 forks source link

Broadcasting address / flag #15

Open rikkertkoppes opened 11 months ago

rikkertkoppes commented 11 months ago

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 in version 0.8.2

I tested by setting the host to 192.168.2.255 (my subnet mask is 255.255.255.0) and HA does not seem to output any udp packets with this setting (tested with wireshark)

Is this implemented? If so, what am I missing?. If not, can it be?