Skip to content

Model X102VE (ZOE II) is not documented #1729

@littleyoda

Description

@littleyoda
    "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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions