Skip to content

Commit 7dcec5e

Browse files
authored
Update README.md
1 parent 44377c9 commit 7dcec5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Program reads serial port with a specific freqvency, parsing the data and send i
1010
Program has build-in integration with Home Assisant where the following sensors will be automatic created for each battery:
1111
- "pytes_esp_current", "pytes_esp_voltage", "pytes_esp_temperature", "pytes_esp_soc", "pytes_esp_status"
1212
the battery number is embeded at the end of each sensor (i.e pytes_esp_current_1, pytes_esp_current_2...)
13-
- when cells_monitoring = 'true' in config.py 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)
13+
- when cells_monitoring = 'true' in config.py 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). Under monitoring_level, three levels of details can be selected.
1414

1515
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/)
1616
and the example in docs folder [here](/docs/home_assistant_add_sensor.txt).

0 commit comments

Comments
 (0)