I seem to be having some problems getting a consistent trigger event (Plugin V1.9 from Apps/Install Apps). My use case is simple, I'm basically entering a calendar event in Calendar, Event = Key{ParmA; ParmB}.
In Vera, I have the following configured for the trigger :
[1] Type of event: A Calendar Event is Active.
[2] Status?: Device is Active
[3] [For testing purposes only] Send me a notification when the event occurs.
On the plug-in, the GCal is in an armed state (green). Now I'm watching the plug-in and it knows the event is going to occur (timestamp and event appear perfectly). As soon as the time is reached, I see the device icon change states (red), I receive an email notification but my LUUP code doesn't execute. On a trigger, I have LUUP evaluating the following containers:
gc_TrippedEvent
gc_Value
When I peek at Advanced, both of these fields appear to be empty until I restart LUUP, then voila, my LUUP code executes and I now see values within those fields and they remain (I assume until the next event). Any thoughts or am I just using this wrong ?