Releases: tesla-local-control/tesla_ble_mqtt_docker
v0.2.2
v0.2.2-dev
0.2.2
Changed
NEW Feature: Try to wake car if command fails with "Error: context deadline exceeded"
NEW Feature: Added maximum allowable setting to limit the current slider in HA entities
v0.2.1-1
0.2.1-1 Minor version - no change in core code
CHG: Freeze version of vehicle-command module to ensure compatibility with Alpine Linux available go version (<1.23). To align with tesla-local-control/tesla-local-control-addon#108
0.2.1
NEW Feature: Allow to set temperature unit F|C via bool
FIX: Presence detection can not be disabled PR #52
FIX: Match comment with regex check PR #50
prepare 0.2.0-1a-dev
Testing prepare 0.2.0-1a-dev
v0.2.0
0.2.0
WARNING WARNING WARNING
Upgrading from 0.0.10 or previous? DO NOT UPGRADE PRIOR TO READ THE 0.1.0 UPGRADE INSTRUCTIONS.
BREAKING CHANGE
On/off and Open/Close entities have been grouped under switches and covers.
/!\ It will affect your current Home Assistant MQTT entities (if you use them)
Old Entity Name | New Entity Name |
---|---|
windows-close | windows (open/close) |
windows-vent | " |
charging-start | charger (start/stop) |
charging-stop | " |
charge-port-open | charge-port (open/close) |
charge-port-close | " |
climate-on | climate (on/off) |
climate-off | " |
trunk-open | trunk (open/close) |
trunk-close | " |
Changed
-
NEW Feature: Car's BLE MAC address is now auto-detected
-
NEW Feature: Info Bluetooth Adapter, view in add-on's Log tab
-
NEW Feature: Added more car specific commands; see below for the list
-
NEW Feature: Migrated buttons to covers and switches
-
NEW: Icons were added in the UI!
-
CHG: Increased tesla-control command-timeout from 5s to 20s
-
CHG: Removed Setting ble_mac_list; obsoleted by BLE MAC address auto-detection
-
CHG: Removed scan-bleln-macaddr, obsoleted by BLE MAC address auto-detection
-
Added commands
Commands Note autosecure-modelx Model X auto-seat-and-climate body-controller-state drive flash-lights frunk-open honk lock media-toggle-playback tonneau-close Cybertruck tonneau-open Cybertruck tonneau-stop Cybertruck trunk-close trunk-move trunk-open unlock
v0.1.2
v0.1.0
0.1.0
Changed
DO NOT UPGRADE PRIOR TO READ THE BELOW UPGRADE INSTRUCTIONS, SEE AFTER LIST OF CHANGES
- NEW Feature: Support for unlimited cars (VINs + MAC Addrs)
- NEW Feature: Added a TTL for car presence, when gone the sensor in HA stays ON until the TTL expires
- NEW Feature: Added "debug" entity which sends only one charge amps command: Issue #19
- NEW Setting: BLE Proximity Detection TTL (Detection is on by default; set to 0 to disable)
- NEW Setting: Presence Detection Loop Delay (how often to check the presence of your car(s))
- NEW Setting: Toggle to enable/disable Home Assistant Features (Standalone version only)
- CHG: Improved presence detection reliability (using car's MAC addr and BLE Local Name)
- CHG: Support bashio::log w/ timestamp (HA add-on)
- CHG: Reduce logging; Improved colors consistency; More to be removed once code is considered stable
- CHG: Add bluez-deprecated pkg (ciptool hciattach hciconfig hcidump hcitool meshctl rfcomm sdptool)
- CHG: Rename entities for consistency & better wording (see table below)
- WARNING: BLE device possible overheating causing performance issues
Upgrade Instructions & ${\textsf{\color{red}BREAKING CHANGES}}$
- Before update save your configuration values (VIN, MAC address and MQTT values)
- You will need to adjust your configuration
- Now supports list of VINS and MAC addresses.
- Paste your current vin to vin_list, if you own more than 1 Tesla add them all!
- Paste your current mac_addr to mac_addr_list (optional for presence detection)
- Paste your MQTT values
- Existing entities from v0.0.10f will not be affected with a few exceptions***
Entities renamed
For consistency, moving foward entity name uses only alphadigits and as a seperator - (no more _).
/!\ It will affect your current Home Assistant MQTT entities (if you use them)>
Old Entity Name | New Entity Name |
---|---|
auto_seat-climate | auto-seat-and-climate |
flash_lights | flash-lights |
heated_seat_left | heater-seat-front-left* |
heated_seat_right | heater-seat-front-right* |
sw_heater | steering-wheel-heater |
- in preparation "someday" for rear seats
v1.1.2
Multi-car support plus various other issue resolutions, requests and bug fixes
Note: This project is moving
There are now three of us working on a common project to implement this, which will improve functionality, quality, and responsiveness to issues. We haven't launched the first release yet, but it will be soon. Check it out here https://github.com/tesla-local-control/tesla-local-control-addon I will bring this project to a working conclusion, and retire it once the first release goes live at the above repository
v1.0.0
First production release