Please forgive any oversights, I’m new to both Vera and PLEG. I have a Vera Plus, and just installed PLEG this morning and have been doing some testing. For some reason my actions never seem to fire.
I’ve removed all but some very basic stuff:
Triggers:
I have two, Scene controller button presses. These are actually Lutron Pico’s using the Caseta plugin
tCorollaPico_1 Corolla Pico: scene number 1 is activated
tOutbackPico_1 Outback Pico: scene number 1 is activated
Conditions:
cPicoTest tCorollaPico_1
I.e. when the first button is pressed
Actions:
cPicoTest Immediate - 1
The action is to a device, with SetLoadLevelTarget = 100
The weird thing is that the logs show PLEG seeing the button being hit, and evaluating the condition to be true, but the action doesn’t occur. If I click the “Do It Now” button in the actions interface the action does run. So it seems PLEG sees the input, can do the action manually, evaluates the condition properly, but just doesn’t when it is all automatic. Oh yeah, and I’ve checked that PLEG is armed.
Here is from setting the debug logs to their own file:
Wed Mar 09 11:44:23.570 - SaveDB:Memory:322069
Wed Mar 09 11:44:24.173 - CheckRegistration:First:1457545464
Wed Mar 09 11:44:24.214 - RegisterMessage:Installed: 1457539015 90 Day Evaluation Period which allows a total of 4 PLEG and/or PLTS plugins.
Wed Mar 09 11:44:24.215 - Registration:Registered: true $0$12345678$9
Wed Mar 09 11:44:24.216 - Registration:PLC[4]: 122 PLEG#: 1 PLTS#: 0
Wed Mar 09 11:44:33.101 - DelayedEval:sl_SceneActivated :1=1
Wed Mar 09 11:44:33.101 - DelayedEval:sl_SceneActivated :1=1
Wed Mar 09 11:44:33.102 - WatchProperties:Old: 60 New: 60
Wed Mar 09 11:44:33.102 - WatchProperties:Old: 100 New: 100
Wed Mar 09 11:44:33.103 - WatchProperties:Old: 100 New: 100
Wed Mar 09 11:49:26.245 - TriggerPropertyUpdate:sl_SceneActivated
Wed Mar 09 11:49:26.246 - TPU:sl_SceneActivated :1=1
Wed Mar 09 11:49:26.246 - TriggerPropertyUpdate:Name:tCorollaPico_1 State:true Device:93
Wed Mar 09 11:49:26.247 - EvalConditions:Multi Trigger:tCorollaPico_1
Wed Mar 09 11:49:26.248 - EvalConditions:Condition:cPicoTest Trigger:tCorollaPico_1 Result:true
Wed Mar 09 11:49:26.249 - SaveDB:{{name = 'tCorollaPico_1', state = true, seq = 1457545766.2467, oseq = 0},{name = 'tOutbackPico_1', state = true, seq = 1457540523.0492, oseq = 0},{name = 'pDiningRoomLightLevel', state = '60', seq = 1457542215.7426, oseq = 1457542210.6994},{name = 'pMusicCabinetLevel', state = '100', seq = 1457541711.6589, oseq = 1457540523.6425},{name = 'pPianoLevel', state = '100', seq = 1457541711.6735, oseq = 1457540523.6567},{name = 'cPicoTest', state = true, seq = 1457543664.6135, oseq = 0},}
Wed Mar 09 11:49:26.254 - SaveDB:Memory:346615
Wed Mar 09 11:50:1.707 - RunNext:Condition:cPicoTest Index:1
Wed Mar 09 11:50:1.708 - SaveActionDB:{}
So when I hit the button on the remote this line appears: Wed Mar 09 11:44:33.101 - DelayedEval:sl_SceneActivated :1=1
And goes through: Wed Mar 09 11:49:26.254 - SaveDB:Memory:346615
Then when I hit “Do It Now” in PLEG I get the last two lines.
Am I just missing something simple? I’ve restarted LUUP/LuaUPnP multiple times and the same results.