Metainformationen zur Seite
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
plugins:teslacmd:start [2024/10/19 22:58] – Jan Wachsmuth | plugins:teslacmd:start [2025/02/09 10:56] (aktuell) – Jan Wachsmuth | ||
---|---|---|---|
Zeile 2: | Zeile 2: | ||
++++ Version history ... | | ++++ Version history ... | | ||
+ | |||
+ | Version 0.7.2: | ||
+ | |||
+ | * %%Fixed queries for Tesla powerwall.%% | ||
+ | |||
+ | Version 0.7.1: | ||
+ | |||
+ | * %%Added commands to retrieve status and control battery for Tesla powerwall.%% | ||
+ | |||
+ | Version 0.7.0: | ||
+ | |||
+ | * Settings page enhanced: now you can adjust timeouts, debugging and retries directly (custom BLE command removed). | ||
+ | * Debug messages for plugin are more descriptive and comprehensive. | ||
+ | * Process handling for generating and verifying keys is improved: you may stop the countdown of 30 seconds now if you are done by clicking the button. | ||
+ | * Enhancement for send.php: now VIN is used for MQTT messages if it was provided. | ||
+ | |||
+ | Version 0.6.0: | ||
+ | |||
+ | * added queuing system on Loxberry for BLE commands (only one binary is able to use BLE device at a time) | ||
+ | * improved performance for settings screen - RSSI is fetched on request only | ||
+ | * updated tesla-control binary (RSSI is added in JSON output) | ||
+ | * added verification, | ||
+ | |||
+ | Version 0.5.1: | ||
+ | |||
+ | * Minor corrections in function to send keys to car | ||
+ | * Added verification if public key was properly installed in car | ||
+ | * Added/ | ||
+ | |||
+ | Version 0.5.0: | ||
+ | |||
+ | * Automatically select the proper SDK/API from VIN of the vehicle (only pre 2021 S and Y models use old API). | ||
+ | * Create and delete a key pair via GUI for each vehicle with explanations | ||
+ | * Send public key to car via GUI with explanations | ||
+ | * Show RSSI (received signal strength) and meaning | ||
+ | * Show function blocks for outputs and output commands that can be copied to Loxone config | ||
+ | * **NOTE**: since this version, special builds of Tesla utlities that produce JSON output are required! See below for more information. | ||
+ | * Updated binary for tool ' | ||
+ | * Added binary for new tool ' | ||
+ | |||
+ | Version 0.2.4: | ||
+ | |||
+ | * Fix for version 0.2.2 - state command was missing in json file. | ||
+ | |||
+ | Version 0.2.2: | ||
+ | |||
+ | * Updated and enhanced to reflect changes from Tesla vehicle-command SDK, PR #330 - Support vehicle data over BLE | ||
+ | |||
+ | Statement from Tesla regarding the updated SDK: adds support for fetching and decrypting vehicle data over BLE. Some types of vehicle data are not available prior to 2024.38. | ||
+ | |||
+ | You are able to retrieve detailed status information from the vehicle via BLE. The tool ' | ||
+ | |||
+ | The TeslaCmd plugin supports all new commands and options for ' | ||
+ | |||
+ | Version 0.2.1: | ||
+ | |||
+ | * Minor bug fixes. | ||
+ | * %%Fixed problem with 'wake up' option via force=true option.%% | ||
Version 0.1.9: | Version 0.1.9: | ||
* Minor bug fixes. | * Minor bug fixes. | ||
- | * %%Added wake up to commands via force=true option.%% | + | * %%Added |
Version 0.1.8: | Version 0.1.8: | ||
Zeile 59: | Zeile 117: | ||
Das Tesla Vehicle Command SDK enthält das [Tesla Control Utility]([[https:// | Das Tesla Vehicle Command SDK enthält das [Tesla Control Utility]([[https:// | ||
- | Bisher (Stand Juli 2024) gibt es in der neuen API nur Befehle | + | Alle Befehle |
- | Diese Plugin unterstützt | + | Das Plugin unterstützt |
Alle Daten (Statusinformationen) werden vom Fahrzeug über MQTT zurück an den Loxone Miniserver übertragen. Die Subskription dafür lautet '' | Alle Daten (Statusinformationen) werden vom Fahrzeug über MQTT zurück an den Loxone Miniserver übertragen. Die Subskription dafür lautet '' | ||
Zeile 70: | Zeile 128: | ||
^ Befehl | ^ Befehl | ||
- | | STATUS | + | | **status** |
- | | PRODUCT_LIST | + | | **product_list** |
- | | VEHICLES | + | | **vehicles** |
=== Abfragen für ein Fahrzeug === | === Abfragen für ein Fahrzeug === | ||
- | ^ Befehl | + | Alle Befehle, die das neue Vehicle Command API via BLE verwenden, sind mit dem Bluetooth Symbol gekennzeichnet. |
- | | VEHICLE_SUMMARY | + | |
- | | VEHICLE_DATA | + | |
- | | CHARGE_STATE | + | |
- | | CLIMATE_STATE | + | |
- | | CLOSURES_STATE | + | |
- | | DRIVE_STATE | + | |
- | | GUI_SETTINGS | + | |
- | | LOCATION_DATA | + | |
- | | VEHICLE_CONFIG | + | |
- | | VEHICLE_STATE | + | |
- | === Befehle für ein Fahrzeug === | + | ^ Befehl |
+ | | **vehicle_summary** | ||
+ | | **vehicle_data** | ||
+ | | **list_keys** | {{ : | ||
+ | | **charge_state** | ||
+ | | **climate_state** | ||
+ | | **closures_state** | ||
+ | | **drive_state** | ||
+ | | **gui_settings** | ||
+ | | **location_data** | ||
+ | | **vehicle_config** | ||
+ | | **vehicle_state** | ||
+ | | **body_controller_state** | {{ : | ||
+ | | **state** | {{ : | ||
+ | |||
+ | === Befehle für ein Fahrzeug | ||
+ | |||
+ | Die nachfolgenden Befehle sind über die alte Owner' | ||
+ | |||
+ | ^ Befehl ^ Beschreibung ^ | ||
+ | | **wake_up** | Wakes up the vehicle from a sleeping state. | | ||
+ | | **sun_roof_control** | Controls the panoramic sunroof on the Model S. | | ||
+ | | **window_control** | Controls the windows. Will vent or close all windows simultaneously. | | ||
+ | | **actuate_trunk** | Opens or close either the front or rear trunk. | | ||
+ | | **honk_horn** | Honks the horn of the vehicle once. | | ||
+ | | **flash_lights** | Flashes the headlights once. | | ||
+ | | **auto_conditioning_start** | Start the climate control (HVAC) system. Will cool or heat automatically, | ||
+ | | **auto_conditioning_stop** | Stop the climate control (HVAC) system. | | ||
+ | | **set_temps** | Sets the target temperature for the climate control (HVAC) system. (e.g. value 20) | | ||
+ | | **set_preconditioning_max** | Toggles the climate controls between Max Defrost and the previous setting. | | ||
+ | | **remote_seat_heater_request** | Sets the specified seat's heater level. | | ||
+ | | **remote_steering_wheel_heater_request** | Turn steering wheel heater on or off. | | ||
+ | | **charge_port_door_open** | Opens the charge port or unlocks the cable. | | ||
+ | | **charge_port_door_close** | Closes the charge port. | | ||
+ | | **charge_start** | If the car is plugged in but not currently charging, this will start it charging. | | ||
+ | | **charge_stop** | If the car is currently charging, this will stop it. | | ||
+ | | **charge_standard** | Set vehicle to standard charge limit or ~90%. | | ||
+ | | **charge_max_range** | Set the vehicle to max charge limit. | | ||
+ | | **set_charge_limit** | Set the vehicle to defined charge limit. (e.g. value 80) | | ||
+ | | **set_charging_amps** | Sets the charge amps limit to a custom value. (e.g. value 16) | | ||
+ | | **set_scheduled_departure** | Set the scheduled departure. | | ||
+ | | **set_scheduled_charging** | Set the scheduled charge. | | ||
+ | | **set_valet_mode** | Activates or deactivates Valet Mode. | | ||
+ | | **reset_valet_pi** | Clears the currently set PIN for Valet Mode when deactivated. A new PIN will be required when activating from the car screen. | | ||
+ | | **set_sentry_mode** | Turns sentry mode on or off. | | ||
+ | |||
+ | === Neue oder angepasste Befehle für die Vehicle Control API via BLE === | ||
+ | |||
+ | Die nachfolgenden Befehle sind in der neuen Vehicle Command API enthalten. Das Plugin unterstützt derzeit nur das Senden über BLE. | ||
^ Befehl | ^ Befehl | ||
- | | WAKE_UP | + | | **ble_wake** |
- | | REMOTE_START_DRIVE | + | | **ping** | %%Ping the vehicle.%% |
- | | DOOR_UNLOCK | + | | **remote_start_drive** |
- | | DOOR_LOCK | + | | **door_unlock** |
- | | SUN_ROOF_CONTROL | + | | **door_lock** |
- | | WINDOW_CONTROL | + | | **autosecure_modelx** |
- | | ACTUATE_TRUNK | + | | **windows_close** |
- | | HONK_HORN | + | | **windows_vent** | %%Vent |
- | | FLASH_LIGHTS | + | | **trunk_close** |
- | | AUTO_CONDITIONING_START | + | | **trunk_open** | %%Open vehicle trunk. Note that trunk-close only works on certain vehicle types.%% | |
- | | AUTO_CONDITIONING_STOP | + | | **trunk_move** | %%Toggle |
- | | SET_PRECONDITIONING_MAX | + | | **frunk_open** | %%Open vehicle frunk. Note that there' |
- | | REMOTE_SEAT_HEATER_REQUEST | + | | **honk_horn** |
- | | REMOTE_STEERING_WHEEL_HEATER_REQUEST | + | | **flash_lights** |
- | | SET_TEMPS | + | | **auto_conditioning_start** |
- | | CHARGE_PORT_DOOR_OPEN | + | | **auto_conditioning_stop** |
- | | CHARGE_PORT_DOOR_CLOSE | + | | **auto_seat_and_climate** |
- | | CHARGE_START | + | | **climate_set_temp** | %%Desired temperature for climate control (HVAC) system.%% | |
- | | CHARGE_STOP | + | | **seat_heater** |
- | | CHARGE_STANDARD | + | | **steering_wheel_heater** |
- | | CHARGE_MAX_RANGE | + | | **charge_port_door_open** |
- | | SET_CHARGE_LIMIT | + | | **charge_port_door_close** |
- | | SET_CHARGING_AMPS | + | | **charge_start** |
- | | SET_SCHEDULED_DEPARTURE | + | | **charge_stop** |
- | | SET_SCHEDULED_CHARGING | + | | **set_charge_limit** |
- | | SET_VALET_MODE | + | | **set_charging_amps** |
- | | RESET_VALET_PIN | + | | **charging_schedule** |
- | | SET_SENTRY_MODE | + | | **charging_schedule_cancel** |
+ | | **charging_schedule_add** | ||
+ | | **charging_schedule_remove** | ||
+ | | **precondition_schedule_add** | %%Schedule precondition | ||
+ | | **precondition_schedule_remove** | %%Removes precondition schedule of TYPE [ID]%% | | ||
+ | | **valet_mode_off** | %%Disable valet mode.%% | | ||
+ | | **valet_mode_on** | %%Enable valet mode and set pin.%% | ||
+ | | **sentry_mode** | ||
+ | | **tonneau_close** | %%Close Cybertruck tonneau.%% | | ||
+ | | **tonneau_open** | %%Open Cybertruck tonneau.%% | | ||
+ | | **tonneau_stop** | %%Stop moving Cybertruck tonneau.%% | | ||
+ | | **media_set_volume** | %%Set volume.%% | | ||
+ | | **media_toggle_playback** | %%Toggle between play/ | ||
+ | | **software_update_start** | %%Start software update after DELAY.%% | | ||
+ | | **software_update_cancel** | ||
+ | | **guest_mode_off** | ||
+ | | **guest_mode_on** | ||
+ | | **erase_guest_data** | %%Erase Guest Mode user data.%% | | ||
+ | | **add_key** | %%Add PUBLIC_KEY to vehicle whitelist with ROLE and FORM_FACTOR.%% | | ||
+ | | **add_key_request** | %%Request NFC-card approval for a enrolling PUBLIC_KEY with ROLE and FORM_FACTOR.%% | ||
- | === Abfragen für Powerwall === | + | === Abfragen für Powerwall |
^ Befehl ^ Beschreibung ^ | ^ Befehl ^ Beschreibung ^ | ||
Zeile 128: | Zeile 243: | ||
| %%SITE_PROGRAMS%% | %%Retrieves energy site program information.%% | | | %%SITE_PROGRAMS%% | %%Retrieves energy site program information.%% | | ||
| %%SITE_TARIFF_RATE%% | %%Retrieves the user defined Utility Rate Plan used for Time-Based Control mode. It looks like this endpoint is updated every 30 minutes.%% | | | %%SITE_TARIFF_RATE%% | %%Retrieves the user defined Utility Rate Plan used for Time-Based Control mode. It looks like this endpoint is updated every 30 minutes.%% | | ||
+ | | %%BACKUP_HISTORY%% | %%Returns the backup (off-grid) event history of the site in duration of seconds.%% | | ||
+ | | %%CHARGE_HISTORY%% | %%Returns the charging history of a wall connector.%% | | ||
+ | | %%ENERGY_HISTORY%% | %%Returns the energy measurements of the site, aggregated to the requested period.%% | | ||
- | === Neue oder angepasste | + | === Befehle |
^ Befehl ^ Beschreibung ^ | ^ Befehl ^ Beschreibung ^ | ||
- | | %%LIST_KEYS%% | %%List public keys enrolled on vehicle.%% | | + | | %%BACKUP%% | %%Adjust the site's backup reserve.%% | |
- | | %%BODY_CONTROLLER_STATE%% | %%Fetch limited vehicle state information. Works over BLE when infotainment | + | | %%GRID_IMPORT_EXPORT%% | %%Allow/disallow charging |
- | | %%BLE_WAKE%% | %%Wakes up the vehicle | + | | %%OFF_GRID_VEHICLE_CHARGING_RESERVE%% | %%Adjust |
- | | %%PING%% | %%Ping | + | | %%OPERATION%% | %%Use autonomous for time-based control and self_consumption |
- | | %%REMOTE_START_DRIVE%% | %%Enables keyless driving. There is a two minute window after issuing the command | + | | %%STORM_MODE%% | %%Update storm watch participation.%% | |
- | | %%DOOR_UNLOCK%% | %%Unlocks | + | | %%TIME_OF_USE_SETTINGS%% | %%Update |
- | | %%DOOR_LOCK%% | %%Locks the doors to the vehicle.%% | | + | |
- | | %%AUTOSECURE_MODELX%% | %%Close falcon-wing doors and lock vehicle. Model X only.%% | | + | |
- | | %%WINDOWS_CLOSE%% | %%Closes all windows simultaneously.%% | | + | |
- | | %%WINDOWS_VENT%% | %%Vent all windows simultaneously.%% | | + | |
- | | %%TRUNK_CLOSE%% | %%Closes vehicle trunk. Only available on certain vehicle types.%% | | + | |
- | | %%TRUNK_OPEN%% | %%Open vehicle trunk. Note that trunk-close only works on certain vehicle types.%% | | + | |
- | | %%TRUNK_MOVE%% | %%Toggle trunk open/ | + | |
- | | %%FRUNK_OPEN%% | %%Open vehicle frunk. Note that there' | + | |
- | | %%HONK_HORN%% | %%Honks the horn of the vehicle | + | |
- | | %%FLASH_LIGHTS%% | %%Flashes the head- and backlights once.%% | | + | |
- | | %%AUTO_CONDITIONING_START%% | %%Start the climate | + | |
- | | %%AUTO_CONDITIONING_STOP%% | %%Stop the climate control (HVAC) system.%% | | + | |
- | | %%AUTO_SEAT_AND_CLIMATE%% | %%Turn on automatic seat heating | + | |
- | | %%SET_TEMPS%% | %%Sets the target temperature | + | |
- | | %%CLIMATE_SET_TEMP%% | %%Desired temperature for climate control (HVAC) system.%% | | + | |
- | | %%SET_PRECONDITIONING_MAX%% | %%Toggles | + | |
- | | %%SEAT_HEATER%% | %%Sets the specified seat's heater level.%% | | + | |
- | | %%STEERING_WHEEL_HEATER%% | %%Turn steering wheel heater on or off.%% | | + | |
- | | %%CHARGE_PORT_DOOR_OPEN%% | %%Opens the charge port or unlocks the cable.%% | | + | |
- | | %%CHARGE_PORT_DOOR_CLOSE%% | %%Closes the charge port.%% | | + | |
- | | %%CHARGE_START%% | %%If the car is plugged in but not currently charging, this will start it charging.%% | | + | |
- | | %%CHARGE_STOP%% | %%If the car is currently charging, this will stop it.%% | | + | |
- | | %%SET_CHARGE_LIMIT%% | %%Set the vehicle to defined charge limit. (e.g. value 80)%% | | + | |
- | | %%SET_CHARGING_AMPS%% | %%Sets the charge amps limit to a custom value. (e.g. value 16)%% | | + | |
- | | %%CHARGING_SCHEDULE%% | %%Schedule charging to MINS minutes after midnight and enable daily scheduling.%% | | + | |
- | | %%CHARGING_SCHEDULE_CANCEL%% | %%Cancel scheduled charge start.%% | | + | |
- | | %%SENTRY_MODE%% | %%Turns sentry mode on or off.%% | | + | |
- | | %%MEDIA_SET_VOLUME%% | %%Set volume.%% | | + | |
- | | %%MEDIA_TOGGLE_PLAYBACK%% | %%Toggle between play/ | + | |
- | | %%SOFTWARE_UPDATE_START%% | %%Start software update after DELAY.%% | | + | |
- | | %%SOFTWARE_UPDATE_CANCEL%% | %%Cancel a pending software update.%% | | + | |
===== Voraussetzungen ===== | ===== Voraussetzungen ===== | ||
Damit der Loxberry Befehle via BLE (Bluetooth Low Energy) an ein Fahrzeug senden kann, muss er sich in der Nähe des Fahrzeugs befinden. Eine maximal mögliche Entfernung kann ich nicht nennen, aber bei mir funktioniert es mit der (nicht besonders guten) kombinierten WLAN/BLE Antenne, die sich auf der Platine des Raspberry PI 3B+ befindet, durch eine Außenwand des Gebäudes (ohne Fenster auf der Seite zum Fahrzeug) über eine Distanz von ca. 7m ziemlich zuverlässig. Wer seinen Loxberry im Verteilerschrank aus Metall eingebaut hat, der sollte die Antenne auf jeden Fall nach außen verlegen, wofür die Platine bearbeitet werden muss. Anleitungen für so eine Modifikation gibt es sehr viele im Internet, u.a. [[https:// | Damit der Loxberry Befehle via BLE (Bluetooth Low Energy) an ein Fahrzeug senden kann, muss er sich in der Nähe des Fahrzeugs befinden. Eine maximal mögliche Entfernung kann ich nicht nennen, aber bei mir funktioniert es mit der (nicht besonders guten) kombinierten WLAN/BLE Antenne, die sich auf der Platine des Raspberry PI 3B+ befindet, durch eine Außenwand des Gebäudes (ohne Fenster auf der Seite zum Fahrzeug) über eine Distanz von ca. 7m ziemlich zuverlässig. Wer seinen Loxberry im Verteilerschrank aus Metall eingebaut hat, der sollte die Antenne auf jeden Fall nach außen verlegen, wofür die Platine bearbeitet werden muss. Anleitungen für so eine Modifikation gibt es sehr viele im Internet, u.a. [[https:// | ||
+ | |||
+ | ===== Golang Bluetooth Library ===== | ||
+ | |||
+ | Leider wird die Golang Bluetooth Library **// | ||
+ | |||
+ | Da die Meldungen im Debug-Modus im o.a. Fehlerbild zu mehreren 1000 Zeilen Output führen, habe ich die Tools aus dem Tesla Vehicle Command SDK auf eine andere [[https:// | ||
===== Installation ===== | ===== Installation ===== | ||
Zeile 181: | Zeile 274: | ||
- Installation des [[plugins: | - Installation des [[plugins: | ||
- Installation des Tesla-Command Plugins über die Plugin Verwaltung. | - Installation des Tesla-Command Plugins über die Plugin Verwaltung. | ||
- | - Installation bzw. Erstellung der beiden Kommandozeilentools aus dem Tesla Vehicle Command SDK, siehe zugehörige README.md auf Github oder nachfolgende Hinweise. | + | - Installation bzw. Erstellung der beiden Kommandozeilentools aus dem Tesla Vehicle Command SDK, siehe nachfolgende Hinweise. Dieser Schritt entfällt bei einem Loxberry auf Basis eines Raspberry PI mit **64-Bit** (Diet-PI mit Version Bookworm). |
- | - Erstellung eines privaten und öffentlichen Schlüssels bzw. Schlüsselpaares, | + | - Erstellung eines privaten und öffentlichen Schlüssels bzw. Schlüsselpaares, |
==== Installation der Tools aus dem Tesla Vehicle Command SDK ==== | ==== Installation der Tools aus dem Tesla Vehicle Command SDK ==== | ||
- | Dieser Schritt kann bei einem Loxberry auf Basis eines Raspberry PI mit 64-Bit (z.B. bei einem Diet-PI mit Version Bookworm) | + | Dieser Schritt kann bei einem Loxberry auf Basis eines Raspberry PI mit **64-Bit** (z.B. bei einem Diet-PI mit Version Bookworm) übersprungen werden, weil die beiden benötigten Tools bereits im Binärformat im Plugin enthalten sind. Man benötigt daher weder Golang noch das SDK. Bei Verwendung eines Raspberry PI mit **32-Bit** bitte die Release Notes beachten. In einigen Versionen habe ich die Tools aktualisiert, |
+ | |||
+ | Für alle anderen Betriebssysteme und CPUs ist dieser Schritt erforderlich. Die Installation der Tools ist in der [[https:// | ||
+ | |||
+ | **WICHTIG**: | ||
=== Installation von Golang === | === Installation von Golang === | ||
Zeile 211: | Zeile 308: | ||
Die Installation des **//Tesla Vehicle Command SDK//** kann über **//Git//** erfolgen. Alternativ kann das SDK auch im **// | Die Installation des **//Tesla Vehicle Command SDK//** kann über **//Git//** erfolgen. Alternativ kann das SDK auch im **// | ||
- | Anschließend werden die Tools in das Verzeichnis **///usr/local/bin//** kopiert, welches | + | Eine modifizierte Version der Golang Bluetooth Library von Rigado ist [[https://github.com/Jan21493/ble|hier]] zu finden. Eine [[https://github.com/ |
<code bash> | <code bash> | ||
Zeile 219: | Zeile 316: | ||
# exit | # exit | ||
cd ~ | cd ~ | ||
- | git clone https:// | + | # git clone https:// |
+ | git clone https:// | ||
+ | # git clone https:// | ||
+ | git clone --single-branch --branch local-enhancements https:// | ||
cd vehicle-command/ | cd vehicle-command/ | ||
# if not set yet: export PATH=$PATH:/ | # if not set yet: export PATH=$PATH:/ | ||
go get ./... | go get ./... | ||
+ | |||
+ | # set environment variables that are used for version information | ||
+ | HWINFO=$(cat / | ||
+ | HWARCH=$(uname -m) | ||
+ | VCVERSION=$(git rev-parse --short HEAD) | ||
+ | TODAY=$(date "+%a, %d %b %Y %T") | ||
+ | echo " | ||
+ | echo " | ||
+ | echo " | ||
+ | echo "Date: " | ||
# build tesla-control utility - may take a while | # build tesla-control utility - may take a while | ||
cd cmd/ | cd cmd/ | ||
- | go build ./... | + | go build -ldflags "-X ' |
+ | |||
+ | # build tesla-scan utility - may take a while | ||
+ | cd ../ | ||
+ | go build -ldflags "-X ' | ||
# build tesla-keygen utility - may take a while | # build tesla-keygen utility - may take a while | ||
Zeile 232: | Zeile 346: | ||
go build ./... | go build ./... | ||
cd .. | cd .. | ||
- | # als Superuser ausführen | ||
- | su | ||
- | mv ./ | ||
- | mv ./ | ||
</ | </ | ||
- | Der Zugriff auf Bluetooth erfordert unter Linux ein entsprechendes Recht, welches man dem Tool tesla-control explizit geben muss, damit es von einem ' | + | Anschließend werden die Tools in das Verzeichnis **/// |
<code bash> | <code bash> | ||
# als Superuser ausführen | # als Superuser ausführen | ||
+ | su | ||
+ | cd / | ||
+ | mv ./ | ||
setcap ' | setcap ' | ||
+ | mv ./ | ||
+ | mv ./ | ||
+ | setcap ' | ||
exit | exit | ||
</ | </ | ||
- | Als Ergebnis der oben dargestellen Schritte sind jetzt zwei Tools aus dem Tesla Vehicle Command SDK auf dem Loxberry installiert, | + | Als Ergebnis der oben dargestellen Schritte sind jetzt die Tools aus dem Tesla Vehicle Command SDK auf dem Loxberry installiert, |
<code bash> | <code bash> | ||
tesla-control -h | tesla-control -h | ||
tesla-keygen -h | tesla-keygen -h | ||
+ | tesla-scan -h | ||
</ | </ | ||
Zeile 259: | Zeile 376: | ||
Zunächst wird dafür ein Schlüsselpaar erstellt. Damit im Plugin mehrere Fahrzeuge unterschieden werden können, muss das Schlüsselpaar die VIN des Fahrzeugs im Namen enthalten. Diese wird z.B. im ' | Zunächst wird dafür ein Schlüsselpaar erstellt. Damit im Plugin mehrere Fahrzeuge unterschieden werden können, muss das Schlüsselpaar die VIN des Fahrzeugs im Namen enthalten. Diese wird z.B. im ' | ||
- | Derzeit muss das Schlüsselpaar | + | Mittlerweile kann das Schlüsselpaar |
+ | |||
+ | Um manuell ein Schlüsselpaar zu erstellen, ersetzt man die VIN durch die VIN des eigenen Fahrzeugs | ||
<code bash> | <code bash> | ||
Zeile 266: | Zeile 385: | ||
</ | </ | ||
- | Die Schlüssel, die mit Hilfe des Tools **// | + | Der gleiche o.a. Befehl mit ' |
+ | |||
+ | Die Schlüssel, die mit Hilfe des Tools **// | ||
==== Installation des öffentlichen Schlüssels im Fahrzeug ==== | ==== Installation des öffentlichen Schlüssels im Fahrzeug ==== | ||
Erst mit der Installation des öffentlichen Schlüssels eines Schlüsselpaares im Fahrzeug wird der zugehörige private Schlüssel autorisiert und damit schützenswert. Um den Schlüssel zu installieren, | Erst mit der Installation des öffentlichen Schlüssels eines Schlüsselpaares im Fahrzeug wird der zugehörige private Schlüssel autorisiert und damit schützenswert. Um den Schlüssel zu installieren, | ||
- | |||
- | **Wichtig ist, dass das Fahrzeug wach ist und sich nicht im Schlafmodus befindet!** | ||
=== Senden des Befehls an das Fahrzeug === | === Senden des Befehls an das Fahrzeug === | ||
- | Im ersten Schritt wird der Befehl zum Installieren des öffentlichen Schlüssels an das Fahrzeug gesendet. Der Befehl **// | + | Im ersten Schritt wird der Befehl zum Installieren des öffentlichen Schlüssels an das Fahrzeug gesendet. |
+ | |||
+ | Der Befehl **// | ||
<code bash> | <code bash> | ||
Zeile 286: | Zeile 407: | ||
Nur wenn die Ausgabe //'' | Nur wenn die Ausgabe //'' | ||
- | Man muss beim Absenden des Befehls nicht im Fahrzeug sein. Wichtig ist aber, dass sich das Fahrzeug nicht im Schlafmodus befindet. | + | Man muss beim Absenden des Befehls nicht im Fahrzeug sein. Bei einigen Modellen kann es erforderlich sein, dass sich das Fahrzeug nicht im Schlafmodus befindet. |
=== Autorisierung des neuen Schlüssels === | === Autorisierung des neuen Schlüssels === | ||
- | Der neue Schlüssel wird autorisiert, | + | Der neue Schlüssel wird autorisiert, |
{{: | {{: | ||
- | Der Text der Meldung "//Handyschlüssel// | + | Der Text der Meldung "//**Handy**schlüssel// |
{{: | {{: | ||
- | Nach der Bestätigung wird der neue Schlüssel in der Liste der autorisierten Schlüssel angezeigt. Das entsprechende Menü heisst **// | + | Nach der Bestätigung wird der neue Schlüssel in der Liste der autorisierten Schlüssel angezeigt. Das entsprechende Menü heisst **// |
{{: | {{: | ||
Zeile 371: | Zeile 492: | ||
===== Roadmap ===== | ===== Roadmap ===== | ||
- | Dieses Plugin ist im frühen | + | Dieses Plugin ist im Entwicklungsstand. Ich verwende das Plugin |
Mögliche weiter Entwicklungsschritte: | Mögliche weiter Entwicklungsschritte: | ||
- | * ToDo: integrated wake up via BLE if force option is used (only shown, but not implemented so far) | + | * Bisher keine Feature Requests gestellt. |
- | * Erstellen des Schlüsselpaares über das Plugin | + | |
- | * Automatische XML Erstellung für Loxone | + | |
===== Fragen stellen und Fehler melden ===== | ===== Fragen stellen und Fehler melden ===== | ||
Zeile 388: | Zeile 507: | ||
pluginuebersicht.logo : : | pluginuebersicht.logo : : | ||
pluginuebersicht.status : BETA | pluginuebersicht.status : BETA | ||
- | pluginuebersicht.version : 0.1.9 | + | pluginuebersicht.version : 0.7.2 |
pluginuebersicht.min_lb_version : 2.0 | pluginuebersicht.min_lb_version : 2.0 | ||
pluginuebersicht.url_release : | pluginuebersicht.url_release : | ||
- | pluginuebersicht.url_prerelease : https:// | + | pluginuebersicht.url_prerelease : https:// |
pluginuebersicht.description : Plugin für das von Tesla in 2024 veröffentlichte Tesla Vehicle Command SDK. Über das Plugin können Informationen zu den verwendeten Tesla Produkten abgerufen oder Befehle an die Tesla Produkte gesendet werden. Nachfolger des TeslaConnect Plugins. | pluginuebersicht.description : Plugin für das von Tesla in 2024 veröffentlichte Tesla Vehicle Command SDK. Über das Plugin können Informationen zu den verwendeten Tesla Produkten abgerufen oder Befehle an die Tesla Produkte gesendet werden. Nachfolger des TeslaConnect Plugins. | ||
pluginuebersicht.languages : EN | pluginuebersicht.languages : EN |