Victron BMV-70x battery monitor update
Posted: Friday 26 April 2019 10:12
Hi all,
I have updated my Python 3 code for the BMV battery monitor to add optional CSV logging and also to make it a bit more reliable. It uses a LUA parser to parse the required data to Domoticz (in my case Voltage, Current, Power, SOC, kWHr in, kWHr out and AHr).
It is all running on a Raspberry Pi 3. The BMV is plugged in to the RPi via a Victron serial to USB adapter.
The code is here: https://github.com/ajay10000/victron_bmv
I hope it may be useful for others with the BMV. Feel free to ask if you have any questions.
There are also many good references here: https://www.victronenergy.com/live/open_source:start
Cheers - Andrew
I have updated my Python 3 code for the BMV battery monitor to add optional CSV logging and also to make it a bit more reliable. It uses a LUA parser to parse the required data to Domoticz (in my case Voltage, Current, Power, SOC, kWHr in, kWHr out and AHr).
It is all running on a Raspberry Pi 3. The BMV is plugged in to the RPi via a Victron serial to USB adapter.
The code is here: https://github.com/ajay10000/victron_bmv
I hope it may be useful for others with the BMV. Feel free to ask if you have any questions.
There are also many good references here: https://www.victronenergy.com/live/open_source:start
Cheers - Andrew