Open micah-quinn opened 3 days ago
I would try an ArtNet Analzyer like DMX Workshop or dmXLAX. Also, how do you capture the packets?
To be clear, I'm talking about network packets that should flow from ha-artnet-led to the artnet node hosted by OLAD. OLAD is connected to a USB (FTDI) DMX512. As I mentioned, I'm using tcpdump.
In the meantime, I've taken a different approach and integrated with OLAD's HTTP API on 9090. It seems to work well and is one less protocol to worry about.
Hello all,
I have a supervised version of HA (2024.11.3/2024.11.4/20241106.2) running on a raspberry pi 3. I've installed ha-artnet-led (v0.1.21) via HACS and I have the following very simple configuration:
In HA, I see one entity named "switch_1" associated with artnet and I'm able to toggle/dim the switch in the web UI. However, I never see any packets destined for 10.0.0.66. I've used tcpdump to watch the traffic both in the HA container and natively on the raspberry Pi; nothing.
I'm new to artnet, so perhaps I'm confused but I would expect UDP packets on port 6454 to be sent when I toggle the switch. Is there something obvious I'm doing wrong?