pyze icon indicating copy to clipboard operation
pyze copied to clipboard

Unofficial Python client and API for Renault ZE

Results 32 pyze issues
Sort by recently updated
recently updated
newest added

I heard that Renault has changed the API (or introduced a new API key?). Can someone please check?

Hi, it work very well with my Zoe but i buy a new car... An Electric Twingo ZE and i have this error Thanks /Renault# pyze status --vin VF1AXXXXXXXXXXXXXX Traceback...

Hi, At the moment there's no return status when requesting AC start, but in the debug mode we can clearly see the Kameron response with some useful data that could...

Hello, About 2 days ago my connection stopped working and I get the error, Error communicating with Renault API! {"error":"access_denied","error_description":"Unauthorized"} Is this an issue with pyze? I have tried re...

I am glad to announce my "test page" for developers and hackers which want to explore their cars capabilities: http://jumpjack.altervista.org/myrenault/ Have fun and share your results! ;-) Note: you don't...

The `location()` method in the `Vehicle` class as duplicated; removed the duplicated version under the "not implemented" section.

I get a 403 unauthorized error for this command: trip-history?start=20211001&end=20211010&type=day Does it work for anybody?

`/commerce/v1/accounts/{id}/kamereon/kca/car-adapter/v1/cars/{vin}/res-state` (`GET`) Theoretically returns an object with `code` and `details`, where `code` is one of: ``` STOPPED_READY_FOR_KEY(11), STOPPED_READY_FOR_RES(10), RUNNING_BY_KEY(21), RUNNING_BY_RES(42), NOT_AVAILABLE(1), INTERNAL_ERROR(0), NOT_ENABLED(2), NOT_YET_READY(3), ERROR_CODE(9223372036854775808) ``` I don't know what...

With my captur, `charge-mode --schedule` is not enough to stop charging, maybe I need `"/actions/charging-start"` with `"action" : "stop"` payload? Is it instead enough for Zoe?

How do I set charge schedule? Command **pyze schedule** returns this: ``` Schedule ID: 1 [Active] Day Start time End time Duration --------- ------------ ---------- ---------- Monday 03:30 08:30 5:00:00...