question

thomas-g avatar image
thomas-g asked

Add Relays - Does anyone have a an ‘idiots guide' on how to add more Relays to a VenusPi set up?

I’m only semi-computer literate - everything is trial and error and cut and paste and hours of google research… If the details include what software should be used and exactly what to type then I can usually muddle my way through. But when it comes to ‘just add a few lines of code in the xxx” I’m completely lost.


I have managed to burn an image to a sd card and install Venus Pi v2.60 large image on to a raspberryPi 3.


I have 1 Victron mppt 75/15 connected successfully to it vie ve-direct usb cable.


I have successfully got node-red running (and can even see it all via VRM Portal - including node-red which is amazing).


I’m still at beginnings of how node red works but can see its potential.


So far so good


But I’d really like to add more than 1 relay so I can control multiple external devices (like pumps, irrigation valves etc) and also control them through node red.


I’ve read the comments and half guides for adding extra relays - but they are incomplete or presume you know how to do certain un-explained steps. So I'm completely lost.


So - anyone have a step by step guide to add relays ? (and I’m on a Mac so Mac instructions would be great!)


Thanks in advance for all the amazing guides so far - and for the missing bits I hope someone will write soon…

Venus OSVenus GX - VGXNode-REDRaspberry PiRelay
2 comments
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

Justin Cook avatar image Justin Cook ♦♦ commented ·

Hi @thomas-g, I have moved this question to the "Modifications" space so that it has a better chance of being seen by those currently experimenting with these setups.

Cheers!

0 Likes 0 ·
Rob Duthie avatar image Rob Duthie commented ·

Hi

You can have up tp 6 relay now.

Victron Raspi Hat.pdf

0 Likes 0 ·
victron-raspi-hat.pdf (673.2 KiB)
4 Answers
powerace avatar image
powerace answered ·

Hi thomas-g,

Yes 4 relays can be done. However it is maybe not that straight forward. I made a kind of manual you are asking for but it assumes that the user has some basic knowledge of using SSH and basic Linux skills. I'm not an Apple user but i am confident there is a way to SSH into your Rpi3 using a Mac.

You can find all info here.

In case you need more help let us know.

2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

thomas-g avatar image
thomas-g answered ·

@PowerAce Thanks. your guide was one that I’ve Bookmarked and read many times in the past - but can’t see where to start.

I can successfully ssh into the root of the VenusPi (using terminal in Mac) which i guess is the first step.

Your guide talks about adding or changing the relaystate.py and copying it to a folder in the system. That is the part i don’t understand. What is the correct place to copy it to? How do you copy it? In terminal, obviously you don’t get to see folders and files like normal.

I have looked at the SD card folders separately on the laptop but couldn’t see any of the folders others are talking about (so i presume you can only access their contents via Terminal).

If i can get this working I will happily write up a simple guide for others.

I have a ‘real’ Venus GX on my main system- but it only has 2 relays. And it’s an ‘old’ serial number model so it’s seems complicated to convert it to the large drive format that will accept node-red

The venus Pi is my space for experimenting.

1 comment
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

powerace avatar image powerace commented ·

Hi Thomas,


Yes i can understand that it is difficult to pickup where to start. There is another tool you can use to access your pi. When you use an FTP client (i don't know which one is easy to use in MacOs) you can easily browse the file structure and find the existing relaystate.py. The whole point is that the relaystate.py version of FW 2.33 works with multiple relays where the newer versions won't. The FTP client software can also be used to easily copy files from your Mac to the RPI. So i guess you can manage this one now.

Once you found the right files on the RPI as mentioned in the manual you can probably use the FTP client also to edit the files. I think this is the easiest way to get it done if you are not really familiar using linux cli.

0 Likes 0 ·
thomas-g avatar image
thomas-g answered ·

@PowerAce While i wait for a reply...

A few glasses of red wine and trying to learn Linux online ( not a good combination!!) i have gotten to the step of reaching the /etc/venus directory (see screen shot).

fe55bbcf-b3be-4342-88cc-b24ef709519b.png

Now - how to add this relaystate.py ??


7 comments
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

powerace avatar image powerace commented ·

Hi Thomas,


Well done. Now you know how to navigate thru the directory structure. Did you try the way of using a FTP client to access the RPI? I think really is a lot easier for you to navigate thru the RPI directory structures, edit files, copy files and so on.

In case you are not familiar using FTP clients i can advise you to use Firezilla. I looked it up and it seems to work on a Mac.

In case you want to go the ssh/cli way it will be a very steep learning curve meaning you have to find out all types of commands and how to use them. And you will have to use a lot of commands...

But lets give it a try:

- ssh into your RPI again and navigate to the directory /opt/victronenergy/dbus-systemcalc-py/delegates. This is the location where the original relaystate.py is stored. (in case of Firezilla you could easily have used the search function to locate this file, or use the equivalent cli method)

- rename the original file to create a backup.

- execute the following command: wget https://community.victronenergy.com/storage/attachments/12578-relaystate.txt

This copies the file from this forum directly into your directory. You just have to rename file 12578-relaystate.txt to relaystate.py

I hope this will help you a little further although i skipped all commands for renaming and changing directories and so on. You will get there in the end ;-)

0 Likes 0 ·
Show more comments
incarpaul avatar image
incarpaul answered ·

Hi can anyone tell me how to change the names i.e Relay 3, Relay 4 to something more useable?
sure the last time I just edited the gpio.list and it worked. running ver venus pi 2.70

Thank

2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.