You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
- This package contains all the necessary tweaks to make [tesla_ble_mqtt_docker](https://github.com/iainbullock/tesla_ble_mqtt_docker) work as a Home Assistant add on, using onboard bluetooth devices.
4
4
It will run the official Tesla Vehicle SDK commands via BLE to activate various entities in your Tesla.
5
5
- This is to bypass the current Fleet API rate limitation and does not rely on the API.
6
+
- This set of tools also allow you to be fully in BLE mode (not using FleetAPI) to get data from your Tesla and to send commands to it.
6
7
7
8
8
9
[](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https://github.com/tesla-local-control/tesla-local-control-addon)
- Selects: Heated Seat Front Left; Heated Seat Front Right
16
+
- Buttons: Force Data Update
17
+
18
+
- NEW Feature: Status / type of charge cable is reported as a sensor
19
+
20
+
- Fixes:
21
+
- Error for setting climate temp #61 (_docker)
22
+
- Error 'Icons should be specified in the form "prefix:name" for dictionary value @ data['icon']' when processing MQTT discovery message topic #124 (_core)
23
+
- Getting more information over BLE is now possible. #66 (_docker)
24
+
- Fetch limited vehicle info over BLE #25 (_core)
25
+
- Any potential to "read state" via bluetooth? #115 (_core)
26
+
- read SoC possible? #124 (-addon)
27
+
- Read state of charge cable connected? #117 (-addon)
0 commit comments