lokonli / domoticz-wallbox

1 stars 2 forks source link

added: total energy counter #1

Closed ootjersb closed 1 year ago

ootjersb commented 1 year ago

Hi, I have added a new counter which calculates the total energy. The counter has the ability in Domoticz to show a graph per day, month et cetera. The counter display the actual charging power as well as the cumulative value. Unfortunately there is no cumulative value in the values retrieved from the Wallbox API (at least I cannot find it), so this method uses the cumulative value in Domoticz instead. It tries to detect a change in the session kWh in order to start adding a new session.

lokonli commented 1 year ago

Thanks for your contribution! I'll merge the PR.