Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vitotai committed Dec 15, 2023
1 parent 3905e53 commit aa51ad4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/F0.glycol.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
After 4.3.1, there is an option in System configuration page. By enabling "Glycol Chilling", the fridge sensor will fall back to beer sensor when missing. You might need to disable it if you are not using glycol to chill your fermenting beer.


The version of BrewPi ported to BrewPiLess is designed to control fermenting temperature in a fridge or freezer. To control glycol cooling, some hacks are necessary:
1. Use a version that supports glycol chilling, which is built with "EnableGlycolSupport" set to true.

1. Set "Glycol Chilling" to "enabled" in system config page.

2. Set minimum cooling/heating on/off time
open the page `http://brewpiless.local/testcmd.htm`
Expand Down
2 changes: 2 additions & 0 deletions docs/L0.JsonCommand.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
After 4.3.1, you can use web interface, in "System" page, to modify these temperature control settings. However, knowledge about the settings is necessary.

By using `http://brewpiless.local/testcmd.htm`, you can control BrewPi core directly. For example, to set temperature to Fahrenheit. Open the testcm.htm page, and enter the following string, and send.

`j{"tempFormat":"F"}`
Expand Down

0 comments on commit aa51ad4

Please sign in to comment.