1.14.0 #305
Replies: 3 comments
-
Data point - my PS3, which as you know, can't report odometer data, shows this for diagnostics: And here is the relevant diagnostics (email and VIN redacted): "integration_manifest": {
"domain": "polestar_api",
"name": "Polestar API",
"codeowners": [
"leeyuentuen",
"jschlyter"
],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/pypolestar/polestar_api",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/pypolestar/polestar_api/issues",
"requirements": [
"pypolestar==1.5.0",
"gql[httpx]>=3.5.0",
"homeassistant>=2024.6.0"
],
"version": "1.14.0",
"is_built_in": false,
"overwrites_built_in": false
},
"setup_times": {
"null": {
"setup": 1.718199928291142e-05
},
"01JK7P0E5AVNBFGC68JERRRCGN": {
"wait_import_platforms": -0.012275788001716137,
"wait_base_component": -0.002928357003838755,
"config_entry_setup": 5.166821904000244
}
},
"data": {
"config_entry_data": {
"password": "**REDACTED**",
"username": "**REDACTED**",
"vin": null
},
"cars": [
{
"vin": "**REDACTED**",
"name": "Polestar 4179",
"data": {
"api_connected": true,
"api_token_expires_at": "2025-02-04 18:55:05",
"api_status_code_data": 200,
"api_status_code_auth": 200
}
}
],
"auth_api": {
"oidc_provider": "https://polestarid.eu.polestar.com",
"access_token_valid": true,
"status": 200
},
"data_api": {
"endpoint": "https://pc-api.polestar.com/eu-north-1/mystar-v2/",
"status": 200
}
}
|
Beta Was this translation helpful? Give feedback.
-
Can confirm 1.14.0 works, no longer getting the 500 error (#304 (comment)) I upgraded, deleted the existing device, added it again with fresh Polestar credentials, and back up and running (with most of my existing data back anyway) - as I found this bit confusing as to whether I needed to?
|
Beta Was this translation helpful? Give feedback.
-
Thanks for test reports, 1.14.0 is now a normal (non-pre) release |
Beta Was this translation helpful? Give feedback.
-
New Features
miles/kWh
expected in Home Assistant 2025.3, howeverparsec/TWh
will most likely not be supported.Breaking Changes
What's Changed
Full Changelog: 1.13.1...1.14.0
Beta Was this translation helpful? Give feedback.
All reactions