As you know (from a different thread), my Vera is going through many restarts every day.
Since I have many conditions using “NOW”, I was thinking that maybe moving them to use timers will “help” Vera use less memory/cpu, as PLEG will not have to evaluate the condition every minute.
Is that true, or there is no performance difference between the two?
Does this mean that having, say, 4 separate PLEG devices would require less resources than 1 device would require with the same amount of data in both scenarios?
When comparing 4 PLEGs vs 1 PLEG with all of the merged logic of the 4
The 4 PLEG solution will use more Memory and likely less CPU
The 1 PLEG solution will use less Memory and more CPU
Vera is MOSTLY memory limited so merging PLEGs is a good option if you are having memory problems.
If you are not having memory problems, then more PLEGS will save you some CPU time.
We are NOT talking about a lot of CPU time savings in either case.
But the memory savings are critical if you are having memory related reloads.