Commit Graph

27 Commits

Author SHA1 Message Date
Adrian Kumpf
00339cff45 Handle distinct OSM IDs gracefully
Addresses #1413
2021-03-10 21:46:29 +01:00
Adrian Kumpf
4b23c8604e Upgrade to Elixir v1.11 2020-10-08 22:17:56 +02:00
Adrian Kumpf
64c428ee71 Gracefully handle locations that cannot be geocoded
Fixes #898
2020-09-05 01:42:32 +02:00
Adrian Kumpf
0db6d6905c Allow to set a cost by the minute per geo-fence 2020-05-30 12:33:23 +02:00
Adrian Kumpf
45d94d52b3 Implement database efficiency improvements
Closes #573
2020-04-11 14:49:44 +02:00
Adrian Kumpf
a36fb8d66c Remove option to disable sleep mode 2020-04-02 16:33:33 +02:00
Adrian Kumpf
b76b2d2cfa Add option to calculate charging costs retroactively
Closes #442
2020-03-11 15:11:13 +01:00
Adrian Kumpf
20925f5a3f Reverse geofence sort order 2020-02-16 12:41:02 +01:00
Adrian Kumpf
429de54a79 Allow geo-fences to overlap
If multiple geo-fences potentially cover a position, the geo-fence whose
centre is closest is selected.
2020-02-13 14:59:18 +01:00
Adrian Kumpf
7322e9d8c2 Set ON DELETE foreign key constraints 2020-02-06 15:51:30 +01:00
Adrian Kumpf
9360e8d26f Increase label width 2020-01-27 16:43:57 +01:00
Adrian Kumpf
99b71128cb Fix calculation of charge energy added
This is necessary if the value has already been reset by the vehicle.

Fixes #376
2020-01-23 13:39:04 +01:00
Adrian Kumpf
c217943862 Refresh addresses when changing language 2020-01-21 14:27:11 +01:00
Adrian Kumpf
0c1918d21b Use osm_id instead of place_id 2020-01-21 14:27:11 +01:00
Adrian Kumpf
93d3e817f9 Remove manual phase correction 2019-12-15 15:36:26 +01:00
Adrian Kumpf
f51c2937c6 Cache location-based information 2019-11-24 14:00:50 +01:00
Adrian Kumpf
dde12b0e5b Add option to overwrite sleep mode per geo-fence
Resolves #251
2019-11-24 14:00:50 +01:00
Adrian Kumpf
2bbb7879ff Test phase correction 2019-10-27 20:34:28 +01:00
Adrian Kumpf
f38a4221eb Implement phase correction 2019-10-26 21:19:10 +02:00
Adrian Kumpf
abfa8c96d5 Device efficiency factor from charge data 2019-10-16 21:12:53 +02:00
Adrian Kumpf
bfdee9cba7 Immediately return if one of the identifiers is nil 2019-10-06 13:19:47 +02:00
Adrian Kumpf
c775e17328 Use exact locations for geo-fence lookups 2019-10-03 20:19:24 +02:00
Adrian Kumpf
35e1be2589 Allow geo-fences to have multiple addresses 2019-09-28 19:24:40 +02:00
Adrian Kumpf
c118049577 Check geo-fences on the database level 2019-09-26 11:37:54 +02:00
Adrian Kumpf
1a826eacae Test GeoFenceLive 2019-08-12 23:48:16 +02:00
Adrian Kumpf
d9f48add6f Check geo-fences before reverse geocoding 2019-08-12 23:48:16 +02:00
Adrian Kumpf
2953441fc4 Rename addresses context 2019-08-12 23:48:16 +02:00