jamesremuscat / pyze

Unofficial Python client and API for Renault ZE
MIT License
111 stars 29 forks source link

Pyze is not working anymore (16-MAR-22?) #109

Open staudtm opened 2 years ago

staudtm commented 2 years ago

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

staudtm commented 2 years ago

I found this hint in a german forum (OpenWB):

New api-key.

$kamereon_api = 'VAX7XYKGfa92yMvXculCkEFyfZbuM7Ss';

RalfJahns commented 2 years ago

Thank you very much to staudtm! Was a quick fix because of this post.

staudtm commented 2 years ago

Hi Ralf, can you tell us how you fixed it in detail? Do we have to change the source code?

RalfJahns commented 2 years ago

No, no source code change required. You just have to use the new key.

From "CLI quickstart" section:

export KAMEREON_API_KEY=oF09WnKqvBDcr... export GIGYA_API_KEY=3_e8d4g4SE_Fo8ahyH...

pyze login # You should only need to do this once

You just have to do the above lines (again).

TheReiner commented 2 years ago

Same problem for me.. Until 16-MAR-22 But this solution doesn't work for me :-(

TheReiner commented 2 years ago

I found this hint in a german forum (OpenWB):

New api-key.

$kamereon_api = 'VAX7XYKGfa92yMvXculCkEFyfZbuM7Ss';

Thanks, Works fine with this new key :)

berti2911 commented 2 years ago

Thanks to "TheReiner" for presenting this new kamereon key. I searched again at least 3 hours for solving the authorisation problem. The new key works but how long.. this is a real shit.

saxos1983 commented 2 years ago

Thank you very much TheReiner for finding this out.