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: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,10 @@ Program reads serial port with a specific freqvency, parsing the data and saving
8
8
Configurable OPTIONS:
9
9
- record data to MariaDB
10
10
- send data via MQTT
11
-
- events monitoring - when power_events, battery_events or system faults occured a log file is created with cells details - more details [here](/docs/v0.5_changes_details.txt)
12
-
- cell monitoring - read cells details for all batteries in bank. Two level of details can be selcted in config file.
13
-
11
+
- events monitoring - when power_events, battery_events or system faults occured a log file is created with cells details
12
+
- cell monitoring - read cells details for all batteries in bank. Two levels of details can be selected in config file.
13
+
more details/explanation can be found [here](/docs/configuration_details.txt)
14
+
14
15
These options can be activated / dezactivated in configuration file (pytes_serial.cfg)
15
16
16
17
When MQTT transmition is activated:
@@ -19,8 +20,7 @@ When MQTT transmition is activated:
19
20
The battery number is embeded at the end of each sensor (i.e current_1, current_2...).
20
21
21
22
When cell monitoring is activated an additional device will be created in Home Assistant with sufix "_cells" with all associated sensors. The battery and cell number is embeded at the end of each sensor ( i.e. voltage_102 means voltage for battery 1 cell 2).
22
-
23
-
As of v0.7.0 basic statistics was implemented too. Therefore, additional sensors will be available for min, max and delta for cells voltage and temperature.
23
+
Basic statistics is implemented too. Therefore, additional sensors will be available for min, max and delta for cells voltage and temperature.
24
24
(i.e. pytes_cells_voltage_max_1 means max cells voltage for battery 1)
25
25
26
26
If more sensors will be needed, they can be added manually as per Home Assistant documentation [MQTT sensor](https://www.home-assistant.io/integrations/sensor.mqtt/) and the example in docs folder [here](/docs/home_assistant_add_sensor.txt).
0 commit comments