Release TerrariumPI v 4.11.1
Release 4.11.1 - Maintenance update
With this update we fix some small issues and updated all external libraries.
Updated the Docker builds to make them a bit faster and smaller in size.
Added some extra warnings at the documentation pages for the DHTXX sensors.
A new Portuguese translation is added by MakoShark2 and other languages are updated.
It has been 10 years now when this project started. It started all
to learn a new programming language Python, and as a lazy programmer does, to
automate stuff.
In this
update, the big changes are in the notification system. The biggest change is
the Display code and logic. The code has been completely rewritten, and works
much better now.
In this
release we have changed the
The Docker
builds where broken and should now be fixed again. That is all.
The
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.