psa_car_controller icon indicating copy to clipboard operation
psa_car_controller copied to clipboard

Log says " ERROR :: Can't get altitude from API" but it's there.

Open sod75 opened this issue 10 months ago • 0 comments

Describe the bug I see the below error message constantly in the log , yet GPS info is available and map is updated correctly.

2024-04-19 08:46:06,806 :: INFO :: new position recorded for VF3M4DGZxxxxxx
2024-04-19 08:46:06,807 :: INFO :: update_data
2024-04-19 08:46:07,379 :: ERROR :: Can't get altitude from API
`"last_position": 
  {"type": "Feature", "geometry":
    {"coordinates": [xx.3382, xx.7771, 100.0],  "type": "Point"}, 
    "properties": {"heading": 337.0, "signal_quality": 9.0, "type": "Acquire",
     "updated_at": "2024-04-19 06:44:09+00:00"}
   },`

Config file

[General]
currency = €
# define format for data export, can be csv or xlsx
export_format = csv
# minimum trip length in km so it's added to stats and map in website
minimum trip length = 1
# for future use
length unit = km
export format = csv
[Electricity config]
# price by kw/h
day price = 0.35
night price
# ex: 22h30
night hour start
# ex: 6h00
night hour end
dc charge price
high speed dc charge price
# minimum power in kW that should be delivered during a charge so it can be considered as a high speed charger
high speed dc charge threshold
charger efficiency = 0.8942

Environment (please complete the following information): OS: Linux xxx 4.4.180+ #42962 SMP Tue Sep 20 22:35:56 CST 2022 x86_64 GNU/Linux synology_geminilake_920+ Brand and model of car: Peugeot SUV 3008 Hybrid 225 Application version 3.5.0

Additional context Not sure when this started, but it wasn't there some time ago.

sod75 avatar Apr 19 '24 14:04 sod75