mr-manuel / venus-os_dbus-mqtt-ev-charger

This Venus OS driver gets the data from MQTT and displays it as EV charger.
MIT License
10 stars 2 forks source link

[Q] /Ac/Energy/Forward total or session? #2

Closed mdkeil closed 8 months ago

mdkeil commented 8 months ago

Does the value refer to the total charging energy or to the current charging session?

mr-manuel commented 8 months ago

Total

mdkeil commented 8 months ago

thxs for your quick answer.. but I found a litte bit of inconsistency?

/Ac/Energy/Forward --> Write: Charged Energy (Wh)

With your implementation the value must be set in kWh not in Wh, otherwise the displayed value in VRM is too high by a factor of 1000.

mr-manuel commented 8 months ago

Thanks, I corrected it.

mdkeil commented 8 months ago

PR with some more minors #3