FRSTR

Results 24 comments of FRSTR

Hi @epenet . Just wanted to double check with you if you plan any work there. I have a daily need to at least lock the car via API or...

btw, @epenet I found this library for SRP, and it seems that generating SRP requests could as simple as the example on the readme page - https://github.com/cocagne/pysrp If the SRP...

@epenet but it is already there in renault-api/src/renault_api/renault_vehicle.py : `async def get_lock_status(self) -> models.KamereonVehicleLockStatusData:` Or by expose you mean there should be some other structures? I'm sorry, I'm not fully...

@epenet I've created a draft PR at https://github.com/hacf-fr/renault-api/pull/506 I did not expect that would be that easy with github desktop app, but at the same time... I did not run...

@jumpjack you get this error for which request?

Different cars apparently make it different. My car basically starts its gasoline engine to do the job, and I guess it requires some level of security. Presumably for e-cars, hvac...

This new spr.py file only needs renault-api installed in the system (I tested it in WSL), so it does not depend on other files in this repository. At the top...

The URL for notifications is `https://api-wired-prod-1-euw1.wrd-aws.com/commerce/v1/persons//notifications/kmr?&notificationId=` And from what I remember you can skip the last part after "kmr" and it will give you all your notifications in a single...

I think yes. You can actually run this sample with your own ids/variables. While the final response from the server is an error due to SRP validation, the entire flow...