Skip to content

Commit

Permalink
Register missing sensors (Fixes: #611) (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi authored Oct 13, 2024
1 parent b0bcd80 commit 0ef61ba
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion components/jk_bms_display/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,18 @@
SENSORS = [
CONF_TOTAL_VOLTAGE,
CONF_CURRENT,
CONF_POWER,
CONF_CHARGING_POWER,
CONF_DISCHARGING_POWER,
CONF_STATE_OF_CHARGE,
CONF_MIN_CELL_VOLTAGE,
CONF_MAX_CELL_VOLTAGE,
CONF_MIN_VOLTAGE_CELL,
CONF_MAX_VOLTAGE_CELL,
CONF_DELTA_CELL_VOLTAGE,
CONF_AVERAGE_CELL_VOLTAGE,
CONF_MOSFET_TEMPERATURE,
CONF_BATTERY_TEMPERATURE,
CONF_AVERAGE_CELL_VOLTAGE,
]

# pylint: disable=too-many-function-args
Expand Down

0 comments on commit 0ef61ba

Please sign in to comment.