Skip to content

Releases: tesla-local-control/tesla_ble_mqtt_docker

v0.2.2

15 Sep 18:23
536a1db
Compare
Choose a tag to compare

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.2-dev

15 Sep 15:20
02c5edd
Compare
Choose a tag to compare
v0.2.2-dev Pre-release
Pre-release

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

10 Sep 15:03
bec60c4
Compare
Choose a tag to compare

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

09 Sep 07:48
4c87de5
Compare
Choose a tag to compare
prepare 0.2.0-1a-dev Pre-release
Pre-release

Testing prepare 0.2.0-1a-dev

v0.2.0

26 Jul 05:57
8a608ab
Compare
Choose a tag to compare

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

15 Jul 16:43
168cfd9
Compare
Choose a tag to compare

Changed

CHG: Fix allow empty setting BLE MAC addr (Docker standalone)

Fixed

Bug in v0.1.1 which prevented the container from starting #39

v0.1.0

13 Jul 06:56
10c3016
Compare
Choose a tag to compare

0.1.0

Changed

${\textsf{\color{red}WARNING WARNING WARNING}}$
DO NOT UPGRADE PRIOR TO READ THE BELOW UPGRADE INSTRUCTIONS, SEE AFTER LIST OF CHANGES
${\textsf{\color{red}WARNING WARNING WARNING}}$

  • 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

26 Jun 19:02
ffe5efa
Compare
Choose a tag to compare

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

10 Jun 13:49
637bd89
Compare
Choose a tag to compare

First production release