Could anyone please give me a bit of support in gettig started with Venus GX interfacing via Node-Red?
I've got Node-Red installed on a Raspberry Pi & am looking to switch on / off my Multiplus II based on certain input conditons.
I've loaded in the Victron nodes to Node-Red but am stuck on step 4 of the Installation Instructions;
https://github.com/victronenergy/node-red-contrib-victron#Installation-and-Usage
enable d-bus over tcp in your Venus device if you want to use dbus over TCP, otherwise skip this step. Edit /etc/dbus-1/system.conf
and add the following directly above <policy context="default">
:
<listen>tcp:host=0.0.0.0,port=78</listen>
<auth>ANONYMOUS</auth>
<allow_anonymous/>
How do I actually go about doing this? How to I connect to the Venus GX in a way that allows me to edit the files?
Any advice of next steps would be greatly appreciated too, as the instructions are not clear for me.
Many thanks in advance