@akbooer:
I found a few problems with openLuup or maybe missing features vs. Vera:
1. Security Sensors do not update the "ArmedTripped" variable automatically. I suspect the Vera runs a routine which automatically checks the Armed device variable whenever the Tripped variable changes for all SecuritySensor1 devices. This is missing on openLuup.
2. Scene schedule handler. I use conditional execution of scenes. If I write a scene which returns false, the scene handler shows it did not execute, which is perfect, but the issue is that it does not update the next time the scene is supposed to run so I get a next run time in the past. I need a luup reload to reset the next run date. If my scene runs with if conditions instead of a return false, I don't seem to get a problem.
3. This is related to amg0's iPhone locator and maybe to problem 2 above: I have had occasions where the iPhone Locator would stop updating location. I have not quite figured out why. I would just need to force a location refresh to get it going again. I have not seen this on the vera but I suspect it is related to a luup.delay function in the plugin crashing once and not able to restart itself. I suspect that the crazy luup reload frequency of the Vera addresses this but since openLuup is so stable... Note that this is pretty rare (happened at least twice in the past month.)