Go to file
2022-03-16 18:08:46 +00:00
.github/workflows
bin GitHub Action Build 2022-03-16 18:08:46 +00:00
html Added btn on test page 2022-03-16 19:05:11 +01:00
lib
script Fixed bug in build script 2022-03-13 10:57:15 +01:00
src Added http get option to push 2022-03-14 18:55:12 +01:00
src_docs Added btn on test page 2022-03-16 19:05:11 +01:00
test Added http get option to push 2022-03-14 18:55:12 +01:00
.gitignore
.pre-commit-config.yaml
LICENSE
part32.csv
platformio.ini
README.md

download release issues pr dev_build doc_build

Gravity Monitor for Beer Brewing

GravityMon is a replacement firmware for the iSpindle firmware. It's 100% compatible with the iSpindle hardware design so it does not require any hardware changes.

Installation can be made using https://www.brewflasher.com

The main differences:

  • Operates in two modes gravity monitoring and configuration mode (simplify calibration)
  • Modern web based UI for configuration (in config mode)
  • REST API
  • Send data to multiple endpoints when pushing data (2xhttp, brewfather, influxdb v2, mqtt supported)
  • Automatic temperature adjustment of gravity reading
  • OTA support from local webserver
  • Built in function to create gravity formulas, no need for additional software, just enter tilt/gravity.
  • Visual graph showing how formula will be interpreted
  • Using the temperature sensor in gyro instead of DS18B20 (faster)
  • Built in performance measurements (used to optimise code)
  • SSL support in standard HTTP and MQTT connections.

No code has been reused from the iSpindle project.

The documenation can be found here: https://mp-se.github.io/gravitymon/index.html