Go to file
2022-01-22 09:53:08 +01:00
.github/workflows Bump html to 0.6 2022-01-13 18:10:06 +01:00
bin Refactored class members 2022-01-18 23:33:34 +01:00
html Added ssl and plato 2022-01-18 23:01:10 +01:00
lib Added ESP32 as new target (still on SDK 1.0.6) 2022-01-21 17:15:27 +01:00
script Added ESP32 as new target (still on SDK 1.0.6) 2022-01-21 17:15:27 +01:00
src Updates for ESP32 2022-01-22 09:53:08 +01:00
src_docs Updates for ESP32 2022-01-22 09:53:08 +01:00
stl Moved some images 2022-01-13 09:34:01 +01:00
test Initial mqtt version 2022-01-11 23:23:43 +01:00
.gitignore Prel docs for v0.5 2022-01-06 21:01:06 +01:00
.pre-commit-config.yaml Merged pre-commit (pre testing) 2022-01-07 10:26:35 +01:00
LICENSE Added licence 2022-01-08 21:09:02 +01:00
platformio.ini Updates for ESP32 2022-01-22 09:53:08 +01:00
README.md Updates for ESP32 2022-01-22 09:53:08 +01:00

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