Skip to content

Commit 4985045

Browse files
committed
Update config.py
in line with v0.5.0
1 parent 7dcec5e commit 4985045

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

esp32/config.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
model = "E-BOX-48100R" # default = E-BOX-48100R -- battery model
2020

2121
# cells monitoring
22-
cells_monitoring = "false" # default = false -- set to 'true' to have cells monitoring active
23-
cells = 16 # default = 16 -- 16 for Pytes, 15 for Pylontech
22+
cells = 16 # default = 16 -- 16 for Pytes, 15 for Pylontech
23+
cells_monitoring = "false" # default = false -- set to 'true' to have cells monitoring active
24+
monitoring_level = "medium" # default = 'medium' -- set to 'low' [shows:voltage] set to 'medium' [shows: voltage, temperature, status and statistics], set to 'high' shows all cells parameters [not recomanded for more than 4 batteries in bank due to high amount of data]

0 commit comments

Comments
 (0)