Releases

-
-

Updates

+
+

v1.1.0

Documentation

    -
  • Added documentation for Brewpiless as target

  • +
  • Fixed errors in data format section

  • Added q&a on formula creation and value deviation

  • +
  • Added documentation for Brewpiless as target

  • +
  • Updated docs for ubidots service integration.

  • Added brewblox as new service

+
+

User interface

+
    +
  • Under format options its now possible to select brewfather ispindle format to avoid mixing endpoints.

  • +
  • Added brewblox as format under format options.

  • +
  • User can now edit the voltage level that forces the device into config mode (charging)

  • +
+
+
+

Features

+
    +
  • Added storage mode which is activated under hardware setting. When place on the cap (<5 degres tilt) the device will go into

  • +
+

storage mode and sleep for the max allowed time.

+
+
+

Other

+
    +
  • Upgraded framework for ESP8266 to v5.0.0

  • +
  • Upgraded framework for ESP32 to v2.0.2

  • +
  • Updated OneWire library to be complaint with new ESP32 SDK

  • +
  • Fixed issue in i2cdev connected to wrong usage of TwoWire on ESP32 (Gyro initialization hang).

  • +
+
+
+

Issues adressed

+
    +
  • BUG: Copy format templates used an old format for iSpindle and Gravmon where the token was not used.

  • +
  • BUG: Gravity correction formula not calculating correctly.

  • +
+

v1.0.0

@@ -222,8 +255,8 @@
  • Added additional http error codes to troubleshooting documentation

  • -
    -

    User interface

    +
    +

    User interface

    • Upgraded to bootstrap v5.1 for web pages.

    • Added button on indexpage to direct to github issues.

    • @@ -234,8 +267,8 @@
    • Added function on format page so that it’s easy to copy a format template from the docs (simplify service integration).

    -
    -

    Features

    +
    +

    Features

    • Added advanced setting to ignore angles that are lower than water. This is disabled by default.

    • Added support for MPU6500 (standard is MPU6050).

    • @@ -252,8 +285,8 @@
    • Advanced settings: Adjust resolution of temp sensor (9 bits to 12 bits), higher resolution takes longer thus reducing batterylife

    -
    -

    Issues adressed

    +
    +

    Issues adressed

    • BUG: Fixed issue in formula calculation in case there were a gap in the data series

    • BUG: Field name for wifi strength changed from “rssi” to “RSSI”

    • @@ -430,15 +463,19 @@ the behaviour in v0.6 is wanted this can be done via the format editor.

      @@ -143,7 +143,7 @@
      @@ -145,7 +145,7 @@

      UBIdots

      -

      UBIdots is a IoT service that display data collected various sources.

      +

      UBIdots is a IoT service that display data collected various sources. There is a limitation on this service where it can only handle 10 variables per device so +you might need to reduce the number of values sent to the service. It will also treat every parameter as a number unless you create a custom device type and explicit define the string values +as text. This will require a paid subscription (as I interpret the documentation). The example format below will only send numbers so that should work fine with the paid subscription.

      For this service there are two options to configure the integration. First you will need your default token which is found under API Credentials (<api-tokem> in the example below). Swap the text <devicename> with the name you want to show in ubidots.

      Option 1 - token as an URL parameter

      diff --git a/docs/troubleshooting.html b/docs/troubleshooting.html index 99b4836..516a511 100644 --- a/docs/troubleshooting.html +++ b/docs/troubleshooting.html @@ -5,7 +5,7 @@ - Troubleshooting - GravityMon 1.0.0 documentation + Troubleshooting - GravityMon 1.1.0 documentation @@ -122,7 +122,7 @@