jlayec

Results 10 comments of jlayec

Hello Yeah ! I did some modifications in the code and started the hybrid car work 😊 I dont know what happened! But these fields are now empty. Hope that...

Thanks for your reply. Just checked the proxy dump and "kinetic" and "last_position" fields are not present in the answer from psa servers. `GET https://api.groupe-psa.com/connectedcar/v4/user/vehicles/xxx/status?extension=odometer&client_id=xxx` ``` { "preconditionning": { "airConditioning":...

I already tried last weekend as per the note in the API documentation. I did it again today and the result is the same unfortunately. Apparently the extension request is...

here it is. What is strange : it was working before :‑( ``` [ { "vin": "VF3xxx", "vehicle_id": "xxx", "label": "SUV 3008", "brand": "Peugeot", "battery_power": 10.8, "fuel_capacity": 43, "max_elec_consumption": 70,...

yes... at least mine but maybe other cars soon...

> > > I suppose you don't have your position in mypeugeot? I observed that the position in the app is updated through bluetooth and not through the API. Easy...

> > > When you start the server you should received an mqtt message on this topic: > mqtt msg psa/RemoteServices/to/cid/XXXXXXXXX/VehicleState > Does this message contains the car position ?...

> > > > > I suppose you don't have your position in mypeugeot? > > > > > > I observed that the position in the app is updated...

> > > Ok can you confirm that car position is present in mqtt messages? > I will check my privacy settings later. well yes but values were not updated...

> > > I have the following error with your branch: > > ``` > (.env) psa_remote@FLOAPP-PEUGEOT:/usr/local/src/psa_car_controller $ python3 app_decoder.py ~/mypeugeot_1.28.apk > APK loading... > Requested API level 29 is...