SignalK / vedirect-serial-usb

16 stars 14 forks source link

Can't read Ah in a BMV-712 #45

Closed vgoya closed 1 year ago

vgoya commented 1 year ago

Hi, With the late version of your plugin y can read many paremeters from the BMV-712 but I can't find Ah consumed. I can find % state or charge, but for me Ah consumed is a better reference.

Should it work or is just not implemented ?

Thank you so much for your great work !! V.

joabakk commented 1 year ago

In my install that would translate to electrical.batteries.House.capacity.dischargeSinceFull, which is in Coloumbs. Divide by 3600 and you have your Ah

vgoya commented 1 year ago

I can't find that path, I can only see:

a) electrical.batteries.House.capacity.consumedCharge (no Units specified)

and

b) electrical.batteries.House.lifetimeDischarge (Units are C)

Is "a" the right value ?

Thank you

V.