Commit Graph
259 Commits
Author SHA1 Message Date
Florian Bezannier 633f881f43 update FAQ 2021-04-29 10:31:56 +02:00
Florian BEZANNIERandGitHub d090d736bf Update issue templates 2021-04-29 10:26:51 +02:00
Florian Bezannier 7b3404616e fix brand code for DS 2021-04-29 10:12:15 +02:00
Florian BEZANNIERandGitHub 2ce740508f Merge pull request #87 from flobz/develop
[Feature] Electricity price
2021-04-28 10:46:32 +02:00
Florian Bezannier c240a80242 add peugeot 5008 II 2021-04-24 13:21:15 +02:00
Florian Bezannier 22bf5ab1b6 lower cryptography requirement to be compatible with debian10 package 2021-04-23 12:53:24 +02:00
Florian Bezannier 35fdb6bb4d fix indent 2 2021-04-21 19:04:17 +02:00
Florian Bezannier 32f423cec8 fix indent 2021-04-21 18:55:53 +02:00
Florian Bezannier 8d31f01b6a fix diff_dashtable 2021-04-21 18:09:20 +02:00
Florian Bezannier 5b706b7e6e fix service 2021-04-21 17:33:05 +02:00
Florian Bezannier 1d7eb86444 edit pylint 2021-04-21 17:30:59 +02:00
Florian Bezannier b077ef4ae5 enable access to control tab when no data & improve style 2021-04-21 17:23:43 +02:00
Florian Bezannier 2959c1046d add total elec consumption 2021-04-21 14:23:27 +02:00
Florian Bezannier 3fad59f03f add service file 2021-04-21 14:22:01 +02:00
Florian Bezannier ad5381056b add price config to doc 2021-04-21 14:21:13 +02:00
Florian Bezannier 9e43d25839 fix compat 2021-04-21 13:24:18 +02:00
Florian Bezannier 964ea041a5 fix ModuleNotFoundError & clean up 2021-04-21 13:18:59 +02:00
Florian Bezannier f01382e446 fix compat with old python version 2021-04-21 12:27:28 +02:00
Florian Bezannier 3aae495f16 fix none value 2021-04-21 12:24:17 +02:00
Florian Bezannier 656147c683 change message to debug v2.1 2021-04-21 11:50:40 +02:00
Florian Bezannier 40a7f20d72 code clean 2021-04-21 11:44:46 +02:00
Florian Bezannier 98baca6601 add charge price 2021-04-20 11:10:52 +02:00
Florian Bezannier 42411d8818 change message to debug 2021-04-18 14:17:50 +02:00
Florian Bezannier 1c6bf9292f add co2signal api 2021-04-15 20:03:13 +02:00
Florian Bezannier 25236854c5 check len of trips 2021-04-15 14:31:48 +02:00
Florian Bezannier 2a0c8b3eaa fix format 2021-04-15 14:31:48 +02:00
Florian BEZANNIERandGitHub 1614e3d437 Update README.md 2021-04-13 16:55:16 +02:00
Florian Bezannier b64f716f4d store filename in object 2021-04-13 16:46:27 +02:00
Florian Bezannier c63b917163 check if port is available before anything else 2021-04-13 16:45:19 +02:00
Florian Bezannier 271e2764f4 fix none regex 2021-04-13 16:43:39 +02:00
Florian Bezannier c502fa257b fix model none 2021-04-13 13:01:31 +02:00
Florian BEZANNIERandGitHub 25b86c0149 Feature abrp (#79)
* add ABRP connection

* update doc

* fix get_last_temp()

* add image

* update abrp

* fix abrpname

* fix no last postition

* add type point

* find model by vin

* add Spacetourer

* fix indent
2021-04-13 12:48:37 +02:00
Florian BEZANNIERandGitHub e2327768b5 Merge pull request #76 from xammmue/feature-enter_password_hidden
Don't display password when entered / show correct app name in server
2021-04-10 18:34:41 +02:00
Max 77fe881fa5 Don't display password when entered and show correct app name when asking for email/password in server.py 2021-04-10 18:23:09 +02:00
Florian BEZANNIERandGitHub b2149e3acd Update README.md 2021-04-09 16:03:16 +02:00
Florian Bezannier 4fd17de5f1 remove print 2021-04-06 17:34:34 +02:00
Florian Bezannier a814c6ec34 remove unused import 2021-04-06 17:31:56 +02:00
Florian Bezannier 477e2cada5 update documenation 2021-04-06 12:13:24 +02:00
602296cbe7 changed model name handling to correctly detect corsa-e (#66)
* changed model name handling to correctly detect corsa-e

Co-authored-by: Florian BEZANNIER <48728684+flobz@users.noreply.github.com>
2021-04-06 11:20:50 +02:00
Florian BEZANNIERandGitHub d4bcdd9f67 Merge pull request #72 from xammmue/bugfix_save-charge-config-for-correct-name
store charge controls file name in ChargeControls to save it without …
2021-04-06 11:14:42 +02:00
ed6e942908 Prevent division by zero during calculation of co2_per_kw (#68)
* Prevent division by zero during calculation of co2_per_kw

Co-authored-by: Florian BEZANNIER <48728684+flobz@users.noreply.github.com>
2021-04-06 11:07:30 +02:00
Florian Bezannier d9f0141ff4 handle no short_label in api response 2021-04-06 10:55:23 +02:00
Florian Bezannier f7353e3139 fix #70 name error when no trips 2021-04-06 09:33:11 +02:00
Max 2c4eb53d43 store charge controls file name in ChargeControls to save it without parameter 2021-04-04 11:04:17 +02:00
MaxandGitHub 84c798385f save config for defined file (#64)
* save config for defined file

* don't call save_config with unset config_name
2021-04-03 23:40:20 +02:00
Florian Bezannier 70b655b686 print error 2021-04-03 10:08:13 +02:00
Florian Bezannier 00b343f5dd add opel corsa-e and add abrp name 2021-04-03 09:59:24 +02:00
Florian Bezannier 72ff63c05f fix charge control 2021-04-01 10:18:13 +02:00
Florian Bezannier 066153e834 add domoticz doc v2.0 2021-03-30 13:41:59 +02:00
Florian BEZANNIERandGitHub 6282f8ec6f Update README.md 2021-03-30 12:15:48 +02:00