mirror of
https://github.com/Dielee/volvo2mqtt.git
synced 2026-08-13 11:19:52 +02:00
Make 1.2.0 ready
This commit is contained in:
+13
-1
@@ -1,10 +1,22 @@
|
|||||||
|
## v1.2.0
|
||||||
|
|
||||||
|
### 🚀 Features:
|
||||||
|
|
||||||
|
- Some minor corrections and more checking for exceptions #267
|
||||||
|
- Better logging, indicate URL used on API errors, check exceptions in more places to dont kill threads, add option for mqtt logging
|
||||||
|
- Dont force token renew on 5xx errors
|
||||||
|
- Indicate payload on error message to understand better issue #270
|
||||||
|
- Better checking on received update_interval #270
|
||||||
|
- Add TA trip statistics #283
|
||||||
|
|
||||||
|
Thanks to @luka6000 and @ivanfmartinez for your PRs!
|
||||||
|
|
||||||
## v1.10.6
|
## v1.10.6
|
||||||
|
|
||||||
### 🐛 Bug Fixes:
|
### 🐛 Bug Fixes:
|
||||||
|
|
||||||
- Fix missing refresh_token and API changes by volvo. Thanks to @esusxunil.
|
- Fix missing refresh_token and API changes by volvo. Thanks to @esusxunil.
|
||||||
|
|
||||||
|
|
||||||
## v1.10.5
|
## v1.10.5
|
||||||
|
|
||||||
### 🐛 Bug Fixes:
|
### 🐛 Bug Fixes:
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
name: "Volvo2Mqtt"
|
name: "Volvo2Mqtt"
|
||||||
description: "Volvo AAOS MQTT bridge"
|
description: "Volvo AAOS MQTT bridge"
|
||||||
version: "1.10.6"
|
version: "1.2.0"
|
||||||
slug: "volvo2mqtt"
|
slug: "volvo2mqtt"
|
||||||
init: false
|
init: false
|
||||||
url: "https://github.com/Dielee/volvo2mqtt"
|
url: "https://github.com/Dielee/volvo2mqtt"
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
from config import settings
|
from config import settings
|
||||||
|
|
||||||
VERSION = "v1.10.6"
|
VERSION = "v1.2.0"
|
||||||
|
|
||||||
OAUTH_TOKEN_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2"
|
OAUTH_TOKEN_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2"
|
||||||
OAUTH_AUTH_URL = "https://volvoid.eu.volvocars.com/as/authorization.oauth2"
|
OAUTH_AUTH_URL = "https://volvoid.eu.volvocars.com/as/authorization.oauth2"
|
||||||
|
|||||||
Reference in New Issue
Block a user