Request sent to unavailable sensor
-
I am trying to receive the version of 2 sensors.
The first sensor is in the network, the second sensor is not available.While doing so I seem to have 3 issues:
- It looks like the last request is executed first.
- In this case the request fails but other than through the debug output I don't know that it fails.
- It looks like the fail also makes that the other outgoing requests stop.
The problem is that I am not entirely sure because I am debugging my plugin but I have tried several things without succes.
Below is the debugging output.
MySensors Debug received '0:0' Arduino startup complete. MySensors Debug receive raw 0;0;3;2;1.4b1 (18848a2) MySensors Debug received '0:0' Arduino library version update to 1.4b1 (18848a2) MySensors Debug receive raw 0;0;3;9;send: 0-0-1-2 s=0,c=3,t=11,pt=0,l=15,st=fail:Get Sketch Nam MySensors Debug receive raw 0;0;3;9;send: 0-0-1-2 s=255,c=3,t=2,pt=0,l=11,st=ok:Get VersionName
-
@marceltrapman build the wireless sniffer . It will probably give you the answer!
-
@Yveaux Only for the 3rd issue.
I know why it fails, the sensor is not installed.
But what I want, I am building my own Indigo plugin (in case you missed that part), is for the plugin to see that it goes wrong so that I can show that in the ui.