4.3.0: Fixes and new hardware
And again we have new release this is version 4.3.0 which is mostly a release which fixes a lot of small issues. This should make TerrariumPI even more stable and hopefully a bit faster.
Extra documentation: https://theyosh.github.io/TerrariumPI/
Highlights
- We do not support some IO expander boards so more GPIO relays or buttons can be added.
- Support for new sensors: BME680 and Sensiron SHT4X
- Support for RTSP source webcams
- Legacy dimming like TP3. This is dimming using the Raspberry PI PWM hardware, which is only available on 4 GPIO pins. But this should improve dimming for certain devices.
Upgrading
Use the following steps to upgrade TerrariumPI
- Stop TerrariumPI:
sudo service terrariumpi stop
- Update the code:
git pull
- Rerun the installer:
sudo ./install.sh
- Start TerrariumPI:
sudo service terrariumpi start
What's Changed
Full Changelog: 4.2.0...4.3.0