teslamate-org / teslamate

A self-hosted data logger for your Tesla 🚘
https://docs.teslamate.org
MIT License
5.8k stars 722 forks source link

Fresh install 1.25.2 on fresh Debian 11, WebApp : Ok, Grafana : every Metric request error 500 #2324

Closed 10tribu closed 2 years ago

10tribu commented 2 years ago

Is there an existing issue for this?

What happened?

Fresh install of Teslamate 1.25.2 on fresh Debian 11 WM WebApp : Ok Grafana : Every Metric request error 500

Capture d’écran 2022-01-15 à 11 51 01 Capture d’écran 2022-01-15 à 11 50 51

Expected Behavior

No response

Steps To Reproduce

No response

Relevant log output

Attaching to freebox_teslamate_1
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | waiting for postgres at database:5432
teslamate_1  | 2022-01-14 10:56:38.129 [info] == Running 20190330150000 TeslaMate.Repo.Migrations.CreateCar.change/0 forward
teslamate_1  | 2022-01-14 10:56:38.179 [info] create table cars
teslamate_1  | 2022-01-14 10:56:38.501 [info] create index cars_eid_index
teslamate_1  | 2022-01-14 10:56:38.733 [info] create index cars_vid_index
teslamate_1  | 2022-01-14 10:56:39.271 [info] == Migrated 20190330150000 in 0.9s
teslamate_1  | 2022-01-14 10:56:39.588 [info] == Running 20190330160000 TeslaMate.Repo.Migrations.CreateTrips.change/0 forward
teslamate_1  | 2022-01-14 10:56:39.589 [info] create table trips
teslamate_1  | 2022-01-14 10:56:40.093 [info] == Migrated 20190330160000 in 0.5s
teslamate_1  | 2022-01-14 10:56:40.217 [info] == Running 20190330170000 TeslaMate.Repo.Migrations.CreatePositions.change/0 forward
teslamate_1  | 2022-01-14 10:56:40.218 [info] create table positions
teslamate_1  | 2022-01-14 10:56:40.501 [info] == Migrated 20190330170000 in 0.2s
teslamate_1  | 2022-01-14 10:56:40.637 [info] == Running 20190330180000 TeslaMate.Repo.Migrations.CreateStates.change/0 forward
teslamate_1  | 2022-01-14 10:56:40.723 [info] execute "CREATE TYPE states_status AS ENUM ('online', 'offline', 'asleep')"
teslamate_1  | 2022-01-14 10:56:40.726 [info] create table states
teslamate_1  | 2022-01-14 10:56:40.964 [info] == Migrated 20190330180000 in 0.3s
teslamate_1  | 2022-01-14 10:56:41.111 [info] == Running 20190330190000 TeslaMate.Repo.Migrations.CreateChargingProcesses.change/0 forward
teslamate_1  | 2022-01-14 10:56:41.112 [info] create table charging_processes
teslamate_1  | 2022-01-14 10:56:41.340 [info] == Migrated 20190330190000 in 0.2s
teslamate_1  | 2022-01-14 10:56:41.531 [info] == Running 20190330200000 TeslaMate.Repo.Migrations.CreateCharges.change/0 forward
teslamate_1  | 2022-01-14 10:56:41.532 [info] create table charges
teslamate_1  | 2022-01-14 10:56:42.145 [info] == Migrated 20190330200000 in 0.6s
teslamate_1  | 2022-01-14 10:56:42.258 [info] == Running 20190408203117 TeslaMate.Repo.Migrations.CreateUpdates.change/0 forward
teslamate_1  | 2022-01-14 10:56:42.259 [info] create table updates
teslamate_1  | 2022-01-14 10:56:42.498 [info] == Migrated 20190408203117 in 0.2s
teslamate_1  | 2022-01-14 10:56:42.613 [info] == Running 20190415103933 TeslaMate.Repo.Migrations.AddInsideTemp.change/0 forward
teslamate_1  | 2022-01-14 10:56:42.613 [info] alter table positions
teslamate_1  | 2022-01-14 10:56:42.615 [info] alter table trips
teslamate_1  | 2022-01-14 10:56:42.617 [info] == Migrated 20190415103933 in 0.0s
teslamate_1  | 2022-01-14 10:56:42.721 [info] == Running 20190415115227 TeslaMate.Repo.Migrations.AddBatteryHeaterFields.change/0 forward
teslamate_1  | 2022-01-14 10:56:42.722 [info] alter table positions
teslamate_1  | 2022-01-14 10:56:42.724 [info] alter table charges
teslamate_1  | 2022-01-14 10:56:42.726 [info] == Migrated 20190415115227 in 0.0s
teslamate_1  | 2022-01-14 10:56:42.832 [info] == Running 20190415130006 TeslaMate.Repo.Migrations.CreateAddresses.change/0 forward
teslamate_1  | 2022-01-14 10:56:42.833 [info] create table addresses
teslamate_1  | 2022-01-14 10:56:43.403 [info] create index addresses_place_id_index
teslamate_1  | 2022-01-14 10:56:43.645 [info] == Migrated 20190415130006 in 0.8s
teslamate_1  | 2022-01-14 10:56:43.748 [info] == Running 20190415130705 TeslaMate.Repo.Migrations.AddAddressesToTrips.change/0 forward
teslamate_1  | 2022-01-14 10:56:43.749 [info] alter table trips
teslamate_1  | 2022-01-14 10:56:43.755 [info] == Migrated 20190415130705 in 0.0s
teslamate_1  | 2022-01-14 10:56:43.859 [info] == Running 20190415192200 TeslaMate.Repo.Migrations.AddAddressToChargingProcess.change/0 forward
teslamate_1  | 2022-01-14 10:56:43.859 [info] alter table charging_processes
teslamate_1  | 2022-01-14 10:56:43.863 [info] == Migrated 20190415192200 in 0.0s
teslamate_1  | 2022-01-14 10:56:43.992 [info] == Running 20190416125429 TeslaMate.Repo.Migrations.AddIndexesOnDates.change/0 forward
teslamate_1  | 2022-01-14 10:56:43.994 [info] create index positions_date_index
teslamate_1  | 2022-01-14 10:56:44.208 [info] create index charges_date_index
teslamate_1  | 2022-01-14 10:56:44.528 [info] == Migrated 20190416125429 in 0.5s
teslamate_1  | 2022-01-14 10:56:44.642 [info] == Running 20190525125700 TeslaMate.Repo.Migrations.RenameSocFields.change/0 forward
teslamate_1  | 2022-01-14 10:56:44.642 [info] rename column start_soc to start_range_km on table charging_processes
teslamate_1  | 2022-01-14 10:56:44.644 [info] rename column end_soc to end_range_km on table charging_processes
teslamate_1  | 2022-01-14 10:56:44.646 [info] == Migrated 20190525125700 in 0.0s
teslamate_1  | 2022-01-14 10:56:44.741 [info] == Running 20190717184003 TeslaMate.Repo.Migrations.AddFkeyIndexes.change/0 forward
teslamate_1  | 2022-01-14 10:56:44.743 [info] create index charges_charging_process_id_index
teslamate_1  | 2022-01-14 10:56:45.025 [info] create index charging_processes_car_id_index
teslamate_1  | 2022-01-14 10:56:45.257 [info] create index charging_processes_position_id_index
teslamate_1  | 2022-01-14 10:56:45.523 [info] create index charging_processes_address_id_index
teslamate_1  | 2022-01-14 10:56:45.732 [info] create index positions_car_id_index
teslamate_1  | 2022-01-14 10:56:46.097 [info] create index positions_trip_id_index
teslamate_1  | 2022-01-14 10:56:46.296 [info] create index states_car_id_index
teslamate_1  | 2022-01-14 10:56:46.549 [info] create index trips_car_id_index
teslamate_1  | 2022-01-14 10:56:46.748 [info] create index trips_start_address_id_index
teslamate_1  | 2022-01-14 10:56:47.068 [info] create index trips_end_address_id_index
teslamate_1  | 2022-01-14 10:56:47.267 [info] create index updates_car_id_index
teslamate_1  | 2022-01-14 10:56:47.521 [info] == Migrated 20190717184003 in 2.7s
teslamate_1  | 2022-01-14 10:56:47.646 [info] == Running 20190729142656 TeslaMate.Repo.Migrations.AddConversionFunctions.up/0 forward
teslamate_1  | 2022-01-14 10:56:47.646 [info] execute "CREATE FUNCTION convert_celsius(n double precision, unit text)\nRETURNS double precision\nAS $$\n  SELECT\n    CASE WHEN $2 = 'C' THEN $1\n         WHEN $2 = 'F' THEN ($1 * 9 / 5) + 32\n    END;\n$$\nLANGUAGE SQL\nIMMUTABLE\nRETURNS NULL ON NULL INPUT;\n"
teslamate_1  | 2022-01-14 10:56:47.649 [info] execute "CREATE FUNCTION convert_km(n double precision, unit text)\nRETURNS double precision\nAS $$\n  SELECT\n    CASE WHEN $2 = 'km' THEN $1\n         WHEN $2 = 'mi' THEN $1 / 1.60934\n    END;\n$$\nLANGUAGE SQL\nIMMUTABLE\nRETURNS NULL ON NULL INPUT;\n"
teslamate_1  | 2022-01-14 10:56:47.651 [info] == Migrated 20190729142656 in 0.0s
teslamate_1  | 2022-01-14 10:56:47.767 [info] == Running 20190729181314 TeslaMate.Repo.Migrations.FixTripEfficiency.up/0 forward
teslamate_1  | 2022-01-14 10:56:47.770 [info] == Migrated 20190729181314 in 0.0s
teslamate_1  | 2022-01-14 10:56:47.922 [info] == Running 20190730101523 TeslaMate.Repo.Migrations.CreateTokens.change/0 forward
teslamate_1  | 2022-01-14 10:56:47.922 [info] create table tokens
teslamate_1  | 2022-01-14 10:56:48.525 [info] == Migrated 20190730101523 in 0.6s
teslamate_1  | 2022-01-14 10:56:48.650 [info] == Running 20190731154452 TeslaMate.Repo.Migrations.CreateSettings.up/0 forward
teslamate_1  | 2022-01-14 10:56:48.650 [info] create table settings
teslamate_1  | 2022-01-14 10:56:48.924 [info] == Migrated 20190731154452 in 0.2s
teslamate_1  | 2022-01-14 10:56:49.037 [info] == Running 20190805092941 TeslaMate.Repo.Migrations.FixIncompleteChargingProcesses.up/0 forward
teslamate_1  | 2022-01-14 10:56:49.037 [info] == Migrated 20190805092941 in 0.0s
teslamate_1  | 2022-01-14 10:56:49.168 [info] == Running 20190810105216 TeslaMate.Repo.Migrations.UnitOfLegnthAndTemperature.up/0 forward
teslamate_1  | 2022-01-14 10:56:49.171 [info] execute "CREATE TYPE length AS ENUM ('km', 'mi')"
teslamate_1  | 2022-01-14 10:56:49.173 [info] execute "CREATE TYPE temperature AS ENUM ('C', 'F')"
teslamate_1  | 2022-01-14 10:56:49.175 [info] alter table settings
teslamate_1  | 2022-01-14 10:56:49.325 [info] == Migrated 20190810105216 in 0.1s
teslamate_1  | 2022-01-14 10:56:49.501 [info] == Running 20190810131321 TeslaMate.Repo.Migrations.PersistSuspendSettings.change/0 forward
teslamate_1  | 2022-01-14 10:56:49.502 [info] alter table settings
teslamate_1  | 2022-01-14 10:56:49.504 [info] == Migrated 20190810131321 in 0.0s
teslamate_1  | 2022-01-14 10:56:49.634 [info] == Running 20190810151901 TeslaMate.Repo.Migrations.CreateGeofences.change/0 forward
teslamate_1  | 2022-01-14 10:56:49.635 [info] create table geofences
teslamate_1  | 2022-01-14 10:56:49.940 [info] create index geofences_address_id_index
teslamate_1  | 2022-01-14 10:56:50.193 [info] == Migrated 20190810151901 in 0.5s
teslamate_1  | 2022-01-14 10:56:50.317 [info] == Running 20190812191616 TeslaMate.Repo.Migrations.RenameTripsToDrives.up/0 forward
teslamate_1  | 2022-01-14 10:56:50.318 [info] rename table trips to drives
teslamate_1  | 2022-01-14 10:56:50.320 [info] rename column trip_id to drive_id on table positions
teslamate_1  | 2022-01-14 10:56:50.321 [info] execute "ALTER INDEX positions_trip_id_index RENAME TO positions_drive_id_index;"
teslamate_1  | 2022-01-14 10:56:50.323 [info] execute "ALTER TABLE positions RENAME CONSTRAINT positions_trip_id_fkey TO positions_drive_id_fkey"
teslamate_1  | 2022-01-14 10:56:50.324 [info] == Migrated 20190812191616 in 0.0s
teslamate_1  | 2022-01-14 10:56:50.439 [info] == Running 20190813184320 TeslaMate.Repo.Migrations.FixIncompleteChargingProcessesV2.up/0 forward
teslamate_1  | 2022-01-14 10:56:50.439 [info] == Migrated 20190813184320 in 0.0s
teslamate_1  | 2022-01-14 10:56:50.573 [info] == Running 20190814152810 TeslaMate.Repo.Migrations.IncreaseSuspendMin.up/0 forward
teslamate_1  | 2022-01-14 10:56:50.574 [info] alter table settings
teslamate_1  | 2022-01-14 10:56:50.579 [info] == Migrated 20190814152810 in 0.0s
teslamate_1  | 2022-01-14 10:56:50.693 [info] == Running 20190816165713 TeslaMate.Repo.Migrations.ExtendCarTable.change/0 forward
teslamate_1  | 2022-01-14 10:56:50.694 [info] alter table cars
teslamate_1  | 2022-01-14 10:56:50.910 [info] == Migrated 20190816165713 in 0.2s
teslamate_1  | 2022-01-14 10:56:51.025 [info] == Running 20190816200723 TeslaMate.Repo.Migrations.AddEstBatteryRangeKm.change/0 forward
teslamate_1  | 2022-01-14 10:56:51.026 [info] alter table positions
teslamate_1  | 2022-01-14 10:56:51.028 [info] == Migrated 20190816200723 in 0.0s
teslamate_1  | 2022-01-14 10:56:51.200 [info] == Running 20190821143938 TeslaMate.Repo.Migrations.AddConstraints.change/0 forward
teslamate_1  | 2022-01-14 10:56:51.201 [info] create index states_car_id__end_date_IS_NULL_index
teslamate_1  | 2022-01-14 10:56:51.440 [info] create check constraint positive_duration on table states
teslamate_1  | 2022-01-14 10:56:51.442 [info] create check constraint positive_duration on table updates
teslamate_1  | 2022-01-14 10:56:51.444 [info] == Migrated 20190821143938 in 0.2s
teslamate_1  | 2022-01-14 10:56:51.622 [info] == Running 20190821155748 TeslaMate.Repo.Migrations.DropConsumptionColumns.change/0 forward
teslamate_1  | 2022-01-14 10:56:51.623 [info] alter table drives
teslamate_1  | 2022-01-14 10:56:51.625 [info] == Migrated 20190821155748 in 0.0s
teslamate_1  | 2022-01-14 10:56:51.796 [info] == Running 20190823173437 TeslaMate.Repo.Migrations.AddSleepRequirements.change/0 forward
teslamate_1  | 2022-01-14 10:56:51.796 [info] alter table settings
teslamate_1  | 2022-01-14 10:56:51.799 [info] == Migrated 20190823173437 in 0.0s
teslamate_1  | 2022-01-14 10:56:51.918 [info] == Running 20190826142828 TeslaMate.Repo.Migrations.FixIncompleteChargingProcessesV3.up/0 forward
teslamate_1  | 2022-01-14 10:56:51.919 [info] == Migrated 20190826142828 in 0.0s
teslamate_1  | 2022-01-14 10:56:52.074 [info] == Running 20190828094708 TeslaMate.Repo.Migrations.AddBatteryRange.change/0 forward
teslamate_1  | 2022-01-14 10:56:52.075 [info] alter table positions
teslamate_1  | 2022-01-14 10:56:52.077 [info] == Migrated 20190828094708 in 0.0s
teslamate_1  | 2022-01-14 10:56:52.194 [info] == Running 20190828104902 TeslaMate.Repo.Migrations.AddElevation.change/0 forward
teslamate_1  | 2022-01-14 10:56:52.194 [info] rename column altitude to elevation on table positions
teslamate_1  | 2022-01-14 10:56:52.196 [info] == Migrated 20190828104902 in 0.0s
teslamate_1  | 2022-01-14 10:56:52.315 [info] == Running 20190828122529 TeslaMate.Repo.Migrations.AddMToFtConversionHelper.up/0 forward
teslamate_1  | 2022-01-14 10:56:52.316 [info] execute "CREATE FUNCTION convert_m(n double precision, unit text)\nRETURNS double precision\nAS $$\n  SELECT\n    CASE WHEN $2 = 'm' THEN $1\n         WHEN $2 = 'ft' THEN $1 * 3.28084\n    END;\n$$\nLANGUAGE SQL\nIMMUTABLE\nRETURNS NULL ON NULL INPUT;\n"
teslamate_1  | 2022-01-14 10:56:52.318 [info] == Migrated 20190828122529 in 0.0s
teslamate_1  | 2022-01-14 10:56:52.504 [info] == Running 20190828150058 TeslaMate.Repo.Migrations.DoNotRequireEfficiency.up/0 forward
teslamate_1  | 2022-01-14 10:56:52.504 [info] alter table cars
teslamate_1  | 2022-01-14 10:56:52.507 [info] rename column version to trim_badging on table cars
teslamate_1  | 2022-01-14 10:56:52.508 [info] == Migrated 20190828150058 in 0.0s
teslamate_1  | 2022-01-14 10:56:52.623 [info] == Running 20190903151524 TeslaMate.Repo.Migrations.AddUniqueIndexOnVins.change/0 forward
teslamate_1  | 2022-01-14 10:56:52.624 [info] create index cars_vin_index
teslamate_1  | 2022-01-14 10:56:52.852 [info] == Migrated 20190903151524 in 0.2s
teslamate_1  | 2022-01-14 10:56:52.967 [info] == Running 20190913165850 TeslaMate.Repo.Migrations.AddRangeEnum.change/0 forward
teslamate_1  | 2022-01-14 10:56:52.968 [info] execute "CREATE TYPE range AS ENUM ('ideal', 'rated')"
teslamate_1  | 2022-01-14 10:56:52.969 [info] alter table settings
teslamate_1  | 2022-01-14 10:56:52.972 [info] == Migrated 20190913165850 in 0.0s
teslamate_1  | 2022-01-14 10:56:53.142 [info] == Running 20190913175011 TeslaMate.Repo.Migrations.AddRatedRangeToDrives.change/0 forward
teslamate_1  | 2022-01-14 10:56:53.144 [info] rename column battery_range_km to rated_battery_range_km on table positions
teslamate_1  | 2022-01-14 10:56:53.146 [info] rename column start_range_km to start_ideal_range_km on table drives
teslamate_1  | 2022-01-14 10:56:53.147 [info] rename column end_range_km to end_ideal_range_km on table drives
teslamate_1  | 2022-01-14 10:56:53.149 [info] alter table drives
teslamate_1  | 2022-01-14 10:56:53.151 [info] alter table charges
teslamate_1  | 2022-01-14 10:56:53.153 [info] rename column start_range_km to start_ideal_range_km on table charging_processes
teslamate_1  | 2022-01-14 10:56:53.154 [info] rename column end_range_km to end_ideal_range_km on table charging_processes
teslamate_1  | 2022-01-14 10:56:53.156 [info] alter table charging_processes
teslamate_1  | 2022-01-14 10:56:53.158 [info] == Migrated 20190913175011 in 0.0s
teslamate_1  | 2022-01-14 10:56:53.253 [info] == Running 20190913175543 TeslaMate.Repo.Migrations.SetStartAndEndRatedRangeKm.up/0 forward
teslamate_1  | 2022-01-14 10:56:53.466 [info] == Migrated 20190913175543 in 0.2s
teslamate_1  | 2022-01-14 10:56:53.542 [info] == Running 20190925152807 TeslaMate.Repo.Migrations.CreateGeoExtensions.change/0 forward
teslamate_1  | 2022-01-14 10:56:53.543 [info] execute "CREATE EXTENSION IF NOT EXISTS cube"
teslamate_1  | 2022-01-14 10:56:53.730 [info] execute "CREATE EXTENSION IF NOT EXISTS earthdistance"
teslamate_1  | 2022-01-14 10:56:53.812 [info] create index geofences__earth_box_ll_to_earth_latitude__longitude___radius_index
teslamate_1  | 2022-01-14 10:56:54.123 [info] == Migrated 20190925152807 in 0.5s
teslamate_1  | 2022-01-14 10:56:54.271 [info] == Running 20190925161034 TeslaMate.Repo.Migrations.CreateIndexOnAddressPositions.change/0 forward
teslamate_1  | 2022-01-14 10:56:54.272 [info] create index addresses_ll_to_earth_latitude__longitude_index
teslamate_1  | 2022-01-14 10:56:54.554 [info] == Migrated 20190925161034 in 0.2s
teslamate_1  | 2022-01-14 10:56:54.723 [info] == Running 20190925182253 TeslaMate.Repo.Migrations.AddGeofenceIdToAddresses.up/0 forward
teslamate_1  | 2022-01-14 10:56:54.724 [info] alter table addresses
teslamate_1  | 2022-01-14 10:56:54.730 [info] alter table geofences
teslamate_1  | 2022-01-14 10:56:54.733 [info] create index addresses_geofence_id_index
teslamate_1  | 2022-01-14 10:56:54.919 [info] == Migrated 20190925182253 in 0.1s
teslamate_1  | 2022-01-14 10:56:55.066 [info] == Running 20190928155641 TeslaMate.Repo.Migrations.AddBaseUrlSetting.change/0 forward
teslamate_1  | 2022-01-14 10:56:55.066 [info] alter table settings
teslamate_1  | 2022-01-14 10:56:55.068 [info] == Migrated 20190928155641 in 0.0s
teslamate_1  | 2022-01-14 10:56:55.241 [info] == Running 20191003130650 TeslaMate.Repo.Migrations.AddStartAndEndPositionToDrives.change/0 forward
teslamate_1  | 2022-01-14 10:56:55.242 [info] alter table drives
teslamate_1  | 2022-01-14 10:56:55.250 [info] alter table charging_processes
teslamate_1  | 2022-01-14 10:56:55.254 [info] alter table addresses
teslamate_1  | 2022-01-14 10:56:55.257 [info] create index positions_ll_to_earth_latitude__longitude_index
teslamate_1  | 2022-01-14 10:56:55.480 [info] == Migrated 20191003130650 in 0.2s
teslamate_1  | 2022-01-14 10:56:55.585 [info] == Running 20191003132415 TeslaMate.Repo.Migrations.AddPositionIdsAndApplyGeofences.up/0 forward
teslamate_1  | 2022-01-14 10:56:55.590 [info] == Migrated 20191003132415 in 0.0s
teslamate_1  | 2022-01-14 10:56:55.715 [info] == Running 20191007105010 TeslaMate.Repo.Migrations.AddNewFkeyIndexes.change/0 forward
teslamate_1  | 2022-01-14 10:56:55.717 [info] create index drives_start_position_id_index
teslamate_1  | 2022-01-14 10:56:55.944 [info] create index drives_end_position_id_index
teslamate_1  | 2022-01-14 10:56:56.165 [info] create index drives_start_geofence_id_index
teslamate_1  | 2022-01-14 10:56:56.386 [info] create index drives_end_geofence_id_index
teslamate_1  | 2022-01-14 10:56:56.650 [info] drop index positions_ll_to_earth_latitude__longitude_index
teslamate_1  | 2022-01-14 10:56:56.652 [info] drop index addresses_ll_to_earth_latitude__longitude_index
teslamate_1  | 2022-01-14 10:56:56.654 [info] drop index geofences__earth_box_ll_to_earth_latitude__longitude___radius_index
teslamate_1  | 2022-01-14 10:56:56.655 [info] create index positions_ll_to_earth_latitude__longitude_index
teslamate_1  | 2022-01-14 10:56:56.658 [info] create index addresses_ll_to_earth_latitude__longitude_index
teslamate_1  | 2022-01-14 10:56:56.661 [info] == Migrated 20191007105010 in 0.9s
teslamate_1  | 2022-01-14 10:56:56.776 [info] == Running 20191008191431 TeslaMate.Repo.Migrations.FixLlToEarth.up/0 forward
teslamate_1  | 2022-01-14 10:56:56.777 [info] execute "CREATE OR REPLACE FUNCTION public.ll_to_earth(float8, float8)\nRETURNS public.earth\nLANGUAGE SQL\nIMMUTABLE STRICT\nPARALLEL SAFE\nAS 'SELECT public.cube(public.cube(public.cube(public.earth()*cos(radians($1))*cos(radians($2))),public.earth()*cos(radians($1))*sin(radians($2))),public.earth()*sin(radians($1)))::public.earth';\n"
teslamate_1  | 2022-01-14 10:56:56.779 [info] == Migrated 20191008191431 in 0.0s
teslamate_1  | 2022-01-14 10:56:56.896 [info] == Running 20191017003836 TeslaMate.Repo.Migrations.AddEstTotalChargeEnergy.change/0 forward
teslamate_1  | 2022-01-14 10:56:56.897 [info] alter table charging_processes
teslamate_1  | 2022-01-14 10:56:56.899 [info] == Migrated 20191017003836 in 0.0s
teslamate_1  | 2022-01-14 10:56:57.019 [info] == Running 20191020130234 TeslaMate.Repo.Migrations.IncreaseDatetimePrecision.change/0 forward
teslamate_1  | 2022-01-14 10:56:57.020 [info] alter table charging_processes
teslamate_1  | 2022-01-14 10:56:57.022 [info] alter table drives
teslamate_1  | 2022-01-14 10:56:57.024 [info] alter table states
teslamate_1  | 2022-01-14 10:56:57.371 [info] alter table updates
teslamate_1  | 2022-01-14 10:56:57.374 [info] alter table charges
teslamate_1  | 2022-01-14 10:56:57.378 [info] alter table positions
teslamate_1  | 2022-01-14 10:56:57.381 [info] == Migrated 20191020130234 in 0.3s
teslamate_1  | 2022-01-14 10:56:57.507 [info] == Running 20191026144449 TeslaMate.Repo.Migrations.DropCpConfidenceAndInterval.change/0 forward
teslamate_1  | 2022-01-14 10:56:57.508 [info] alter table charging_processes
teslamate_1  | 2022-01-14 10:56:57.510 [info] == Migrated 20191026144449 in 0.0s
teslamate_1  | 2022-01-14 10:56:57.693 [info] == Running 20191026145925 TeslaMate.Repo.Migrations.PhaseCorrection.change/0 forward
teslamate_1  | 2022-01-14 10:56:57.694 [info] alter table geofences
teslamate_1  | 2022-01-14 10:56:57.696 [info] == Migrated 20191026145925 in 0.0s
teslamate_1  | 2022-01-14 10:56:57.814 [info] == Running 20191026185642 TeslaMate.Repo.Migrations.CalculateChargeEnergyUsed.up/0 forward
teslamate_1  | 2022-01-14 10:56:57.817 [info] == Migrated 20191026185642 in 0.0s
teslamate_1  | 2022-01-14 10:56:57.947 [info] == Running 20191117042320 TeslaMate.Repo.Migrations.AddCostFieldToCharges.change/0 forward
teslamate_1  | 2022-01-14 10:56:57.948 [info] alter table charging_processes
teslamate_1  | 2022-01-14 10:56:57.950 [info] == Migrated 20191117042320 in 0.0s
teslamate_1  | 2022-01-14 10:56:58.067 [info] == Running 20191117143038 TeslaMate.Repo.Migrations.AddGrafanaUrl.change/0 forward
teslamate_1  | 2022-01-14 10:56:58.068 [info] alter table settings
teslamate_1  | 2022-01-14 10:56:58.374 [info] == Migrated 20191117143038 in 0.3s
teslamate_1  | 2022-01-14 10:56:58.499 [info] == Running 20191117171307 TeslaMate.Repo.Migrations.CarSettings.up/0 forward
teslamate_1  | 2022-01-14 10:56:58.500 [info] create table car_settings
teslamate_1  | 2022-01-14 10:56:58.760 [info] alter table cars
teslamate_1  | 2022-01-14 10:56:58.768 [info] drop constraint cars_settings_id_fkey from table cars
teslamate_1  | 2022-01-14 10:56:58.771 [info] alter table cars
teslamate_1  | 2022-01-14 10:56:58.774 [info] create index cars_settings_id_index
teslamate_1  | 2022-01-14 10:56:59.058 [info] alter table settings
teslamate_1  | 2022-01-14 10:56:59.061 [info] == Migrated 20191117171307 in 0.5s
teslamate_1  | 2022-01-14 10:56:59.172 [info] == Running 20191119162847 TeslaMate.Repo.Migrations.GeofenceSleep.change/0 forward
teslamate_1  | 2022-01-14 10:56:59.173 [info] alter table car_settings
teslamate_1  | 2022-01-14 10:56:59.175 [info] create table geofence_sleep_mode_whitelist
teslamate_1  | 2022-01-14 10:56:59.446 [info] create table geofence_sleep_mode_blacklist
teslamate_1  | 2022-01-14 10:56:59.689 [info] == Migrated 20191119162847 in 0.5s
teslamate_1  | 2022-01-14 10:56:59.845 [info] == Running 20191212215130 TeslaMate.Repo.Migrations.RemovePhaseCorrection.change/0 forward
teslamate_1  | 2022-01-14 10:56:59.845 [info] alter table geofences
teslamate_1  | 2022-01-14 10:56:59.847 [info] == Migrated 20191212215130 in 0.0s
teslamate_1  | 2022-01-14 10:56:59.932 [info] == Running 20191212230527 TeslaMate.Repo.Migrations.RecalcEnergyUsed.up/0 forward
teslamate_1  | 2022-01-14 10:56:59.935 [info] == Migrated 20191212230527 in 0.0s
teslamate_1  | 2022-01-14 10:57:00.067 [info] == Running 20200103073606 TeslaMate.Repo.Migrations.AddUsableBatteryLevel.change/0 forward
teslamate_1  | 2022-01-14 10:57:00.067 [info] alter table positions
teslamate_1  | 2022-01-14 10:57:00.069 [info] == Migrated 20200103073606 in 0.0s
teslamate_1  | 2022-01-14 10:57:00.187 [info] == Running 20200116190926 TeslaMate.Repo.Migrations.ChargesAddUsableBatteryLevel.change/0 forward
teslamate_1  | 2022-01-14 10:57:00.187 [info] alter table charges
teslamate_1  | 2022-01-14 10:57:00.189 [info] == Migrated 20200116190926 in 0.0s
teslamate_1  | 2022-01-14 10:57:00.309 [info] == Running 20200120130125 TeslaMate.Repo.Migrations.AddLanguage.change/0 forward
teslamate_1  | 2022-01-14 10:57:00.309 [info] alter table settings
teslamate_1  | 2022-01-14 10:57:00.311 [info] == Migrated 20200120130125 in 0.0s
teslamate_1  | 2022-01-14 10:57:00.431 [info] == Running 20200120142602 TeslaMate.Repo.Migrations.ReplacePlaceIdWithOsmid.change/0 forward
teslamate_1  | 2022-01-14 10:57:00.431 [info] drop index addresses_place_id_index
teslamate_1  | 2022-01-14 10:57:00.433 [info] alter table addresses
teslamate_1  | 2022-01-14 10:57:00.435 [info] create index addresses_osm_id_osm_type_index
teslamate_1  | 2022-01-14 10:57:00.647 [info] execute "UPDATE drives SET start_address_id = NULL, end_address_id = NULL;"
teslamate_1  | 2022-01-14 10:57:00.650 [info] execute "UPDATE charging_processes SET address_id = NULL;"
teslamate_1  | 2022-01-14 10:57:00.651 [info] execute "DELETE FROM addresses;"
teslamate_1  | 2022-01-14 10:57:00.653 [info] execute "ALTER SEQUENCE addresses_id_seq RESTART;"
teslamate_1  | 2022-01-14 10:57:00.655 [info] == Migrated 20200120142602 in 0.2s
teslamate_1  | 2022-01-14 10:57:00.773 [info] == Running 20200203120311 TeslaMate.Repo.Migrations.CascadeDelete.up/0 forward
teslamate_1  | 2022-01-14 10:57:00.773 [info] drop constraint cars_settings_id_fkey from table cars
teslamate_1  | 2022-01-14 10:57:00.776 [info] alter table cars
teslamate_1  | 2022-01-14 10:57:00.780 [info] drop constraint charges_charging_process_id_fkey from table charges
teslamate_1  | 2022-01-14 10:57:00.783 [info] alter table charges
teslamate_1  | 2022-01-14 10:57:00.788 [info] drop constraint charging_processes_car_id_fkey from table charging_processes
teslamate_1  | 2022-01-14 10:57:00.790 [info] drop constraint charging_processes_address_id_fkey from table charging_processes
teslamate_1  | 2022-01-14 10:57:00.792 [info] drop constraint charging_processes_geofence_id_fkey from table charging_processes
teslamate_1  | 2022-01-14 10:57:00.795 [info] alter table charging_processes
teslamate_1  | 2022-01-14 10:57:00.804 [info] drop constraint if exists trips_car_id_fkey from table drives
teslamate_1  | 2022-01-14 10:57:00.807 [info] drop constraint if exists drives_car_id_fkey from table drives
teslamate_1  | 2022-01-14 10:57:00.808 [info] constraint "drives_car_id_fkey" of relation "drives" does not exist, skipping
teslamate_1  | 2022-01-14 10:57:00.808 [info] drop constraint drives_start_position_id_fkey from table drives
teslamate_1  | 2022-01-14 10:57:00.811 [info] drop constraint drives_end_position_id_fkey from table drives
teslamate_1  | 2022-01-14 10:57:00.813 [info] drop constraint if exists trips_start_address_id_fkey from table drives
teslamate_1  | 2022-01-14 10:57:00.815 [info] drop constraint if exists trips_end_address_id_fkey from table drives
teslamate_1  | 2022-01-14 10:57:00.818 [info] drop constraint if exists drives_start_address_id_fkey from table drives
teslamate_1  | 2022-01-14 10:57:00.819 [info] constraint "drives_start_address_id_fkey" of relation "drives" does not exist, skipping
teslamate_1  | 2022-01-14 10:57:00.819 [info] drop constraint if exists drives_end_address_id_fkey from table drives
teslamate_1  | 2022-01-14 10:57:00.820 [info] constraint "drives_end_address_id_fkey" of relation "drives" does not exist, skipping
teslamate_1  | 2022-01-14 10:57:00.820 [info] drop constraint drives_start_geofence_id_fkey from table drives
teslamate_1  | 2022-01-14 10:57:00.823 [info] drop constraint drives_end_geofence_id_fkey from table drives
teslamate_1  | 2022-01-14 10:57:00.826 [info] alter table drives
teslamate_1  | 2022-01-14 10:57:00.845 [info] drop constraint positions_car_id_fkey from table positions
teslamate_1  | 2022-01-14 10:57:00.848 [info] drop constraint positions_drive_id_fkey from table positions
teslamate_1  | 2022-01-14 10:57:00.850 [info] alter table positions
teslamate_1  | 2022-01-14 10:57:00.857 [info] drop constraint states_car_id_fkey from table states
teslamate_1  | 2022-01-14 10:57:00.860 [info] alter table states
teslamate_1  | 2022-01-14 10:57:01.014 [info] drop constraint updates_car_id_fkey from table updates
teslamate_1  | 2022-01-14 10:57:01.017 [info] alter table updates
teslamate_1  | 2022-01-14 10:57:01.022 [info] == Migrated 20200203120311 in 0.2s
teslamate_1  | 2022-01-14 10:57:01.240 [info] == Running 20200203180529 TeslaMate.Repo.Migrations.LocationBasedChargeCost.change/0 forward
teslamate_1  | 2022-01-14 10:57:01.241 [info] alter table geofences
teslamate_1  | 2022-01-14 10:57:01.243 [info] alter table car_settings
teslamate_1  | 2022-01-14 10:57:01.245 [info] == Migrated 20200203180529 in 0.0s
teslamate_1  | 2022-01-14 10:57:01.424 [info] == Running 20200212001245 TeslaMate.Repo.Migrations.LocationBasedChargeCostIncreaseScale.up/0 forward
teslamate_1  | 2022-01-14 10:57:01.425 [info] alter table geofences
teslamate_1  | 2022-01-14 10:57:01.675 [info] == Migrated 20200212001245 in 0.2s
teslamate_1  | 2022-01-14 10:57:01.806 [info] == Running 20200216121330 TeslaMate.Repo.Migrations.UseRatedAsDefaultPreferredRange.up/0 forward
teslamate_1  | 2022-01-14 10:57:01.806 [info] alter table settings
teslamate_1  | 2022-01-14 10:57:01.809 [info] == Migrated 20200216121330 in 0.0s
teslamate_1  | 2022-01-14 10:57:01.987 [info] == Running 20200302100654 TeslaMate.Repo.Migrations.AddVehicleConfigAttrbitues.change/0 forward
teslamate_1  | 2022-01-14 10:57:01.987 [info] alter table cars
teslamate_1  | 2022-01-14 10:57:01.989 [info] == Migrated 20200302100654 in 0.0s
teslamate_1  | 2022-01-14 10:57:02.108 [info] == Running 20200306130218 TeslaMate.Repo.Migrations.UpdateCities.change/0 forward
teslamate_1  | 2022-01-14 10:57:02.109 [info] execute "UPDATE addresses a\nSET city = (\n  SELECT trim(BOTH '\"' FROM COALESCE(\n    raw -> 'address' -> 'city',\n    raw -> 'address' -> 'town',\n    raw -> 'address' -> 'municipality',\n    raw -> 'address' -> 'village',\n    raw -> 'address' -> 'hamlet',\n    raw -> 'address' -> 'locality',\n    raw -> 'address' -> 'croft'\n  )::text)\n  FROM addresses\n  WHERE a.id = id\n) WHERE\n  raw -> 'address' -> 'village' IS NOT NULL OR\n  raw -> 'address' -> 'hamlet' IS NOT NULL OR\n  raw -> 'address' -> 'locality' IS NOT NULL OR\n  raw -> 'address' -> 'croft' IS NOT NULL;\n"
teslamate_1  | 2022-01-14 10:57:02.112 [info] == Migrated 20200306130218 in 0.0s
teslamate_1  | 2022-01-14 10:57:02.253 [info] == Running 20200306133847 TeslaMate.Repo.Migrations.AddFlatFee.change/0 forward
teslamate_1  | 2022-01-14 10:57:02.254 [info] alter table geofences
teslamate_1  | 2022-01-14 10:57:02.256 [info] == Migrated 20200306133847 in 0.0s
teslamate_1  | 2022-01-14 10:57:02.373 [info] == Running 20200318164021 TeslaMate.Repo.Migrations.UseStreamingApi.change/0 forward
teslamate_1  | 2022-01-14 10:57:02.374 [info] alter table car_settings
teslamate_1  | 2022-01-14 10:57:02.376 [info] == Migrated 20200318164021 in 0.0s
teslamate_1  | 2022-01-14 10:57:02.495 [info] == Running 20200320140020 TeslaMate.Repo.Migrations.DropPowerAvg.change/0 forward
teslamate_1  | 2022-01-14 10:57:02.495 [info] alter table drives
teslamate_1  | 2022-01-14 10:57:02.497 [info] == Migrated 20200320140020 in 0.0s
teslamate_1  | 2022-01-14 10:57:02.639 [info] == Running 20200401170940 TeslaMate.Repo.Migrations.RemoveSleepModeToggles.up/0 forward
teslamate_1  | 2022-01-14 10:57:02.640 [info] alter table car_settings
teslamate_1  | 2022-01-14 10:57:02.642 [info] drop table geofence_sleep_mode_whitelist
teslamate_1  | 2022-01-14 10:57:02.645 [info] drop table geofence_sleep_mode_blacklist
teslamate_1  | 2022-01-14 10:57:02.648 [info] == Migrated 20200401170940 in 0.0s
teslamate_1  | 2022-01-14 10:57:02.771 [info] == Running 20200401171402 TeslaMate.Repo.Migrations.RemoveSleepModeRequirements.change/0 forward
teslamate_1  | 2022-01-14 10:57:02.772 [info] alter table car_settings
teslamate_1  | 2022-01-14 10:57:02.774 [info] == Migrated 20200401171402 in 0.0s
teslamate_1  | 2022-01-14 10:57:02.903 [info] == Running 20200401171923 TeslaMate.Repo.Migrations.EnableStreaming.up/0 forward
teslamate_1  | 2022-01-14 10:57:03.019 [info] == Migrated 20200401171923 in 0.1s
teslamate_1  | 2022-01-14 10:57:03.102 [info] == Running 20200410112005 TeslaMate.Repo.Migrations.DatabaseEfficiencyImprovements.change/0 forward
teslamate_1  | 2022-01-14 10:57:03.104 [info] alter table cars
teslamate_1  | 2022-01-14 10:57:04.726 [info] alter table addresses
teslamate_1  | 2022-01-14 10:57:05.489 [info] alter table charging_processes
teslamate_1  | 2022-01-14 10:57:06.679 [info] alter table drives
teslamate_1  | 2022-01-14 10:57:08.755 [info] alter table geofences
teslamate_1  | 2022-01-14 10:57:09.028 [info] alter table positions
teslamate_1  | 2022-01-14 10:57:10.014 [info] alter table charges
teslamate_1  | 2022-01-14 10:57:11.115 [info] alter table states
teslamate_1  | 2022-01-14 10:57:11.886 [info] alter table tokens
teslamate_1  | 2022-01-14 10:57:12.439 [info] alter table updates
teslamate_1  | 2022-01-14 10:57:13.134 [info] == Migrated 20200410112005 in 10.0s
teslamate_1  | 2022-01-14 10:57:13.280 [info] == Running 20200502140646 TeslaMate.Repo.Migrations.DropUnusedIndexes.change/0 forward
teslamate_1  | 2022-01-14 10:57:13.281 [info] drop index if exists positions_ll_to_earth_latitude__longitude_index
teslamate_1  | 2022-01-14 10:57:13.283 [info] drop index if exists addresses_ll_to_earth_latitude__longitude_index
teslamate_1  | 2022-01-14 10:57:13.285 [info] == Migrated 20200502140646 in 0.0s
teslamate_1  | 2022-01-14 10:57:13.390 [info] == Running 20200528163852 TeslaMate.Repo.Migrations.CostByMinute.up/0 forward
teslamate_1  | 2022-01-14 10:57:13.391 [info] execute "CREATE TYPE billing_type AS ENUM ('per_kwh', 'per_minute')"
teslamate_1  | 2022-01-14 10:57:13.393 [info] alter table geofences
teslamate_1  | 2022-01-14 10:57:13.395 [info] rename column cost_per_kwh to cost_per_unit on table geofences
teslamate_1  | 2022-01-14 10:57:13.396 [info] == Migrated 20200528163852 in 0.0s
teslamate_1  | 2022-01-14 10:57:13.523 [info] == Running 20200528173223 TeslaMate.Repo.Migrations.RenameUnitEnums.change/0 forward
teslamate_1  | 2022-01-14 10:57:13.523 [info] execute "ALTER TYPE length RENAME TO unit_of_length"
teslamate_1  | 2022-01-14 10:57:13.525 [info] execute "ALTER TYPE temperature RENAME TO unit_of_temperature"
teslamate_1  | 2022-01-14 10:57:13.526 [info] == Migrated 20200528173223 in 0.0s
teslamate_1  | 2022-01-14 10:57:13.667 [info] == Running 20200528175158 TeslaMate.Repo.Migrations.OptimizeConversionHelpers.change/0 forward
teslamate_1  | 2022-01-14 10:57:13.668 [info] execute "DROP FUNCTION IF EXISTS public.convert_km(double precision, text);"
teslamate_1  | 2022-01-14 10:57:13.670 [info] execute "CREATE OR REPLACE FUNCTION public.convert_km(n numeric(6,2), unit text)\nRETURNS numeric(6,2)\nLANGUAGE 'sql'\nCOST 100\nVOLATILE\nAS $BODY$\n  SELECT\n  CASE $2 WHEN 'km' THEN $1\n          WHEN 'mi' THEN $1 / 1.60934\n  END;\n$BODY$;\n"
teslamate_1  | 2022-01-14 10:57:13.671 [info] execute "DROP FUNCTION IF EXISTS public.convert_celsius(double precision, text);"
teslamate_1  | 2022-01-14 10:57:13.673 [info] execute "CREATE OR REPLACE FUNCTION public.convert_celsius(n numeric(4,1), unit text)\nRETURNS numeric(4,1)\nLANGUAGE 'sql'\nCOST 100\nVOLATILE\nAS $BODY$\n  SELECT\n  CASE $2 WHEN 'C' THEN $1\n          WHEN 'F' THEN ($1 * 9 / 5) + 32\n  END;\n$BODY$;\n"
teslamate_1  | 2022-01-14 10:57:13.675 [info] == Migrated 20200528175158 in 0.0s
teslamate_1  | 2022-01-14 10:57:13.789 [info] == Running 20200709165119 TeslaMate.Repo.Migrations.ChangeSleepRequirementsDefault.up/0 forward
teslamate_1  | 2022-01-14 10:57:13.789 [info] alter table car_settings
teslamate_1  | 2022-01-14 10:57:13.792 [info] == Migrated 20200709165119 in 0.0s
teslamate_1  | 2022-01-14 10:57:13.909 [info] == Running 20210130174838 TeslaMate.Repo.Migrations.UseVariableLengthTypeForTokens.change/0 forward
teslamate_1  | 2022-01-14 10:57:13.910 [info] alter table tokens
teslamate_1  | 2022-01-14 10:57:13.913 [info] == Migrated 20210130174838 in 0.0s
teslamate_1  | 2022-01-14 10:57:14.054 [info] == Running 20210812173700 TeslaMate.Repo.Migrations.CarPriorities.change/0 forward
teslamate_1  | 2022-01-14 10:57:14.055 [info] alter table cars
teslamate_1  | 2022-01-14 10:57:14.058 [info] == Migrated 20210812173700 in 0.0s
teslamate_1  | 2022-01-14 10:57:14.277 [info] == Running 20210831153305 TeslaMate.Repo.Migrations.AddNotNullConstraintToDisplayPriority.up/0 forward
teslamate_1  | 2022-01-14 10:57:14.278 [info] alter table cars
teslamate_1  | 2022-01-14 10:57:14.281 [info] == Migrated 20210831153305 in 0.0s
teslamate_1  | 2022-01-14 10:57:14.395 [info] == Running 20211022103654 TeslaMate.Repo.Migrations.AddNotNullConstraintToStartDate.up/0 forward
teslamate_1  | 2022-01-14 10:57:14.395 [info] alter table charging_processes
teslamate_1  | 2022-01-14 10:57:14.397 [info] == Migrated 20211022103654 in 0.0s
teslamate_1  | 2022-01-14 10:57:20.352 [info] System Info: Erlang/OTP 24 (emu)
teslamate_1  | 2022-01-14 10:57:20.352 [info] Version: 1.25.2
teslamate_1  | 2022-01-14 10:57:20.433 [info] Running TeslaMateWeb.Endpoint with cowboy 2.9.0 at :::4000 (http)
teslamate_1  | 2022-01-14 10:57:20.457 [info] Access TeslaMateWeb.Endpoint at http://localhost
teslamate_1  | 2022-01-14 10:57:20.466 [info] MQTT connection has been established
teslamate_1  | 2022-01-14 10:58:15.154 [info] GET /
teslamate_1  | 2022-01-14 10:58:15.172 [info] Sent 302 in 18ms
teslamate_1  | 2022-01-14 10:58:15.181 [info] GET /sign_in
teslamate_1  | 2022-01-14 10:58:15.198 [info] Sent 200 in 17ms
teslamate_1  | 2022-01-14 10:58:48.075 [info] POST https://auth.tesla.com/oauth2/v3/token -> 200 (688.600 ms)
teslamate_1  | 2022-01-14 10:58:48.264 [info] Scheduling token refresh in 6 h
teslamate_1  | 2022-01-14 10:58:48.415 [info] Starting logger for 'Joker'
teslamate_1  | 2022-01-14 10:58:48.587 car_id=1 [info] Start / :asleep
teslamate_1  | 2022-01-14 10:58:48.657 [info] GET /
teslamate_1  | 2022-01-14 10:58:48.663 [info] Sent 200 in 5ms
teslamate_1  | 2022-01-14 10:58:53.517 [info] GET /settings
teslamate_1  | 2022-01-14 10:58:53.535 [info] Sent 200 in 18ms
teslamate_1  | 2022-01-14 10:59:19.802 [info] GET /
teslamate_1  | 2022-01-14 10:59:19.809 [info] Sent 200 in 6ms
teslamate_1  | 2022-01-14 10:59:44.347 [info] GET /
teslamate_1  | 2022-01-14 10:59:44.354 [info] Sent 200 in 7ms
teslamate_1  | 2022-01-14 10:59:50.847 [info] GET /
teslamate_1  | 2022-01-14 10:59:50.854 [info] Sent 200 in 7ms
teslamate_1  | 2022-01-14 10:59:59.064 car_id=1 [info] Start / :online
teslamate_1  | 2022-01-14 10:59:59.210 car_id=1 [info] Connecting ...
teslamate_1  | 2022-01-14 11:00:36.305 [info] GET /
teslamate_1  | 2022-01-14 11:00:36.311 [info] Sent 200 in 6ms
teslamate_1  | 2022-01-14 11:00:38.690 [info] GET /settings
teslamate_1  | 2022-01-14 11:00:38.705 [info] Sent 200 in 14ms
teslamate_1  | 2022-01-14 11:00:46.389 [info] GET /
teslamate_1  | 2022-01-14 11:00:46.396 [info] Sent 200 in 7ms
teslamate_1  | 2022-01-14 11:00:50.240 [info] GET /geo-fences
teslamate_1  | 2022-01-14 11:00:50.249 [info] Sent 200 in 9ms
teslamate_1  | 2022-01-14 11:01:12.379 [info] GET /
teslamate_1  | 2022-01-14 11:01:12.385 [info] Sent 200 in 5ms
teslamate_1  | 2022-01-14 11:01:28.093 [info] GET /
teslamate_1  | 2022-01-14 11:01:28.101 [info] Sent 200 in 8ms
teslamate_1  | 2022-01-14 11:01:32.306 [info] GET /
teslamate_1  | 2022-01-14 11:01:32.313 [info] Sent 200 in 6ms
teslamate_1  | 2022-01-14 11:03:02.590 car_id=1 [info] Suspending logging
teslamate_1  | 2022-01-14 11:13:59.905 car_id=1 [info] Fetching vehicle state ...
teslamate_1  | 2022-01-14 11:14:00.104 car_id=1 [info] Start / :asleep
teslamate_1  | 2022-01-14 11:14:00.208 car_id=1 [info] Disconnecting ...
teslamate_1  | 2022-01-14 12:05:09.325 [info] GET /
teslamate_1  | 2022-01-14 12:05:09.331 [info] Sent 200 in 5ms
teslamate_1  | 2022-01-14 14:04:19.048 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9073.075 ms)
teslamate_1  | 2022-01-14 14:04:19.048 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:04:19.048 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:04:49.648 car_id=1 [info] Start / :online
teslamate_1  | 2022-01-14 14:04:49.857 car_id=1 [info] Connecting ...
teslamate_1  | 2022-01-14 14:04:49.858 [info] Start of drive initiated by: %TeslaApi.Vehicle.State.Drive{gps_as_of: 1642169088, heading: 269, latitude: 43.729779, longitude: 4.351969, native_latitude: 43.729779, native_location_supported: 1, native_longitude: 4.351969, native_type: "wgs", power: 9, shift_state: "D", speed: 17, timestamp: 1642169088567}
teslamate_1  | 2022-01-14 14:04:49.859 car_id=1 [info] Driving / Start
teslamate_1  | 2022-01-14 14:08:53.993 [info] GET https://nominatim.openstreetmap.org/reverse -> 200 (180.577 ms)
teslamate_1  | 2022-01-14 14:08:54.454 [info] GET https://nominatim.openstreetmap.org/reverse -> 200 (455.074 ms)
teslamate_1  | 2022-01-14 14:08:54.564 [info] End of drive initiated by: %TeslaApi.Vehicle.State.Drive{gps_as_of: 1642169332, heading: 135, latitude: 43.750665, longitude: 4.342325, native_latitude: 43.750665, native_location_supported: 1, native_longitude: 4.342325, native_type: "wgs", power: 1, shift_state: "P", speed: 0, timestamp: 1642169333699}
teslamate_1  | 2022-01-14 14:08:54.564 car_id=1 [info] Driving / Ended / 3 km – 4 min
teslamate_1  | 2022-01-14 14:08:54.564 car_id=1 [info] Start / :online
teslamate_1  | 2022-01-14 14:14:21.292 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9172.486 ms)
teslamate_1  | 2022-01-14 14:14:21.293 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:14:21.293 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:14:50.381 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9086.677 ms)
teslamate_1  | 2022-01-14 14:14:50.381 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:14:50.381 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:15:19.472 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9090.536 ms)
teslamate_1  | 2022-01-14 14:15:19.473 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:15:19.473 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:16:56.318 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9503.473 ms)
teslamate_1  | 2022-01-14 14:16:56.319 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:16:56.319 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:17:19.935 [notice]     :alarm_handler: {:set, {TeslaMate.Vehicles.Vehicle_1_api_error, :fuse_blown}}
teslamate_1  | 2022-01-14 14:17:25.410 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9089.699 ms)
teslamate_1  | 2022-01-14 14:17:25.410 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:17:25.410 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:17:54.524 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9111.981 ms)
teslamate_1  | 2022-01-14 14:17:54.524 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:17:54.524 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:19:29.866 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9170.304 ms)
teslamate_1  | 2022-01-14 14:19:29.866 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:19:29.867 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:21:05.174 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9217.298 ms)
teslamate_1  | 2022-01-14 14:21:05.175 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:21:05.175 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:21:34.253 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9076.982 ms)
teslamate_1  | 2022-01-14 14:21:34.253 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:21:34.253 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:22:03.336 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9080.759 ms)
teslamate_1  | 2022-01-14 14:22:03.336 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:22:03.336 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:23:38.695 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9204.559 ms)
teslamate_1  | 2022-01-14 14:23:38.695 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:23:38.695 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:24:07.813 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9116.643 ms)
teslamate_1  | 2022-01-14 14:24:07.813 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:24:07.813 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:24:19.942 [notice]     :alarm_handler: {:clear, TeslaMate.Vehicles.Vehicle_1_api_error}
teslamate_1  | 2022-01-14 14:24:36.903 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9089.147 ms)
teslamate_1  | 2022-01-14 14:24:36.903 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:24:36.904 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:25:05.981 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9075.901 ms)
teslamate_1  | 2022-01-14 14:25:05.981 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:25:05.981 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:25:19.943 [notice]     :alarm_handler: {:set, {TeslaMate.Vehicles.Vehicle_1_api_error, :fuse_blown}}
teslamate_1  | 2022-01-14 14:25:35.072 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9089.467 ms)
teslamate_1  | 2022-01-14 14:25:35.073 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:25:35.073 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:26:04.216 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9141.833 ms)
teslamate_1  | 2022-01-14 14:26:04.216 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:26:04.216 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:26:33.308 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9089.981 ms)
teslamate_1  | 2022-01-14 14:26:33.308 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:26:33.308 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:27:02.541 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9230.895 ms)
teslamate_1  | 2022-01-14 14:27:02.541 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:27:02.541 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:28:39.204 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9236.020 ms)
teslamate_1  | 2022-01-14 14:28:39.204 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:28:39.204 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:29:08.290 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9083.983 ms)
teslamate_1  | 2022-01-14 14:29:08.290 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:29:08.290 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:29:37.386 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9093.574 ms)
teslamate_1  | 2022-01-14 14:29:37.386 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:29:37.386 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:30:06.465 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9078.246 ms)
teslamate_1  | 2022-01-14 14:30:06.466 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:30:06.466 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:30:35.542 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9074.834 ms)
teslamate_1  | 2022-01-14 14:30:35.542 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:30:35.542 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:31:04.633 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9089.047 ms)
teslamate_1  | 2022-01-14 14:31:04.633 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:31:04.633 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:31:33.718 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9083.018 ms)
teslamate_1  | 2022-01-14 14:31:33.718 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:31:33.718 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:32:02.798 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9078.479 ms)
teslamate_1  | 2022-01-14 14:32:02.799 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:32:02.799 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:33:39.246 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9224.270 ms)
teslamate_1  | 2022-01-14 14:33:39.247 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:33:39.247 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:34:08.341 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9092.702 ms)
teslamate_1  | 2022-01-14 14:34:08.341 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:34:08.341 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:34:37.447 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9104.210 ms)
teslamate_1  | 2022-01-14 14:34:37.448 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:34:37.448 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:35:06.527 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9077.978 ms)
teslamate_1  | 2022-01-14 14:35:06.527 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:35:06.528 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:35:35.615 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9085.829 ms)
teslamate_1  | 2022-01-14 14:35:35.615 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:35:35.615 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:36:04.697 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9079.848 ms)
teslamate_1  | 2022-01-14 14:36:04.697 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:36:04.697 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:36:33.783 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9084.577 ms)
teslamate_1  | 2022-01-14 14:36:33.783 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:36:33.783 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:37:02.945 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9159.699 ms)
teslamate_1  | 2022-01-14 14:37:02.945 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:37:02.945 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:38:19.956 [notice]     :alarm_handler: {:clear, TeslaMate.Vehicles.Vehicle_1_api_error}
teslamate_1  | 2022-01-14 14:38:39.541 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9170.560 ms)
teslamate_1  | 2022-01-14 14:38:39.541 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:38:39.541 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:39:08.622 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9079.600 ms)
teslamate_1  | 2022-01-14 14:39:08.622 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:39:08.622 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:39:19.957 [notice]     :alarm_handler: {:set, {TeslaMate.Vehicles.Vehicle_1_api_error, :fuse_blown}}
teslamate_1  | 2022-01-14 14:39:37.712 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9088.499 ms)
teslamate_1  | 2022-01-14 14:39:37.712 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:39:37.712 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:40:06.793 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9079.871 ms)
teslamate_1  | 2022-01-14 14:40:06.793 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:40:06.793 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:40:35.877 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9082.050 ms)
teslamate_1  | 2022-01-14 14:40:35.877 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:40:35.877 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:41:04.986 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9107.240 ms)
teslamate_1  | 2022-01-14 14:41:04.986 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:41:04.987 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:41:34.067 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9078.761 ms)
teslamate_1  | 2022-01-14 14:41:34.067 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:41:34.067 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:42:03.149 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9080.600 ms)
teslamate_1  | 2022-01-14 14:42:03.149 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:42:03.149 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:43:40.002 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9214.286 ms)
teslamate_1  | 2022-01-14 14:43:40.002 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:43:40.003 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:44:09.245 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9240.939 ms)
teslamate_1  | 2022-01-14 14:44:09.245 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:44:09.245 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:44:38.336 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9089.223 ms)
teslamate_1  | 2022-01-14 14:44:38.336 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:44:38.337 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:45:07.425 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9086.823 ms)
teslamate_1  | 2022-01-14 14:45:07.425 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:45:07.425 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:45:36.511 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9083.599 ms)
teslamate_1  | 2022-01-14 14:45:36.511 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:45:36.511 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:46:05.607 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9094.634 ms)
teslamate_1  | 2022-01-14 14:46:05.607 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:46:05.607 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:46:34.708 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9099.610 ms)
teslamate_1  | 2022-01-14 14:46:34.708 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:46:34.708 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:47:03.799 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9089.551 ms)
teslamate_1  | 2022-01-14 14:47:03.799 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:47:03.799 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:48:39.998 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9200.889 ms)
teslamate_1  | 2022-01-14 14:48:39.998 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:48:39.998 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:49:09.101 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9100.154 ms)
teslamate_1  | 2022-01-14 14:49:09.101 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:49:09.101 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:52:19.971 [notice]     :alarm_handler: {:clear, TeslaMate.Vehicles.Vehicle_1_api_error}
teslamate_1  | 2022-01-14 14:53:40.126 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9216.947 ms)
teslamate_1  | 2022-01-14 14:53:40.126 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:53:40.126 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:54:09.222 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9094.848 ms)
teslamate_1  | 2022-01-14 14:54:09.222 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:54:09.222 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:54:38.310 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9087.223 ms)
teslamate_1  | 2022-01-14 14:54:38.310 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:54:38.311 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:55:07.405 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9093.075 ms)
teslamate_1  | 2022-01-14 14:55:07.405 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:55:07.405 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:55:19.974 [notice]     :alarm_handler: {:set, {TeslaMate.Vehicles.Vehicle_1_api_error, :fuse_blown}}
teslamate_1  | 2022-01-14 14:55:36.488 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9080.716 ms)
teslamate_1  | 2022-01-14 14:55:36.488 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:55:36.488 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:56:05.575 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9084.682 ms)
teslamate_1  | 2022-01-14 14:56:05.575 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:56:05.575 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 14:56:34.669 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9092.391 ms)
teslamate_1  | 2022-01-14 14:56:34.670 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 14:56:34.670 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:02:17.958 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9220.780 ms)
teslamate_1  | 2022-01-14 15:02:17.958 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:02:17.958 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:02:19.981 [notice]     :alarm_handler: {:clear, TeslaMate.Vehicles.Vehicle_1_api_error}
teslamate_1  | 2022-01-14 15:02:47.046 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9086.108 ms)
teslamate_1  | 2022-01-14 15:02:47.046 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:02:47.047 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:03:16.138 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9090.533 ms)
teslamate_1  | 2022-01-14 15:03:16.139 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:03:16.139 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:03:45.218 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9078.002 ms)
teslamate_1  | 2022-01-14 15:03:45.218 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:03:45.218 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:04:14.312 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9092.124 ms)
teslamate_1  | 2022-01-14 15:04:14.312 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:04:14.313 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:04:19.983 [notice]     :alarm_handler: {:set, {TeslaMate.Vehicles.Vehicle_1_api_error, :fuse_blown}}
teslamate_1  | 2022-01-14 15:05:52.511 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9188.690 ms)
teslamate_1  | 2022-01-14 15:05:52.511 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:05:52.511 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:06:21.624 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9111.909 ms)
teslamate_1  | 2022-01-14 15:06:21.624 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:06:21.624 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:06:50.738 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9112.507 ms)
teslamate_1  | 2022-01-14 15:06:50.739 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:06:50.739 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:07:19.893 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9152.524 ms)
teslamate_1  | 2022-01-14 15:07:19.893 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:07:19.893 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:07:48.983 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9088.722 ms)
teslamate_1  | 2022-01-14 15:07:48.983 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:07:48.983 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:08:18.081 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9097.139 ms)
teslamate_1  | 2022-01-14 15:08:18.081 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:08:18.082 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:08:47.161 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9078.037 ms)
teslamate_1  | 2022-01-14 15:08:47.161 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:08:47.161 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:09:16.259 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9096.290 ms)
teslamate_1  | 2022-01-14 15:09:16.259 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:09:16.260 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:10:52.836 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9171.770 ms)
teslamate_1  | 2022-01-14 15:10:52.836 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:10:52.836 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:11:19.990 [notice]     :alarm_handler: {:clear, TeslaMate.Vehicles.Vehicle_1_api_error}
teslamate_1  | 2022-01-14 15:11:21.919 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9082.163 ms)
teslamate_1  | 2022-01-14 15:11:21.919 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:11:21.920 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:11:51.005 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9083.705 ms)
teslamate_1  | 2022-01-14 15:11:51.005 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:11:51.005 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:12:19.991 [notice]     :alarm_handler: {:set, {TeslaMate.Vehicles.Vehicle_1_api_error, :fuse_blown}}
teslamate_1  | 2022-01-14 15:12:20.116 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9109.467 ms)
teslamate_1  | 2022-01-14 15:12:20.117 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:12:20.117 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:12:49.196 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9078.426 ms)
teslamate_1  | 2022-01-14 15:12:49.197 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:12:49.197 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:13:18.289 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9091.410 ms)
teslamate_1  | 2022-01-14 15:13:18.290 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:13:18.290 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:13:47.375 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9084.126 ms)
teslamate_1  | 2022-01-14 15:13:47.375 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:13:47.376 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:19:19.998 [notice]     :alarm_handler: {:clear, TeslaMate.Vehicles.Vehicle_1_api_error}
teslamate_1  | 2022-01-14 15:37:18.561 car_id=1 [warning] Received stale stream data: %TeslaApi.Stream.Data{elevation: 49, est_heading: 135, est_lat: 43.750665, est_lng: 4.342325, est_range: 191, heading: 135, odometer: 13785.6, power: 0, range: 224, shift_state: nil, soc: 78, speed: nil, time: ~U[2022-01-14 15:37:18.236Z]}
teslamate_1  | 2022-01-14 15:47:31.647 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9170.612 ms)
teslamate_1  | 2022-01-14 15:47:31.647 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:47:31.647 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:48:00.744 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9095.575 ms)
teslamate_1  | 2022-01-14 15:48:00.744 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:48:00.744 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:48:29.828 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9081.110 ms)
teslamate_1  | 2022-01-14 15:48:29.828 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:48:29.828 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:48:58.909 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9079.086 ms)
teslamate_1  | 2022-01-14 15:48:58.909 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:48:58.909 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:49:20.028 [notice]     :alarm_handler: {:set, {TeslaMate.Vehicles.Vehicle_1_api_error, :fuse_blown}}
teslamate_1  | 2022-01-14 15:49:28.006 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9095.281 ms)
teslamate_1  | 2022-01-14 15:49:28.007 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:49:28.007 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:49:57.090 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9082.122 ms)
teslamate_1  | 2022-01-14 15:49:57.091 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:49:57.091 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:51:35.021 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9350.222 ms)
teslamate_1  | 2022-01-14 15:51:35.022 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:51:35.022 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:52:04.099 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9075.698 ms)
teslamate_1  | 2022-01-14 15:52:04.099 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:52:04.099 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:52:33.181 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9080.313 ms)
teslamate_1  | 2022-01-14 15:52:33.182 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:52:33.182 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:53:02.272 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9083.666 ms)
teslamate_1  | 2022-01-14 15:53:02.272 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:53:02.272 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:53:31.376 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9102.414 ms)
teslamate_1  | 2022-01-14 15:53:31.376 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:53:31.376 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:54:00.455 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9078.353 ms)
teslamate_1  | 2022-01-14 15:54:00.456 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:54:00.456 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:54:29.541 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9083.957 ms)
teslamate_1  | 2022-01-14 15:54:29.541 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:54:29.541 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:54:58.624 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9080.650 ms)
teslamate_1  | 2022-01-14 15:54:58.624 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:54:58.624 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:56:20.035 [notice]     :alarm_handler: {:clear, TeslaMate.Vehicles.Vehicle_1_api_error}
teslamate_1  | 2022-01-14 15:56:35.175 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9225.612 ms)
teslamate_1  | 2022-01-14 15:56:35.175 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:56:35.175 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:57:04.268 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9092.214 ms)
teslamate_1  | 2022-01-14 15:57:04.268 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:57:04.269 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:57:20.036 [notice]     :alarm_handler: {:set, {TeslaMate.Vehicles.Vehicle_1_api_error, :fuse_blown}}
teslamate_1  | 2022-01-14 15:57:33.352 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9082.243 ms)
teslamate_1  | 2022-01-14 15:57:33.353 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:57:33.353 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:58:02.458 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9104.258 ms)
teslamate_1  | 2022-01-14 15:58:02.458 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:58:02.459 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:58:31.574 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9113.788 ms)
teslamate_1  | 2022-01-14 15:58:31.574 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:58:31.574 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:59:00.678 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9102.847 ms)
teslamate_1  | 2022-01-14 15:59:00.678 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:59:00.678 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:59:29.768 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9088.334 ms)
teslamate_1  | 2022-01-14 15:59:29.768 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:59:29.769 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 15:59:58.846 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9076.103 ms)
teslamate_1  | 2022-01-14 15:59:58.846 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 15:59:58.846 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:01:35.426 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9213.110 ms)
teslamate_1  | 2022-01-14 16:01:35.426 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:01:35.426 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:02:04.508 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9079.789 ms)
teslamate_1  | 2022-01-14 16:02:04.508 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:02:04.508 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:02:33.587 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9077.794 ms)
teslamate_1  | 2022-01-14 16:02:33.587 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:02:33.587 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:03:02.668 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9079.623 ms)
teslamate_1  | 2022-01-14 16:03:02.668 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:03:02.668 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:03:31.804 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9134.812 ms)
teslamate_1  | 2022-01-14 16:03:31.804 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:03:31.804 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:04:00.881 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9075.012 ms)
teslamate_1  | 2022-01-14 16:04:00.881 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:04:00.881 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:04:29.964 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9080.759 ms)
teslamate_1  | 2022-01-14 16:04:29.964 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:04:29.964 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:04:59.058 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9093.056 ms)
teslamate_1  | 2022-01-14 16:04:59.058 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:04:59.058 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:06:36.062 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9208.052 ms)
teslamate_1  | 2022-01-14 16:06:36.063 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:06:36.063 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:07:05.148 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9083.873 ms)
teslamate_1  | 2022-01-14 16:07:05.148 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:07:05.149 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:07:34.232 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9080.113 ms)
teslamate_1  | 2022-01-14 16:07:34.232 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:07:34.232 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:08:03.358 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9124.307 ms)
teslamate_1  | 2022-01-14 16:08:03.358 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:08:03.358 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:08:32.451 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9092.153 ms)
teslamate_1  | 2022-01-14 16:08:32.452 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:08:32.452 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:09:01.561 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9107.756 ms)
teslamate_1  | 2022-01-14 16:09:01.561 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:09:01.561 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:09:30.665 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9101.983 ms)
teslamate_1  | 2022-01-14 16:09:30.666 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:09:30.666 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:09:59.773 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9105.515 ms)
teslamate_1  | 2022-01-14 16:09:59.773 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:09:59.773 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:11:36.288 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9189.817 ms)
teslamate_1  | 2022-01-14 16:11:36.288 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:11:36.288 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:12:05.404 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9115.479 ms)
teslamate_1  | 2022-01-14 16:12:05.405 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:12:05.405 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:12:34.489 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9083.074 ms)
teslamate_1  | 2022-01-14 16:12:34.490 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:12:34.490 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:13:03.587 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9095.836 ms)
teslamate_1  | 2022-01-14 16:13:03.587 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:13:03.587 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:13:32.670 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9081.234 ms)
teslamate_1  | 2022-01-14 16:13:32.670 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:13:32.671 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:14:01.761 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9089.308 ms)
teslamate_1  | 2022-01-14 16:14:01.761 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:14:01.762 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:14:30.852 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9089.032 ms)
teslamate_1  | 2022-01-14 16:14:30.852 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:14:30.852 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:14:59.952 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9097.785 ms)
teslamate_1  | 2022-01-14 16:14:59.952 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:14:59.952 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:16:36.553 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9184.383 ms)
teslamate_1  | 2022-01-14 16:16:36.554 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:16:36.554 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:17:05.637 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9081.779 ms)
teslamate_1  | 2022-01-14 16:17:05.637 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:17:05.638 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:17:34.722 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9082.636 ms)
teslamate_1  | 2022-01-14 16:17:34.722 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:17:34.722 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:18:03.833 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9110.290 ms)
teslamate_1  | 2022-01-14 16:18:03.834 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:18:03.834 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:18:32.917 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9082.510 ms)
teslamate_1  | 2022-01-14 16:18:32.918 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:18:32.918 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:19:02.004 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9085.401 ms)
teslamate_1  | 2022-01-14 16:19:02.005 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:19:02.005 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:19:31.101 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9095.212 ms)
teslamate_1  | 2022-01-14 16:19:31.102 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:19:31.102 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:20:00.184 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9081.108 ms)
teslamate_1  | 2022-01-14 16:20:00.184 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:20:00.185 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:21:36.549 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9168.046 ms)
teslamate_1  | 2022-01-14 16:21:36.549 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:21:36.549 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:22:05.655 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9104.356 ms)
teslamate_1  | 2022-01-14 16:22:05.656 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:22:05.657 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:22:34.746 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9087.861 ms)
teslamate_1  | 2022-01-14 16:22:34.746 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:22:34.747 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:23:03.865 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9117.037 ms)
teslamate_1  | 2022-01-14 16:23:03.866 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:23:03.866 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:23:32.946 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9078.305 ms)
teslamate_1  | 2022-01-14 16:23:32.946 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:23:32.946 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:24:02.032 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9084.627 ms)
teslamate_1  | 2022-01-14 16:24:02.032 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:24:02.033 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:24:31.124 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9089.496 ms)
teslamate_1  | 2022-01-14 16:24:31.124 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:24:31.124 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:25:00.224 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9098.549 ms)
teslamate_1  | 2022-01-14 16:25:00.224 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:25:00.224 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:25:29.308 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9082.264 ms)
teslamate_1  | 2022-01-14 16:25:29.308 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:25:29.308 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:27:04.720 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9182.319 ms)
teslamate_1  | 2022-01-14 16:27:04.720 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:27:04.720 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:27:33.807 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9086.222 ms)
teslamate_1  | 2022-01-14 16:27:33.808 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:27:33.808 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:28:02.895 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9085.813 ms)
teslamate_1  | 2022-01-14 16:28:02.895 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:28:02.895 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:28:32.018 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9120.712 ms)
teslamate_1  | 2022-01-14 16:28:32.018 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:28:32.018 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:29:01.097 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9077.977 ms)
teslamate_1  | 2022-01-14 16:29:01.097 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:29:01.097 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:29:30.194 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9094.824 ms)
teslamate_1  | 2022-01-14 16:29:30.194 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:29:30.194 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:29:59.288 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9093.449 ms)
teslamate_1  | 2022-01-14 16:29:59.289 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:29:59.289 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:30:28.373 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9083.146 ms)
teslamate_1  | 2022-01-14 16:30:28.373 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:30:28.374 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:32:05.023 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9206.239 ms)
teslamate_1  | 2022-01-14 16:32:05.023 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:32:05.024 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:32:34.111 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9086.189 ms)
teslamate_1  | 2022-01-14 16:32:34.112 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:32:34.112 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:33:03.192 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9078.837 ms)
teslamate_1  | 2022-01-14 16:33:03.192 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:33:03.192 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:33:32.278 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9083.981 ms)
teslamate_1  | 2022-01-14 16:33:32.278 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:33:32.278 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:34:01.376 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9095.708 ms)
teslamate_1  | 2022-01-14 16:34:01.376 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:34:01.376 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:34:30.448 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9071.125 ms)
teslamate_1  | 2022-01-14 16:34:30.448 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:34:30.448 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:34:59.534 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9082.775 ms)
teslamate_1  | 2022-01-14 16:34:59.534 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:34:59.534 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:35:28.621 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9086.134 ms)
teslamate_1  | 2022-01-14 16:35:28.621 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:35:28.622 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:37:05.292 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9204.483 ms)
teslamate_1  | 2022-01-14 16:37:05.293 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:37:05.293 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:37:34.365 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9070.694 ms)
teslamate_1  | 2022-01-14 16:37:34.365 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:37:34.365 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:38:03.447 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9080.745 ms)
teslamate_1  | 2022-01-14 16:38:03.447 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:38:03.447 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:38:32.552 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9103.859 ms)
teslamate_1  | 2022-01-14 16:38:32.552 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:38:32.552 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:39:01.630 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9076.031 ms)
teslamate_1  | 2022-01-14 16:39:01.630 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:39:01.630 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:39:30.721 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9088.969 ms)
teslamate_1  | 2022-01-14 16:39:30.721 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:39:30.721 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:39:59.808 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9085.393 ms)
teslamate_1  | 2022-01-14 16:39:59.809 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:39:59.809 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:40:28.936 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9126.514 ms)
teslamate_1  | 2022-01-14 16:40:28.937 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-14 16:40:28.937 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:42:07.652 [info] Start of drive initiated by: %TeslaApi.Stream.Data{elevation: 49, est_heading: 135, est_lat: 43.750665, est_lng: 4.342325, est_range: 191, heading: 135, odometer: 13785.6, power: 1, range: 224, shift_state: "R", soc: 78, speed: 0, time: ~U[2022-01-14 16:42:07.583Z]}
teslamate_1  | 2022-01-14 16:42:07.652 car_id=1 [info] Driving / Start
teslamate_1  | 2022-01-14 16:45:20.084 [notice]     :alarm_handler: {:clear, TeslaMate.Vehicles.Vehicle_1_api_error}
teslamate_1  | 2022-01-14 16:47:46.157 [warning] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 503 (283.121 ms)
teslamate_1  | 2022-01-14 16:47:46.157 [warning] TeslaApi.Error / "upstream connect error or disconnect/reset before headers. reset reason: connection failure"
teslamate_1  | 2022-01-14 16:47:46.158 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-14 16:48:27.861 [info] GET https://nominatim.openstreetmap.org/reverse -> 200 (135.762 ms)
teslamate_1  | 2022-01-14 16:48:28.370 [info] GET https://nominatim.openstreetmap.org/reverse -> 200 (507.223 ms)
teslamate_1  | 2022-01-14 16:48:28.491 [info] End of drive initiated by: %TeslaApi.Vehicle.State.Drive{gps_as_of: 1642178906, heading: 261, latitude: 43.731016, longitude: 4.345401, native_latitude: 43.731016, native_location_supported: 1, native_longitude: 4.345401, native_type: "wgs", power: 1, shift_state: "P", speed: 0, timestamp: 1642178907622}
teslamate_1  | 2022-01-14 16:48:28.491 car_id=1 [info] Driving / Ended / 3 km – 6 min
teslamate_1  | 2022-01-14 16:48:28.491 car_id=1 [info] Start / :online
teslamate_1  | 2022-01-14 16:50:02.445 [info] Start of drive initiated by: %TeslaApi.Stream.Data{elevation: 71, est_heading: 261, est_lat: 43.731016, est_lng: 4.345401, est_range: 184, heading: 261, odometer: 13787.6, power: 0, range: 221, shift_state: "R", soc: 77, speed: 0, time: ~U[2022-01-14 16:50:02.370Z]}
teslamate_1  | 2022-01-14 16:50:02.445 car_id=1 [info] Driving / Start
teslamate_1  | 2022-01-14 16:54:11.831 [info] GET https://nominatim.openstreetmap.org/reverse -> 200 (146.527 ms)
teslamate_1  | 2022-01-14 16:54:12.382 [info] GET https://nominatim.openstreetmap.org/reverse -> 200 (547.051 ms)
teslamate_1  | 2022-01-14 16:54:12.502 [info] End of drive initiated by: %TeslaApi.Vehicle.State.Drive{gps_as_of: 1642179250, heading: 91, latitude: 43.730188, longitude: 4.354785, native_latitude: 43.730188, native_location_supported: 1, native_longitude: 4.354785, native_type: "wgs", power: 1, shift_state: "P", speed: 0, timestamp: 1642179251560}
teslamate_1  | 2022-01-14 16:54:12.502 car_id=1 [info] Driving / Ended / 2 km – 4 min
teslamate_1  | 2022-01-14 16:54:12.502 car_id=1 [info] Start / :online
teslamate_1  | 2022-01-14 16:58:00.607 car_id=1 [info] Suspending logging
teslamate_1  | 2022-01-14 16:58:48.265 [info] Refreshing access token ...
teslamate_1  | 2022-01-14 16:58:48.734 [info] POST https://auth.tesla.com/oauth2/v3/token -> 200 (468.435 ms)
teslamate_1  | 2022-01-14 16:58:48.912 [info] Scheduling token refresh in 6 h
teslamate_1  | 2022-01-14 17:16:28.599 car_id=1 [info] Fetching vehicle state ...
teslamate_1  | 2022-01-14 17:16:28.800 car_id=1 [info] Start / :asleep
teslamate_1  | 2022-01-14 17:16:28.940 car_id=1 [info] Disconnecting ...
teslamate_1  | 2022-01-14 17:17:49.569 [info] GET /
teslamate_1  | 2022-01-14 17:17:49.577 [info] Sent 200 in 8ms
teslamate_1  | 2022-01-14 18:32:04.406 [info] GET /
teslamate_1  | 2022-01-14 18:32:04.414 [info] Sent 200 in 7ms
teslamate_1  | 2022-01-14 18:32:49.702 [info] GET /settings
teslamate_1  | 2022-01-14 18:32:49.719 [info] Sent 200 in 15ms
teslamate_1  | 2022-01-14 18:32:56.294 [info] GET /
teslamate_1  | 2022-01-14 18:32:56.300 [info] Sent 200 in 6ms
teslamate_1  | 2022-01-14 22:58:48.913 [info] Refreshing access token ...
teslamate_1  | 2022-01-14 22:58:49.251 [info] POST https://auth.tesla.com/oauth2/v3/token -> 200 (337.645 ms)
teslamate_1  | 2022-01-14 22:58:49.424 [info] Scheduling token refresh in 6 h
teslamate_1  | 2022-01-15 02:16:35.140 [warning] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788 -> 503 (284.066 ms)
teslamate_1  | 2022-01-15 02:16:35.140 [warning] TeslaApi.Error / "upstream connect error or disconnect/reset before headers. reset reason: connection failure"
teslamate_1  | 2022-01-15 02:16:35.141 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-15 04:58:49.425 [info] Refreshing access token ...
teslamate_1  | 2022-01-15 04:58:49.914 [info] POST https://auth.tesla.com/oauth2/v3/token -> 200 (488.409 ms)
teslamate_1  | 2022-01-15 04:58:50.021 [info] Scheduling token refresh in 6 h
teslamate_1  | 2022-01-15 07:09:46.464 car_id=1 [info] Start / :online
teslamate_1  | 2022-01-15 07:09:46.635 car_id=1 [info] Connecting ...
teslamate_1  | 2022-01-15 07:12:52.765 car_id=1 [info] Suspending logging
teslamate_1  | 2022-01-15 07:12:52.783 car_id=1 [warning] Received stale stream data: %TeslaApi.Stream.Data{elevation: 89, est_heading: 91, est_lat: 43.730188, est_lng: 4.354785, est_range: 178, heading: 90, odometer: 13788.6, power: 0, range: 215, shift_state: nil, soc: 76, speed: nil, time: ~U[2022-01-15 07:12:51.806Z]}
teslamate_1  | 2022-01-15 07:43:02.034 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9077.231 ms)
teslamate_1  | 2022-01-15 07:43:02.035 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-15 07:43:02.035 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-15 07:43:33.241 car_id=1 [info] Vehicle is still online. Falling asleep for: 33 min
teslamate_1  | 2022-01-15 08:13:29.839 [info] GET /
teslamate_1  | 2022-01-15 08:13:29.845 [info] Sent 200 in 5ms
teslamate_1  | 2022-01-15 08:13:42.621 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9080.032 ms)
teslamate_1  | 2022-01-15 08:13:42.622 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-15 08:13:42.622 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-15 08:14:21.774 [info] GET https://owner-api.teslamotors.com/api/1/vehicles/16063661270887788/vehicle_data -> 408 (9080.988 ms)
teslamate_1  | 2022-01-15 08:14:21.775 [warning] TeslaApi.Error / %{"error" => "{\"error\": \"timeout\"}", "error_description" => "", "response" => nil}
teslamate_1  | 2022-01-15 08:14:21.775 car_id=1 [error] Error / :unknown
teslamate_1  | 2022-01-15 08:14:58.205 car_id=1 [info] Vehicle is still online. Falling asleep for: 1 h 5 min
teslamate_1  | 2022-01-15 08:41:42.303 [info] Start of drive initiated by: %TeslaApi.Stream.Data{elevation: 89, est_heading: 91, est_lat: 43.730188, est_lng: 4.354785, est_range: 177, heading: 90, odometer: 13788.6, power: 8, range: 213, shift_state: "R", soc: 76, speed: 1, time: ~U[2022-01-15 08:41:40.419Z]}
teslamate_1  | 2022-01-15 08:41:42.303 car_id=1 [info] Driving / Start
teslamate_1  | 2022-01-15 08:54:07.578 [info] GET https://nominatim.openstreetmap.org/reverse -> 200 (140.063 ms)
teslamate_1  | 2022-01-15 08:54:08.076 [info] GET https://nominatim.openstreetmap.org/reverse -> 200 (493.964 ms)
teslamate_1  | 2022-01-15 08:54:08.190 [info] End of drive initiated by: %TeslaApi.Vehicle.State.Drive{gps_as_of: 1642236846, heading: 149, latitude: 43.796545, longitude: 4.383283, native_latitude: 43.796545, native_location_supported: 1, native_longitude: 4.383283, native_type: "wgs", power: 1, shift_state: "P", speed: 0, timestamp: 1642236847334}
teslamate_1  | 2022-01-15 08:54:08.190 car_id=1 [info] Driving / Ended / 11 km – 12 min
teslamate_1  | 2022-01-15 08:54:08.190 car_id=1 [info] Start / :online
teslamate_1  | 2022-01-15 08:56:26.851 [info] GET https://nominatim.openstreetmap.org/reverse -> 200 (132.377 ms)
teslamate_1  | 2022-01-15 08:56:27.012 car_id=1 [info] Charging / SOC: 72%
teslamate_1  | 2022-01-15 08:56:27.012 car_id=1 [info] Disconnecting ...
teslamate_1  | 2022-01-15 09:57:36.162 car_id=1 [info] Charging / Disconnected / 3.04 kWh – 61 min
teslamate_1  | 2022-01-15 09:57:36.285 car_id=1 [info] Start / :online
teslamate_1  | 2022-01-15 09:57:36.340 car_id=1 [info] Connecting ...
teslamate_1  | 2022-01-15 09:58:36.754 [info] Start of drive initiated by: %TeslaApi.Vehicle.State.Drive{gps_as_of: 1642240715, heading: 151, latitude: 43.795916, longitude: 4.383949, native_latitude: 43.795916, native_location_supported: 1, native_longitude: 4.383949, native_type: "wgs", power: 4, shift_state: "D", speed: 9, timestamp: 1642240716649}
teslamate_1  | 2022-01-15 09:58:36.754 car_id=1 [info] Driving / Start
teslamate_1  | 2022-01-15 09:59:22.532 [info] GET https://nominatim.openstreetmap.org/reverse -> 200 (143.555 ms)
teslamate_1  | 2022-01-15 09:59:23.029 [info] GET https://nominatim.openstreetmap.org/reverse -> 200 (491.607 ms)
teslamate_1  | 2022-01-15 09:59:23.100 [info] End of drive initiated by: %TeslaApi.Vehicle.State.Drive{gps_as_of: 1642240761, heading: 115, latitude: 43.79684, longitude: 4.386142, native_latitude: 43.79684, native_location_supported: 1, native_longitude: 4.386142, native_type: "wgs", power: 1, shift_state: "P", speed: 0, timestamp: 1642240762290}
teslamate_1  | 2022-01-15 09:59:23.101 car_id=1 [info] Driving / Ended / 0 km – 1 min
teslamate_1  | 2022-01-15 09:59:23.101 car_id=1 [info] Start / :online
teslamate_1  | 2022-01-15 10:00:31.920 [info] Start of drive initiated by: %TeslaApi.Stream.Data{elevation: 32, est_heading: 115, est_lat: 43.79684, est_lng: 4.386142, est_range: 180, heading: 115, odometer: 13795.8, power: 0, range: 217, shift_state: "D", soc: 76, speed: 0, time: ~U[2022-01-15 10:00:31.865Z]}
teslamate_1  | 2022-01-15 10:00:31.921 car_id=1 [info] Driving / Start
teslamate_1  | 2022-01-15 10:13:38.580 car_id=1 [info] Fetch already in progress ...
teslamate_1  | 2022-01-15 10:13:38.904 [info] GET https://nominatim.openstreetmap.org/reverse -> 200 (132.161 ms)
teslamate_1  | 2022-01-15 10:13:39.419 [info] GET https://nominatim.openstreetmap.org/reverse -> 200 (511.194 ms)
teslamate_1  | 2022-01-15 10:13:39.497 [info] End of drive initiated by: %TeslaApi.Vehicle.State.Drive{gps_as_of: 1642241617, heading: 92, latitude: 43.730182, longitude: 4.354791, native_latitude: 43.730182, native_location_supported: 1, native_longitude: 4.354791, native_type: "wgs", power: 1, shift_state: "P", speed: 0, timestamp: 1642241618658}
teslamate_1  | 2022-01-15 10:13:39.497 car_id=1 [info] Driving / Ended / 12 km – 13 min
teslamate_1  | 2022-01-15 10:13:39.497 car_id=1 [info] Start / :online
teslamate_1  | 2022-01-15 10:16:58.163 car_id=1 [info] Suspending logging
teslamate_1  | 2022-01-15 10:36:06.453 car_id=1 [info] Fetching vehicle state ...
teslamate_1  | 2022-01-15 10:36:06.649 car_id=1 [info] Start / :asleep
teslamate_1  | 2022-01-15 10:36:08.199 car_id=1 [info] Disconnecting ...
teslamate_1  | 2022-01-15 10:44:44.336 [info] GET /
teslamate_1  | 2022-01-15 10:44:44.342 [info] Sent 200 in 6ms
teslamate_1  | 2022-01-15 10:49:28.360 [info] GET /settings
teslamate_1  | 2022-01-15 10:49:28.371 [info] Sent 200 in 10ms

Screenshots

No response

Additional data

No response

Type of installation

Docker

Version

1.25.2

agrieco commented 2 years ago

Same problem here w/ a fresh install yesterday via Docker. I reviewed https://github.com/adriankumpf/teslamate/discussions/2045 and confirmed that in my Grafana config the datasource for postgres doesn't have http in the host.

agrieco commented 2 years ago

After messing with this for a while, I figured out I screwed up the password environmental variables in the docker-compose file. For me- destroying everything, removing my error and restarting worked for me.