Expand abbreviated trace labels for clarity

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-27 16:30:58 +02:00
co-authored by Claude Sonnet 4.6
parent eea4bdc3ba
commit cc2c52a827
+8 -8
View File
@@ -95,16 +95,16 @@ _SETTINGS_PATH = Path.home() / ".config" / "we_monitor" / "plot_settings.json"
# cursor readout. Falls back to the last path component for unknown keys.
_TRACE_LABELS: dict[str, str] = {
"charging.power": "charge power",
"charging.remain": "time to full",
"charging.settings.target_level": "target SOC",
"climatisation.remain": "clim. time",
"climatisation.settings.target_temperature": "target temp",
"climatisation.environment.temperature_outside": "outside temp",
"electric_drive.battery.soc": "SOC",
"charging.remain": "charge time remain",
"charging.settings.target_level": "battery SOC set",
"climatisation.remain": "clima time remain",
"climatisation.settings.target_temperature": "clima temperature set",
"climatisation.environment.temperature_outside": "outside temperature",
"electric_drive.battery.soc": "battery soc",
"electric_drive.range": "range",
"electric_drive.range_full": "range (full)",
"electric_drive.battery.temperature_max": "batt. temp max",
"electric_drive.battery.temperature_min": "batt. temp min",
"electric_drive.battery.temperature_max": "battery temperature (max)",
"electric_drive.battery.temperature_min": "battery temperature (min)",
"electric_drive.odometer.odometer": "odometer",
"procedural.range_at_100": "range 100%",
}