4.4.0: Holliday release
And there is version 4.4.0. This is a what bigger upgrade, as it add support for multiple new sensors and relays. And again, we are trying to get things a bit faster and more stable.
And there have been reports that TerrariumPI can work with I2C multiplexers like pca9548
Extra documentation: https://theyosh.github.io/TerrariumPI/posts/2022/08/04/release-terrariumpi-v-4-4-0/
Highlights
- Support for I2C multiplexers
- Support for new sensors from AtlasScientific
- Support for relays I2C 4Channel dimmer and LED Warrior18 dimmer
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
Full Changelog: 4.3.3...4.4.0