Skip to content

0.5.8

Compare
Choose a tag to compare
@elcojacobs elcojacobs released this 27 Jul 14:55

Bugfix release, fixes 2 bugs:

  • Introducing temperature sensor offset calibration interfered with pin setting (A/B) for OneWire actuators.
  • Listening mode was triggered automatically when no WiFi credentials were configured. The listening mode code from particle also used serial, interfering with the application's serial communication.

Updating

On the Raspberry Pi run:

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

On an x86 system, run:

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