Skip to content

0.5.7

Compare
Choose a tag to compare
@elcojacobs elcojacobs released this 24 Jul 23:34
· 3 commits to master since this release

Bugfix release to fix invalid initialization of temperature sensor calibration offset.

Please also update your docker container to get a UI field to configure the calibration offset.

Update instructions:

On the Raspberry Pi run:

docker pull brewpi/brewpi-raspbian
docker run -it --name brewpi-update --privileged -v ~/brewpi-data:/data --rm brewpi/brewpi-raspbian python utils/updateFirmware.py

On an x86 system, run:

docker pull brewpi/brewpi-ubuntu
docker run -it --name brewpi-update --privileged -v ~/brewpi-data:/data --rm brewpi/brewpi-ubuntu python utils/updateFirmware.py

Do rebuild the BrewPi docker container with the latest updates, the easiest way is to use the 'recreate' button in Portainer. Just navigate to the BrewPi container and click the recreate button. If you don't have this button, you have an old version of Portainer. Remove it and deploy the latest version.