Skip to content

Releases: mp-se/kegmon

1.1.0

13 Jan 17:01
26c5f14
Compare
Choose a tag to compare
  • Updated dependent Arduino libraries.
  • Added support for BrewLogger (TapList and Sending Pour information)
  • Added support for fetching temperature from my Chamber Controller project (brewpi controller variant)

v1.1 beta 1

31 Dec 13:49
Compare
Choose a tag to compare
v1.1 beta 1 Pre-release
Pre-release

Features

  • Added support for my Brewlogger software to import batches and report pour data
  • Added support for my Chamber Controller (Brewpi clone) to fetch temperatures

Update to latest arduino, json 7, async webserver, espfwk libraries.

v1.0.0

30 Sep 19:45
Compare
Choose a tag to compare

Finally the next release is here with a brand new UI

  • Added new integration to Barhelper
  • Updated documentation
  • Added push feedback to UI to check status of integrations
  • Change wire speed to 400 Mhz (Speed up display rendering)
  • Added influx integration for scale data (debugging)
  • Added favicon
  • Created new user interface in VueJS and VITE
  • Changed all REST API's to use json documents

1.0.0 beta 2

18 Sep 14:58
Compare
Choose a tag to compare
1.0.0 beta 2 Pre-release
Pre-release

Changes

  • Added new integration to Barhelper
  • Fixed test on brewfather user key
  • Updated documentation
  • Added push feedback to UI to check status of integrations
  • Change wire speed to 400 Mhz (Speed up display rendering)

v1.0.0 beta1 with new User Interface

10 Aug 17:23
Compare
Choose a tag to compare
  • Created new user interface in VueJS
  • Changed all API's to use JSON
  • Fixed timeout issue when uploading new firmware
  • Added influx integration for scale data (debugging)
  • Added favicon

v0.9.0

28 Jan 16:04
09b6d8f
Compare
Choose a tag to compare
  • Added new board esp32s3 mini
  • Added option to fetch temperature from brewpi-esp installation
  • Removed mobile dashboard, replaced with KegMonApp (see: https://github.com/mp-se/kegmonapp)
  • Added support for ESP32s3 mini
  • Fixed memory leak in temp sensor code

v0.8.0

04 Oct 18:10
1323695
Compare
Choose a tag to compare
  • Added possiblity to run on wokwi simulator (work in progress, scales, file system not yet working)
  • Added option for setting pins for external devices (display, scales and sensor)
  • Added support for BME280 sensor + pressure information
  • Refactor documentation to show the hardware options better
  • Updating dependecies
  • DS18B20 temperature sensor is not the default
  • Updated code to support newer versions of ArduinoJSON

Update the esp32 build with older arduino to fix issues with the LCD (ref; espressif/arduino-esp32#8480)

0.8.0 beta 1

06 Sep 20:23
Compare
Choose a tag to compare
0.8.0 beta 1 Pre-release
Pre-release

v0.8.0 (beta)

  • Added possiblity to run on wokwi simulator (work in progress, scales, file system not yet working)
  • Added option for setting pins for external devices (display, scales and sensor)
  • Added support for BME280 sensor + pressure information
  • Refactor documentation to show the hardware options better
  • Updating dependecies
  • DS18B20 temperature sensor is not the default
  • Updated code to support newer versions of ArduinoJSON

v0.7.1

04 Aug 15:11
c52bf94
Compare
Choose a tag to compare

Minor update with fixed for level logging and some dependency updates.

v0.7.0

31 May 21:01
5f36072
Compare
Choose a tag to compare
  • Added support for LED 20x4 displays
  • Added a few new layouts including support for one single display
  • Refactored the display logic to make it easier to change settings and share formatting among multiple rendering options.