Go to file
2022-08-02 06:28:23 +00:00
.github merge master 2022-07-03 19:50:22 +02:00
bin GitHub Action Build 2022-08-02 06:28:23 +00:00
html Added drop down menu, fixed bus in ha workflow 2022-08-02 08:24:08 +02:00
lib Updated one wire 2022-07-05 17:50:51 +02:00
script Saving partitions.bin for esp32 2022-04-21 07:35:32 +02:00
src Added drop down menu, fixed bus in ha workflow 2022-08-02 08:24:08 +02:00
src_docs Added drop down menu, fixed bus in ha workflow 2022-08-02 08:24:08 +02:00
test Added ver and build into templating 2022-07-27 13:11:17 +02:00
.gitignore Prel docs for v0.5 2022-01-06 21:01:06 +01:00
.pre-commit-config.yaml Upd pre-commit 2022-05-16 08:04:26 +02:00
CONTRIBUTING.md #6 contribution 2022-05-08 09:50:45 +02:00
LICENSE Added licence 2022-01-08 21:09:02 +01:00
part32.csv Update partition info 2022-03-11 15:11:22 +01:00
platformio.ini Bump to beta3 2022-08-01 11:06:14 +02:00
README.md Updated readme 2022-05-10 18:42:19 +02: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.

Now also works with ESP32 (use ESP32 d1 mini which is compatible with ESP8266)

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

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

Note! If Brewflasher being flagged as malware by your antivirus software, try the web version.

The main differences:

  • Modern web based user interface for configuration when connected to WIFI
  • Efficient software, long lifespan (+45 days with 5min update frequencey)
  • Send data to multiple endpoints (http-post, http-get, influxdb v2, mqtt)
  • Instructions for service such as; Brewfather, Fermentrack, Ubidots, Home Assistant, Brewers Friend, Brewspy, Thingspeak, Blynk.
  • SSL support for all remote endpoints
  • ESP32 support with Bluetooth push
  • Customize data format to be pushed
  • Automatic temperature adjustment of gravity when enabled
  • Use the temperature sensor in gyro instead of DS18B20
  • Built in function to create gravity formulas, no need for additional software, just enter tilt/gravity.
  • Visual graph showing how gravity formula will be interpreted
  • OTA support or firmware upload via web interface
  • REST API for scripting

No code has been reused from the iSpindle project.