Deleted and disabled scenes still running?

I have a scene with a delayed action that doesn’t run most of the time because LUA restarts before it kicks off. This is where LUA crashes:

[code]08 07/18/15 20:33:44.101 JobHandler_LuaUPnP::HandleActionRequest device: 23 service: urn:micasaverde-com:serviceId:Camera1 action: ArchiveVideo <0x2bb3f680>
08 07/18/15 20:33:44.113 JobHandler_LuaUPnP::HandleActionRequest device: 62 service: urn:micasaverde-com:serviceId:Camera1 action: ArchiveVideo <0x2bb3f680>

2015-07-18 20:33:44 - LuaUPnP Terminated with Exit Code: 245

2015-07-18 20:33:44 - LuaUPnP crash
[/code]

The two ArchiveVideo actions were tied to a scene that no longer exists so I’m not sure why they’re running. I’ve rebooted Vera several times but that hasn’t helped.

I’ve also noticed that during the LUA restart, “JobHandler_LuaUPnP::Run scene” entries are logged for what looks like every scene I’ve ever created, including disabled and deleted scenes. I assume that’s not normal.

Can anyone tell me what is going on? Is it possible to manually remove those deleted scenes? They don’t show up in the GUI. Also, I’m on firmware 1.7.619 if that helps.

I can’t explain all of the various problems you are having with Scenes.
But if Vera restarts/reloads before all of the delayed actions of a scene are fired … the remaining delayed actions are LOST. This is standard Vera behavior.

If for example you have a scene to turn your sprinkler on and then off 30 minutes later and Vera restarts between these two actions then your sprinkler can be running a LONG time before you notice it or the next time your scene is scheduled. In the mean time your water will continue to flow …

You can use PLEG to implement things that required delayed actions. Even if Vera restarts during the execution of it’s delayed actions … they will still run when Vera is restarted.