Vera Lite U17 - Serial Can't Detect Device
-
I have had my serial gateway working for a while, but a while ago it stopped working. It is now saying Can't Detect Device. I'm pretty sure it may have been something I did, but that was months ago, and I'm now back at it. I also need to say I have a USB Hub, and my Insteon USB connection is working fine. I have done the following and have not been able to get past this:
Created a whole new gateway with a new Nano and radio using the links provided in the MySensors Store.
Double checked the wiring many times.
Reinstalled all the MySensors files on the Vera
Ran ClearEepromConfig
Removed the Insteon configuration and plugged the Serial Gateway directly into the Vera
Tried a couple of different USB cables.
Reinstalled Arduino IDE and MySensors software, and uploaded the sketch into the gateway again.
In Serial Port configuration made sure the Used by device, baud rate, data bite, and stop bite and parity are correct.
I'm not sure what the name parameter represents, they were the same and I've tried making that name different.
I'm not sure what the "Device number" represents and have tried to poke around using Putty to figure this out, but have not figured this out.
Here is my Serial Port configuration:
Anyway the adventures continue any ideas would be appreciated.
-
@hek Do you know why this fixes it?
Does vera not retry if ComFailure >0 ??
On my UI7 test box and test g/w, if I turn off the g/w for whatever reason I find I need to restart luup on Vera to get it to re-establish connection to the g/w.
So I wonder if it does retry after a period ( which ive never been patient enough for )
-
To fix that error someone, needs to update the plugin and include this line:
luup.set_failure(false)
This way the can't detect message won't be displayed anymore. -
-
@hek Thank you so much! That solved the problem for me!!! :)