Update clients, docs, and install for CarConnectivity migration

- gui_client: update _TRACE_LABELS paths to new flat snapshot structure
- README: update library name, pip command, domain list, credentials
  template, output example, and module reference
- install.sh: update credentials template and systemd service description
- client.py: update docstring
- data_model: Kelvin→Celsius conversion for battery temps (CarConnectivity
  returns Kelvin); round range_estimated_full to 1 decimal
- jay_diff: fix merge when old value is not a dict; skip empty-dict
  branches in delete

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-27 11:43:41 +02:00
co-authored by Claude Sonnet 4.6
parent bf33737654
commit 4492692786
6 changed files with 46 additions and 42 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
"""
WeConnect push-server test client.
CarConnectivity push-server test client.
Connects to the collect.py TCP push server and prints each incoming
snapshot to stdout as pretty-printed JSON.