EVNotify / EVNotiPi

Python Version of EVNotify
Other
29 stars 18 forks source link

Maybe fix spurious charge abort notifications #86

Open noradtux opened 3 years ago

noradtux commented 3 years ago

Needs more testing! Abort notification basically works by tracking when the car was last charging. When there is a problem in communication to the evnotify backend this doesn't get updated which in turn triggers the notification. This should fix it, more testing is needed, though!

Also allows the generic isotp-parser to work when the length of the data reported by the car is not initially known. This needs to be enabled by the car module, so this code does nothing as long as it is not requested.