virtual venus-os services:
- gridmeter - simulates a victron smart meter from querying a tasmota
- solarmeter - simulates a solarinverter from querying several homeassistant states
- bms - simulates a BMS from a chinese CAN battery with pylontech protocol (somehow the pylontech protocol between the battery and the gx only works half, so I manually translated everything for the gx)
- copy one or more of the three module directories to /data
- modify the python files to match your network addresses etc.
- copy or merge the data/rc.local to /data/rc.local and remove the unneeded services
For the BMS you also need python-can
/opt/victronenergy/swupdate-scripts/resize2fs.sh
opkg update
opkg upgrade
opkg install python3
opkg install python3-dev
opkg install python3-pip
pip3 install --upgrade pip
opkg install binutils
opkg install packagegroup-core-buildessential
pip3 install python-can