Skip to content

Commit

Permalink
temperature correction wrong for Fahrenheit
Browse files Browse the repository at this point in the history
  • Loading branch information
vitotai committed Feb 18, 2024
1 parent 83f70ee commit f67fcd7
Show file tree
Hide file tree
Showing 167 changed files with 890 additions and 37,400 deletions.
13 changes: 10 additions & 3 deletions docs/C0.iSpindelSupport.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ To support **softAP**, set the correct settings in `System configuration`. Pleas
| iSpindel | To enable iSpindel support. |
| Offset | the offset between reported gravity and "real" gravity" |
| Calculated by BPL | Do the conversion from tilt angle to gravity by BrewPiLess. If this option is OFF, all the following options are not used. |
| SG Calibration | Deprecated. |
| Coefficients | The coefficients of the formula to calculate gravity. Note: this set of coefficients is for calcuation of **specific gravity**, **not** plato. Use 0 for x^3 term if quadratic polynomial is used.|
| Calibration points | Calibration data. |
| Coefficients | The coefficients of the formula to calculate gravity. The formula is derived based on calibration points. It is not editable. |
| LowPass Filter Coefficient | 0~1. See following description|
| Gravity Stability Threshold | Integer value. 1 point = 0.001. |

Expand All @@ -20,11 +20,18 @@ Offset will be "added" to reported gravity to derive the result gravity. If calc
After version 4.4, the calibration data survives through brews. The coefficients(formula) is derived from the calibration data.

### iSpindel Settting
* the **iSpindel Name** must start with `iSpindel`, like `iSpindel000`
* Select `Generic HTTP`
* Server address set to `192.168.4.1` if iSpindel connect to the AP created by BrewPiless. or use the ip of BrewPiless if iSpindel connects the AP that BrewPiLess connects to.
* set url to `/gravity`

BrewPiLess accept post if it contains the following keys/values:
- name
- temperature
- angle
- RSSI
- gravity


For other iSpindel setting, like network settting, please refer to iSpindel project.

### About low Pass Filter
Expand Down
9 changes: 9 additions & 0 deletions docs/C1.BrewNCalibrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,13 @@ After version 4.4, the calibration data survives through brews. The maximum numb

When starting a log, the calibration data available will be written into the log file, so that tilt angles are recorded and gravity can be derived from the tilt angles. Otherwise, gravity data is recorded.

The "Calculated by BPL" option determines whether or not using the gravity reported directly, while "Record Raw" option when starting logging determines whether or not recording raw data instead of gravity values. These two options are independent but related.

| Calculated by BPL | Record Raw | Gravity of BPL | Gravity of Log |
| -- | -- | -- | -- |
| ON | ON | calculated by BPL, need calibration data | calculated on the fly, need calibration data |
| ON | OFF |calculated by BPL, need calibration data | gravity calculated by BPL |
| OFF | ON | gravity reported from wireless hydrometer | calculated on the fly, need calibration data. |
| OFF | OFF | gravity reported from wireless hydrometer | gravity from BPL, reported from wireless hydrometer|

The calculated gravity is always temperature corrected. When inputing new data from main page, corrected gravity will be calculated automatically if beer temperature is available. However, no temperature correction is available if calibration data is input at "gravity device" page.
16 changes: 16 additions & 0 deletions docs/D1.RaptPillHydrometerSupport.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ Pill broadcasts gravity and tilt angle related information, which make it possib

![Pill setup](image/pill_setup.jpg)

| Setting | Description |
| -------------- |:---------------------------------|
| Mac Address | MAC used for registration and real MAC address |
| use Plato | Plato or Specific Gravity(eg. 1.054) |
| Gravity Offset | the offset between reported gravity and "real" gravity" |
| Calculated by BPL | Do the conversion from tilt angle to gravity by BrewPiLess. If this option is OFF, all the following options are not used. |
| Calibration Points | Calibration data. At least two set of data is necessary. |
| Coefficients | The coefficients of the formula to calculate gravity. The formula is derived based on calibration points. It is not editable.|
| LowPass Filter Coefficient | 0~1. See following description|
| Gravity Stability Threshold | Integer value. 1 point = 0.001. |

Offset will be "added" to reported gravity to derive the result gravity. If calculated by BPL is enabled, offset is ignored. To enable calculation, at least two points of calibration points should be entered.

After version 4.4, the calibration data survives through brews. The coefficients(formula) is derived from the calibration data.



The MAC address used for registration and displayed on Rapt Pill's Dianostics page is calculated by taking the RAPT Pill's BLE address and subtracting 2 off the last octet. Therefore, thare are TWO addresses displayed.

Expand Down
1,303 changes: 1 addition & 1,302 deletions htmljs/dist/chinese/BPLLogViewer.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/chinese/BPLLogViewer.htm.gz
Binary file not shown.
1,303 changes: 1 addition & 1,302 deletions htmljs/dist/chinese/BPLogWebViewer.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/chinese/BPLogWebViewer.htm.gz
Binary file not shown.
129 changes: 1 addition & 128 deletions htmljs/dist/chinese/config.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/chinese/config.htm.gz
Binary file not shown.
129 changes: 1 addition & 128 deletions htmljs/dist/chinese/control.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/chinese/control.htm.gz
Binary file not shown.
129 changes: 1 addition & 128 deletions htmljs/dist/chinese/gravity.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/chinese/gravity.htm.gz
Binary file not shown.
1,303 changes: 1 addition & 1,302 deletions htmljs/dist/chinese/index.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/chinese/index.htm.gz
Binary file not shown.
129 changes: 1 addition & 128 deletions htmljs/dist/chinese/logging.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/chinese/logging.htm.gz
Binary file not shown.
129 changes: 1 addition & 128 deletions htmljs/dist/chinese/pressure.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/chinese/pressure.htm.gz
Binary file not shown.
129 changes: 1 addition & 128 deletions htmljs/dist/chinese/setup.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/chinese/setup.htm.gz
Binary file not shown.
1,303 changes: 1 addition & 1,302 deletions htmljs/dist/english/BPLLogViewer.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/english/BPLLogViewer.htm.gz
Binary file not shown.
1,303 changes: 1 addition & 1,302 deletions htmljs/dist/english/BPLogWebViewer.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/english/BPLogWebViewer.htm.gz
Binary file not shown.
129 changes: 1 addition & 128 deletions htmljs/dist/english/config.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/english/config.htm.gz
Binary file not shown.
129 changes: 1 addition & 128 deletions htmljs/dist/english/control.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/english/control.htm.gz
Binary file not shown.
129 changes: 1 addition & 128 deletions htmljs/dist/english/gravity.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/english/gravity.htm.gz
Binary file not shown.
1,303 changes: 1 addition & 1,302 deletions htmljs/dist/english/index.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/english/index.htm.gz
Binary file not shown.
129 changes: 1 addition & 128 deletions htmljs/dist/english/logging.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/english/logging.htm.gz
Binary file not shown.
129 changes: 1 addition & 128 deletions htmljs/dist/english/pressure.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/english/pressure.htm.gz
Binary file not shown.
129 changes: 1 addition & 128 deletions htmljs/dist/english/setup.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/english/setup.htm.gz
Binary file not shown.
1,303 changes: 1 addition & 1,302 deletions htmljs/dist/italian/BPLLogViewer.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/italian/BPLLogViewer.htm.gz
Binary file not shown.
1,303 changes: 1 addition & 1,302 deletions htmljs/dist/italian/BPLogWebViewer.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/italian/BPLogWebViewer.htm.gz
Binary file not shown.
129 changes: 1 addition & 128 deletions htmljs/dist/italian/config.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/italian/config.htm.gz
Binary file not shown.
129 changes: 1 addition & 128 deletions htmljs/dist/italian/control.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/italian/control.htm.gz
Binary file not shown.
129 changes: 1 addition & 128 deletions htmljs/dist/italian/gravity.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/italian/gravity.htm.gz
Binary file not shown.
1,303 changes: 1 addition & 1,302 deletions htmljs/dist/italian/index.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/italian/index.htm.gz
Binary file not shown.
129 changes: 1 addition & 128 deletions htmljs/dist/italian/logging.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/italian/logging.htm.gz
Binary file not shown.
129 changes: 1 addition & 128 deletions htmljs/dist/italian/pressure.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/italian/pressure.htm.gz
Binary file not shown.
129 changes: 1 addition & 128 deletions htmljs/dist/italian/setup.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/italian/setup.htm.gz
Binary file not shown.
Binary file modified htmljs/dist/lcd.htm.gz
Binary file not shown.
1,303 changes: 1 addition & 1,302 deletions htmljs/dist/norwegian/BPLLogViewer.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/norwegian/BPLLogViewer.htm.gz
Binary file not shown.
1,303 changes: 1 addition & 1,302 deletions htmljs/dist/norwegian/BPLogWebViewer.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/norwegian/BPLogWebViewer.htm.gz
Binary file not shown.
129 changes: 1 addition & 128 deletions htmljs/dist/norwegian/config.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/norwegian/config.htm.gz
Binary file not shown.
129 changes: 1 addition & 128 deletions htmljs/dist/norwegian/control.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/norwegian/control.htm.gz
Binary file not shown.
129 changes: 1 addition & 128 deletions htmljs/dist/norwegian/control_s.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/norwegian/control_s.htm.gz
Binary file not shown.
129 changes: 1 addition & 128 deletions htmljs/dist/norwegian/gravity.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/norwegian/gravity.htm.gz
Binary file not shown.
129 changes: 1 addition & 128 deletions htmljs/dist/norwegian/gravity_e32.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/norwegian/gravity_e32.htm.gz
Binary file not shown.
1,303 changes: 1 addition & 1,302 deletions htmljs/dist/norwegian/index.htm

Large diffs are not rendered by default.

Binary file modified htmljs/dist/norwegian/index.htm.gz
Binary file not shown.
Loading

0 comments on commit f67fcd7

Please sign in to comment.