-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Cant access com.victronenergy.battery.socketcan_* from VICTRON MODBUS NODE #205
Comments
Got the option of new attributes in the Victron Modbus Node. With these mods:
You can now see the added lines as options inside Victron Modbus Node. When setting up two Victron Modbus nodes to read the SOC topics of can0 and can1. Sadly their output is the exactly same in debug. Tho the actual SOC of two batteries are different. I'm hoping as the developers you may have a bit more knowledge on how to extract the dbus-spy data into node red! |
Made a work around.
MQTT Broker Output: |
Describe the bug
Not sure if its a bug or missing feature...
BATTERY 1 and BATTERY 2 are attached to Cerbo GX BMS CAN and VE.CAN respectively as the Fogstar Lifepo4 BMS (JBD BMS) dont link.
Cerbo GUI only sees one of these and gives one of them an instance ID of 225.
This is no worry as I can see the persistent data from both batteries attached to CAN ports in dbus-spy
“com.victronenergy.battery.socketcan_can0” (battery 2) and “com.victronenergy.battery.socketcan_can1” (battery 1) exists and all of the beautiful data within!
Heading to NODE-RED.
Using the victron modbus node; when I select the dropdown for attributes i can see
“com.victronenergy.battery”
but not "com.victronenergy.battery.socketcan_can0”
Is there a way of my manually adding com.victronenergy.battery.socketcan_* dropdown to your modbus node in node red??
The text was updated successfully, but these errors were encountered: