14-06-2018, 01:22
I found another bug in the beta version.
There is the routine, that checks and counts sensors, without an IP with a leading zero.
And this amount is the limit of the for loop.
So if one WD is not connected and sits between two other ones (e.g. 3 Sensors: "WD1","0.0.0.0",WD2","WD3"), than the WDs do not match the IP lookup table --> Sensor 1: WD1; Sensor 2:0.0.0.0; Sensor 3: WD2.
A mask would be better. I try to make a suggestion.
There is the routine, that checks and counts sensors, without an IP with a leading zero.
And this amount is the limit of the for loop.
So if one WD is not connected and sits between two other ones (e.g. 3 Sensors: "WD1","0.0.0.0",WD2","WD3"), than the WDs do not match the IP lookup table --> Sensor 1: WD1; Sensor 2:0.0.0.0; Sensor 3: WD2.
A mask would be better. I try to make a suggestion.

