Position data not transferred when car is driving #460
Unanswered
grandmastersepp-user
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
since 22nd of December I observe that trips are not correctly transmitted and recorded. I have an Opel Corsa-e and sucessfully use th psa_car_controller for over a year now. Until 22nd of December the car transmitted updated position data every minute during driving. That led to a history of coordinate points for a trip as expected. During 22nd of December I wondered that the trips looked like straight lines, i.e. only the start point and the end point are displayed. I thought that may be a temporary problem of the 2G network or restart of the car's systems are necessary. I disconnected the 12 V battery to heal the issues, like it did in the past, when the GSM module stopped sending data. But this time nothing changed. Still trips are not recorded correctly, moreover I think they are not sent correctly. I noticed strange behavior in the log and wanted to ask you whether you have observed similar behavior. Would you also attribute this behavior to the car or do you see a solution on psa_car_controller side? Especially the warning "charge begin but API isn't updated" is confusing, since the car was in drive mode and moving from 17:18 o'clock on and even not connected before the trip.
2023-01-11 17:18:59,136 :: WARNING :: charge begin but API isn't updated 2023-01-11 17:19:59,197 :: INFO :: ask wakeup to VXKUHZKXZLXXXXXXX 2023-01-11 17:19:59,199 :: INFO :: topic: psa/RemoteServices/from/cid/OV-ACNT200007950687/VehCharge/state: {'action': 'state'} 2023-01-11 17:19:59,204 :: WARNING :: Disconnected with result code 1 2023-01-11 17:20:00,152 :: INFO :: save config change 2023-01-11 17:20:02,969 :: INFO :: Connected with result code {'session present': 0} 2023-01-11 17:20:02,971 :: INFO :: subscribe to psa/RemoteServices/to/cid/OV-ACNT200007950687/# 2023-01-11 17:20:02,973 :: INFO :: subscribe to psa/RemoteServices/events/MPHRTServices/VXKUHZKXZLXXXXXXX 2023-01-11 17:27:26,646 :: ERROR :: get_vehicle_info: ApiException: (500) Reason: URL Open error HTTP response headers: HTTPHeaderDict({'Content-Type': 'application/json', 'Access-Control-Allow-Origin': '*', 'Access-Control-Expose-Headers': 'APIm-Debug-Trans-Id, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-Global-Transaction-ID', 'X-Backside-Transport': 'FAIL FAIL', 'Connection': 'close', 'Set-Cookie': 'PSACountry=DE; Domain=.groupe-psa.com; Path=/', 'Vary': 'Accept-Encoding'}) HTTP response body: { "httpCode":"500", "httpMessage":"URL Open error", "moreInformation":"Could not connect to endpoint" } 2023-01-11 17:28:30,047 :: INFO :: mqtt msg received: psa/RemoteServices/events/MPHRTServices/VXKUHZKXZLXXXXXXX b'{"date":"2023-01-11T16:28:28Z","etat_res_elec":5,"precond_state":{"available":1,"programs":{"program1":{"hour":34,"minute":7,"on":0,"day":[0,0,0,0,0,0,0]},"program2":{"hour":34,"minute":7,"on":0,"day":[0,0,0,0,0,0,0]},"program3":{"hour":34,"minute":7,"on":0,"day":[0,0,0,0,0,0,0]},"program4":{"hour":34,"minute":7,"on":0,"day":[0,0,0,0,0,0,0]}},"asap":0,"status":0,"aff":1},"charging_state":{"program":{"hour":4,"minute":0},"available":1,"remaining_time":635,"rate":0,"cable_detected":1,"soc_batt":64,"autonomy_zev":130,"type":0,"aff":1,"hmi_state":0,"mode":2},"stolen_state":0,"vin":"VXKUHZKXZLXXXXXXX","reason":4,"signal_quality":4,"sev_stop_date":"2023-01-11T07:23:54Z","location":{"dop":{"h":0.8,"p":1.1,"v":0.8,"valid_h":true,"valid_p":true,"valid_v":true},"dr":{"heading":342.915253,"latitude":48.427116,"longitude":11.976405,"speed":0,"valid_hdg":true,"valid_lat":true,"valid_lng":true,"valid_spd":true},"gnss":{"altitude":421.899994,"error_altitude":2.74,"error_h_position":3.53,"error_v_speed":0.09,"fix_status":3,"heading":354.259796,"latitude":48.42715,"longitude":11.976386,"speed":0,"timestamp":"2022-04-06T16:24:00Z","valid_alt":true,"valid_err_alt":true,"valid_err_hps":true,"valid_err_spd":true,"valid_hdg":true,"valid_lat":true,"valid_lng":true,"valid_spd":true},"satellites":{"tracked":23,"used":14,"valid_trk":true,"valid_usd":true,"valid_vis":true,"visible":31}},"fds":["NDR01","NAE01","NBM01","NCG01","NAO01","NAS01"],"sev_state":1,"timestamp_gnss":1649262240,"obj_counter":13,"privacy_customer":0,"privacy_applicable":0,"privacy_applicable_max":2,"superlock_state":0}' 2023-01-11 17:28:30,051 :: WARNING :: charge begin but API isn't updated
Beta Was this translation helpful? Give feedback.
All reactions