joro75 / Domoticz-Toyota-Plugin

A Domoticz plugin that provides devices for a Toyota car with connected services
MIT License
6 stars 1 forks source link

Wish: Show fuel consumption usage of days/weeks #46

Open joro75 opened 2 years ago

joro75 commented 2 years ago

Would be nice if the fuel consumption (in L/100 km) of the last trips can be seen in 'day', 'week' and 'month' graphs.

joro75 commented 2 years ago

I have already started coding this, however there is a serious problem in the Python interpreter when it is used embedded in another application (as it is done by Domoticz). There is a workaround for it, but that needs to be changed in the mytoyota library that we are using. This has already been done, and is accepted, so we can start using it when a new release of mytoyota becomes available.

joro75 commented 2 years ago

The required fix is already included in the mytoyota library. It however still needs to be released. After that I can make a dependency to the updated library, and merge and finalize the enhancement in the Domoticz plugin.