Hi, I’m trying to install and use Node-red installed on an external Home Assistance machine.
Went through all instructions about setting up Cerbo GX superuser, passwords, modbus TCP access.
Cerbo SSH Venus OS: Root Access [Victron Energy]
Installed Node-red with Victron
And it seems that something is working, at least I’m getting logs from Node-red about dbus connection.
2025-01-08T19:10:23.229Z node-red-contrib-victron:victron-client Retrying dbus connection.
2025-01-08T19:10:23.229Z node-red-contrib-victron:dbus Connecting to TCP address tcp:host=192.168.1.22,port=78.
2025-01-08T19:10:23.347Z node-red-contrib-victron:dbus Connected to D-Bus.
but also there’s some failed logs
2025-01-08T19:10:23.523Z node-red-contrib-victron:dbus initService com.victronenergy.settings : Method "GetValue" with signature "" on interface "com.victronenergy.BusItem" doesn't exist
deviceInstance could not be assigned because res[1][0] is undefined :1.88/[object Object] (com.victronenergy.hub4)
deviceInstance could not be assigned because res[1][0] is undefined :1.44/[object Object] (com.victronenergy.system)
2025-01-08T19:10:23.536Z node-red-contrib-victron:dbus initService com.victronenergy.fronius : No such object path '/DeviceInstance'
2025-01-08T19:10:23.536Z node-red-contrib-victron:dbus initService com.victronenergy.platform : No such object path '/DeviceInstance'
2025-01-08T19:10:23.536Z node-red-contrib-victron:dbus initService com.victronenergy.digitalinputs : Method "GetValue" with signature "" on interface "com.victronenergy.BusItem" doesn't exist
When I’m trying to import example flow from node-red-contrib-victron it’s working and showing correct values from my Victron system.
But I’m unable to work with Victron nodes from @victronenergy/node-red-contrib-victron, if I try to add any node to Flow it shows error
Unable to access the service endpoint:/endpoint/victron/services/input-accharger
and there are no working parameters in any node.
What am I missing?