thx
I can use this..
But what i really need is a way to check externally if the lua enig is still running without any errors.
Sometimes i have random lua errors and this results in a 'dead' vera system, no scenes are executed anymore etc
I tried to use '
http://192.168.1.3:3480/data_request?id=alive' but this returns OK also when your have a lua startup error.
What i had in mind is to check reguarly from my NAS the vera unit if it still runs normally, when not then remotely restart the lua enige so it keeps running.
I now often have a compleet rando lua error in the middle of the night (or middle of day) when no body is at home or in bed. When someone enters the room no sensors are working or scenes are executed because the vera unit had again a complete rando lua error. A simple reload of the lua engine fixes this and the unit is running again.
On UI5 i never had this kind of random errors, the code is OK and according to micasaverde support it is mosttimes caused by plugins randomly. So a real fix is not available.
This is why i am searching to monitor the unit externally and reboot it when not running anymore..
Who has some usefull tips?