Hi,
I have a mobile coffee van with a Victron Multiplus and an enerdrive ePro battery monitor (the battery monitor predates the Multiplus which is why it's not a Victron unit).
I have setup a Rasperry Pi running Venus for monitoring both and it's working well (my congratulations to Victron for making it open source and highly flexible!). I wrote a program to parse the ePro serial data and write to dbus which seems to work however I was wondering if there is any specific documentation about exactly what paths mean what (I got the list of paths from dbus_systemcalc.py)
For example I am not sure what the difference between "/Dc/0/Current" and "/Sense/Current"?
My code is at https://www.dons.net.au/%7Edarius/hgwebdir.cgi/epro/file/tip/eprodbus.py if anyone wishes to use it or copy it. It should probably be integrated with serial-starter but this works for now ;)