Skip to content

ChristophPech/victron-gx-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6fb96de · Feb 20, 2025

History

27 Commits
Feb 20, 2025
Jan 15, 2023
Jan 16, 2023
Jan 15, 2023
Jan 15, 2023
Jan 15, 2023
Jun 16, 2024

Repository files navigation

victron-gx-services

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)

installation

  • 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

Battery Details IO Alarms

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published