You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: esp32/config.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,5 +19,6 @@
19
19
model="E-BOX-48100R"# default = E-BOX-48100R -- battery model
20
20
21
21
# 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