Skip to content

Releases: mp-se/kegmon

v0.6.0-beta1

05 Mar 19:11
Compare
Choose a tag to compare
v0.6.0-beta1 Pre-release
Pre-release
  • Added support for ESP32s2 mini
  • Backup and Restore feature
  • Async webserver now standard in both esp8266 and esp32 builds

Note! This is an first beta and has gone through limited testing.

v0.5.0

18 Feb 09:46
ecb5d49
Compare
Choose a tag to compare

This version has a lot of new features and I had to refactor the code quite a lot so there might be bugs that I have missed.

This is whats new:

  • Optional build with Async webserver, this improves the speed of the web UI quite a lot but can be prone to crashes (regard this as experimental)
  • Level detection has been refactored and I added a Kalman filter to remove the worst interference.
  • Added option to do temperature compensation of load cells in software (formula still to be concluded). Requires a temperature sensor close to the load cells.
  • Added integration with Home Assistant (via MQTT)
  • Added graphs in web interface that shows the stability (requires the web browser to be open, data storage and rendering is done in the browser)
  • Added some advanced configuration options to define params used by the level detection algorithm.

v0.5.0 beta 7

27 Jan 16:48
f07a26b
Compare
Choose a tag to compare
v0.5.0 beta 7 Pre-release
Pre-release

Lots of refactoring to improve stability and flexibility for future steps.

v0.4.0 Now with brewspy integration

22 Oct 12:21
Compare
Choose a tag to compare

This version has a number of changes including;

  • Prepared support for 1.3" displays (other driver)
  • Logging of pours and graph to show history
  • Better stability & pour detection
  • Integration with brewspy both for level updating and beer information (waiting for API to expose FG)
  • Some redesign of the UI
  • Hardware design has been updated to have separate CLK pints to the HX scales, I found that this would make readings more unstable. The binary names rev1 support the old hardware design...

And probably a few things i missed ;-)

v0.3.0

10 Sep 16:52
Compare
Choose a tag to compare

New version with redesigned interface and hardware. See docs.

v0.2.0

10 Jul 18:34
Compare
Choose a tag to compare

First version for my keezer.

Test release

11 Jun 09:42
910da1e
Compare
Choose a tag to compare
Test release Pre-release
Pre-release

Initial test release for my prototype build.