diff --git a/README.md b/README.md index 95b8476..79b4a4a 100644 --- a/README.md +++ b/README.md @@ -276,52 +276,52 @@ MQTT messages published by the script will look like this: Its output will look like this (`LOGGING` `LEVEL` set to `info`): ``` -INFO:SeplosBMS:Fetch data for Battery Pack 1 -INFO:SeplosBMS:Battery-Pack 1 Telemetry Feedback: { +INFO:SeplosBMS:Pack0:Requesting data... +INFO:SeplosBMS:Pack0:Telemetry Feedback: { "min_cell_voltage": 2.5, "max_cell_voltage": 3.65, "min_pack_voltage": 40.0, "max_pack_voltage": 58.4, - "voltage_cell_1": 3.342, - "voltage_cell_2": 3.341, - "voltage_cell_3": 3.34, - "voltage_cell_4": 3.341, - "voltage_cell_5": 3.341, - "voltage_cell_6": 3.343, - "voltage_cell_7": 3.34, - "voltage_cell_8": 3.343, - "voltage_cell_9": 3.336, - "voltage_cell_10": 3.341, - "voltage_cell_11": 3.344, - "voltage_cell_12": 3.34, - "voltage_cell_13": 3.356, - "voltage_cell_14": 3.343, - "voltage_cell_15": 3.344, - "voltage_cell_16": 3.338, - "average_cell_voltage": 3.342, - "lowest_cell": 9, - "lowest_cell_voltage": 3.336, - "highest_cell": 13, - "highest_cell_voltage": 3.356, - "delta_cell_voltage": 0.02, - "cell_temperature_1": 11.7, - "cell_temperature_2": 11.1, - "cell_temperature_3": 11.0, - "cell_temperature_4": 11.7, - "ambient_temperature": 16.3, - "components_temperature": 12.3, - "dis_charge_current": 1.44, - "total_pack_voltage": 53.47, - "dis_charge_power": 76.997, + "voltage_cell_1": 3.328, + "voltage_cell_2": 3.328, + "voltage_cell_3": 3.327, + "voltage_cell_4": 3.328, + "voltage_cell_5": 3.328, + "voltage_cell_6": 3.328, + "voltage_cell_7": 3.328, + "voltage_cell_8": 3.329, + "voltage_cell_9": 3.328, + "voltage_cell_10": 3.329, + "voltage_cell_11": 3.328, + "voltage_cell_12": 3.328, + "voltage_cell_13": 3.327, + "voltage_cell_14": 3.327, + "voltage_cell_15": 3.328, + "voltage_cell_16": 3.328, + "average_cell_voltage": 3.328, + "lowest_cell": 3, + "lowest_cell_voltage": 3.327, + "highest_cell": 8, + "highest_cell_voltage": 3.329, + "delta_cell_voltage": 0.002, + "cell_temperature_1": 13.0, + "cell_temperature_2": 12.2, + "cell_temperature_3": 12.1, + "cell_temperature_4": 12.7, + "ambient_temperature": 17.8, + "components_temperature": 13.7, + "dis_charge_current": 0.0, + "total_pack_voltage": 53.25, + "dis_charge_power": 0.0, "rated_capacity": 280.0, "battery_capacity": 280.0, - "residual_capacity": 195.8, - "soc": 69.9, - "cycles": 6, + "residual_capacity": 268.86, + "soc": 96.0, + "cycles": 7, "soh": 100.0, - "port_voltage": 53.5 + "port_voltage": 53.27 } -INFO:SeplosBMS:Battery-Pack 1 Telesignalization feedback: { +INFO:SeplosBMS:Pack0:Telesignalization feedback: { "voltage_warning_cell_1": "normal", "voltage_warning_cell_2": "normal", "voltage_warning_cell_3": "normal", @@ -396,9 +396,9 @@ INFO:SeplosBMS:Battery-Pack 1 Telesignalization feedback: { "equalization_cell_15": "off", "equalization_cell_16": "off", "discharge": "off", - "charge": "on", + "charge": "off", "floating_charge": "off", - "standby": "off", + "standby": "on", "power_off": "off", "disconnection_cell_1": "normal", "disconnection_cell_2": "normal", @@ -424,6 +424,7 @@ INFO:SeplosBMS:Battery-Pack 1 Telesignalization feedback: { "no_calibration_of_current": "normal", "no_calibration_of_null_point": "normal" } +INFO:SeplosBMS:Pack0:Sending updated stats to mqtt. ``` ## Configuring Home Assistant