Philippe Gressé-Lugué
Philippe Gressé-Lugué
I understand that pre-2021 S and X cars will not be compatible with this new API but will still be with current one. This should be considered for applications... Le...
After restoration, I launched the following command to remove the warning: ``` docker exec -i teslamate-db psql -U teslamate
Backup achieved with: ``` docker exec teslamate-db pg_dump -U teslamate teslamate | gzip --rsyncable - >teslamate-database.sql.gz ``` Restoration with: ``` docker exec -i teslamate-db psql -U teslamate
I use my version @gaphi/node-red-contrib-tesla and do not have any problem for several years. I just had to add the location_data endpoint since recent Tesla update in my automation (my...
No need to commit anything, API has not changed enough : msg = { vehicleID: 'XXX', command: 'vehicleData', commandArgs: { endpoints: ['charge_state', 'location_data', ...any others...], let_sleep: true } } I...
Yes Le mar. 14 nov. 2023 à 19:14, Lineflyer ***@***.***> a écrit : > I just had to add the 'location_data' new endpoint. > > And you use these msg.*...
Here are the command arguments I use {"endpoints":["charge_state","climate_state","closures_state","drive_state","gui_settings","location_state","location_data","vehicle_config","vehicle_state","vehicle_data_combo"],"let_sleep":true} Le jeu. 16 nov. 2023 à 22:06, Lineflyer ***@***.***> a écrit : > @GaPhi > Do you know the correct name of...
The version is 1.0.6-0 in your log which is not the latest version... I have forced an update ***@***.***/node-red-contrib-tesla> which should now become 2.0.1-9 This can take some time to...
- I do not use this method -> I create a minimalistic flow - I reproduce the defect - I think the "body.response[...]" (line 611) should be "body[...]" as the...
I only have one Tesla... but the code seems to support more : const vehicleID = msg.vehicleID ?? config.vehicleID; Then, if you set msg.vehicleID (not in the payload), then another...