Commit Graph
59 Commits
Author SHA1 Message Date
jlayec 2a20444077 Merge branch 'master' into feature-hybrid_compatibility 2021-03-06 17:38:16 +00:00
Florian Bezannier ba65d48d10 handle preconditioning programs 2021-03-06 17:31:34 +01:00
Florian Bezannier 5cac905cfd handle error in get_charge_hour 2021-03-06 16:53:15 +01:00
jlayec 7c62d5f6eb fix realm to get otp 2021-03-06 07:58:43 +00:00
Florian Bezannier 3ebc48903a WHIP handle hybrid car 2021-03-05 21:01:40 +01:00
jlayec 5d80f8c275 handle battery and fuel capacity properly for hybrid cars 2021-02-24 01:13:26 +00:00
jlayec 184cb3a0c7 update trip algorithm for hybrid cars 2021-02-24 01:02:36 +00:00
Florian BEZANNIERandGitHub f28f390a74 Merge pull request #26 from jlayec/master
first step to manage hybrid cars
2021-02-22 15:35:59 +01:00
jlayec 0cace91995 fix get_recorded_position() and add level_fuel for hybrid cars 2021-02-13 11:49:21 +00:00
jlayec a9f1fa482d small fix level_fuel 0 for hyrbrid cars 2021-02-13 10:52:11 +00:00
jlayec 87a9c787b9 fix trip update for electric cars after modifications for hybrid cars 2021-02-13 01:01:52 +00:00
jlayec 78ce126211 trip update for hybrid cars 2021-02-12 22:56:28 +00:00
jlayec 37cf1b2216 fix mqtt return_code 300 2021-02-11 13:16:04 +00:00
jlayec 7e9f2e3237 add get_energy() method to class Energy for hybrid cars 2021-02-11 00:37:35 +00:00
jlayec d00f23f178 avoid fuel level 0 for hybrid cars + fix empty battery table 2021-02-10 21:55:06 +00:00
Florian Bezannier 3f0374210d add VehicleState topic for detectiong charging car v3 2021-02-08 00:26:34 +01:00
Florian Bezannier e807a22bbf add VehicleState topic for detectiong charging car v2 2021-02-08 00:14:45 +01:00
Florian Bezannier 3569a4b1b6 add VehicleState topic for detectiong charging car 2021-02-08 00:10:40 +01:00
jlayec 1b4dd7ccf9 fix in case only one energy 2021-02-07 21:30:29 +00:00
jlayec fbc094f6ed first evolution to manage hybrid cars 2021-02-07 20:48:15 +00:00
Florian Bezannier 105bb55d79 fix mqtt client not instanced 2021-02-05 22:33:04 +01:00
Florian Bezannier da39f3a243 fix reconnection 2021-02-04 09:57:41 +01:00
Florian Bezannier bcab63d77e add get state 2021-02-01 12:31:17 +01:00
Florian Bezannier 523631f683 fix subscribe topic 2021-02-01 11:56:47 +01:00
Florian Bezannier d1081b73b3 add rate limit to getOtpCode 2021-01-29 11:57:42 +01:00
Florian Bezannier 52d2850fe9 handle empty database 2021-01-29 11:21:22 +01:00
Florian Bezannier 9031ef2591 comment debug info 2021-01-28 14:53:31 +01:00
Florian Bezannier f169253ec6 fix weather api 2021-01-28 14:36:38 +01:00
Florian Bezannier 14bd160e2a fix sql request 2021-01-27 23:35:13 +01:00
Florian Bezannier c214c2e34d add strong authentification 2021-01-27 22:56:46 +01:00
Florian Bezannier a1ffa72f6c update dashboard, add consumption vs temperature 2021-01-27 22:54:02 +01:00
Florian Bezannier 621f41690b fix expiration of token 2021-01-05 14:52:45 +01:00
Florian Bezannier 4bae281a9d fix ecomix 2021-01-05 14:40:39 +01:00
Florian Bezannier dd34eaa860 fix sql command 2021-01-05 14:18:38 +01:00
Florian Bezannier ed3ee579b9 update api, update battery record 2020-12-31 00:26:33 +01:00
Florian Bezannier f501d67ed6 work in progress battery monitor 2020-12-26 12:44:32 +01:00
Florian Bezannier 25368293ca fix save charge control config 2020-12-26 12:40:11 +01:00
Florian Bezannier 2e6e198419 fix saveconfig, add log info, handle exeption in app_decoder 2020-12-23 14:47:54 +01:00
Florian Bezannier cac194e11c add fct get_db 2020-12-23 10:44:35 +01:00
Florian Bezannier 6867c9904d fix sql conn 2020-12-23 10:05:50 +01:00
Florian Bezannier aa49212143 update trips automatically 2020-12-23 09:51:05 +01:00
Florian Bezannier f301a916eb update dashboard 2020-12-22 14:41:39 +01:00
Florian Bezannier 534a4300e5 add tabs to dashboard, fix get_trips 2020-12-22 09:27:39 +01:00
Florian Bezannier cd58a9c55a add dashboard 2020-12-18 16:58:51 +01:00
Florian Bezannier fdeba33685 fix openapi spec, get mileage from vehicle and record it in the db 2020-12-12 23:47:13 +01:00
Florian Bezannier 307fb937db handle error in refresh_remote_tokenv2 2020-12-09 08:40:01 +01:00
Florian Bezannier 3e287e0d2e handle error in refresh_remote_token 2020-12-09 08:37:53 +01:00
Florian Bezannier 2a036eb114 handle error in on_mqtt_message 2020-12-09 08:33:43 +01:00
Florian Bezannier fd44f29e5b update mqtt password on disconnect 2020-12-05 09:20:27 +01:00
Florian Bezannier 541a42ac72 catch error on charge control
fix position api, improve handle of token expiration
add rate limit to wakeup fct
fix encoder name, wakeup device to follow charging status
wakeup device if it doesn't send info for 10 mins
2020-12-04 14:39:25 +01:00