Release TerrariumPI v 4.9.0
Release 4.9.0 - More speed or less waiting
Speed up by adding more caching and threading
When TerrariumPI is running for a couple or years, you will get a lot of relay data which it used for the total power and water usage. After 7 years, it took about 15 seconds each time it was calculated. Which is half the time of the engine run time.
Apparently there was a bug in the code for many, many years :disappointed:. The settle time value was calculated from the time the relay was toggled on. But when the relay on duration is higher than the settle time value, the settle time was useless.