Hi together,
since one week I'm proud owner of a MultiPlus-II and two Pylontech batteries. I use VenusOS on a RasPi.
The main things are working well, but the batteries are not showing up in the remote console GUI.
Hardware: RasPi 3+, Waveshare CAN-HAT
Firmware: 2.82-large-30
Recources used: https://github.com/victronenergy/venus/wiki/RaspberryPi-CAN-Interfaces
- Installed CAN-HAT on RasPi
- connected battery to CAN-HAT
- added line to /u-boot/config.txt
- reboot
- checked output of "dmesg | grep -i '\(can\|spi\)'"
- response: mcp251x spi0.0 can0: MCP2515 successfully initialized.
- "ip link set can0 up type can bitrate 250000"
- checked "candump can0"
- output: empty
- reboot
- "ip link set can0 up type can bitrate 500000"
- checked "candump can0"
- output: data are flowing in
- created "/etc/venus/canbus_ports" with can0 inside
- reboot
- "ip link set can0 up type can bitrate 500000"
- output: RTNETLINK answers: Device or resource busy
- candump can0
- output: empty
- copied and modified vecan-dbus & mqtt-n2k as stated in the documentation
- reboot
- venusOS still did't recognize the battery, no data via candump
Maybe the driver uses a wrong bitrate? But where can I change it?
Any help is welcome.
Thank you very much,
Sebastian