In this release we added some new webcam features and fixes. The ‘big’ update is that we now can clear the webcam archive so that the SD card will not get 100% full. A full SD will crash TerrariumPI. If you want to set this up, make sure you manually clear first the majority of the files. Else the first delete action can take a long time and make TerrariumPI crash.
So now you can give an amount of days of archive to keep. Or just keep everything by leaving the value empty.
Also we found that the webcam notification where broken. They are now fixed. Now it should send out messages with pictures when you setup webcam notifications.
And we improved the motion detection of live streams a bit. In the past the change in time could trigger a motion, where you can end up with an image every update of 30 seconds. So now we exclude the area where the name and time is shown. And that will not trigger a motion anymore.
What's Changed
- Bump rexml from 3.3.8 to 3.3.9 by @dependabot in #964
Upgrading
Use the following steps to upgrade TerrariumPI
Docker
- Stop TerrariumPI:
docker compose down
- Update version number in
docker-compose.yaml
and rundocker compose pull
- Start TerrariumPI:
docker compose up -d
Or go to the upgrade steps on the documentation page
Manual
- Stop TerrariumPI:
sudo service terrariumpi stop
- Update the code:
git pull
- Rerun the installer:
sudo ./install.sh
- Start TerrariumPI:
sudo service terrariumpi start
Or go to the upgrade steps on the documentation page
Full Changelog: 4.12.0...4.12.1