I’m trying to create a modified version of the script/scene on the PLEG website: [url=http://rts-services.com/Vera/Plugin/PLEG/example/smartswitch.html]http://rts-services.com/Vera/Plugin/PLEG/example/smartswitch.html[/url] but am getting this critic but incomplete error in my Vera:
Program Logic Event [69] : ( cMultiOn_Stairs AND ( t_stair_lightON; NOW > 00:10:00) OR ((NOT cMultiOn_Stairs) AND (t_stair_lightON; NOW > 15:00): Invalid Expression Operator: CMULTION_STAIRS in:( cMultiOn_Stairs AND TMP_1 OR ( TMP_3 AND TMP_4
Is there an FAQ on debugging PLEG? Can I ssh to the Vera and tail something to get the full error?
The goal is to turn on the stairwell light when the light level drops below XXX but only have it on for 10 minutes.