Show charging time to full in WebUI

This commit is contained in:
2026-06-05 01:11:29 -06:00
parent 175630cda2
commit af8de8fa1e
3 changed files with 29 additions and 10 deletions
+3 -1
View File
@@ -91,7 +91,9 @@ json { "source": "jbd_bms", "connected": true, "soc": 70, "voltage": 13.
Additional fields may include:
text cell_count cell_voltages cell_min_voltage cell_max_voltage cell_delta_mv runtime_hours ntc_count cells_valid
text cell_count cell_voltages cell_min_voltage cell_max_voltage cell_delta_mv runtime_hours ntc_count cells_valid
`runtime_hours` is discharge runtime from the ESP32 status payload. The WebUI derives charging time-to-full from `capacity_ah`, `remaining_ah`, and positive incoming `current` without changing the API shape.
---