claudeheintz/LXDMXWiFi_Library

ESP-DMX IP report porblem

Closed this issue · 1 comments

Hi,
Firts of all very nice project!

I try to use Unicast.

I noticed a problem with some programs. The IP address was not recognised correctly.

The software I use is Lightjams.
The IP address in the programm is recognised as 0.0.0.0 ; When I change it to the correct IP it works.
The problem is when a node disconnects and reconnect the IP is changed to 0.0.0.0 and the system stops working.

I analyzed the problem in DMX workshop and noticed the following:

Artnet Report node:

esp-artnet3

In the node status and output routing it works ok.

esp-artnet

esp-artnet2

esp-artnet4

I suspect that the IP is not defined in the node report.
Can I fix this in some way?

The LXWiFiArtnet class has been updated to correctly return the local IP that is passed in the constructor. (It was not doing this) Also, should the IP address change, there is a new method
setLocalAddress that you can use that will update the poll reply with the new address.