"X102VE": { # ZOE phase 2
"battery-status": _DEFAULT_ENDPOINTS["battery-status"],
"cockpit": _DEFAULT_ENDPOINTS["cockpit"],
"hvac-status": _DEFAULT_ENDPOINTS["hvac-status"],
"location": _DEFAULT_ENDPOINTS["location"],
"charge-mode": None, # default => 400 Bad Request
"charge-schedule": None, # default and _KCM_ENDPOINTS["charge-schedule"] => 404
"lock-status": None, # default => 404
"pressure": None, # default => 404
"res-state": None, # default => 404
},
Since Charge Mode and Charge Scheduler still work in the app, the appropriate endpoints are probably missing.
Is there any documentation available on how to record the app's traffic? My brief attempt with HTTP Toolkit and apk-mitm was unsuccessful.
Since Charge Mode and Charge Scheduler still work in the app, the appropriate endpoints are probably missing.
Is there any documentation available on how to record the app's traffic? My brief attempt with HTTP Toolkit and apk-mitm was unsuccessful.