After adding a couple of new light inputs the PLEG instance now fails with the following error: “Startup Lua Failed”. The startup code (which has worked fine for months and has not been updated/changed):
dofile("/etc/cmh-ludl/PLEG_startup.lua")
Today marks the 2nd time in as many attempts where this happens while trying to modify this PLEG instance. The only way I’ve been able to recover the PLEG instance is to restore from a Vera backup.
As far as changes go, I “merely” added 5 light switches as Inputs (“Light On” events) this time.
Not sure if there’s a limit as to the # of inputs / conditions / etc?
Is this on UI5 or UI7 ?
On UI7 I use my own API to talk to Vera … because the MCV provided JavaScript had a small size limit.
I did not put that code into UI5 … I could have … I might need to …