Hi,
I am documenting the model XFB2BK (Renault Megane IV Grandtour E-Tech Plug-in Hybrid).
VIN starts with: VF1RFB...
Working Endpoints
- /commerce/v1/accounts/{account_id}/kamereon/kca/car-adapter/v2/cars/{vin}/battery-status
Confirmed: Returns battery level, autonomy, and charging status.
- /commerce/v1/accounts/{account_id}/kamereon/kca/car-adapter/v1/cars/{vin}/cockpit (Mileage & Fuel)
- /commerce/v1/accounts/{account_id}/kamereon/kca/car-adapter/v1/cars/{vin}/location (GPS)
- /commerce/v1/accounts/{account_id}/kamereon/kca/car-adapter/v1/cars/{vin}/hvac-status
Tested Action Endpoints
- Charging Start: SUCCESS
Response: {"data": {"type": "ChargingStart", "id": "...", "attributes": {"action": "start"}}}
- Horn/Lights: FORBIDDEN (Error: err.func.wired.forbidden)
Non-Working Endpoints (404 Error)
- lock-status
- pressure
- res-state
This model should use the v2/battery-status endpoint and supports charging-start actions.
Horns/Lights and Lock status are not available for this model.
Hi,
I am documenting the model XFB2BK (Renault Megane IV Grandtour E-Tech Plug-in Hybrid).
VIN starts with: VF1RFB...
Working Endpoints
Confirmed: Returns battery level, autonomy, and charging status.
Tested Action Endpoints
Response: {"data": {"type": "ChargingStart", "id": "...", "attributes": {"action": "start"}}}
Non-Working Endpoints (404 Error)
This model should use the v2/battery-status endpoint and supports charging-start actions.
Horns/Lights and Lock status are not available for this model.