Skip to content

4.3.0: Fixes and new hardware

Compare
Choose a tag to compare
@theyosh theyosh released this 11 Apr 11:37
· 1698 commits to main since this release

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