diff --git a/docs/C0.iSpindelSupport.md b/docs/C0.iSpindelSupport.md index f405e1f35..4369c0631 100644 --- a/docs/C0.iSpindelSupport.md +++ b/docs/C0.iSpindelSupport.md @@ -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. | @@ -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 diff --git a/docs/C1.BrewNCalibrate.md b/docs/C1.BrewNCalibrate.md index 4e28c0572..dc8a216c5 100644 --- a/docs/C1.BrewNCalibrate.md +++ b/docs/C1.BrewNCalibrate.md @@ -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. \ No newline at end of file diff --git a/docs/D1.RaptPillHydrometerSupport.md b/docs/D1.RaptPillHydrometerSupport.md index 04a9b93a5..b3f849620 100644 --- a/docs/D1.RaptPillHydrometerSupport.md +++ b/docs/D1.RaptPillHydrometerSupport.md @@ -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. diff --git a/htmljs/dist/chinese/BPLLogViewer.htm b/htmljs/dist/chinese/BPLLogViewer.htm index f8b844d6b..bc3cb68e7 100644 --- a/htmljs/dist/chinese/BPLLogViewer.htm +++ b/htmljs/dist/chinese/BPLLogViewer.htm @@ -1,1302 +1 @@ -BrewPiLess Log Viewer v4.2

BPL LogViewer v4.2

截存 輸出
溫度比重壓力(psi)CO2氣體數相對濕度比重變化
  • 日期時間狀態
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • formula
\ No newline at end of file +BrewPiLess Log Viewer v4.2

BPL LogViewer v4.2

截存 輸出
溫度比重壓力(psi)CO2氣體數相對濕度比重變化
  • 日期時間狀態
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • formula
\ No newline at end of file diff --git a/htmljs/dist/chinese/BPLLogViewer.htm.gz b/htmljs/dist/chinese/BPLLogViewer.htm.gz index 8c9695335..5843e3e46 100644 Binary files a/htmljs/dist/chinese/BPLLogViewer.htm.gz and b/htmljs/dist/chinese/BPLLogViewer.htm.gz differ diff --git a/htmljs/dist/chinese/BPLogWebViewer.htm b/htmljs/dist/chinese/BPLogWebViewer.htm index dd05aec29..566cb6ac9 100644 --- a/htmljs/dist/chinese/BPLogWebViewer.htm +++ b/htmljs/dist/chinese/BPLogWebViewer.htm @@ -1,1302 +1 @@ -BPL Log Viewer v3.0 - online
溫度比重壓力(psi)CO2氣體數相對濕度比重變化
  • 日期時間狀態
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
\ No newline at end of file +BPL Log Viewer v3.0 - online
溫度比重壓力(psi)CO2氣體數相對濕度比重變化
  • 日期時間狀態
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
\ No newline at end of file diff --git a/htmljs/dist/chinese/BPLogWebViewer.htm.gz b/htmljs/dist/chinese/BPLogWebViewer.htm.gz index 39f35a7ef..d8f31ae86 100644 Binary files a/htmljs/dist/chinese/BPLogWebViewer.htm.gz and b/htmljs/dist/chinese/BPLogWebViewer.htm.gz differ diff --git a/htmljs/dist/chinese/config.htm b/htmljs/dist/chinese/config.htm index 81dd20d2a..b503a435f 100644 --- a/htmljs/dist/chinese/config.htm +++ b/htmljs/dist/chinese/config.htm @@ -1,128 +1 @@ - BrewPiLess系統組態

BrewPiLess

BrewPiLess系統組態
LCD自動關閉
LCD顯示
網頁名稱
網路主機名稱
HTTP Port
使用者名稱
密碼
全部頁面要求密碼
網路模式
網路設定
IP
\ No newline at end of file + BrewPiLess系統組態

BrewPiLess

BrewPiLess系統組態
LCD自動關閉
LCD顯示
Glycol Chilling
網頁名稱
網路主機名稱
HTTP Port
使用者名稱
密碼
全部頁面要求密碼
網路模式
網路設定
IP
\ No newline at end of file diff --git a/htmljs/dist/chinese/config.htm.gz b/htmljs/dist/chinese/config.htm.gz index 71dff8b2c..8d7d14fca 100644 Binary files a/htmljs/dist/chinese/config.htm.gz and b/htmljs/dist/chinese/config.htm.gz differ diff --git a/htmljs/dist/chinese/control.htm b/htmljs/dist/chinese/control.htm index c5c8c8af2..3b84cfa0e 100644 --- a/htmljs/dist/chinese/control.htm +++ b/htmljs/dist/chinese/control.htm @@ -1,128 +1 @@ - BrewPiLess控制中心

BrewPiLess

開始日期:
°C 條件 天數 比重 比重穩定 開始時間
19
升降溫
71.01
啤酒溫度設為:°C
冰箱溫度設為:°C
關閉溫控
蓄壓控制
如果比重更小開始蓄壓
to psi
Glycol溫控設定
目標溫度
°C
啓動溫度
°C
最小啓動時間
最小停止間隔
Humidity Control
Mode
Target Relative Humidity
%
\ No newline at end of file + BrewPiLess控制中心

BrewPiLess

開始日期:
°C 條件 天數 比重 比重穩定 開始時間
19
升降溫
71.01
啤酒溫度設為:°C
冰箱溫度設為:°C
關閉溫控
蓄壓控制
如果比重更小開始蓄壓
to psi
Glycol溫控設定
目標溫度
°C
啓動溫度
°C
最小啓動時間
最小停止間隔
Humidity Control
Mode
Target Relative Humidity
%
\ No newline at end of file diff --git a/htmljs/dist/chinese/control.htm.gz b/htmljs/dist/chinese/control.htm.gz index 5080c6a79..0d2e36f40 100644 Binary files a/htmljs/dist/chinese/control.htm.gz and b/htmljs/dist/chinese/control.htm.gz differ diff --git a/htmljs/dist/chinese/gravity.htm b/htmljs/dist/chinese/gravity.htm index 4ed793288..3a05a85ac 100644 --- a/htmljs/dist/chinese/gravity.htm +++ b/htmljs/dist/chinese/gravity.htm @@ -1,128 +1 @@ - 比重計

BrewPiLess

iSpindel
由BPL計算比重
溫度修正
°C
公式係數
x³ +
x² +
x +
低通過濾參數
單位使用Plato
比重穩定範圍
點數,1點= 0.001比重,或0.1°P
\ No newline at end of file + 比重計

BrewPiLess

iSpindel
單位使用Plato
比重誤差
由BPL計算比重
校正資料
公式係數
x³ +
x² +
x +
低通過濾參數
比重穩定範圍
點數,1點= 0.001比重,或0.1°P
\ No newline at end of file diff --git a/htmljs/dist/chinese/gravity.htm.gz b/htmljs/dist/chinese/gravity.htm.gz index 69bbbea82..b1665e1dd 100644 Binary files a/htmljs/dist/chinese/gravity.htm.gz and b/htmljs/dist/chinese/gravity.htm.gz differ diff --git a/htmljs/dist/chinese/index.htm b/htmljs/dist/chinese/index.htm index 5a6fee95f..b12a7dfaa 100644 --- a/htmljs/dist/chinese/index.htm +++ b/htmljs/dist/chinese/index.htm @@ -1,1302 +1 @@ - BrewPiLess執行中!

BrewPiLess

溫度比重壓力(psi)CO2氣體數相對濕度
  • 目前狀態:
  • 模式:
  • 啤酒溫度:
  • 啤酒設定:
  • 冰箱溫度:
  • 冰箱設定:
  • 室內溫度:
  • 發酵室濕度
  • 室內濕度
  • 日期時間狀態
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
等待連線中 ...
無法連線成功.
控制器沒有更新資訊.
\ No newline at end of file + BrewPiLess執行中!

BrewPiLess

溫度比重壓力(psi)CO2氣體數相對濕度
  • 目前狀態:
  • 模式:
  • 啤酒溫度:
  • 啤酒設定:
  • 冰箱溫度:
  • 冰箱設定:
  • 室內溫度:
  • 發酵室濕度
  • 室內濕度
  • 日期時間狀態
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
等待連線中 ...
無法連線成功.
控制器沒有更新資訊.
\ No newline at end of file diff --git a/htmljs/dist/chinese/index.htm.gz b/htmljs/dist/chinese/index.htm.gz index c314c87fb..71655e57c 100644 Binary files a/htmljs/dist/chinese/index.htm.gz and b/htmljs/dist/chinese/index.htm.gz differ diff --git a/htmljs/dist/chinese/logging.htm b/htmljs/dist/chinese/logging.htm index 503256844..e44ed1b6d 100644 --- a/htmljs/dist/chinese/logging.htm +++ b/htmljs/dist/chinese/logging.htm @@ -1,128 +1 @@ - BrewPiless記錄設定

BrewPiLess

BrewPiless記錄設定

本地記錄
新記錄檔名:
選項:
Write on Buffer Full
校正iSpindel
在水中的Tilt值
比重計讀數:
, 或是水溫 @
° 比重計修正溫度 °
可使用空間: 0 Bytes, 已使用空間: 0 Bytes, 全部空間: 0 Bytes
記錄檔案
記錄 日期 動作
雲端記錄
記錄時間間隔:
遠端服務類型:
API Key:
Beer:
Gravity Unit
Write API Key:
Fields:


ID:
Device Label:
Account:
Token:
Device:
Method:
URL:
Data Type:

JSON:"application/json", Form Type:"application/x-www-form-urlencoded"

格式:
符號... 字元數: 0/256

MQTT設定

Broker Settings
MQTT Broker:
MQTT Port:
Username:
Password:
回報資訊
更新週期
基本路徑
資料格式
MQTT遠端控制
模式 Path:
啤酒設定溫度Path:
冰箱設定溫度Path:
壓力控制Path:
冷水溫度Path:
%b 啤酒溫度
%B 啤酒設定溫度
%f 冰箱溫度
%F 冰箱設定溫度
%r 室溫
%g 比重
%p Plato
%a iSpindel溫度
%v iSpindel電壓
%t Tilt值
%u 最後一次回報比重的時間
%U 溫度單位使用C或F
%m mode用整數表示
%M mode用字元表示
%P 壓力PSI
%HHostname
\ No newline at end of file + BrewPiless記錄設定

BrewPiLess

BrewPiless記錄設定

本地記錄
新記錄檔名:
選項:
Write on Buffer Full
記錄原始資訊
可使用空間: 0 Bytes, 已使用空間: 0 Bytes, 全部空間: 0 Bytes
記錄檔案
記錄 日期 動作
雲端記錄
記錄時間間隔:
遠端服務類型:
API Key:
Beer:
Gravity Unit
Write API Key:
Fields:


ID:
Device Label:
Account:
Token:
Device:
Method:
URL:
Data Type:

JSON:"application/json", Form Type:"application/x-www-form-urlencoded"

格式:
符號... 字元數: 0/256

MQTT設定

Broker Settings
MQTT Broker:
MQTT Port:
Username:
Password:
回報資訊
更新週期
基本路徑
資料格式
MQTT遠端控制
模式 Path:
啤酒設定溫度Path:
冰箱設定溫度Path:
壓力控制Path:
冷水溫度Path:
%b 啤酒溫度
%B 啤酒設定溫度
%f 冰箱溫度
%F 冰箱設定溫度
%r 室溫
%g 比重
%p Plato
%a iSpindel溫度
%v iSpindel電壓
%t Tilt值
%u 最後一次回報比重的時間
%U 溫度單位使用C或F
%m mode用整數表示
%M mode用字元表示
%P 壓力PSI
%HHostname
\ No newline at end of file diff --git a/htmljs/dist/chinese/logging.htm.gz b/htmljs/dist/chinese/logging.htm.gz index 5693d4d6c..3ae912f4a 100644 Binary files a/htmljs/dist/chinese/logging.htm.gz and b/htmljs/dist/chinese/logging.htm.gz differ diff --git a/htmljs/dist/chinese/pressure.htm b/htmljs/dist/chinese/pressure.htm index 5edf43848..141fdacf4 100644 --- a/htmljs/dist/chinese/pressure.htm +++ b/htmljs/dist/chinese/pressure.htm @@ -1,128 +1 @@ - 壓力感測器設定

BrewPiLess

啓用:
使用ADS1115
ADS1115增益/最大電壓
控製壓力:
壓力換算參數:
PSI= (A0_reading - b) * a
b: a:
\ No newline at end of file + 壓力感測器設定

BrewPiLess

啓用:
使用ADS1115
ADS1115增益/最大電壓
控製壓力:
壓力換算參數:
PSI= (A0_reading - b) * a
b: a:
\ No newline at end of file diff --git a/htmljs/dist/chinese/pressure.htm.gz b/htmljs/dist/chinese/pressure.htm.gz index 71734cd2d..33a396513 100644 Binary files a/htmljs/dist/chinese/pressure.htm.gz and b/htmljs/dist/chinese/pressure.htm.gz differ diff --git a/htmljs/dist/chinese/setup.htm b/htmljs/dist/chinese/setup.htm index d0887ac5a..901067572 100644 --- a/htmljs/dist/chinese/setup.htm +++ b/htmljs/dist/chinese/setup.htm @@ -1,128 +1 @@ - BrewPiLess 設定!

BrewPiLess

己安裝的設備
偵測到的設備

設備編號slot
硬體類型外部感測器
控制腳位
數值--
Calibration
功能

設備編號slot
硬體類型Humidity Temp sensor
Sensor LocationChamber Room
數值--
Calibration
功能

設備編號slot
硬體類型感測器
位址
控制腳位
數值
Calibration
功能

設備編號slot
硬體類型腳位
腳位類型
控制腳位
數值
Calibration
功能

設備編號slot
硬體類型1-wire actuator
位址
Channel
控制腳位N
數值
功能
腳位類型

設備編號slot
硬體類型BME280
位址
數值
Calibration
功能
\ No newline at end of file + BrewPiLess 設定!

BrewPiLess

己安裝的設備
偵測到的設備

設備編號slot
硬體類型外部感測器
控制腳位
數值--
Calibration
功能

設備編號slot
硬體類型Humidity Temp sensor
Sensor LocationChamber Room
數值--
Calibration
功能

設備編號slot
硬體類型感測器
位址
控制腳位
數值
Calibration
功能

設備編號slot
硬體類型腳位
腳位類型
控制腳位
數值
Calibration
功能

設備編號slot
硬體類型1-wire actuator
位址
Channel
控制腳位N
數值
功能
腳位類型

設備編號slot
硬體類型BME280
位址
數值
Calibration
功能
\ No newline at end of file diff --git a/htmljs/dist/chinese/setup.htm.gz b/htmljs/dist/chinese/setup.htm.gz index 9dfd77948..c5e456806 100644 Binary files a/htmljs/dist/chinese/setup.htm.gz and b/htmljs/dist/chinese/setup.htm.gz differ diff --git a/htmljs/dist/english/BPLLogViewer.htm b/htmljs/dist/english/BPLLogViewer.htm index a4909e92a..8b3b49502 100644 --- a/htmljs/dist/english/BPLLogViewer.htm +++ b/htmljs/dist/english/BPLLogViewer.htm @@ -1,1302 +1 @@ -BrewPiLess Log Viewer v4.2

BPL LogViewer v4.2

Crop to Export
TemperatureGravityPressure(psi)CO2 VolRelative HumidityGravity Change
  • Date / Timestate
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • formula
\ No newline at end of file +BrewPiLess Log Viewer v4.2

BPL LogViewer v4.2

Crop to Export
TemperatureGravityPressure(psi)CO2 VolRelative HumidityGravity Change
  • Date / Timestate
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • formula
\ No newline at end of file diff --git a/htmljs/dist/english/BPLLogViewer.htm.gz b/htmljs/dist/english/BPLLogViewer.htm.gz index b48969683..837a0e312 100644 Binary files a/htmljs/dist/english/BPLLogViewer.htm.gz and b/htmljs/dist/english/BPLLogViewer.htm.gz differ diff --git a/htmljs/dist/english/BPLogWebViewer.htm b/htmljs/dist/english/BPLogWebViewer.htm index 2eece08b9..6dfd47f96 100644 --- a/htmljs/dist/english/BPLogWebViewer.htm +++ b/htmljs/dist/english/BPLogWebViewer.htm @@ -1,1302 +1 @@ -BPL Log Viewer v3.0 - online
TemperatureGravityPressure(psi)CO2 VolRelative HumidityGravity Change
  • Date / Timestate
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
\ No newline at end of file +BPL Log Viewer v3.0 - online
TemperatureGravityPressure(psi)CO2 VolRelative HumidityGravity Change
  • Date / Timestate
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
\ No newline at end of file diff --git a/htmljs/dist/english/BPLogWebViewer.htm.gz b/htmljs/dist/english/BPLogWebViewer.htm.gz index 3cdd3de70..7902a5fbb 100644 Binary files a/htmljs/dist/english/BPLogWebViewer.htm.gz and b/htmljs/dist/english/BPLogWebViewer.htm.gz differ diff --git a/htmljs/dist/english/config.htm b/htmljs/dist/english/config.htm index 32d90016a..7d5699498 100644 --- a/htmljs/dist/english/config.htm +++ b/htmljs/dist/english/config.htm @@ -1,128 +1 @@ - BrewPiLess Configuration

BrewPiLess

BrewPiLess Configuration
LCD auto off
LCD Display
Title
Host/Network Name
HTTP Port
User Name
Password
Always ask for password
Network Mode
Network
IP
\ No newline at end of file + BrewPiLess Configuration

BrewPiLess

BrewPiLess Configuration
LCD auto off
LCD Display
Glycol Chilling
Title
Host/Network Name
HTTP Port
User Name
Password
Always ask for password
Network Mode
Network
IP
\ No newline at end of file diff --git a/htmljs/dist/english/config.htm.gz b/htmljs/dist/english/config.htm.gz index 7b13a0129..0d65e1916 100644 Binary files a/htmljs/dist/english/config.htm.gz and b/htmljs/dist/english/config.htm.gz differ diff --git a/htmljs/dist/english/control.htm b/htmljs/dist/english/control.htm index 0caa78e98..c307415b1 100644 --- a/htmljs/dist/english/control.htm +++ b/htmljs/dist/english/control.htm @@ -1,128 +1 @@ - BrewPiLess control-center!

BrewPiLess

Start Date:
°C Condition Days SG Stable Start Time
19
Ramp
71.01
Set Beer Temp:°C
Set Fridge temp:°C
Turning temperature control off.
CAPPING CONTROL
Spunding when gravity is less than
to psi
Glycol Temperature Control
Target Temperature
°C
Triggering Temperauture
°C
Minimum Cooling Time
Seconds
Miminum Idle Time
Seconds
Humidity Control
Mode
Target Relative Humidity
%
\ No newline at end of file + BrewPiLess control-center!

BrewPiLess

Start Date:
°C Condition Days SG Stable Start Time
19
Ramp
71.01
Set Beer Temp:°C
Set Fridge temp:°C
Turning temperature control off.
CAPPING CONTROL
Spunding when gravity is less than
to psi
Glycol Temperature Control
Target Temperature
°C
Triggering Temperauture
°C
Minimum Cooling Time
Seconds
Miminum Idle Time
Seconds
Humidity Control
Mode
Target Relative Humidity
%
\ No newline at end of file diff --git a/htmljs/dist/english/control.htm.gz b/htmljs/dist/english/control.htm.gz index d1fb278a9..e0375d4c5 100644 Binary files a/htmljs/dist/english/control.htm.gz and b/htmljs/dist/english/control.htm.gz differ diff --git a/htmljs/dist/english/gravity.htm b/htmljs/dist/english/gravity.htm index 43b9dadf8..348c60d87 100644 --- a/htmljs/dist/english/gravity.htm +++ b/htmljs/dist/english/gravity.htm @@ -1,128 +1 @@ - Gravity Device

BrewPiLess

iSpindel
Calculated by BPL
Temp. Correction
°C
Coefficients
x³ +
x² +
x +
LowPass Filter Coefficient
Use Plato
Gravity Stability Threshold
point, 1= 0.001 for SG, or 0.1°P for Plato
\ No newline at end of file + Gravity Device

BrewPiLess

iSpindel
Use Plato
Gravity Offset
Calculated by BPL
Calibration
Coefficients
x³ +
x² +
x +
LowPass Filter Coefficient
Gravity Stability Threshold
point, 1= 0.001 for SG, or 0.1°P for Plato
\ No newline at end of file diff --git a/htmljs/dist/english/gravity.htm.gz b/htmljs/dist/english/gravity.htm.gz index a077ff6de..b72eee140 100644 Binary files a/htmljs/dist/english/gravity.htm.gz and b/htmljs/dist/english/gravity.htm.gz differ diff --git a/htmljs/dist/english/index.htm b/htmljs/dist/english/index.htm index 9d96236de..1683b9dca 100644 --- a/htmljs/dist/english/index.htm +++ b/htmljs/dist/english/index.htm @@ -1,1302 +1 @@ - BrewPiLess reporting for duty!

BrewPiLess

TemperatureGravityPressure(psi)CO2 VolRelative Humidity
  • Status:
  • Mode:
  • Beer Temp:
  • Beer Set:
  • Fridge Temp:
  • Fridge Set:
  • Room Temp:
  • Chamber Humidity
  • Room Humidity
  • Date / Timestate
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
waiting for update from script ...
Failed to connect to server.
Controller not updating data.
\ No newline at end of file + BrewPiLess reporting for duty!

BrewPiLess

TemperatureGravityPressure(psi)CO2 VolRelative Humidity
  • Status:
  • Mode:
  • Beer Temp:
  • Beer Set:
  • Fridge Temp:
  • Fridge Set:
  • Room Temp:
  • Chamber Humidity
  • Room Humidity
  • Date / Timestate
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
waiting for update from script ...
Failed to connect to server.
Controller not updating data.
\ No newline at end of file diff --git a/htmljs/dist/english/index.htm.gz b/htmljs/dist/english/index.htm.gz index d4bf6b9bf..8dc12ea4e 100644 Binary files a/htmljs/dist/english/index.htm.gz and b/htmljs/dist/english/index.htm.gz differ diff --git a/htmljs/dist/english/logging.htm b/htmljs/dist/english/logging.htm index 979271409..5563a6ebb 100644 --- a/htmljs/dist/english/logging.htm +++ b/htmljs/dist/english/logging.htm @@ -1,128 +1 @@ - BrewPiless Logging Setting

BrewPiLess

BrewPiless Logging Setting

Local Log
New Log Name:
Options:
Write on Buffer Full
Calibrate iSpindel
Tilt value in water
Hydrometer reading:
, or water @
° calibrated °
Free Space: 0 Bytes, Used Space: 0 Bytes, Total Space: 0 Bytes
Recorded Log
Log Date Action
Remote Log
Log time period:
Seconds
Service Type:
API Key:
Beer:
Gravity Unit
Write API Key:
Fields:


ID:
Device Label:
Account:
Token:
Device:
Method:
URL:
Data Type:

JSON:"application/json", Form Type:"application/x-www-form-urlencoded"

Format:
Notations... Characters: 0/256

MQTT Settings

Broker Settings
MQTT Broker:
MQTT Port:
Username:
Password:
Reporting
Publish Period
Seconds
Base Path
Report data as
MQTT Remote Control
Path for mode:
Path for beerSet:
Path for fridgeSet:
Path for Spunding control:
Path for PTC temperature:
%b Beer Temperature
%B Beer Setting
%f Fridge Temperature
%F Fridge Setting
%r Room Temperature
%g Gravity
%p Plato
%a iSpindel Temperature
%v iSpindel voltage
%t Tilt value
%u Unix timestamp of last gravity update
%U Temperature Unit
%m mode in integer
%M mode in character
%P Pressure in PSI
%HHostname
\ No newline at end of file + BrewPiless Logging Setting

BrewPiLess

BrewPiless Logging Setting

Local Log
New Log Name:
Options:
Write on Buffer Full
Record Angle/Raw
Free Space: 0 Bytes, Used Space: 0 Bytes, Total Space: 0 Bytes
Recorded Log
Log Date Action
Remote Log
Log time period:
Seconds
Service Type:
API Key:
Beer:
Gravity Unit
Write API Key:
Fields:


ID:
Device Label:
Account:
Token:
Device:
Method:
URL:
Data Type:

JSON:"application/json", Form Type:"application/x-www-form-urlencoded"

Format:
Notations... Characters: 0/256

MQTT Settings

Broker Settings
MQTT Broker:
MQTT Port:
Username:
Password:
Reporting
Publish Period
Seconds
Base Path
Report data as
MQTT Remote Control
Path for mode:
Path for beerSet:
Path for fridgeSet:
Path for Spunding control:
Path for PTC temperature:
%b Beer Temperature
%B Beer Setting
%f Fridge Temperature
%F Fridge Setting
%r Room Temperature
%g Gravity
%p Plato
%a iSpindel Temperature
%v iSpindel voltage
%t Tilt value
%u Unix timestamp of last gravity update
%U Temperature Unit
%m mode in integer
%M mode in character
%P Pressure in PSI
%HHostname
\ No newline at end of file diff --git a/htmljs/dist/english/logging.htm.gz b/htmljs/dist/english/logging.htm.gz index bd66d5984..ad19b440a 100644 Binary files a/htmljs/dist/english/logging.htm.gz and b/htmljs/dist/english/logging.htm.gz differ diff --git a/htmljs/dist/english/pressure.htm b/htmljs/dist/english/pressure.htm index 951de3349..b0a2c4233 100644 --- a/htmljs/dist/english/pressure.htm +++ b/htmljs/dist/english/pressure.htm @@ -1,128 +1 @@ - Pressure Transducer Settings

BrewPiLess

Enable Pressure Transducer:
Use ADS1115
ADS1115 Gain/Max input voltage
Control Pressure:
Pressure Conversion parameters:
Pressure in PSI= (A0_reading - b) * a
b: a:
\ No newline at end of file + Pressure Transducer Settings

BrewPiLess

Enable Pressure Transducer:
Use ADS1115
ADS1115 Gain/Max input voltage
Control Pressure:
Pressure Conversion parameters:
Pressure in PSI= (A0_reading - b) * a
b: a:
\ No newline at end of file diff --git a/htmljs/dist/english/pressure.htm.gz b/htmljs/dist/english/pressure.htm.gz index ccd7ebdbc..8ff2d98ea 100644 Binary files a/htmljs/dist/english/pressure.htm.gz and b/htmljs/dist/english/pressure.htm.gz differ diff --git a/htmljs/dist/english/setup.htm b/htmljs/dist/english/setup.htm index bf5e3cd67..da38aabd0 100644 --- a/htmljs/dist/english/setup.htm +++ b/htmljs/dist/english/setup.htm @@ -1,128 +1 @@ - BrewPiLess setup!

BrewPiLess

Installed Device
Detected Device

Device slot
Hardware TypeExternal Sensor
Controller PIN
Value--
Calibration
Function

Device slot
Hardware TypeHumidity Temp sensor
Sensor LocationChamber Room
Value--
Calibration
Function

Device slot
Hardware TypeSensor
Address
Controller PIN
Value
Calibration
Function

Device slot
Hardware TypePIN
Pin type
Controller PIN
Value
Calibration
Function

Device slot
Hardware Type1-wire actuator
Address
Channel
Controller PINN
Value
Function
Pin type

Device slot
Hardware TypeBME280
Address
Value
Calibration
Function
\ No newline at end of file + BrewPiLess setup!

BrewPiLess

Installed Device
Detected Device

Device slot
Hardware TypeExternal Sensor
Controller PIN
Value--
Calibration
Function

Device slot
Hardware TypeHumidity Temp sensor
Sensor LocationChamber Room
Value--
Calibration
Function

Device slot
Hardware TypeSensor
Address
Controller PIN
Value
Calibration
Function

Device slot
Hardware TypePIN
Pin type
Controller PIN
Value
Calibration
Function

Device slot
Hardware Type1-wire actuator
Address
Channel
Controller PINN
Value
Function
Pin type

Device slot
Hardware TypeBME280
Address
Value
Calibration
Function
\ No newline at end of file diff --git a/htmljs/dist/english/setup.htm.gz b/htmljs/dist/english/setup.htm.gz index 3a982dc86..9e51664de 100644 Binary files a/htmljs/dist/english/setup.htm.gz and b/htmljs/dist/english/setup.htm.gz differ diff --git a/htmljs/dist/italian/BPLLogViewer.htm b/htmljs/dist/italian/BPLLogViewer.htm index 06664a203..2b38f601c 100644 --- a/htmljs/dist/italian/BPLLogViewer.htm +++ b/htmljs/dist/italian/BPLLogViewer.htm @@ -1,1302 +1 @@ -BrewPiLess Log Viewer v4.2

BPL LogViewer v4.2

Taglia a Esporta
TemperaturaDensitàPressione(psi)CO2 VolRelative HumidityGravity Change
  • Data / Orastato
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • formula
\ No newline at end of file +BrewPiLess Log Viewer v4.2

BPL LogViewer v4.2

Taglia a Esporta
TemperaturaDensitàPressione(psi)CO2 VolRelative HumidityGravity Change
  • Data / Orastato
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • formula
\ No newline at end of file diff --git a/htmljs/dist/italian/BPLLogViewer.htm.gz b/htmljs/dist/italian/BPLLogViewer.htm.gz index 9248de5c9..9f59b7a94 100644 Binary files a/htmljs/dist/italian/BPLLogViewer.htm.gz and b/htmljs/dist/italian/BPLLogViewer.htm.gz differ diff --git a/htmljs/dist/italian/BPLogWebViewer.htm b/htmljs/dist/italian/BPLogWebViewer.htm index 22894b514..7ebcfc2a3 100644 --- a/htmljs/dist/italian/BPLogWebViewer.htm +++ b/htmljs/dist/italian/BPLogWebViewer.htm @@ -1,1302 +1 @@ -BPL Log Viewer v3.0 - online
TemperaturaDensitàPressione(psi)CO2 VolRelative HumidityGravity Change
  • Data / Orastato
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
\ No newline at end of file +BPL Log Viewer v3.0 - online
TemperaturaDensitàPressione(psi)CO2 VolRelative HumidityGravity Change
  • Data / Orastato
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
\ No newline at end of file diff --git a/htmljs/dist/italian/BPLogWebViewer.htm.gz b/htmljs/dist/italian/BPLogWebViewer.htm.gz index 07c77d5a6..ba311ab46 100644 Binary files a/htmljs/dist/italian/BPLogWebViewer.htm.gz and b/htmljs/dist/italian/BPLogWebViewer.htm.gz differ diff --git a/htmljs/dist/italian/config.htm b/htmljs/dist/italian/config.htm index b15aec4e1..1200a62e8 100644 --- a/htmljs/dist/italian/config.htm +++ b/htmljs/dist/italian/config.htm @@ -1,128 +1 @@ - BrewPiLess Configurazione

BrewPiLess

BrewPiLess Configurazione
LCD auto off
LCD Display
Titolo
Host/Rete Nome
HTTP Porta
User Name
Password
Chiedi sempre la password
Modalità rete
Rete
IP
\ No newline at end of file + BrewPiLess Configurazione

BrewPiLess

BrewPiLess Configurazione
LCD auto off
LCD Display
Glycol Chilling
Titolo
Host/Rete Nome
HTTP Porta
User Name
Password
Chiedi sempre la password
Modalità rete
Rete
IP
\ No newline at end of file diff --git a/htmljs/dist/italian/config.htm.gz b/htmljs/dist/italian/config.htm.gz index 6936573e8..f0d8d1101 100644 Binary files a/htmljs/dist/italian/config.htm.gz and b/htmljs/dist/italian/config.htm.gz differ diff --git a/htmljs/dist/italian/control.htm b/htmljs/dist/italian/control.htm index 751c5a582..1085d84d4 100644 --- a/htmljs/dist/italian/control.htm +++ b/htmljs/dist/italian/control.htm @@ -1,128 +1 @@ - BrewPiLess centro di controllo!

BrewPiLess

Data inizio:
°C Condizioni Giorni SG Stabile Inizio ora
19
Rampa
71.01
Imposta temperatura birra:°C
Imposta temperatura frigo:°C
Dissativa controllo temperatura.
CONTROLLO CAPP
Tappa quando densità e inferiore a
to psi
Controllo Temperatura glicole
Temperatura obiettivo
°C
Temperatura d'innesco
°C
Tempo minimo di raffredamento
Secondi
Tempo minimo d'attesa
Secondi
Humidity Control
Mode
Target Relative Humidity
%
\ No newline at end of file + BrewPiLess centro di controllo!

BrewPiLess

Data inizio:
°C Condizioni Giorni SG Stabile Inizio ora
19
Rampa
71.01
Imposta temperatura birra:°C
Imposta temperatura frigo:°C
Dissativa controllo temperatura.
CONTROLLO CAPP
Tappa quando densità e inferiore a
to psi
Controllo Temperatura glicole
Temperatura obiettivo
°C
Temperatura d'innesco
°C
Tempo minimo di raffredamento
Secondi
Tempo minimo d'attesa
Secondi
Humidity Control
Mode
Target Relative Humidity
%
\ No newline at end of file diff --git a/htmljs/dist/italian/control.htm.gz b/htmljs/dist/italian/control.htm.gz index 199bc6943..cf84ca0f0 100644 Binary files a/htmljs/dist/italian/control.htm.gz and b/htmljs/dist/italian/control.htm.gz differ diff --git a/htmljs/dist/italian/gravity.htm b/htmljs/dist/italian/gravity.htm index e8cb9593d..a9ac98973 100644 --- a/htmljs/dist/italian/gravity.htm +++ b/htmljs/dist/italian/gravity.htm @@ -1,128 +1 @@ - Dispositivo densità

BrewPiLess

iSpindel
Calcolato da BPL
Correzione temperatura
°C
Coefficiente
x³ +
x² +
x +
Coefficiente banda inferiore filtro
Usa Plato
Soglia densità stabile
punti, 1= 0.001 per SG, e 0.1°P per Plato
\ No newline at end of file + Dispositivo densità

BrewPiLess

iSpindel
Usa Plato
Compensazione della gravità
Calcolato da BPL
Calibrazione
Coefficiente
x³ +
x² +
x +
Coefficiente banda inferiore filtro
Soglia densità stabile
punti, 1= 0.001 per SG, e 0.1°P per Plato
\ No newline at end of file diff --git a/htmljs/dist/italian/gravity.htm.gz b/htmljs/dist/italian/gravity.htm.gz index 9cf10fac8..bf4058616 100644 Binary files a/htmljs/dist/italian/gravity.htm.gz and b/htmljs/dist/italian/gravity.htm.gz differ diff --git a/htmljs/dist/italian/index.htm b/htmljs/dist/italian/index.htm index c0b7aeafd..d43d19df9 100644 --- a/htmljs/dist/italian/index.htm +++ b/htmljs/dist/italian/index.htm @@ -1,1302 +1 @@ - BrewPiLess in servizio!

BrewPiLess

TemperaturaDensitàPressione(psi)CO2 VolRelative Humidity
  • Stato:
  • Modo:
  • Temp. birra:
  • Imp. frigo:
  • Temp. frigo:
  • Imp. frigo:
  • Temp. ambiente:
  • Chamber Humidity
  • Room Humidity
  • Data / Orastato
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
in attesa di aggiornamenti da script ...
Connessione al server fallita.
Controller non aggiorna i dati.
\ No newline at end of file + BrewPiLess in servizio!

BrewPiLess

TemperaturaDensitàPressione(psi)CO2 VolRelative Humidity
  • Stato:
  • Modo:
  • Temp. birra:
  • Imp. frigo:
  • Temp. frigo:
  • Imp. frigo:
  • Temp. ambiente:
  • Chamber Humidity
  • Room Humidity
  • Data / Orastato
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
in attesa di aggiornamenti da script ...
Connessione al server fallita.
Controller non aggiorna i dati.
\ No newline at end of file diff --git a/htmljs/dist/italian/index.htm.gz b/htmljs/dist/italian/index.htm.gz index 1f62709d0..150b49a5c 100644 Binary files a/htmljs/dist/italian/index.htm.gz and b/htmljs/dist/italian/index.htm.gz differ diff --git a/htmljs/dist/italian/logging.htm b/htmljs/dist/italian/logging.htm index 7a8c763fa..5a7eda97f 100644 --- a/htmljs/dist/italian/logging.htm +++ b/htmljs/dist/italian/logging.htm @@ -1,128 +1 @@ - BrewPiless impostazioni Logging

BrewPiLess

BrewPiless impostazioni Logging

Log locale
Nuovo nome log:
Opzioni:
Write on Buffer Full
Calibra iSpindel
Valore angolo in acqua
Lettura densimetro:
, o acqua @
° calibrato °
Sapzio libero: 0 Bytes, Spazio usato: 0 Bytes, Spazio totale: 0 Bytes
Log registrati
Log Data Azione
Log remoto
Durata Log:
Secondi
Tipo di servizio:
API Key:
Birra:
Unità densità
Scrivi chiave API:
Campi:


ID:
Ettichetta dispositivo:
Account:
Token:
Dispositivo:
Metodo:
URL:
Data Type:

JSON:"application/json", Form Type:"application/x-www-form-urlencoded"

Formato:
Notazioni... Caratteri: 0/256

Impostazioni MQTT

Impostazioni Mediatore
Mediatore MQTT:
Porta MQTT:
Username:
Password:
Segnalazione
Periodo di Pubblicazione
Secondi
Percorso Base
Pubblica data come
Controllo remoto MQTT
Percorso per modalità:
Percorso per Imp. birra:
Percorso per Imp. frigo:
Percorso per controllo limitazione pressione:
Percorso per temperatura PTC:
%b Temperatura birra
%B Impostazioni birra
%f Temperatura frigo
%F Impostazioni frigo
%r Temperatura ambiente
%g Densità
%p Plato
%a Temperatura iSpindel
%v voltaggio iSpindel
%t valore angolo
%u timestamp unix dall'ultima lettura densità
%U Unità temperatura
%m modo numerico
%M modo caratteri
%P Pressione in PSI
%HHostname
\ No newline at end of file + BrewPiless impostazioni Logging

BrewPiLess

BrewPiless impostazioni Logging

Log locale
Nuovo nome log:
Opzioni:
Write on Buffer Full
Registrare i dati grezzi
Sapzio libero: 0 Bytes, Spazio usato: 0 Bytes, Spazio totale: 0 Bytes
Log registrati
Log Data Azione
Log remoto
Durata Log:
Secondi
Tipo di servizio:
API Key:
Birra:
Unità densità
Scrivi chiave API:
Campi:


ID:
Ettichetta dispositivo:
Account:
Token:
Dispositivo:
Metodo:
URL:
Data Type:

JSON:"application/json", Form Type:"application/x-www-form-urlencoded"

Formato:
Notazioni... Caratteri: 0/256

Impostazioni MQTT

Impostazioni Mediatore
Mediatore MQTT:
Porta MQTT:
Username:
Password:
Segnalazione
Periodo di Pubblicazione
Secondi
Percorso Base
Pubblica data come
Controllo remoto MQTT
Percorso per modalità:
Percorso per Imp. birra:
Percorso per Imp. frigo:
Percorso per controllo limitazione pressione:
Percorso per temperatura PTC:
%b Temperatura birra
%B Impostazioni birra
%f Temperatura frigo
%F Impostazioni frigo
%r Temperatura ambiente
%g Densità
%p Plato
%a Temperatura iSpindel
%v voltaggio iSpindel
%t valore angolo
%u timestamp unix dall'ultima lettura densità
%U Unità temperatura
%m modo numerico
%M modo caratteri
%P Pressione in PSI
%HHostname
\ No newline at end of file diff --git a/htmljs/dist/italian/logging.htm.gz b/htmljs/dist/italian/logging.htm.gz index ef624b163..f837d7748 100644 Binary files a/htmljs/dist/italian/logging.htm.gz and b/htmljs/dist/italian/logging.htm.gz differ diff --git a/htmljs/dist/italian/pressure.htm b/htmljs/dist/italian/pressure.htm index 9cc01b797..1a11df0a5 100644 --- a/htmljs/dist/italian/pressure.htm +++ b/htmljs/dist/italian/pressure.htm @@ -1,128 +1 @@ - Trasduttore di pressione impostazioni

BrewPiLess

Abilita trasduttore di pressione:
Usa ADS1115
ADS1115 Gain/Max input voltage
Controllo Pressione:
Conversione parametri pressione:
Pressione in PSI= (A0_lettura - b) * a
b: a:
\ No newline at end of file + Trasduttore di pressione impostazioni

BrewPiLess

Abilita trasduttore di pressione:
Usa ADS1115
ADS1115 Gain/Max input voltage
Controllo Pressione:
Conversione parametri pressione:
Pressione in PSI= (A0_lettura - b) * a
b: a:
\ No newline at end of file diff --git a/htmljs/dist/italian/pressure.htm.gz b/htmljs/dist/italian/pressure.htm.gz index e60e83ab2..f2ff48528 100644 Binary files a/htmljs/dist/italian/pressure.htm.gz and b/htmljs/dist/italian/pressure.htm.gz differ diff --git a/htmljs/dist/italian/setup.htm b/htmljs/dist/italian/setup.htm index b02c92f35..3aade0aed 100644 --- a/htmljs/dist/italian/setup.htm +++ b/htmljs/dist/italian/setup.htm @@ -1,128 +1 @@ - BrewPiLess setup!

BrewPiLess

Dispositivi installati
Dispositivi riconosciuti

Slot dispositivo
Tipo di HardwareSensore esterno
Controller PIN
Valore--
Calibrazione
Funzione

Slot dispositivo
Tipo di HardwareHumidity Temp sensor
Sensor LocationChamber Room
Valore--
Calibrazione
Funzione

Slot dispositivo
Tipo di HardwareSensore
Indirizzo
Controller PIN
Valore
Calibrazione
Funzione

Slot dispositivo
Tipo di HardwarePIN
Pin tipo
Controller PIN
Valore
Calibrazione
Funzione

Slot dispositivo
Tipo di Hardwareattuatore 1-wire
Indirizzo
Canale
Controller PINN
Valore
Funzione
Pin tipo

Slot dispositivo
Tipo di HardwareBME280
Indirizzo
Valore
Calibrazione
Funzione
\ No newline at end of file + BrewPiLess setup!

BrewPiLess

Dispositivi installati
Dispositivi riconosciuti

Slot dispositivo
Tipo di HardwareSensore esterno
Controller PIN
Valore--
Calibrazione
Funzione

Slot dispositivo
Tipo di HardwareHumidity Temp sensor
Sensor LocationChamber Room
Valore--
Calibrazione
Funzione

Slot dispositivo
Tipo di HardwareSensore
Indirizzo
Controller PIN
Valore
Calibrazione
Funzione

Slot dispositivo
Tipo di HardwarePIN
Pin tipo
Controller PIN
Valore
Calibrazione
Funzione

Slot dispositivo
Tipo di Hardwareattuatore 1-wire
Indirizzo
Canale
Controller PINN
Valore
Funzione
Pin tipo

Slot dispositivo
Tipo di HardwareBME280
Indirizzo
Valore
Calibrazione
Funzione
\ No newline at end of file diff --git a/htmljs/dist/italian/setup.htm.gz b/htmljs/dist/italian/setup.htm.gz index 098ea5ce9..bf37f4c3b 100644 Binary files a/htmljs/dist/italian/setup.htm.gz and b/htmljs/dist/italian/setup.htm.gz differ diff --git a/htmljs/dist/lcd.htm.gz b/htmljs/dist/lcd.htm.gz index 11a3915d2..ffa221198 100644 Binary files a/htmljs/dist/lcd.htm.gz and b/htmljs/dist/lcd.htm.gz differ diff --git a/htmljs/dist/norwegian/BPLLogViewer.htm b/htmljs/dist/norwegian/BPLLogViewer.htm index 3a4b3a54d..302e9b91b 100644 --- a/htmljs/dist/norwegian/BPLLogViewer.htm +++ b/htmljs/dist/norwegian/BPLLogViewer.htm @@ -1,1302 +1 @@ -BrewPiLess Log Viewer v4.2

BPL LogViewer v4.2

Beskjær til Eksporter
TempraturHydrometerTrykk(psi)CO2 VolRelative HumidityGravity Change
  • Dato / tidtilstand
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • formula
\ No newline at end of file +BrewPiLess Log Viewer v4.2

BPL LogViewer v4.2

Beskjær til Eksporter
TempraturHydrometerTrykk(psi)CO2 VolRelative HumidityGravity Change
  • Dato / tidtilstand
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • formula
\ No newline at end of file diff --git a/htmljs/dist/norwegian/BPLLogViewer.htm.gz b/htmljs/dist/norwegian/BPLLogViewer.htm.gz index 0e4506d91..c568764e4 100644 Binary files a/htmljs/dist/norwegian/BPLLogViewer.htm.gz and b/htmljs/dist/norwegian/BPLLogViewer.htm.gz differ diff --git a/htmljs/dist/norwegian/BPLogWebViewer.htm b/htmljs/dist/norwegian/BPLogWebViewer.htm index 08074e38b..9c840459b 100644 --- a/htmljs/dist/norwegian/BPLogWebViewer.htm +++ b/htmljs/dist/norwegian/BPLogWebViewer.htm @@ -1,1302 +1 @@ -BPL Log Viewer v3.0 - online
TempraturHydrometerTrykk(psi)CO2 VolRelative HumidityGravity Change
  • Dato / tidtilstand
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
\ No newline at end of file +BPL Log Viewer v3.0 - online
TempraturHydrometerTrykk(psi)CO2 VolRelative HumidityGravity Change
  • Dato / tidtilstand
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
\ No newline at end of file diff --git a/htmljs/dist/norwegian/BPLogWebViewer.htm.gz b/htmljs/dist/norwegian/BPLogWebViewer.htm.gz index 11294562a..7443b7081 100644 Binary files a/htmljs/dist/norwegian/BPLogWebViewer.htm.gz and b/htmljs/dist/norwegian/BPLogWebViewer.htm.gz differ diff --git a/htmljs/dist/norwegian/config.htm b/htmljs/dist/norwegian/config.htm index 6cc59444b..90a9a58bc 100644 --- a/htmljs/dist/norwegian/config.htm +++ b/htmljs/dist/norwegian/config.htm @@ -1,128 +1 @@ - BrewPiLess Konfigurasjon

BrewPiLess

BrewPiLess Konfigurasjon
LCD auto av
LCD Display
Tittel
Verts- / nettverksnavn
HTTP-port
Brukernavn
Passord
Be alltid om passord
Nettverksmodus
Nettverk
IP
\ No newline at end of file + BrewPiLess Konfigurasjon

BrewPiLess

BrewPiLess Konfigurasjon
LCD auto av
LCD Display
Glycol Chilling
Tittel
Verts- / nettverksnavn
HTTP-port
Brukernavn
Passord
Be alltid om passord
Nettverksmodus
Nettverk
IP
\ No newline at end of file diff --git a/htmljs/dist/norwegian/config.htm.gz b/htmljs/dist/norwegian/config.htm.gz index 1808b5287..c3d2312ae 100644 Binary files a/htmljs/dist/norwegian/config.htm.gz and b/htmljs/dist/norwegian/config.htm.gz differ diff --git a/htmljs/dist/norwegian/control.htm b/htmljs/dist/norwegian/control.htm index e5461066f..b49e17e68 100644 --- a/htmljs/dist/norwegian/control.htm +++ b/htmljs/dist/norwegian/control.htm @@ -1,128 +1 @@ - BrewPiLess kontrollsenter!

BrewPiLess

Startdato:
°C Tilstand Dager SG Stabil Starttid
19
Rampe
71.01
Angi øltemp:°C
Angi kjøleskapstemp:°C
Slå temperaturkontroll off.
CAPPING CONTROL
Lukk når OG er mindre enn
to psi
Glycol tempratur kontroller
Ønsket Tempratur
°C
Utløsende temperatur
°C
Minimum kjøle tid
Sekunder
Miminum vente tid
Sekunder
Humidity Control
Mode
Target Relative Humidity
%
\ No newline at end of file + BrewPiLess kontrollsenter!

BrewPiLess

Startdato:
°C Tilstand Dager SG Stabil Starttid
19
Rampe
71.01
Angi øltemp:°C
Angi kjøleskapstemp:°C
Slå temperaturkontroll off.
CAPPING CONTROL
Lukk når OG er mindre enn
to psi
Glycol tempratur kontroller
Ønsket Tempratur
°C
Utløsende temperatur
°C
Minimum kjøle tid
Sekunder
Miminum vente tid
Sekunder
Humidity Control
Mode
Target Relative Humidity
%
\ No newline at end of file diff --git a/htmljs/dist/norwegian/control.htm.gz b/htmljs/dist/norwegian/control.htm.gz index d20c1697e..85bd76b51 100644 Binary files a/htmljs/dist/norwegian/control.htm.gz and b/htmljs/dist/norwegian/control.htm.gz differ diff --git a/htmljs/dist/norwegian/control_s.htm b/htmljs/dist/norwegian/control_s.htm index 7a6d7cbeb..8f2c74d8b 100644 --- a/htmljs/dist/norwegian/control_s.htm +++ b/htmljs/dist/norwegian/control_s.htm @@ -1,128 +1 @@ - BrewPiLess kontrollsenter!

BrewPiLess

Startdato:
°C Tilstand Dager SG Stabil Starttid
19
Rampe
71.01
Angi øltemp:°C
Angi kjøleskapstemp:°C
Slå temperaturkontroll off.
CAPPING CONTROL
Lukk når OG er mindre enn
to psi
Glycol tempratur kontroller
Ønsket Tempratur
°C
Utløsende temperatur
°C
Minimum kjøle tid
Sekunder
Miminum vente tid
Sekunder
Humidity Control
Mode
Target Relative Humidity
%
\ No newline at end of file + BrewPiLess kontrollsenter!

BrewPiLess

Startdato:
°C Tilstand Dager SG Stabil Starttid
19
Rampe
71.01
Angi øltemp:°C
Angi kjøleskapstemp:°C
Slå temperaturkontroll off.
CAPPING CONTROL
Lukk når OG er mindre enn
to psi
Glycol tempratur kontroller
Ønsket Tempratur
°C
Utløsende temperatur
°C
Minimum kjøle tid
Sekunder
Miminum vente tid
Sekunder
Humidity Control
Mode
Target Relative Humidity
%
\ No newline at end of file diff --git a/htmljs/dist/norwegian/control_s.htm.gz b/htmljs/dist/norwegian/control_s.htm.gz index 860d01768..95300312e 100644 Binary files a/htmljs/dist/norwegian/control_s.htm.gz and b/htmljs/dist/norwegian/control_s.htm.gz differ diff --git a/htmljs/dist/norwegian/gravity.htm b/htmljs/dist/norwegian/gravity.htm index 3ca707afe..3b4849ef5 100644 --- a/htmljs/dist/norwegian/gravity.htm +++ b/htmljs/dist/norwegian/gravity.htm @@ -1,128 +1 @@ - Enhet egenvekt

BrewPiLess

iSpindel
Beregnet av BPL
Temp. korreksjon
°C
Faktor
x³ +
x² +
x +
Faktor for LowPass-filter
Bruk Platon
Stabilitetsgrense for egenvekt
verdi, 1 = 0,001 for SG, eller 0,1 og P; for Platon
\ No newline at end of file + Enhet egenvekt

BrewPiLess

iSpindel
Bruk Platon
gravitasjonsforskyvning
Beregnet av BPL
Kalibrering
Faktor
x³ +
x² +
x +
Faktor for LowPass-filter
Stabilitetsgrense for egenvekt
verdi, 1 = 0,001 for SG, eller 0,1 og P; for Platon
\ No newline at end of file diff --git a/htmljs/dist/norwegian/gravity.htm.gz b/htmljs/dist/norwegian/gravity.htm.gz index 2c052164c..808a91d58 100644 Binary files a/htmljs/dist/norwegian/gravity.htm.gz and b/htmljs/dist/norwegian/gravity.htm.gz differ diff --git a/htmljs/dist/norwegian/gravity_e32.htm b/htmljs/dist/norwegian/gravity_e32.htm index b0ad87381..531c0a9dc 100644 --- a/htmljs/dist/norwegian/gravity_e32.htm +++ b/htmljs/dist/norwegian/gravity_e32.htm @@ -1,128 +1 @@ - Enhet egenvekt

BrewPiLess

Tilt Hydrometer
Tilt Hydrometer Color
iSpindel
Beregnet av BPL
Temp. korreksjon
°C
Faktor
x³ +
x² +
x +
Faktor for LowPass-filter
Bruk Platon
Stabilitetsgrense for egenvekt
verdi, 1 = 0,001 for SG, eller 0,1 og P; for Platon
\ No newline at end of file + Enhet egenvekt

BrewPiLess

Trådløst hydrometer
Rapt Pill Hydrometer
MAC Address
Tilt Hydrometer
Tilt™ Color
iSpindel
Bruk Platon
gravitasjonsforskyvning
Beregnet av BPL
Kalibrering
Faktor
x³ +
x² +
x +
Faktor for LowPass-filter
Stabilitetsgrense for egenvekt
verdi, 1 = 0,001 for SG, eller 0,1 og P; for Platon
\ No newline at end of file diff --git a/htmljs/dist/norwegian/gravity_e32.htm.gz b/htmljs/dist/norwegian/gravity_e32.htm.gz index 3bf27b50e..196f06f88 100644 Binary files a/htmljs/dist/norwegian/gravity_e32.htm.gz and b/htmljs/dist/norwegian/gravity_e32.htm.gz differ diff --git a/htmljs/dist/norwegian/index.htm b/htmljs/dist/norwegian/index.htm index 238c91e48..1b743e1d4 100644 --- a/htmljs/dist/norwegian/index.htm +++ b/htmljs/dist/norwegian/index.htm @@ -1,1302 +1 @@ - BrewPiLess til tjeneste!

BrewPiLess

TempraturHydrometerTrykk(psi)CO2 VolRelative Humidity
  • Status:
  • Mode:
  • Øl temp:
  • Øl sett:
  • Kjøleskapstemperatur:
  • Kjøleskapssett:
  • Romtemp:
  • Chamber Humidity
  • Room Humidity
  • Dato / tidtilstand
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
venter på oppdatering fra skript ...
Kunne ikke koble til serveren.
Kontrolleren oppdaterer ikke data.
\ No newline at end of file + BrewPiLess til tjeneste!

BrewPiLess

TempraturHydrometerTrykk(psi)CO2 VolRelative Humidity
  • Status:
  • Mode:
  • Øl temp:
  • Øl sett:
  • Kjøleskapstemperatur:
  • Kjøleskapssett:
  • Romtemp:
  • Chamber Humidity
  • Room Humidity
  • Dato / tidtilstand
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
venter på oppdatering fra skript ...
Kunne ikke koble til serveren.
Kontrolleren oppdaterer ikke data.
\ No newline at end of file diff --git a/htmljs/dist/norwegian/index.htm.gz b/htmljs/dist/norwegian/index.htm.gz index fe073620a..857c05bf8 100644 Binary files a/htmljs/dist/norwegian/index.htm.gz and b/htmljs/dist/norwegian/index.htm.gz differ diff --git a/htmljs/dist/norwegian/index_s.htm b/htmljs/dist/norwegian/index_s.htm index d382884a4..05f295361 100644 --- a/htmljs/dist/norwegian/index_s.htm +++ b/htmljs/dist/norwegian/index_s.htm @@ -1,1302 +1 @@ - BrewPiLess til tjeneste!

BrewPiLess

TempraturHydrometerTrykk(psi)CO2 VolRelative Humidity
  • Status:
  • Mode:
  • Øl temp:
  • Øl sett:
  • Kjøleskapstemperatur:
  • Kjøleskapssett:
  • Romtemp:
  • Chamber Humidity
  • Room Humidity
  • Dato / tidtilstand
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
venter på oppdatering fra skript ...
Kunne ikke koble til serveren.
Kontrolleren oppdaterer ikke data.
\ No newline at end of file + BrewPiLess til tjeneste!

BrewPiLess

TempraturHydrometerTrykk(psi)CO2 VolRelative Humidity
  • Status:
  • Mode:
  • Øl temp:
  • Øl sett:
  • Kjøleskapstemperatur:
  • Kjøleskapssett:
  • Romtemp:
  • Chamber Humidity
  • Room Humidity
  • Dato / tidtilstand
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
venter på oppdatering fra skript ...
Kunne ikke koble til serveren.
Kontrolleren oppdaterer ikke data.
\ No newline at end of file diff --git a/htmljs/dist/norwegian/index_s.htm.gz b/htmljs/dist/norwegian/index_s.htm.gz index bd2bf9b9c..b7a387d1a 100644 Binary files a/htmljs/dist/norwegian/index_s.htm.gz and b/htmljs/dist/norwegian/index_s.htm.gz differ diff --git a/htmljs/dist/norwegian/logging.htm b/htmljs/dist/norwegian/logging.htm index 24c58b6b5..f3c5d0fa1 100644 --- a/htmljs/dist/norwegian/logging.htm +++ b/htmljs/dist/norwegian/logging.htm @@ -1,128 +1 @@ - Innstilling av BrewPiless Logging

BrewPiLess

Innstilling av BrewPiless Logging

Lokal logg
Nytt loggnavn:
Alternativer:
Write on Buffer Full
Kalibrer iSpindel
Tiltverdi i vann
Hydrometerlesning:
, eller vann @
° kalibrert °
Ledig plass: 0 Bytes, Brukt plass: 0 Bytes, Total plass: 0 Bytes
Innspilt logg
Logg Dato Handling
Fjernlogg
Loggperiode:
Sekunder
Tjenestetype:
API Key:
Øl:
Enhet for egenvekt
Skriv API-nøkkel:
Felt:


ID:
Enhetsetikett:
Konto:
Token:
Enhet:
Metode:
URL:
Data Type:

JSON:"application/json", Form Type:"application/x-www-form-urlencoded"

Format:
Notasjoner ... Tegn: 0/256

MQTT-innstillinger

Meglerinnstillinger
MQTT Megler:
MQTT-port:
Brukernavn:
Passord:
Rapportering
Publiser periode
Sekunder
Grunnsti
Rapporter data som
MQTT fjernkontroll
Sti for modus:
Sti for ølSett:
Sti for kjøleskapSet:
Sti for å avdekke kontroll:
Sti for PTC-temperatur:
%b Øl temperatur
%B Øl innstilling
%f Kjøleskapstemperatur
%F Innstilling av kjøleskap
%r Romtemperatur
%g Egenvekt
%p Platon
%a iSpindeltemperatur
%v iSpindelspenning
%t Vinkelverdi
%u Unix tidsstempel for siste egenvekts oppdatering
%U Temperaturenhet
%m modus i heltall
%M modus i karakter
%P Trykk i PSI
%HHostname
\ No newline at end of file + Innstilling av BrewPiless Logging

BrewPiLess

Innstilling av BrewPiless Logging

Lokal logg
Nytt loggnavn:
Alternativer:
Write on Buffer Full
Registrere rådata
Ledig plass: 0 Bytes, Brukt plass: 0 Bytes, Total plass: 0 Bytes
Innspilt logg
Logg Dato Handling
Fjernlogg
Loggperiode:
Sekunder
Tjenestetype:
API Key:
Øl:
Enhet for egenvekt
Skriv API-nøkkel:
Felt:


ID:
Enhetsetikett:
Konto:
Token:
Enhet:
Metode:
URL:
Data Type:

JSON:"application/json", Form Type:"application/x-www-form-urlencoded"

Format:
Notasjoner ... Tegn: 0/256

MQTT-innstillinger

Meglerinnstillinger
MQTT Megler:
MQTT-port:
Brukernavn:
Passord:
Rapportering
Publiser periode
Sekunder
Grunnsti
Rapporter data som
MQTT fjernkontroll
Sti for modus:
Sti for ølSett:
Sti for kjøleskapSet:
Sti for å avdekke kontroll:
Sti for PTC-temperatur:
%b Øl temperatur
%B Øl innstilling
%f Kjøleskapstemperatur
%F Innstilling av kjøleskap
%r Romtemperatur
%g Egenvekt
%p Platon
%a iSpindeltemperatur
%v iSpindelspenning
%t Vinkelverdi
%u Unix tidsstempel for siste egenvekts oppdatering
%U Temperaturenhet
%m modus i heltall
%M modus i karakter
%P Trykk i PSI
%HHostname
\ No newline at end of file diff --git a/htmljs/dist/norwegian/logging.htm.gz b/htmljs/dist/norwegian/logging.htm.gz index 4023c4dbe..0dbfa6602 100644 Binary files a/htmljs/dist/norwegian/logging.htm.gz and b/htmljs/dist/norwegian/logging.htm.gz differ diff --git a/htmljs/dist/norwegian/pressure.htm b/htmljs/dist/norwegian/pressure.htm index f6b37fca1..731f13705 100644 --- a/htmljs/dist/norwegian/pressure.htm +++ b/htmljs/dist/norwegian/pressure.htm @@ -1,128 +1 @@ - Trasduttore di pressione impostazioni

BrewPiLess

Aktiver trykktransduser:
Bruk ADS1115
ADS1115 Gain/Max volt inn
Kontrolltrykk:
Conversione parametri pressione:
Pressione in PSI= (A0_lettura - b) * a
b: a:
\ No newline at end of file + Trasduttore di pressione impostazioni

BrewPiLess

Aktiver trykktransduser:
Bruk ADS1115
ADS1115 Gain/Max volt inn
Kontrolltrykk:
Conversione parametri pressione:
Pressione in PSI= (A0_lettura - b) * a
b: a:
\ No newline at end of file diff --git a/htmljs/dist/norwegian/pressure.htm.gz b/htmljs/dist/norwegian/pressure.htm.gz index 571c6a4de..b887ffa51 100644 Binary files a/htmljs/dist/norwegian/pressure.htm.gz and b/htmljs/dist/norwegian/pressure.htm.gz differ diff --git a/htmljs/dist/norwegian/setup.htm b/htmljs/dist/norwegian/setup.htm index 34aa42a19..c13f3081d 100644 --- a/htmljs/dist/norwegian/setup.htm +++ b/htmljs/dist/norwegian/setup.htm @@ -1,128 +1 @@ - BrewPiLess oppsett!

BrewPiLess

Installert enhet
Oppdaget enhet

Enhetsplass
MaskinvaretypeEkstern sensor
PIN-kode for kontroller
Verdi--
Kalibrering
Funksjon

Enhetsplass
MaskinvaretypeHumidity Temp sensor
Sensor LocationChamber Room
Verdi--
Kalibrering
Funksjon

Enhetsplass
MaskinvaretypeSensor
Adresse
PIN-kode for kontroller
Verdi
Kalibrering
Funksjon

Enhetsplass
MaskinvaretypePIN
Pin type
PIN-kode for kontroller
Verdi
Kalibrering
Funksjon

Enhetsplass
Maskinvaretype1-tråds aktuator
Adresse
Channel
PIN-kode for kontrollerN
Verdi
Funksjon
Pin type

Enhetsplass
MaskinvaretypeBME280
Adresse
Verdi
Kalibrering
Funksjon
\ No newline at end of file + BrewPiLess oppsett!

BrewPiLess

Installert enhet
Oppdaget enhet

Enhetsplass
MaskinvaretypeEkstern sensor
PIN-kode for kontroller
Verdi--
Kalibrering
Funksjon

Enhetsplass
MaskinvaretypeHumidity Temp sensor
Sensor LocationChamber Room
Verdi--
Kalibrering
Funksjon

Enhetsplass
MaskinvaretypeSensor
Adresse
PIN-kode for kontroller
Verdi
Kalibrering
Funksjon

Enhetsplass
MaskinvaretypePIN
Pin type
PIN-kode for kontroller
Verdi
Kalibrering
Funksjon

Enhetsplass
Maskinvaretype1-tråds aktuator
Adresse
Channel
PIN-kode for kontrollerN
Verdi
Funksjon
Pin type

Enhetsplass
MaskinvaretypeBME280
Adresse
Verdi
Kalibrering
Funksjon
\ No newline at end of file diff --git a/htmljs/dist/norwegian/setup.htm.gz b/htmljs/dist/norwegian/setup.htm.gz index b372c9cee..4628acff5 100644 Binary files a/htmljs/dist/norwegian/setup.htm.gz and b/htmljs/dist/norwegian/setup.htm.gz differ diff --git a/htmljs/dist/portuguese-br/BPLLogViewer.htm b/htmljs/dist/portuguese-br/BPLLogViewer.htm index 4d9b4454e..e61e8a217 100644 --- a/htmljs/dist/portuguese-br/BPLLogViewer.htm +++ b/htmljs/dist/portuguese-br/BPLLogViewer.htm @@ -1,1302 +1 @@ -BrewPiLess Log Viewer v4.2

BPL LogViewer v4.2

Cortar para Exportar
TemperaturaDensidadePressure(psi)CO2 VolRelative HumidityGravity Change
  • Data/Horastatus
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • formula
\ No newline at end of file +BrewPiLess Log Viewer v4.2

BPL LogViewer v4.2

Cortar para Exportar
TemperaturaDensidadePressure(psi)CO2 VolRelative HumidityGravity Change
  • Data/Horastatus
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • formula
\ No newline at end of file diff --git a/htmljs/dist/portuguese-br/BPLLogViewer.htm.gz b/htmljs/dist/portuguese-br/BPLLogViewer.htm.gz index 9717ff898..aa48081a0 100644 Binary files a/htmljs/dist/portuguese-br/BPLLogViewer.htm.gz and b/htmljs/dist/portuguese-br/BPLLogViewer.htm.gz differ diff --git a/htmljs/dist/portuguese-br/BPLogWebViewer.htm b/htmljs/dist/portuguese-br/BPLogWebViewer.htm index 7b7b2351e..9599e3296 100644 --- a/htmljs/dist/portuguese-br/BPLogWebViewer.htm +++ b/htmljs/dist/portuguese-br/BPLogWebViewer.htm @@ -1,1302 +1 @@ -BPL Log Viewer v3.0 - online
TemperaturaDensidadePressure(psi)CO2 VolRelative HumidityGravity Change
  • Data/Horastatus
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
\ No newline at end of file +BPL Log Viewer v3.0 - online
TemperaturaDensidadePressure(psi)CO2 VolRelative HumidityGravity Change
  • Data/Horastatus
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
\ No newline at end of file diff --git a/htmljs/dist/portuguese-br/BPLogWebViewer.htm.gz b/htmljs/dist/portuguese-br/BPLogWebViewer.htm.gz index f2089688b..4c4fddc02 100644 Binary files a/htmljs/dist/portuguese-br/BPLogWebViewer.htm.gz and b/htmljs/dist/portuguese-br/BPLogWebViewer.htm.gz differ diff --git a/htmljs/dist/portuguese-br/config.htm b/htmljs/dist/portuguese-br/config.htm index 70ace738f..4b640c51e 100644 --- a/htmljs/dist/portuguese-br/config.htm +++ b/htmljs/dist/portuguese-br/config.htm @@ -1,128 +1 @@ - BrewPiLess | Configuração de rede

BrewPiLess

BrewPiLess | Configuração de rede
Desligar LCD
LCD Display
Nome do equipamento
Host/Nome de rede
Porta HTTP
Nome de usuário
Senha
Sempre solicitar senha
Modo de rede
Rede (SSID)
IP
\ No newline at end of file + BrewPiLess | Configuração de rede

BrewPiLess

BrewPiLess | Configuração de rede
Desligar LCD
LCD Display
Glycol Chilling
Nome do equipamento
Host/Nome de rede
Porta HTTP
Nome de usuário
Senha
Sempre solicitar senha
Modo de rede
Rede (SSID)
IP
\ No newline at end of file diff --git a/htmljs/dist/portuguese-br/config.htm.gz b/htmljs/dist/portuguese-br/config.htm.gz index 2d88b446b..bc6713707 100644 Binary files a/htmljs/dist/portuguese-br/config.htm.gz and b/htmljs/dist/portuguese-br/config.htm.gz differ diff --git a/htmljs/dist/portuguese-br/control.htm b/htmljs/dist/portuguese-br/control.htm index b9bf1e442..2d101203e 100644 --- a/htmljs/dist/portuguese-br/control.htm +++ b/htmljs/dist/portuguese-br/control.htm @@ -1,128 +1 @@ - BrewPiLess | Modos de Fermentação

BrewPiLess

Início Data/Hora:
°C Função Dias SG Estável Início Data/Hora
19
Rampa
71.01
Defina o controle de temperatura pelo sensor da cerveja:°C
Defina o controle de temperatura pelo sensor da refrigeração:°C
Desativar controle de temperatura
CONTROLE SPUNDING
Fechar quando a densidade for menor que:
to psi
Glycol Temperature Control
Target Temperature
°C
Triggering Temperauture
°C
Minimum Cooling Time
segundos
Miminum Idle Time
segundos
Humidity Control
Mode
Target Relative Humidity
%
\ No newline at end of file + BrewPiLess | Modos de Fermentação

BrewPiLess

Início Data/Hora:
°C Função Dias SG Estável Início Data/Hora
19
Rampa
71.01
Defina o controle de temperatura pelo sensor da cerveja:°C
Defina o controle de temperatura pelo sensor da refrigeração:°C
Desativar controle de temperatura
CONTROLE SPUNDING
Fechar quando a densidade for menor que:
to psi
Glycol Temperature Control
Target Temperature
°C
Triggering Temperauture
°C
Minimum Cooling Time
segundos
Miminum Idle Time
segundos
Humidity Control
Mode
Target Relative Humidity
%
\ No newline at end of file diff --git a/htmljs/dist/portuguese-br/control.htm.gz b/htmljs/dist/portuguese-br/control.htm.gz index c2567d781..96aa8a125 100644 Binary files a/htmljs/dist/portuguese-br/control.htm.gz and b/htmljs/dist/portuguese-br/control.htm.gz differ diff --git a/htmljs/dist/portuguese-br/control_s.htm b/htmljs/dist/portuguese-br/control_s.htm index af7ba6771..7bae93b9e 100644 --- a/htmljs/dist/portuguese-br/control_s.htm +++ b/htmljs/dist/portuguese-br/control_s.htm @@ -1,128 +1 @@ - BrewPiLess | Modos de Fermentação

BrewPiLess

Início Data/Hora:
°C Função Dias SG Estável Início Data/Hora
19
Rampa
71.01
Defina o controle de temperatura pelo sensor da cerveja:°C
Defina o controle de temperatura pelo sensor da refrigeração:°C
Desativar controle de temperatura
CONTROLE SPUNDING
Fechar quando a densidade for menor que:
to psi
Glycol Temperature Control
Target Temperature
°C
Triggering Temperauture
°C
Minimum Cooling Time
segundos
Miminum Idle Time
segundos
Humidity Control
Mode
Target Relative Humidity
%
\ No newline at end of file + BrewPiLess | Modos de Fermentação

BrewPiLess

Início Data/Hora:
°C Função Dias SG Estável Início Data/Hora
19
Rampa
71.01
Defina o controle de temperatura pelo sensor da cerveja:°C
Defina o controle de temperatura pelo sensor da refrigeração:°C
Desativar controle de temperatura
CONTROLE SPUNDING
Fechar quando a densidade for menor que:
to psi
Glycol Temperature Control
Target Temperature
°C
Triggering Temperauture
°C
Minimum Cooling Time
segundos
Miminum Idle Time
segundos
Humidity Control
Mode
Target Relative Humidity
%
\ No newline at end of file diff --git a/htmljs/dist/portuguese-br/control_s.htm.gz b/htmljs/dist/portuguese-br/control_s.htm.gz index 688a28943..2de8070fc 100644 Binary files a/htmljs/dist/portuguese-br/control_s.htm.gz and b/htmljs/dist/portuguese-br/control_s.htm.gz differ diff --git a/htmljs/dist/portuguese-br/gravity.htm b/htmljs/dist/portuguese-br/gravity.htm index ff17f6cc5..46e4904fb 100644 --- a/htmljs/dist/portuguese-br/gravity.htm +++ b/htmljs/dist/portuguese-br/gravity.htm @@ -1,128 +1 @@ - BrewPiLess | Densidade

BrewPiLess

iSpindel
Calculado pelo BrewPiLess
Correção de Temp.
°C
Coeficientes
x³ +
x² +
x +
Coeficiente do Filtro passa-baixa
Usar Plato
Limite da Densidade Estabilizada
ponto, 1= 0.001 para SG, ou 0.1°P para Plato
\ No newline at end of file + BrewPiLess | Densidade

BrewPiLess

iSpindel
Usar Plato
compensação de gravidade
Calculado pelo BrewPiLess
Calibração
Coeficientes
x³ +
x² +
x +
Coeficiente do Filtro passa-baixa
Limite da Densidade Estabilizada
ponto, 1= 0.001 para SG, ou 0.1°P para Plato
\ No newline at end of file diff --git a/htmljs/dist/portuguese-br/gravity.htm.gz b/htmljs/dist/portuguese-br/gravity.htm.gz index 9ccbc3d07..e6629461a 100644 Binary files a/htmljs/dist/portuguese-br/gravity.htm.gz and b/htmljs/dist/portuguese-br/gravity.htm.gz differ diff --git a/htmljs/dist/portuguese-br/index.htm b/htmljs/dist/portuguese-br/index.htm index 7cc0ac905..cb351d624 100644 --- a/htmljs/dist/portuguese-br/index.htm +++ b/htmljs/dist/portuguese-br/index.htm @@ -1,1302 +1 @@ - BrewPiLess em serviço!

BrewPiLess

TemperaturaDensidadePressure(psi)CO2 VolRelative Humidity
  • Estado:
  • Modo:
  • Temp. Cerveja:
  • SP Cerveja:
  • Temp. Refrigeração:
  • SP Refrigeração:
  • Temp. Ambiente:
  • Chamber Humidity
  • Room Humidity
  • Data/Horastatus
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
Aguardando atualização do script...
Falha de conexão com o servidor.
Controlador não atualiza dados.
\ No newline at end of file + BrewPiLess em serviço!

BrewPiLess

TemperaturaDensidadePressure(psi)CO2 VolRelative Humidity
  • Estado:
  • Modo:
  • Temp. Cerveja:
  • SP Cerveja:
  • Temp. Refrigeração:
  • SP Refrigeração:
  • Temp. Ambiente:
  • Chamber Humidity
  • Room Humidity
  • Data/Horastatus
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
Aguardando atualização do script...
Falha de conexão com o servidor.
Controlador não atualiza dados.
\ No newline at end of file diff --git a/htmljs/dist/portuguese-br/index.htm.gz b/htmljs/dist/portuguese-br/index.htm.gz index 08870946c..870eed60a 100644 Binary files a/htmljs/dist/portuguese-br/index.htm.gz and b/htmljs/dist/portuguese-br/index.htm.gz differ diff --git a/htmljs/dist/portuguese-br/index_s.htm b/htmljs/dist/portuguese-br/index_s.htm index 649bea956..a34a2fb77 100644 --- a/htmljs/dist/portuguese-br/index_s.htm +++ b/htmljs/dist/portuguese-br/index_s.htm @@ -1,1302 +1 @@ - BrewPiLess em serviço!

BrewPiLess

TemperaturaDensidadePressure(psi)CO2 VolRelative Humidity
  • Estado:
  • Modo:
  • Temp. Cerveja:
  • SP Cerveja:
  • Temp. Refrigeração:
  • SP Refrigeração:
  • Temp. Ambiente:
  • Chamber Humidity
  • Room Humidity
  • Data/Horastatus
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
Aguardando atualização do script...
Falha de conexão com o servidor.
Controlador não atualiza dados.
\ No newline at end of file + BrewPiLess em serviço!

BrewPiLess

TemperaturaDensidadePressure(psi)CO2 VolRelative Humidity
  • Estado:
  • Modo:
  • Temp. Cerveja:
  • SP Cerveja:
  • Temp. Refrigeração:
  • SP Refrigeração:
  • Temp. Ambiente:
  • Chamber Humidity
  • Room Humidity
  • Data/Horastatus
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
Aguardando atualização do script...
Falha de conexão com o servidor.
Controlador não atualiza dados.
\ No newline at end of file diff --git a/htmljs/dist/portuguese-br/index_s.htm.gz b/htmljs/dist/portuguese-br/index_s.htm.gz index e2cc0aebc..fa1303f75 100644 Binary files a/htmljs/dist/portuguese-br/index_s.htm.gz and b/htmljs/dist/portuguese-br/index_s.htm.gz differ diff --git a/htmljs/dist/portuguese-br/logging.htm b/htmljs/dist/portuguese-br/logging.htm index d50d787b0..2659700e2 100644 --- a/htmljs/dist/portuguese-br/logging.htm +++ b/htmljs/dist/portuguese-br/logging.htm @@ -1,128 +1 @@ - BrewPiLess | Registros

BrewPiLess

BrewPiLess | Registros

Registro Local
Nome do novo registro:
Opções:
Write on Buffer Full
Calibrar iSpindel
Inclinação na água:
Densidade medida:
, ou água @
° calibrado °
Memória Livre: 0 Bytes, Memória Utilizada: 0 Bytes, Memória Total: 0 Bytes
Registros Salvos
Nome do novo registro: Data Ação
Registro Remoto
Intervalo de registro:
segundos
Tipo de Serviço:
API Key:
Beer:
Gravity Unit
Write API Key:
Fields:


ID:
Device Label:
Account:
Token:
Device:
Método:
URL:
Data Type:

JSON:"application/json", Form Type:"application/x-www-form-urlencoded"

Formato:
Especificadores de formato... Caracteres: 0/256

MQTT Settings

Broker Settings
MQTT Corretor:
MQTT Porta:
Nome de usuário:
Senha:
Reporting
Publish Period
segundos
Base Path
Report data as
MQTT Controle Remoto
Caminho para o modo:
Caminho para configuração de beerSet:
Caminho para configuração de fridgeSet:
Caminho para controle Válv. CO2:
Caminho para temperatura PTC:
%b Temp. Cerv.:
%B SP Cerv.:
%f Temp. Refrig.:
%F SP Refrig.:
%r Temp. Ambiente:
%g Densidade
%p Plato
%a Temp. iSpindel
%v Voltagem iSpindel
%t Inclinação
%u Registro de data/hora da última atualização de densidade
%U Temperatura em C or F
%m modo em números inteiros
%M modo em caracteres especiais
%P Pressão em PSI
%HHostname
\ No newline at end of file + BrewPiLess | Registros

BrewPiLess

BrewPiLess | Registros

Registro Local
Nome do novo registro:
Opções:
Write on Buffer Full
registrar dados brutos
Memória Livre: 0 Bytes, Memória Utilizada: 0 Bytes, Memória Total: 0 Bytes
Registros Salvos
Nome do novo registro: Data Ação
Registro Remoto
Intervalo de registro:
segundos
Tipo de Serviço:
API Key:
Beer:
Gravity Unit
Write API Key:
Fields:


ID:
Device Label:
Account:
Token:
Device:
Método:
URL:
Data Type:

JSON:"application/json", Form Type:"application/x-www-form-urlencoded"

Formato:
Especificadores de formato... Caracteres: 0/256

MQTT Settings

Broker Settings
MQTT Corretor:
MQTT Porta:
Nome de usuário:
Senha:
Reporting
Publish Period
segundos
Base Path
Report data as
MQTT Controle Remoto
Caminho para o modo:
Caminho para configuração de beerSet:
Caminho para configuração de fridgeSet:
Caminho para controle Válv. CO2:
Caminho para temperatura PTC:
%b Temp. Cerv.:
%B SP Cerv.:
%f Temp. Refrig.:
%F SP Refrig.:
%r Temp. Ambiente:
%g Densidade
%p Plato
%a Temp. iSpindel
%v Voltagem iSpindel
%t Inclinação
%u Registro de data/hora da última atualização de densidade
%U Temperatura em C or F
%m modo em números inteiros
%M modo em caracteres especiais
%P Pressão em PSI
%HHostname
\ No newline at end of file diff --git a/htmljs/dist/portuguese-br/logging.htm.gz b/htmljs/dist/portuguese-br/logging.htm.gz index ba27ec5d2..87ec3c4d1 100644 Binary files a/htmljs/dist/portuguese-br/logging.htm.gz and b/htmljs/dist/portuguese-br/logging.htm.gz differ diff --git a/htmljs/dist/portuguese-br/pressure.htm b/htmljs/dist/portuguese-br/pressure.htm index 6871027da..f6b54ac84 100644 --- a/htmljs/dist/portuguese-br/pressure.htm +++ b/htmljs/dist/portuguese-br/pressure.htm @@ -1,128 +1 @@ - Configuração Transdutor de Pressão

BrewPiLess

Ativar Transdutor de Pressão:
Use ADS1115
ADS1115 Gain/Max input voltage
Controle de Pressão:
Parâmetros de conversão de pressão:
Pressão em PSI= (A0_reading - b) * a
b: a:
\ No newline at end of file + Configuração Transdutor de Pressão

BrewPiLess

Ativar Transdutor de Pressão:
Use ADS1115
ADS1115 Gain/Max input voltage
Controle de Pressão:
Parâmetros de conversão de pressão:
Pressão em PSI= (A0_reading - b) * a
b: a:
\ No newline at end of file diff --git a/htmljs/dist/portuguese-br/pressure.htm.gz b/htmljs/dist/portuguese-br/pressure.htm.gz index 074578453..5edf638b4 100644 Binary files a/htmljs/dist/portuguese-br/pressure.htm.gz and b/htmljs/dist/portuguese-br/pressure.htm.gz differ diff --git a/htmljs/dist/portuguese-br/setup.htm b/htmljs/dist/portuguese-br/setup.htm index 090ec52f2..d3ffa8d70 100644 --- a/htmljs/dist/portuguese-br/setup.htm +++ b/htmljs/dist/portuguese-br/setup.htm @@ -1,128 +1 @@ - BrewPiLess | Ajustes

BrewPiLess

Dispositivos Instalados
Dispositivos Detectados

Slot do Dispositivo
Tipo de HardwareSensor Externo
Pino de Controle
Valor--
Calibration
Função

Slot do Dispositivo
Tipo de HardwareHumidity Temp sensor
Sensor LocationChamber Room
Valor--
Calibration
Função

Slot do Dispositivo
Tipo de HardwareSensor
Endereço
Pino de Controle
Valor
Calibration
Função

Slot do Dispositivo
Tipo de HardwarePino
Atuador
Pino de Controle
Valor
Calibration
Função

Slot do Dispositivo
Tipo de HardwareAtuador 1-wire
Endereço
Canal
Pino de ControleN
Valor
Função
Atuador

Slot do Dispositivo
Tipo de HardwareBME280
Endereço
Valor
Calibration
Função
\ No newline at end of file + BrewPiLess | Ajustes

BrewPiLess

Dispositivos Instalados
Dispositivos Detectados

Slot do Dispositivo
Tipo de HardwareSensor Externo
Pino de Controle
Valor--
Calibration
Função

Slot do Dispositivo
Tipo de HardwareHumidity Temp sensor
Sensor LocationChamber Room
Valor--
Calibration
Função

Slot do Dispositivo
Tipo de HardwareSensor
Endereço
Pino de Controle
Valor
Calibration
Função

Slot do Dispositivo
Tipo de HardwarePino
Atuador
Pino de Controle
Valor
Calibration
Função

Slot do Dispositivo
Tipo de HardwareAtuador 1-wire
Endereço
Canal
Pino de ControleN
Valor
Função
Atuador

Slot do Dispositivo
Tipo de HardwareBME280
Endereço
Valor
Calibration
Função
\ No newline at end of file diff --git a/htmljs/dist/portuguese-br/setup.htm.gz b/htmljs/dist/portuguese-br/setup.htm.gz index 657cd9cd4..d1852e1a0 100644 Binary files a/htmljs/dist/portuguese-br/setup.htm.gz and b/htmljs/dist/portuguese-br/setup.htm.gz differ diff --git a/htmljs/dist/slovak/BPLLogViewer.htm b/htmljs/dist/slovak/BPLLogViewer.htm index b5ada8f88..6ffc19e70 100644 --- a/htmljs/dist/slovak/BPLLogViewer.htm +++ b/htmljs/dist/slovak/BPLLogViewer.htm @@ -1,1302 +1 @@ -BrewPiLess Log Viewer v4.2

BPL LogViewer v4.2

Crop to Exportovanie
TeplotaHustotaTlak(psi)Objem CO2Relative HumidityGravity Change
  • Dátum / Čashodnota
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • formula
\ No newline at end of file +BrewPiLess Log Viewer v4.2

BPL LogViewer v4.2

Crop to Exportovanie
TeplotaHustotaTlak(psi)Objem CO2Relative HumidityGravity Change
  • Dátum / Čashodnota
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • formula
\ No newline at end of file diff --git a/htmljs/dist/slovak/BPLLogViewer.htm.gz b/htmljs/dist/slovak/BPLLogViewer.htm.gz index fa7c5df2b..3562ec39d 100644 Binary files a/htmljs/dist/slovak/BPLLogViewer.htm.gz and b/htmljs/dist/slovak/BPLLogViewer.htm.gz differ diff --git a/htmljs/dist/slovak/BPLogWebViewer.htm b/htmljs/dist/slovak/BPLogWebViewer.htm index cb0cfa669..a3b1f79b7 100644 --- a/htmljs/dist/slovak/BPLogWebViewer.htm +++ b/htmljs/dist/slovak/BPLogWebViewer.htm @@ -1,1302 +1 @@ -BPL Log Viewer v3.0 - online
TeplotaHustotaTlak(psi)Objem CO2Relative HumidityGravity Change
  • Dátum / Čashodnota
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
\ No newline at end of file +BPL Log Viewer v3.0 - online
TeplotaHustotaTlak(psi)Objem CO2Relative HumidityGravity Change
  • Dátum / Čashodnota
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
\ No newline at end of file diff --git a/htmljs/dist/slovak/BPLogWebViewer.htm.gz b/htmljs/dist/slovak/BPLogWebViewer.htm.gz index 6c0f64f9f..8221f783a 100644 Binary files a/htmljs/dist/slovak/BPLogWebViewer.htm.gz and b/htmljs/dist/slovak/BPLogWebViewer.htm.gz differ diff --git a/htmljs/dist/slovak/config.htm b/htmljs/dist/slovak/config.htm index 1d8c72885..fa3effc4e 100644 --- a/htmljs/dist/slovak/config.htm +++ b/htmljs/dist/slovak/config.htm @@ -1,128 +1 @@ - BrewPiLess konfigurácia

BrewPiLess

BrewPiLess konfigurácia
Auto. vypnutie LCD
LCD Display
Nadpis
Meno hostiteľa/siete
HTTP Port
Používateľské meno
Heslo
Vždy vyžadovať heslo
Sieťový mód
Sieť
IP
\ No newline at end of file + BrewPiLess konfigurácia

BrewPiLess

BrewPiLess konfigurácia
Auto. vypnutie LCD
LCD Display
Glycol Chilling
Nadpis
Meno hostiteľa/siete
HTTP Port
Používateľské meno
Heslo
Vždy vyžadovať heslo
Sieťový mód
Sieť
IP
\ No newline at end of file diff --git a/htmljs/dist/slovak/config.htm.gz b/htmljs/dist/slovak/config.htm.gz index e8d5b25da..9fdfa26e4 100644 Binary files a/htmljs/dist/slovak/config.htm.gz and b/htmljs/dist/slovak/config.htm.gz differ diff --git a/htmljs/dist/slovak/control.htm b/htmljs/dist/slovak/control.htm index a08770e5b..4d742f413 100644 --- a/htmljs/dist/slovak/control.htm +++ b/htmljs/dist/slovak/control.htm @@ -1,128 +1 @@ - Riadiace centrum BrewPiLess!

BrewPiLess

Dátum začiatku:
°C Podmienka Dni SG Stabilný Čas začiatku
19
Krivka
71.01
Nastaviť teplotu piva:°C
Nastaviť teplotu chladničky:°C
Vypnúť kontrolovanie teploty.
Ovládanie uzáveru
Uzavrieť, ak je hustota menšia ako
to psi
Kontrola teploty glykolu
Cieľová teplota
°C
Spúšťacia teplota
°C
Minimálny čas chladenia
Sekundy
Minimálny čas nečinnosti
Sekundy
Humidity Control
Mode
Target Relative Humidity
%
\ No newline at end of file + Riadiace centrum BrewPiLess!

BrewPiLess

Dátum začiatku:
°C Podmienka Dni SG Stabilný Čas začiatku
19
Krivka
71.01
Nastaviť teplotu piva:°C
Nastaviť teplotu chladničky:°C
Vypnúť kontrolovanie teploty.
Ovládanie uzáveru
Uzavrieť, ak je hustota menšia ako
to psi
Kontrola teploty glykolu
Cieľová teplota
°C
Spúšťacia teplota
°C
Minimálny čas chladenia
Sekundy
Minimálny čas nečinnosti
Sekundy
Humidity Control
Mode
Target Relative Humidity
%
\ No newline at end of file diff --git a/htmljs/dist/slovak/control.htm.gz b/htmljs/dist/slovak/control.htm.gz index b84da0db7..204c7cea3 100644 Binary files a/htmljs/dist/slovak/control.htm.gz and b/htmljs/dist/slovak/control.htm.gz differ diff --git a/htmljs/dist/slovak/control_s.htm b/htmljs/dist/slovak/control_s.htm index 9b801b01d..a27c80746 100644 --- a/htmljs/dist/slovak/control_s.htm +++ b/htmljs/dist/slovak/control_s.htm @@ -1,128 +1 @@ - Riadiace centrum BrewPiLess!

BrewPiLess

Dátum začiatku:
°C Podmienka Dni SG Stabilný Čas začiatku
19
Krivka
71.01
Nastaviť teplotu piva:°C
Nastaviť teplotu chladničky:°C
Vypnúť kontrolovanie teploty.
Ovládanie uzáveru
Uzavrieť, ak je hustota menšia ako
to psi
Kontrola teploty glykolu
Cieľová teplota
°C
Spúšťacia teplota
°C
Minimálny čas chladenia
Sekundy
Minimálny čas nečinnosti
Sekundy
Humidity Control
Mode
Target Relative Humidity
%
\ No newline at end of file + Riadiace centrum BrewPiLess!

BrewPiLess

Dátum začiatku:
°C Podmienka Dni SG Stabilný Čas začiatku
19
Krivka
71.01
Nastaviť teplotu piva:°C
Nastaviť teplotu chladničky:°C
Vypnúť kontrolovanie teploty.
Ovládanie uzáveru
Uzavrieť, ak je hustota menšia ako
to psi
Kontrola teploty glykolu
Cieľová teplota
°C
Spúšťacia teplota
°C
Minimálny čas chladenia
Sekundy
Minimálny čas nečinnosti
Sekundy
Humidity Control
Mode
Target Relative Humidity
%
\ No newline at end of file diff --git a/htmljs/dist/slovak/control_s.htm.gz b/htmljs/dist/slovak/control_s.htm.gz index 469cac1e9..04759e6f9 100644 Binary files a/htmljs/dist/slovak/control_s.htm.gz and b/htmljs/dist/slovak/control_s.htm.gz differ diff --git a/htmljs/dist/slovak/gravity.htm b/htmljs/dist/slovak/gravity.htm index b22a69a1c..0606d3e3f 100644 --- a/htmljs/dist/slovak/gravity.htm +++ b/htmljs/dist/slovak/gravity.htm @@ -1,128 +1 @@ - Zariadenie na meranie hustoty

BrewPiLess

iSpindel
Vypočítané pomocou BPL
Korekcia Teploty
°C
Koeficienty
x³ +
x² +
x +
LowPass Filter koeficient
Použiť Plato
Prah stability hustoty
bod, 1= 0.001 pre SG, alebo 0.1°P pre Plato
\ No newline at end of file + Zariadenie na meranie hustoty

BrewPiLess

iSpindel
Použiť Plato
gravitačný posun
Vypočítané pomocou BPL
Kalibrácia
Koeficienty
x³ +
x² +
x +
LowPass Filter koeficient
Prah stability hustoty
bod, 1= 0.001 pre SG, alebo 0.1°P pre Plato
\ No newline at end of file diff --git a/htmljs/dist/slovak/gravity.htm.gz b/htmljs/dist/slovak/gravity.htm.gz index 264df88f6..d85533df1 100644 Binary files a/htmljs/dist/slovak/gravity.htm.gz and b/htmljs/dist/slovak/gravity.htm.gz differ diff --git a/htmljs/dist/slovak/index.htm b/htmljs/dist/slovak/index.htm index b6f5ad2d5..19f8366c8 100644 --- a/htmljs/dist/slovak/index.htm +++ b/htmljs/dist/slovak/index.htm @@ -1,1302 +1 @@ - BrewPiLess v prevádzke!

BrewPiLess

TeplotaHustotaTlak(psi)Objem CO2Relative Humidity
  • Stav:
  • Režim:
  • Teplota piva:
  • Nastavená teplota piva:
  • Teplota chladničky:
  • Nastavená teplota chladničky:
  • Teplota v miestnosti:
  • Chamber Humidity
  • Room Humidity
  • Dátum / Čashodnota
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
čaká na aktualizáciu zo skriptu ...
Nepodarilo sa pripojiť k serveru.
Riadiaca jednotka neaktualizuje údaje.
\ No newline at end of file + BrewPiLess v prevádzke!

BrewPiLess

TeplotaHustotaTlak(psi)Objem CO2Relative Humidity
  • Stav:
  • Režim:
  • Teplota piva:
  • Nastavená teplota piva:
  • Teplota chladničky:
  • Nastavená teplota chladničky:
  • Teplota v miestnosti:
  • Chamber Humidity
  • Room Humidity
  • Dátum / Čashodnota
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
čaká na aktualizáciu zo skriptu ...
Nepodarilo sa pripojiť k serveru.
Riadiaca jednotka neaktualizuje údaje.
\ No newline at end of file diff --git a/htmljs/dist/slovak/index.htm.gz b/htmljs/dist/slovak/index.htm.gz index dd7840063..46f33b1a2 100644 Binary files a/htmljs/dist/slovak/index.htm.gz and b/htmljs/dist/slovak/index.htm.gz differ diff --git a/htmljs/dist/slovak/index_s.htm b/htmljs/dist/slovak/index_s.htm index f54972089..925909d87 100644 --- a/htmljs/dist/slovak/index_s.htm +++ b/htmljs/dist/slovak/index_s.htm @@ -1,1302 +1 @@ - BrewPiLess v prevádzke!

BrewPiLess

TeplotaHustotaTlak(psi)Objem CO2Relative Humidity
  • Stav:
  • Režim:
  • Teplota piva:
  • Nastavená teplota piva:
  • Teplota chladničky:
  • Nastavená teplota chladničky:
  • Teplota v miestnosti:
  • Chamber Humidity
  • Room Humidity
  • Dátum / Čashodnota
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
čaká na aktualizáciu zo skriptu ...
Nepodarilo sa pripojiť k serveru.
Riadiaca jednotka neaktualizuje údaje.
\ No newline at end of file + BrewPiLess v prevádzke!

BrewPiLess

TeplotaHustotaTlak(psi)Objem CO2Relative Humidity
  • Stav:
  • Režim:
  • Teplota piva:
  • Nastavená teplota piva:
  • Teplota chladničky:
  • Nastavená teplota chladničky:
  • Teplota v miestnosti:
  • Chamber Humidity
  • Room Humidity
  • Dátum / Čashodnota
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
čaká na aktualizáciu zo skriptu ...
Nepodarilo sa pripojiť k serveru.
Riadiaca jednotka neaktualizuje údaje.
\ No newline at end of file diff --git a/htmljs/dist/slovak/index_s.htm.gz b/htmljs/dist/slovak/index_s.htm.gz index d5005a424..0c07f71c6 100644 Binary files a/htmljs/dist/slovak/index_s.htm.gz and b/htmljs/dist/slovak/index_s.htm.gz differ diff --git a/htmljs/dist/slovak/logging.htm b/htmljs/dist/slovak/logging.htm index 353add538..f074e3679 100644 --- a/htmljs/dist/slovak/logging.htm +++ b/htmljs/dist/slovak/logging.htm @@ -1,128 +1 @@ - BrewPiless nastavenie záznamov

BrewPiLess

BrewPiless nastavenie záznamov

Lokálny záznam
Názov nového záznamu:
Možnosti:
Write on Buffer Full
Kalibrovať iSpindel
Hodnota naklonenia vo vode
Nameraná hustota:
, alebo voda @
° kalibrovaná °
Voľné miesto: 0 Bytes, Použité miesto: 0 Bytes, Celkové miesto: 0 Bytes
Zaznamenaný záznam
Záznam Dátum Akcia
Vzdialený záznam
Doba záznamu:
Sekundy
Typ služby:
API Key:
Pivo:
Jednotka hustoty
Zapísať API kľúč:
Polia:


ID:
Označenie zariadenia:
Účet:
Token:
Zariadenie:
Metóda:
URL:
Data Type:

JSON:"application/json", Form Type:"application/x-www-form-urlencoded"

Formát:
Notácie... Znaky: 0/256

Nastavenie MQTT

Broker Settings
MQTT Server:
MQTT Port:
Používateľské meno:
Heslo:
Oznamovanie
Doba zverejnenia
Sekundy
Základná cesta
Nahlásiť údaje ako
MQTT vzdialené ovládanie
Cesta pre režim:
Cesta pre nastavenie teploty piva:
Cesta pre nastavenie teploty chladničky:
Cesta pre ovládanie uzáveru:
Cesta pre teplotu PTC:
%b Teplota piva
%B Nastavená teplota piva
%f Teplota chladničky
%F Nastavená teplota chladničky
%r Teplota v miestnosti
%g Hustota
%p Plato
%a Teplota iSpindel
%v Napätie iSpindel
%t Hodnota naklonenia
%u Časový údaj poslednej aktualizácie hustoty
%U Teplota v C alebo F
%m režim v celých číslach
%M režim v znakoch
%P Tlak v PSI
%HHostname
\ No newline at end of file + BrewPiless nastavenie záznamov

BrewPiLess

BrewPiless nastavenie záznamov

Lokálny záznam
Názov nového záznamu:
Možnosti:
Write on Buffer Full
zaznamenávať nespracované údaje
Voľné miesto: 0 Bytes, Použité miesto: 0 Bytes, Celkové miesto: 0 Bytes
Zaznamenaný záznam
Záznam Dátum Akcia
Vzdialený záznam
Doba záznamu:
Sekundy
Typ služby:
API Key:
Pivo:
Jednotka hustoty
Zapísať API kľúč:
Polia:


ID:
Označenie zariadenia:
Účet:
Token:
Zariadenie:
Metóda:
URL:
Data Type:

JSON:"application/json", Form Type:"application/x-www-form-urlencoded"

Formát:
Notácie... Znaky: 0/256

Nastavenie MQTT

Broker Settings
MQTT Server:
MQTT Port:
Používateľské meno:
Heslo:
Oznamovanie
Doba zverejnenia
Sekundy
Základná cesta
Nahlásiť údaje ako
MQTT vzdialené ovládanie
Cesta pre režim:
Cesta pre nastavenie teploty piva:
Cesta pre nastavenie teploty chladničky:
Cesta pre ovládanie uzáveru:
Cesta pre teplotu PTC:
%b Teplota piva
%B Nastavená teplota piva
%f Teplota chladničky
%F Nastavená teplota chladničky
%r Teplota v miestnosti
%g Hustota
%p Plato
%a Teplota iSpindel
%v Napätie iSpindel
%t Hodnota naklonenia
%u Časový údaj poslednej aktualizácie hustoty
%U Teplota v C alebo F
%m režim v celých číslach
%M režim v znakoch
%P Tlak v PSI
%HHostname
\ No newline at end of file diff --git a/htmljs/dist/slovak/logging.htm.gz b/htmljs/dist/slovak/logging.htm.gz index 2b03f6d63..7715bcd2d 100644 Binary files a/htmljs/dist/slovak/logging.htm.gz and b/htmljs/dist/slovak/logging.htm.gz differ diff --git a/htmljs/dist/slovak/pressure.htm b/htmljs/dist/slovak/pressure.htm index c41f932c8..84dd9db07 100644 --- a/htmljs/dist/slovak/pressure.htm +++ b/htmljs/dist/slovak/pressure.htm @@ -1,128 +1 @@ - Nastavenia snímača tlaku

BrewPiLess

Povoliť snímač tlaku:
Use ADS1115
ADS1115 Gain/Max input voltage
Ovládanie tlaku:
Parametre konverzie tlaku:
Tlak v PSI= (A0_reading - b) * a
b: a:
\ No newline at end of file + Nastavenia snímača tlaku

BrewPiLess

Povoliť snímač tlaku:
Use ADS1115
ADS1115 Gain/Max input voltage
Ovládanie tlaku:
Parametre konverzie tlaku:
Tlak v PSI= (A0_reading - b) * a
b: a:
\ No newline at end of file diff --git a/htmljs/dist/slovak/pressure.htm.gz b/htmljs/dist/slovak/pressure.htm.gz index 5306f993a..680eb9771 100644 Binary files a/htmljs/dist/slovak/pressure.htm.gz and b/htmljs/dist/slovak/pressure.htm.gz differ diff --git a/htmljs/dist/slovak/setup.htm b/htmljs/dist/slovak/setup.htm index 95dd06abf..ed5e8effc 100644 --- a/htmljs/dist/slovak/setup.htm +++ b/htmljs/dist/slovak/setup.htm @@ -1,128 +1 @@ - Nastavenie BrewPiLess!

BrewPiLess

Nainštalované zariadenie
Zistené zariadenie

Slot zariadenia
Typ hardvéruExterný senzor
PIN riadiacej jednotky
Hodnota--
Calibration
Funkcia

Slot zariadenia
Typ hardvéruHumidity Temp sensor
Sensor LocationChamber Room
Hodnota--
Calibration
Funkcia

Slot zariadenia
Typ hardvéruSenzor
Adresa
PIN riadiacej jednotky
Hodnota
Calibration
Funkcia

Slot zariadenia
Typ hardvéruPIN
Typ pinu
PIN riadiacej jednotky
Hodnota
Calibration
Funkcia

Slot zariadenia
Typ hardvéru1-vodičový pohon
Adresa
Kanál
PIN riadiacej jednotkyN
Hodnota
Funkcia
Typ pinu

Slot zariadenia
Typ hardvéruBME280
Adresa
Hodnota
Calibration
Funkcia
\ No newline at end of file + Nastavenie BrewPiLess!

BrewPiLess

Nainštalované zariadenie
Zistené zariadenie

Slot zariadenia
Typ hardvéruExterný senzor
PIN riadiacej jednotky
Hodnota--
Calibration
Funkcia

Slot zariadenia
Typ hardvéruHumidity Temp sensor
Sensor LocationChamber Room
Hodnota--
Calibration
Funkcia

Slot zariadenia
Typ hardvéruSenzor
Adresa
PIN riadiacej jednotky
Hodnota
Calibration
Funkcia

Slot zariadenia
Typ hardvéruPIN
Typ pinu
PIN riadiacej jednotky
Hodnota
Calibration
Funkcia

Slot zariadenia
Typ hardvéru1-vodičový pohon
Adresa
Kanál
PIN riadiacej jednotkyN
Hodnota
Funkcia
Typ pinu

Slot zariadenia
Typ hardvéruBME280
Adresa
Hodnota
Calibration
Funkcia
\ No newline at end of file diff --git a/htmljs/dist/slovak/setup.htm.gz b/htmljs/dist/slovak/setup.htm.gz index 3d919668e..713da29b2 100644 Binary files a/htmljs/dist/slovak/setup.htm.gz and b/htmljs/dist/slovak/setup.htm.gz differ diff --git a/htmljs/dist/spanish/BPLLogViewer.htm b/htmljs/dist/spanish/BPLLogViewer.htm index b45c750c7..9f3385a32 100644 --- a/htmljs/dist/spanish/BPLLogViewer.htm +++ b/htmljs/dist/spanish/BPLLogViewer.htm @@ -1,1302 +1 @@ -BrewPiLess Log Viewer v4.2

BPL LogViewer v4.2

Crop to Export
TemperaturaDensidadPressure(psi)CO2 VolRelative HumidityGravity Change
  • Fecha / Horaestado
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • formula
\ No newline at end of file +BrewPiLess Log Viewer v4.2

BPL LogViewer v4.2

Crop to Export
TemperaturaDensidadPressure(psi)CO2 VolRelative HumidityGravity Change
  • Fecha / Horaestado
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • formula
\ No newline at end of file diff --git a/htmljs/dist/spanish/BPLLogViewer.htm.gz b/htmljs/dist/spanish/BPLLogViewer.htm.gz index 6ee47a7ec..2b62aa5c3 100644 Binary files a/htmljs/dist/spanish/BPLLogViewer.htm.gz and b/htmljs/dist/spanish/BPLLogViewer.htm.gz differ diff --git a/htmljs/dist/spanish/BPLogWebViewer.htm b/htmljs/dist/spanish/BPLogWebViewer.htm index 8215ff2e3..36bc1f3ba 100644 --- a/htmljs/dist/spanish/BPLogWebViewer.htm +++ b/htmljs/dist/spanish/BPLogWebViewer.htm @@ -1,1302 +1 @@ -BPL Log Viewer v3.0 - online
TemperaturaDensidadPressure(psi)CO2 VolRelative HumidityGravity Change
  • Fecha / Horaestado
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
\ No newline at end of file +BPL Log Viewer v3.0 - online
TemperaturaDensidadPressure(psi)CO2 VolRelative HumidityGravity Change
  • Fecha / Horaestado
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
\ No newline at end of file diff --git a/htmljs/dist/spanish/BPLogWebViewer.htm.gz b/htmljs/dist/spanish/BPLogWebViewer.htm.gz index d026386ce..66d9adce6 100644 Binary files a/htmljs/dist/spanish/BPLogWebViewer.htm.gz and b/htmljs/dist/spanish/BPLogWebViewer.htm.gz differ diff --git a/htmljs/dist/spanish/config.htm b/htmljs/dist/spanish/config.htm index 62d5b5593..3c428a6c1 100644 --- a/htmljs/dist/spanish/config.htm +++ b/htmljs/dist/spanish/config.htm @@ -1,128 +1 @@ - Configuración BrewPiLess

BrewPiLess

Configuración BrewPiLess
Apagar LCD despúes de
LCD Display
Título
Nombre de red
Puerto HTTP
Nombre Usuario
Contraseña
Solicitar siempre contraseña
Modo de red
Red
IP
\ No newline at end of file + Configuración BrewPiLess

BrewPiLess

Configuración BrewPiLess
Apagar LCD despúes de
LCD Display
Glycol Chilling
Título
Nombre de red
Puerto HTTP
Nombre Usuario
Contraseña
Solicitar siempre contraseña
Modo de red
Red
IP
\ No newline at end of file diff --git a/htmljs/dist/spanish/config.htm.gz b/htmljs/dist/spanish/config.htm.gz index 01f47a428..1921bff51 100644 Binary files a/htmljs/dist/spanish/config.htm.gz and b/htmljs/dist/spanish/config.htm.gz differ diff --git a/htmljs/dist/spanish/control.htm b/htmljs/dist/spanish/control.htm index 909088f2c..c161db72a 100644 --- a/htmljs/dist/spanish/control.htm +++ b/htmljs/dist/spanish/control.htm @@ -1,128 +1 @@ - BrewPiLess centro de control!

BrewPiLess

Fecha de inicio:
°C Condición Días SG Estable Tiempo de inicio
19
Rampa
71.01
Establecer temperatura de cerveza:°C
Establecer temperatura de nevera:°C
Desactivar control de temperatura.
CONTROL DE TAPADO
Tapar cuando la densidad sea menor a:
to psi
Glycol Temperature Control
Target Temperature
°C
Triggering Temperauture
°C
Minimum Cooling Time
segundos
Miminum Idle Time
segundos
Humidity Control
Mode
Target Relative Humidity
%
\ No newline at end of file + BrewPiLess centro de control!

BrewPiLess

Fecha de inicio:
°C Condición Días SG Estable Tiempo de inicio
19
Rampa
71.01
Establecer temperatura de cerveza:°C
Establecer temperatura de nevera:°C
Desactivar control de temperatura.
CONTROL DE TAPADO
Tapar cuando la densidad sea menor a:
to psi
Glycol Temperature Control
Target Temperature
°C
Triggering Temperauture
°C
Minimum Cooling Time
segundos
Miminum Idle Time
segundos
Humidity Control
Mode
Target Relative Humidity
%
\ No newline at end of file diff --git a/htmljs/dist/spanish/control.htm.gz b/htmljs/dist/spanish/control.htm.gz index 6062ea34e..263f769f9 100644 Binary files a/htmljs/dist/spanish/control.htm.gz and b/htmljs/dist/spanish/control.htm.gz differ diff --git a/htmljs/dist/spanish/gravity.htm b/htmljs/dist/spanish/gravity.htm index 07c2de361..c896b4db9 100644 --- a/htmljs/dist/spanish/gravity.htm +++ b/htmljs/dist/spanish/gravity.htm @@ -1,128 +1 @@ - Densímetro

BrewPiLess

iSpindel
Calculado por BPL
Corrección de Temp.
°C
Coeficientes
x³ +
x² +
x +
Coeficiente filtro pasa bajos
Usar Plato
Umbral de estabilidad de densidad
punto, 1= 0.001 para SG, o 0.1°P para Plato
\ No newline at end of file + Densímetro

BrewPiLess

iSpindel
Usar Plato
compensación de gravedadt
Calculado por BPL
Calibración
Coeficientes
x³ +
x² +
x +
Coeficiente filtro pasa bajos
Umbral de estabilidad de densidad
punto, 1= 0.001 para SG, o 0.1°P para Plato
\ No newline at end of file diff --git a/htmljs/dist/spanish/gravity.htm.gz b/htmljs/dist/spanish/gravity.htm.gz index 4e9b97361..4ac9fb651 100644 Binary files a/htmljs/dist/spanish/gravity.htm.gz and b/htmljs/dist/spanish/gravity.htm.gz differ diff --git a/htmljs/dist/spanish/index.htm b/htmljs/dist/spanish/index.htm index 558e95dd1..481e9366b 100644 --- a/htmljs/dist/spanish/index.htm +++ b/htmljs/dist/spanish/index.htm @@ -1,1302 +1 @@ - BrewPiLess reportando!

BrewPiLess

TemperaturaDensidadPressure(psi)CO2 VolRelative Humidity
  • Estado:
  • Modo:
  • Cerveza Temp.:
  • Cerveza Seteo:
  • Nevera Temp.:
  • Nevera Seteo:
  • Habitación Temp:
  • Chamber Humidity
  • Room Humidity
  • Fecha / Horaestado
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
esperando actualización...
Fallo en la conexión con BrewPiless
BrewPiless no actualiza información.
\ No newline at end of file + BrewPiLess reportando!

BrewPiLess

TemperaturaDensidadPressure(psi)CO2 VolRelative Humidity
  • Estado:
  • Modo:
  • Cerveza Temp.:
  • Cerveza Seteo:
  • Nevera Temp.:
  • Nevera Seteo:
  • Habitación Temp:
  • Chamber Humidity
  • Room Humidity
  • Fecha / Horaestado
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • --
  • f
esperando actualización...
Fallo en la conexión con BrewPiless
BrewPiless no actualiza información.
\ No newline at end of file diff --git a/htmljs/dist/spanish/index.htm.gz b/htmljs/dist/spanish/index.htm.gz index 2c419a3e9..948f04cd6 100644 Binary files a/htmljs/dist/spanish/index.htm.gz and b/htmljs/dist/spanish/index.htm.gz differ diff --git a/htmljs/dist/spanish/logging.htm b/htmljs/dist/spanish/logging.htm index eed4f4ba4..72c70ca89 100644 --- a/htmljs/dist/spanish/logging.htm +++ b/htmljs/dist/spanish/logging.htm @@ -1,128 +1 @@ - Configuración de registro BrewPiless

BrewPiLess

Configuración de registro BrewPiless

Registro local
Nombre del nuevo registro:
Opciones:
Write on Buffer Full
Calibrar iSpindel
Inclinación en agua pura
Densidad medida:
, o agua @
° calibrado °
Memoria libre: 0 Bytes, Memoria usada: 0 Bytes, Memoria Total: 0 Bytes
Registros guardados
Nombre Fecha Acciónes
Registro remoto
Registar durante:
segundos
Tipo de servicio:
API Key:
Beer:
Gravity Unit
Write API Key:
Fields:


ID:
Device Label:
Account:
Token:
Device:
Método:
URL:
Data Type:

JSON:"application/json", Form Type:"application/x-www-form-urlencoded"

Formato:
Notación de valores Caracteres: 0/256

MQTT Settings

Broker Settings
MQTT Broker:
MQTT Port:
Username:
Password:
Reporting
Publish Period
segundos
Base Path
Report data as
MQTT Remote Control
Path for mode:
Path for beerSet:
Path for fridgeSet:
Path for Spunding control:
Path for PTC temperature:
%b Temp. Cerveza
%B Seteo Cerveza
%f Temp. Nevera
%F Seteo Nevera
%r Temp. habitación
%g Densidad
%p Plato
%a Temp. iSpindel
%v Voltage iSpindel
%t Inclinación
%u Unix timestamp de la última medición de densidad
%U Temperature in C or F
%m mode in integer
%M mode in character
%P Pressure in PSI
%HHostname
\ No newline at end of file + Configuración de registro BrewPiless

BrewPiLess

Configuración de registro BrewPiless

Registro local
Nombre del nuevo registro:
Opciones:
Write on Buffer Full
registrar datos sin procesar
Memoria libre: 0 Bytes, Memoria usada: 0 Bytes, Memoria Total: 0 Bytes
Registros guardados
Nombre Fecha Acciónes
Registro remoto
Registar durante:
segundos
Tipo de servicio:
API Key:
Beer:
Gravity Unit
Write API Key:
Fields:


ID:
Device Label:
Account:
Token:
Device:
Método:
URL:
Data Type:

JSON:"application/json", Form Type:"application/x-www-form-urlencoded"

Formato:
Notación de valores Caracteres: 0/256

MQTT Settings

Broker Settings
MQTT Broker:
MQTT Port:
Username:
Password:
Reporting
Publish Period
segundos
Base Path
Report data as
MQTT Remote Control
Path for mode:
Path for beerSet:
Path for fridgeSet:
Path for Spunding control:
Path for PTC temperature:
%b Temp. Cerveza
%B Seteo Cerveza
%f Temp. Nevera
%F Seteo Nevera
%r Temp. habitación
%g Densidad
%p Plato
%a Temp. iSpindel
%v Voltage iSpindel
%t Inclinación
%u Unix timestamp de la última medición de densidad
%U Temperature in C or F
%m mode in integer
%M mode in character
%P Pressure in PSI
%HHostname
\ No newline at end of file diff --git a/htmljs/dist/spanish/logging.htm.gz b/htmljs/dist/spanish/logging.htm.gz index f1ff051d2..6b7e979aa 100644 Binary files a/htmljs/dist/spanish/logging.htm.gz and b/htmljs/dist/spanish/logging.htm.gz differ diff --git a/htmljs/dist/spanish/pressure.htm b/htmljs/dist/spanish/pressure.htm index 45889b1d7..f693a9a3b 100644 --- a/htmljs/dist/spanish/pressure.htm +++ b/htmljs/dist/spanish/pressure.htm @@ -1,128 +1 @@ - Pressure Transducer Settings

BrewPiLess

Enable Pressure Transducer:
Use ADS1115
ADS1115 Gain/Max input voltage
Control Pressure:
Pressure Conversion parameters:
Pressure in PSI= (A0_reading - b) * a
b: a:
\ No newline at end of file + Pressure Transducer Settings

BrewPiLess

Enable Pressure Transducer:
Use ADS1115
ADS1115 Gain/Max input voltage
Control Pressure:
Pressure Conversion parameters:
Pressure in PSI= (A0_reading - b) * a
b: a:
\ No newline at end of file diff --git a/htmljs/dist/spanish/pressure.htm.gz b/htmljs/dist/spanish/pressure.htm.gz index b57adf147..09832712e 100644 Binary files a/htmljs/dist/spanish/pressure.htm.gz and b/htmljs/dist/spanish/pressure.htm.gz differ diff --git a/htmljs/dist/spanish/setup.htm b/htmljs/dist/spanish/setup.htm index 559c7f338..ce2f1bd93 100644 --- a/htmljs/dist/spanish/setup.htm +++ b/htmljs/dist/spanish/setup.htm @@ -1,128 +1 @@ - Ajustes BrewPiLess!

BrewPiLess

Dispositivos instalados
Dispositivos detectados

Slot dispositivo
Hardware tipoSensor externo
PIN del controlador
Valor--
Calibration
Función

Slot dispositivo
Hardware tipoHumidity Temp sensor
Sensor LocationChamber Room
Valor--
Calibration
Función

Slot dispositivo
Hardware tipoSensor
Direccion
PIN del controlador
Valor
Calibration
Función

Slot dispositivo
Hardware tipoPIN
Pin tipo
PIN del controlador
Valor
Calibration
Función

Slot dispositivo
Hardware tipoActuador 1-wire
Direccion
Canal
PIN del controladorN
Valor
Función
Pin tipo

Slot dispositivo
Hardware tipoBME280
Direccion
Valor
Calibration
Función
\ No newline at end of file + Ajustes BrewPiLess!

BrewPiLess

Dispositivos instalados
Dispositivos detectados

Slot dispositivo
Hardware tipoSensor externo
PIN del controlador
Valor--
Calibration
Función

Slot dispositivo
Hardware tipoHumidity Temp sensor
Sensor LocationChamber Room
Valor--
Calibration
Función

Slot dispositivo
Hardware tipoSensor
Direccion
PIN del controlador
Valor
Calibration
Función

Slot dispositivo
Hardware tipoPIN
Pin tipo
PIN del controlador
Valor
Calibration
Función

Slot dispositivo
Hardware tipoActuador 1-wire
Direccion
Canal
PIN del controladorN
Valor
Función
Pin tipo

Slot dispositivo
Hardware tipoBME280
Direccion
Valor
Calibration
Función
\ No newline at end of file diff --git a/htmljs/dist/spanish/setup.htm.gz b/htmljs/dist/spanish/setup.htm.gz index 52b0468a6..bb1debdad 100644 Binary files a/htmljs/dist/spanish/setup.htm.gz and b/htmljs/dist/spanish/setup.htm.gz differ diff --git a/htmljs/src/control.tmpl.html b/htmljs/src/control.tmpl.html index 4c0e11912..db54edcaa 100644 --- a/htmljs/src/control.tmpl.html +++ b/htmljs/src/control.tmpl.html @@ -10,13 +10,13 @@ - + - + @@ -291,13 +291,14 @@

<%= dlg_profilelist_load %>

-