โšก vrm-ev-proxy

v2.1  ยท  Victron VRM โ†’ EVCC

Endpoints
/ Status page (UI)
/settings Settings (UI)
/api/health Health check ยท JSON
GET /api/health โ€“ Live open โ†—
{
  "status": "ok",
  "error": null,
  "data_age": 37,
  "site_id": "238127",
  "version": "2.1"
}
GET /api/1/vehicles/<VIN>/vehicle_data โ€“ Live (age: 37s)
{
  "XP7YGCFR8TB847844": {
    "response": {
      "response": {
        "charge_state": {
          "battery_level": 82,
          "battery_range": 227.42,
          "charge_limit_soc": 100,
          "charging_state": "Disconnected",
          "charge_amps": 16
        }
      }
    }
  }
}