I am on the other side of the world and notice my vera plus is non responsive.
My other vera ( 3 also UI7) which is on the same network , works fine.
-home.getvera.com , says controller is offline.
-a computer at home with teamviewer also can not connect , pinged this vera … nothing.
I don’t think I can do anything untill I am home again , if yes , I would like to hear it.
I run on my 2 vera’s a script to reboot the device everynight around 0200:
local ping = os.execute("ping -c 1 8.8.8.8")
if ping ~= 0 then
luup.log("Auto Reboot: Network down. Aborted.")
else
luup.log("Auto Reboot: Network OK. Rebooting in 2 seconds.")
luup.sleep(2000)
os.execute("reboot")
end
It seems that since last night I didn’t get ( every 10 minutes) a temperature update for my camera system since ca 0200.
Why? I have no idea, internet connection at home is fine , everything works at home except the vera plus.
Anyway , I would like to have a backup plan so I can do something about it when it happends again.
What would be good solutions?
-I do have another vera light which is not in use , install it with a wallplug and use the vera plus with this wallplug which is controlled by the vera lite?
-Use the vera 3 ( which is 100 meters away and outside) , make a mysensors gateway for it and a relays which is controlled by the vera 3 and controlls the vera plus?
-anything I can do with the computer which runs 24/7 and teamviewer?
-maybe another/ better solution?
thanks,
Cor