I know how to reboot the Vera via the web GUI but it seems like having the Vera Plus reboot automatically on a schedule (say reboot once per week in the middle of the night) might not be a bad thing. I did a couple of searches but didn’t find anyone doing scheduled reboots. Can anyone point me to a thread with this info or guide me in the right direction to do this?
See http://forum.micasaverde.com/index.php/topic,36976.msg275753.html#msg275753 (Google search for “micasaverde reboot os.execute” for other results)
But maybe you just want this in your periodic scene?
os.execute “reboot”
Awesome, thanks for this. My search results weren’t turning up what I was looking for - this will more than meet my needs!