Closed joaquinsfy closed 1 year ago
Yes, it is covered by this issue report: https://github.com/adriankumpf/teslamate/issues/3371
Interestingly, this is now a documented change: https://developer.tesla.com/docs/fleet-api#vehicle_data
I just got 2023.38.6 (EU) the day before yesterday, and Teslamate hasn't been able to fetch data since... I do see issues in the log, yes. Complaining about missing Geo-location.
$ docker-compose logs teslamate
...
docker-teslamate-teslamate-1 | ** (MatchError) no match of right hand side value:
{:error, #Ecto.Changeset<action: :insert, changes: %{
date: ~U[2023-11-12 11:20:23.864000Z],
power: 0,
odometer: 82510.460445,
battery_heater: false,
battery_heater_no_power: false,
driver_temp_setting: Decimal.new("20.0"),
fan_status: 0,
inside_temp: Decimal.new("18.0"),
is_climate_on: false,
is_front_defroster_on: false,
is_rear_defroster_on: false,
outside_temp: Decimal.new("4.0"),
passenger_temp_setting: Decimal.new("20.0"),
battery_heater_on: false, battery_level: 84,
usable_battery_level: 84,
tpms_pressure_fl: Decimal.new("2.75"),
tpms_pressure_fr: Decimal.new("2.725"),
tpms_pressure_rl: Decimal.new("2.725"),
tpms_pressure_rr: Decimal.new("2.75"),
ideal_battery_range_km: Decimal.new("1607.73"),
rated_battery_range_km: Decimal.new("417.05"),
est_battery_range_km: Decimal.new("293.45")},
errors: [
latitude: {"can't be blank", [validation: :required]},
longitude: {"can't be blank", [validation: :required]}
],
data: #TeslaMate.Log.Position<>, valid?: false>
}
Like you @cicob i have installed yesterday 2023.38.6 (EU) and i lost access in Teslmate.
But i'm using a manual installation of Teslamate, so i just had to grab the file from here https://raw.githubusercontent.com/adriankumpf/teslamate/8134150b247eec5a08572e62fdc4ebe6fda22f63/lib/tesla_api/vehicle.ex and compile again like i did bevore.
Everything worked again.
Oh, ok, thanks
In the meantime I found a compiled patch over here: https://github.com/adriankumpf/teslamate/pull/3373
I can confirm that it helped for me. The car is back online.
$cat docker-compose.yml
version: "3"
services:
teslamate:
#image: teslamate/teslamate:latest
image: jsightler/teslamate:20231029
restart: always
...
This is resolved in the latest TeslaMate release 1e7c9a4
Is there an existing issue for this?
What happened?
Update Model s plaid to 2023.38.4, car updated doesn't appear in Teslamate
Expected Behavior
No response
Steps To Reproduce
No response
Relevant log output
Screenshots
No response
Additional data
No response
Type of installation
Manual
Version
1.27.3