Update daly_bms.rst (#1910)

This commit is contained in:
Michael Labuschke 2022-02-17 23:00:15 +01:00 committed by GitHub
parent ea33d199cd
commit 4c263fac8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -59,6 +59,14 @@ The BMS communicates via :ref:`UART <uart>`.
name: "Temperature 1"
temperature_2:
name: "Temperature 2"
cell_1_voltage:
name: "Cell 1 Voltage"
cell_2_voltage:
name: "Cell 2 Voltage"
cell_3_voltage:
name: "Cell 3 Voltage"
cell_4_voltage:
name: "Cell 4 Voltage"
text_sensor:
- platform: daly_bms
@ -176,6 +184,12 @@ Configuration variables:
- **name** (**Required**, string): The name for the second temperature sensor.
- **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas.
- All other options from :ref:`Sensor <config-sensor>`.
- **cell_x_voltage** (*Optional*): The voltage of cell x.
- **name** (**Required**, string): The name for the cell voltage sensor.
- **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas.
- All other options from :ref:`Sensor <config-sensor>`.
Text Sensor:
------------