Skip to content

Commit 79c8959

Browse files
committed
Update README.md
1 parent c31a67a commit 79c8959

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ Program reads serial port with a specific freqvency, parsing the data and saving
88
Configurable OPTIONS:
99
- record data to MariaDB
1010
- 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+
1415
These options can be activated / dezactivated in configuration file (pytes_serial.cfg)
1516

1617
When MQTT transmition is activated:
@@ -19,8 +20,7 @@ When MQTT transmition is activated:
1920
The battery number is embeded at the end of each sensor (i.e current_1, current_2...).
2021

2122
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.
2424
(i.e. pytes_cells_voltage_max_1 means max cells voltage for battery 1)
2525

2626
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

Comments
 (0)