https://github.com/broglep/pylontech-victron-bms-canbus-reader
Read CAN Bus Messages between Pylontech BMS & Victron
https://github.com/broglep/pylontech-victron-bms-canbus-reader
can can-bus canbus cerbogx pylontech python us2000c victron victronenergy
Last synced: 6 months ago
JSON representation
Read CAN Bus Messages between Pylontech BMS & Victron
- Host: GitHub
- URL: https://github.com/broglep/pylontech-victron-bms-canbus-reader
- Owner: broglep
- License: mit
- Created: 2025-04-06T13:15:46.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-06T14:37:16.000Z (6 months ago)
- Last Synced: 2025-04-06T15:33:12.203Z (6 months ago)
- Topics: can, can-bus, canbus, cerbogx, pylontech, python, us2000c, victron, victronenergy
- Language: Python
- Homepage:
- Size: 433 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pylontech-victron-bms-canbus-reader
## USE AT YOUR OWN RISK
This has only been used in combination with Pylontech US2000C and Victron Cerbox GX and a
Raspberry PI connected to the CAN bus between Victron & Pylontech battery.⚠️ Implementation largely based on [scarce unofficial or outdated documentation / information](research/) found online
⚠️ Correctness of reading of warning and alarm canbus messages has not been really tested. DO NOT USE IT FOR CRITICAL SAFETY PURPOSES
## Samples
### Print battery status
```shell
python3 main.py -i can0 -v
```### Process candump file
```shell
python3 main.py -l candump.log -vv
```