Commit Graph

224 Commits

Author SHA1 Message Date
Adrian Kumpf
7322e9d8c2 Set ON DELETE foreign key constraints 2020-02-06 15:51:30 +01:00
tomS3210
a86a9c201f Add French Translation (#397)
* Create test.txt

* Delete test.txt

* Create default.po

* Create errors.po
2020-01-27 16:41:15 +01:00
Adrian Kumpf
2a101d6788 Change error message 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
dbff8327bf Add language setting 2020-01-21 14:27:11 +01:00
Adrian Kumpf
c31ff47156 Render dropdown with dashboard links 2020-01-21 14:27:11 +01:00
Christian Traber
bc3c002ace add usable_battery_level to charges 2020-01-18 14:33:34 +01:00
Adrian Kumpf
b8972b0c63 Show combination of bat level & usable bat level 2020-01-17 14:59:26 +01:00
Adrian Kumpf
8952ce8bc2 Show spinner when fetching vehicle data 2020-01-16 21:05:22 +01:00
Adrian Kumpf
0b532f82f2 Add German translations 2020-01-16 15:59:25 +01:00
Adrian Kumpf
6d161f2875 Show notification after save 2020-01-15 18:29:29 +01:00
Adrian Kumpf
35ced850e9 Add charge cost interface
Closes #185, closes #342
2020-01-15 18:28:12 +01:00
Adrian Kumpf
4277e3b36e Add tooltip with estimated range at 100% 2020-01-14 14:52:22 +01:00
Christian Traber
7c6163c79c added German translation 2020-01-14 14:52:22 +01:00
Christian Traber
92d8150233 fixed tests and added tanslation 2020-01-14 14:52:22 +01:00
Christian Traber
3b7bb02c34 format fixed 2020-01-14 14:52:22 +01:00
Christian Traber
e6dccc80af add usable_battery_level to schema and log it 2020-01-14 14:52:22 +01:00
Adrian Kumpf
6aca7fb017 Fix recalculation of charge energy used
... for charges without data points.
2019-12-24 10:21:53 +01:00
Adrian Kumpf
cf42017fe5 Remove default error message 2019-12-22 14:49:22 +01:00
Adrian Kumpf
d301ac86f6 Include customized :tesla_api package 2019-12-15 15:36:26 +01:00
Adrian Kumpf
e25b965304 Add migration to recalculate 'charge energy used' 2019-12-15 15:36:26 +01:00
Adrian Kumpf
93d3e817f9 Remove manual phase correction 2019-12-15 15:36:26 +01:00
Adrian Kumpf
9d99c147e4 Translate timeouts 2019-12-07 15:39:03 +01:00
Adrian Kumpf
382a63de15 Various small improvements 2019-12-02 20:00:34 +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
66bafcb66d Add option to disable sleep mode 2019-11-24 14:00:50 +01:00
Nathan Gardiner
a0618d314d Merge 20191117042320_add_cost_field_to_charges.exs (Charge Cost field) (#258)
* Create 20191117042320_add_cost_field_to_charges.exs

* Update 20191117042320_add_cost_field_to_charges.exs

Add end block

* Update 20191117042320_add_cost_field_to_charges.exs

Fix type definition and correct table (thanks @adriankumpf!)

* Update 20191117042320_add_cost_field_to_charges.exs

Resolve required mix formatting
2019-11-24 13:55:47 +01:00
Adrian Kumpf
549dedb3bf Decouple global from car-specific settings 2019-11-18 23:43:25 +01:00
Adrian Kumpf
30d10d29a0 Display link to Grafana dashboards
... if a URL was entered on the Settings page.

Resolves #235
2019-11-17 16:56:03 +01:00
Adrian Kumpf
a9e66a6c67 Add for attributes to labels 2019-11-16 12:24:19 +01:00
Adrian Kumpf
409aadd7a1 Display remaining time while charging
Resolves #221
2019-11-03 13:08:52 +01:00
Adrian Kumpf
5feb60230f Temporarily switch to fork of ecto_enum 2019-10-28 13:52:26 +01:00
Adrian Kumpf
b356b19e3c Add tooltips 2019-10-27 21:36:14 +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
cd70f9acf0 Catch otherwise unhanded info messages 2019-10-23 22:46:28 +02:00
Adrian Kumpf
830faed957 Tweak UI 2019-10-22 23:21:53 +02:00
Adrian Kumpf
0c31683e86 Increase the precision of timestamps 2019-10-20 15:35:23 +02:00
Adrian Kumpf
bef950a1a9 Calculate actual charge energy used 2019-10-19 21:54:56 +02:00
Adrian Kumpf
5dff59a7bf Indicate when a (car) software update is available 2019-10-19 16:29:35 +02:00
Adrian Kumpf
fedfcbdc28 Publish software version via MQTT 2019-10-12 12:31:08 +02:00
Adrian Kumpf
f428581eef Tweak mobile and desktop views 2019-10-09 17:40:57 +02:00
Adrian Kumpf
db3b1ac71b Prefix "ll_to_earth" with "public."
Fixes #192
2019-10-08 21:59:58 +02:00
Adrian Kumpf
d5691e2cea Add GIST index based on ll_to_earth 2019-10-08 18:15:25 +02:00
Adrian Kumpf
25004de584 Format code with MIX_ENV=dev 2019-10-03 20:43:54 +02:00
Adrian Kumpf
c775e17328 Use exact locations for geo-fence lookups 2019-10-03 20:19:24 +02:00
Adrian Kumpf
c805342bf2 Don't throw an error if extensions already exist 2019-09-30 00:42:52 +02:00
Adrian Kumpf
677df6945d Simplify deletion dialog 2019-09-30 00:39:31 +02:00