Releases: yoziru/esphome-tesla-ble
Releases · yoziru/esphome-tesla-ble
2024.8.1
2024.8.0
What's Changed
- separate init private key by @yoziru in #42
- unit of measurements for numbers by @matkaan in #46
- ble_tracker: set scan interval to 150ms by @yoziru in #47
- remove duplicate time by @yoziru in #48
- Use BLE queue for writing/reading, state machine and retry mechanism by @yoziru in #49
- bump tesla ble 2.2.1 by @yoziru in #50
- change key role from OWNER to DRIVER by @yoziru in #51
- move pair ble key + ble signal to diagnostic by @yoziru in #52
- fix: forced data update don't wait for has_closureStatuses by @yoziru in #53
- bump 2024.8.0 by @yoziru in #54
New Contributors
Full Changelog: 2024.7.28...2024.8.0
2024.7.28
What's Changed
Mostly under-the-hood changes, should resolve most authentication / epoch errors
- fix invalidate session on error by @yoziru in #40
- tesla ble 2.2.0 fix epoch issues by @yoziru in #41
- fix saving/loading SessionInfo to/from NVS
- return error code after waking up car
- bump yoziru/tesla-ble to 2.2.0
- unify updateSession method
Full Changelog: 2024.7.26...2024.7.28
2024.7.26
What's Changed
- improve handling chunked messages from BLE by @yoziru in #30
- improve listener by @yoziru in #32
- fix handleSessionInfoUpdate before error or wait by @yoziru in #38
- fix external_components github source for esphome dashboard by @yoziru in #23
- makefile updates by @yoziru in #28
- ci update by @yoziru in #29
- remove publish workflow
- ci: fix override use local components
- disable dumpbuffer + disable regenerate key button by default by @yoziru in #31
- rename ephemeral session info request by @yoziru in #36
- bump yoziru/tesla-ble to v2.1.0
Full Changelog: 2024.7.24...2024.7.26
2024.7.24
What's Changed
- Bump esphome from 2024.6.6 to 2024.7.1 by @dependabot in #18
- logging improvements by @yoziru in #20
- remove web_server by @yoziru in #19
- simplify sessioninfo handling by @yoziru in #21
- added esp32-generic board build by @yoziru in #22
- resolved #17
- ci: fix manifest.json c2198fd
- resolved #16
Full Changelog: 2024.7.22...2024.7.24
2024.7.22
What's Changed
- fix asleep sensor
has_state
when disconnected - bump tesla-ble 2.0.3
- fix parsing
CarServer.Response
- log
CarServer.Response
- fix parsing
- early exit on notify for unhandled RX messages
- tweak log levels for debug / verbose messages
Full Changelog: 2024.7.21...2024.7.22
2024.7.21
2024.7.17
What's Changed
- add VCSEC info status (logging state only for now)
- fix wake command
- change to
OWNER
role instead ofCHARGING_MANAGER
for now- if you already paired a key, you'll need to delete the key from your vehicle and re-pair
- wake command returns
UNAUTHORIZED
on 2024.20.9, support forCHARGING_MANAGER
that might be coming in 2024.26.x
Full Changelog: 2024.07.16...2024.07.17
2024.7.16
Initial release
Full Changelog: https://github.com/yoziru/esphome-tesla-ble/commits/v2024.07.16