Scene executing at 10am but no timer!

VeraPlus started executing a scene at 10am while I have not changed anything, NOR do I have any timer, PLEG sched, etc defined to do anything at 10am.

I noticed in AltUi viewing scenes, I see a few scenes that have a green checkmark next to the name. What does this mean and is it somehow related to this problem??

[quote=“bucko, post:1, topic:198270”]VeraPlus started executing a scene at 10am while I have not changed anything, NOR do I have any timer, PLEG sched, etc defined to do anything at 10am.

I noticed in AltUi viewing scenes, I see a few scenes that have a green checkmark next to the name. What does this mean and is it somehow related to this problem??[/quote]
no it is not related, it is the scene.active flag that used to exist in the user_data structure and which VERA does not show any more. it just displays the fact that VERA “thinks” this scene as active because all the devices are in the state that this scene is supposed to set. this is very approximate as it does not account for lua based actions etc … so i guess this is why VERA removed it

ALTUI has timeline page ( if you licensed ) , or page Events which should try to tell you what happens at 10am. otherwise check your logs… also if you use ALTUI workflow or ALTUI watches it could be what triggers something…

I opened timeline this am and turned track on. Waiting for these lights to turn on. At 9:38 am they turned on. Nothing in the timeline shows (see pic). The lua log restarted at the time the lights turned on (see pic)

In Altui>Misc>Error Warnings it shows…

02 01/16/18 9:28:17.642 eZWJob_PollNode::PollFailed job job#743 :pollnode #9 dev:125 (0x1ac2118) N:9 P:100 S:5 Id: 743 node 9 battery 1 notlist:0e <0x76df4520>
04 01/16/18 9:28:17.647 <0x76df4520>
01 01/16/18 9:31:27.494 eLuaInterface::CallFunction_Timer-5 function refreshCache failed [string “…”]:373: attempt to index local ‘forecastToday’ (a nil value)e <0x74ff4520>
01 01/16/18 9:48:43.810 eLuaInterface::CallFunction_Request function HTTP_Renderer name dmPage failed [string “-- dataMine Plugin for Vera…”]:545: attempt to index local ‘inf’ (a nil value)e <0x71b7f520>

DataMine confirms the light turned on at 9:38 as well. Does this tell you anything that causes this? I don’t see it myself.

[quote=“bucko, post:3, topic:198270”]I opened timeline this am and turned track on. Waiting for these lights to turn on. At 9:38 am they turned on. Nothing in the timeline shows (see pic). The lua log restarted at the time the lights turned on (see pic)

In Altui>Misc>Error Warnings it shows…

02 01/16/18 9:28:17.642 eZWJob_PollNode::PollFailed job job#743 :pollnode #9 dev:125 (0x1ac2118) N:9 P:100 S:5 Id: 743 node 9 battery 1 notlist:0e <0x76df4520>
04 01/16/18 9:28:17.647 <0x76df4520>
01 01/16/18 9:31:27.494 eLuaInterface::CallFunction_Timer-5 function refreshCache failed [string “…”]:373: attempt to index local ‘forecastToday’ (a nil value)e <0x74ff4520>
01 01/16/18 9:48:43.810 eLuaInterface::CallFunction_Request function HTTP_Renderer name dmPage failed [string “-- dataMine Plugin for Vera…”]:545: attempt to index local ‘inf’ (a nil value)e <0x71b7f520>

DataMine confirms the light turned on at 9:38 as well. Does this tell you anything that causes this? I don’t see it myself.[/quote]

No I do not see anything obvious. Have you tried Vera support ?

EDIT: one thing to check is to go to this light control panel in ALTUI and click the button UsedIn to see if it says something

OK well I did go to Used In and there are a few scenes. In every case the action is setting the load level to 0.

I’ll put in a support ticket. Thanks for your help