Commit Graph

589 Commits

Author SHA1 Message Date
Adrian Kumpf
3508d8164e Reduce log spam 2020-06-09 15:59:09 +02:00
dependabot-preview[bot]
a45aacf685 Bump ex_cldr from 2.15.0 to 2.16.1 (#787) 2020-06-08 17:47:08 +00:00
Adrian Kumpf
c278aa207f Try to keep using tokens if initial refresh fails
Addresses #774
2020-06-04 09:52:31 +02:00
Adrian Kumpf
a25ab36903 Rename unit enums 2020-05-30 12:40:42 +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
04ab18262d Allow to set charge cost by minute 2020-05-30 12:33:23 +02:00
Adrian Kumpf
3a7eae4760 Periodically store vehicle data while charging
The reason for this is that the Overview Dashboard can display current
temperature values while charging.
2020-05-29 14:11:52 +02:00
Adrian Kumpf
6fd7cbbc28 Allow negative charge costs
Closes #743
2020-05-25 19:22:41 +02:00
Adrian Kumpf
c44b612b5d Update js dependencies 2020-05-19 19:12:59 +02:00
Adrian Kumpf
0de83c1dd1 Update custom cldr plugs 2020-05-14 12:39:01 +00:00
Adrian Kumpf
60631907ef Replace mojito with finch 2020-05-14 14:11:20 +02:00
Adrian Kumpf
390e362a09 Update CHANGELOG 2020-05-02 14:12:11 +02:00
Adrian Kumpf
aadfd916d0 Explicitly match on expected states 2020-05-02 13:53:49 +02:00
Adrian Kumpf
ebb423060b Improve error message for an invalid tokens table
Fixes #657
2020-04-29 01:00:01 +02:00
Adrian Kumpf
190dde7928 Fix firmware version comparison
Addresses #648
2020-04-27 14:57:12 +02:00
Adrian Kumpf
d2cfa6f769 Sort languages properly 2020-04-25 23:16:04 +02:00
Adrian Kumpf
2d08545396 Do not publish unknown values
Addresses #639
2020-04-25 12:50:45 +02:00
Adrian Kumpf
155a135d51 Upgrade to phoenix 1.5 2020-04-23 12:51:15 +02:00
Adrian Kumpf
b761b4f0c8 Fix disappearing map tiles 2020-04-20 15:01:00 +02:00
Adrian Kumpf
4804aeb767 Reduce the amount of data sent to the client when driving 2020-04-19 15:20:23 +02:00
Adrian Kumpf
706c9d6a75 Bump phoenix_live_view to 0.12.0 2020-04-19 12:32:05 +02:00
Adrian Kumpf
27578ff63b Discard incomplete API responses
Follow-up of #577
2020-04-19 12:31:18 +02:00
Adrian Kumpf
f0ddb5a13d Add conversion helpers for Decimal
Fixes #599
2020-04-19 12:30:48 +02:00
Adrian Kumpf
79d7076402 End drive when car is put into service mode 2020-04-16 11:16:04 +02:00
Adrian Kumpf
0dbc5600ef Add language switcher 2020-04-15 14:21:35 +02:00
Adrian Kumpf
74920519ed Log "Suspending logging" just once 2020-04-14 14:24:42 +02:00
Adrian Kumpf
6e2247b7fe Handle ambiguous dates when importing data
Fixes #549
2020-04-14 14:24:25 +02:00
Adrian Kumpf
826e80d7ab Pass floats to SRTM.get_elevation/3 2020-04-11 22:03:37 +02:00
Adrian Kumpf
e3807f1520 Do not suspend manually in case of invalid data 2020-04-11 17:47:30 +02:00
Adrian Kumpf
2e99eee4cf Improve detection of available updates 2020-04-11 17:15:02 +02:00
Adrian Kumpf
3429ecd9eb Handle empty drive_states
Fixes #577
2020-04-11 17:01:49 +02:00
Adrian Kumpf
45d94d52b3 Implement database efficiency improvements
Closes #573
2020-04-11 14:49:44 +02:00
jmiverson
9eb42ee8a7 Updated Labels to Title Case (#578)
Some labels were using title case and others weren't.  Attempted to make it consistent across the board.
2020-04-11 12:45:08 +02:00
Adrian Kumpf
4fdfc4d74e Upgrade bulma-tooltip 2020-04-10 13:02:08 +02:00
Adrian Kumpf
231583b48f Publish MQTT message when the health check succeeds again
Fixes #551
2020-04-08 13:10:43 +02:00
Adrian Kumpf
1646bb9013 Use default :suspend_min if streaming is enabled 2020-04-08 11:13:43 +02:00
Adrian Kumpf
9cbc12ab51 Differentiate between vehicle and unknown errors 2020-04-08 11:13:43 +02:00
Adrian Kumpf
c6b265788c Migrate docs to docusaurus
Fixes #564
2020-04-07 19:32:18 +02:00
MaxG88
07930eea36 Send credentials with manifest request (#555) 2020-04-06 12:04:53 +02:00
Adrian Kumpf
6086b06646 Do not preload settings when importing
This allows to use custom settings for the import without needing to
persists them.
2020-04-04 14:25:46 +02:00
Adrian Kumpf
6d011467c0 Display the total duration of a sleep attempt 2020-04-04 13:43:42 +02:00
Adrian Kumpf
6b8639c636 Use arrow to indicate direction of the vehicle 2020-04-04 13:43:42 +02:00
Adrian Kumpf
e6fc0609ff Show spinner before the map is initialized 2020-04-04 13:43:42 +02:00
Adrian Kumpf
a457d17ffa Enable streaming for new users as well 2020-04-04 13:43:42 +02:00
Adrian Kumpf
3d13056bdf Publish elevation 2020-04-02 18:38:11 +02:00
Adrian Kumpf
025a81f874 Do not suspend if the doors or trunk are open 2020-04-02 17:54:37 +02:00
Adrian Kumpf
fdd11dcf8e Inform if an update is available 2020-04-02 16:36:28 +02:00
Adrian Kumpf
c5b170f96a Add icons to navbar items 2020-04-02 16:36:28 +02:00
Adrian Kumpf
2c706d339b Add 'About' section to settings page 2020-04-02 16:36:26 +02:00
Adrian Kumpf
711c5e8813 Check for available updates 2020-04-02 16:35:12 +02:00