epenet

Results 234 comments of epenet

Works for me. ``` Month Number of charges Total time charging Errors ------- ------------------- --------------------- -------- 202203 3 16:26:00 0 ``` You should run it with logs or with debug:...

`pip install --upgrade renault-api` or `pip install renault-api==0.1.10`

dateparser issue => you are correct there is an issue with the sub-dependency: https://github.com/scrapinghub/dateparser/pull/1046

duration issue => it is fine on my Zoe40: ```console Charge start Charge end Duration Power (kW) Started at Finished at Charge gained Power level Status ------------------- ------------------- ---------- ------------...

Can you please send the full JSON from `renault-api --debug charge sessions --from 2020-01 --to 2022-03`? The json that you pasted doesn't seem to be in the correct format (missing...

@PysX I have received some information that maybe `carGateway` could be useful to identify different car functionnalities. Could you post the results of this endpoint and confirm what it looks...

@PaoloTo / @chino-lu would you be able to provide some samples from the Captur and from the Twingo? `poetry run renault-api --json http get "/commerce/v1/accounts/{account_id}/kamereon/kca/car-adapter/v2/cars/{vin}"`

It shouldn't be based on `locale`, but should be an independent option. I'm open to PR... You can take a look at https://github.com/hacf-fr/renault-api/blob/main/src/renault_api/cli/__main__.py#L150 for adding options to CLI. And you...

These will be nice to have as buttons in Home Assistant. Can you provide corresponding PRs?

Python is really easy to learn - I wasn't a python developer either, until I started using Home Assistant.