[Tesla] Add event stream & handling post new authentication process by Tesla (#13116)

Signed-Off-By: Karel Goderis <karel.goderis@me.com>
This commit is contained in:
Karel Goderis
2022-09-21 21:55:27 +02:00
committed by GitHub
parent 3e5dde0474
commit 062a7c1e76
11 changed files with 515 additions and 22 deletions

View File

@@ -45,7 +45,12 @@ When using one of such apps, simply copy and paste the received refresh token in
The vehicle Thing requires the vehicle's VIN as a configuration parameter `vin`.
Additionally, the optional boolean parameter `allowWakeup` can be set. This determines whether openHAB is allowed to wake up the vehicle in order to retrieve data from it. This setting is not recommended as it will result in a significant vampire drain (i.e. energy consumption although the vehicle is parking).
Additionally, the optional boolean parameter `allowWakeup` can be set.
This determines whether openHAB is allowed to wake up the vehicle in order to retrieve data from it.
This setting is not recommended as it will result in a significant vampire drain (i.e. energy consumption although the vehicle is parking).
In addition, the optional boolean parameter `enableEvents` can be set.
By doing so, events streamed by the Tesla back-end system will be captured and processed, providing near real-time updates of some key variables generated by the vehicle.
## Channels