• Have you tried out dark mode?! Scroll to the bottom of any page to find a sun or moon icon to turn dark mode on or off!

diy solar

diy solar

Raspberry Pi 4b beult with venus os (series)

Suijkerbuijk

I cannot be held responsible for this information.
Joined
Jul 3, 2021
Messages
1,527
Location
The Netherlands
I have beult my Raspberry pi4b with screen and heatsink's for the victron mppt and inverters
This is a topic how i have beult .
What you need .
How its done easy .
Links from Dutch Amazon parts
But i set the parts numbers with it .

So the start .
Whats is a Raspberry Pi serie
Its really a mini pc arm base systeem that you can beult and program .
In this case we gone make one with Victron venus os support.
Its a cheap solution for the venus gx systeem what cost a lot of money.
In that attach files you see what i use for the this beult .
I set YouTube from other people that help and explain more than i can do .
Its more easy that way and my English is not all the best .
For the rest the systeem is working process means i adjust over time .
I use a Raspberry pi4b and not a Raspberry pi5 serie
The reason is heat and the power use from the pi5 that use a lot more and have to be active cool.
And you do not need that extra power for the setup

So what i gone use for this.
Raspberry pi4b 2Gb model
A heatsink for this unit
A case with a 4.3 monitor (have the space for a heatsink)
And somting to power this systeem .
The victron venus os see link


The install software see link.

For diy cheap usb to ve-direct cables see link


Waveshare 4.3 Inch Touchscreen DSI LCD met Case voor Raspberry Pi 4B, 800 × 480 Resolutie IPS Monitor Capacitieve Scherm


The heatsink i use my self

Geekworm Raspberry Pi 4 11mm Embedded Heatsink (P165-B)


Other model you can use.
Geekworm Raspberry Pi 4 Embedded Heatsink (p165-A) 7mm and 14mm with fan


You can use multi wifi adapters.
One in your Raspberry Pi and a usb .
This way if you like you can make a fall back system.
In my case if i'm thare the wifi onboard of the Pi connect to my phone .
If i'm away the other usb wifi adapter go to the wifi point from the port whare my boat is .
Its switch automatic .
How it works
First install the os.
Than connect pi wifi first to a network.
After that stick a usb wifi in .
And select a other wifi point for that one and your done
Support list see link for wifi chips .


Support usb adapter bluetooth

List of tested dongles by Victron, that work:

Logilink BT0037
Ewent EW1085R4
Laird BT820
Laird BT851
ASUS USB-BT500
TP Link UB400 (CSR8510 A10 c chip)

Oke if the systeem start you have to setup the display to active .
If not you only see Victron on it and nothing more .
The YouTube show you and explain you how to active it .

If the screen is upside down.
Use this code in root .

nano /u-boot/config.txtlcd_rotate=2

Or use this see link


For shutdown function in to venus os.
So you can shutdown the pc .
The code is here .




Oke for people that like to make a back up for your total install from your systeem see link how to do it .


Setup helper .
See link
And see link here what it do

And


Oke some ask about relay box


Here it is
I do not use this my self.


For bluetooth support thare somtings that works.
And have officially support bij the venus os


Mopeka Ultrasonic Bluetooth Sensors
The Mopeka sensors feature ultrasonic sensing for pressurised and non-pressurised tanks and various tank commodities. Depending on the model, the sensors are attached to the bottom or top of the tank. The liquid level, temperature and sensor battery voltage are streamed wirelessly to the GX device.

And

Wireless Bluetooth Ruuvi temperature sensors. The Ruuvi sensor features temperature, humidity and atmospheric pressure streamed wirelessly to the GX device


Oke some have problems with a rainbow screen.
Special with hdmi use.

See link for more information .



For boot problems see link.


Small things with venus os and no start.

Venus O/S cannot run from USB mounted drives, it must run from /dev/mmcblk devic
So you need to use a sdcards by the pi series up to pi4b .


Warning i upload multi time for i'm done with this .
So long this teks on it at the end .
I'm not done write this
Thank you for understanding.
 

Attachments

  • IMG_20240831_190949377_HDR.jpg
    IMG_20240831_190949377_HDR.jpg
    244.8 KB · Views: 11
  • IMG_20240831_193102886.jpg
    IMG_20240831_193102886.jpg
    210.2 KB · Views: 8
  • IMG_20240831_194251507.jpg
    IMG_20240831_194251507.jpg
    100.1 KB · Views: 10
  • IMG_20240831_194303626.jpg
    IMG_20240831_194303626.jpg
    111.2 KB · Views: 9
  • IMG_20240902_225233572_HDR.jpg
    IMG_20240902_225233572_HDR.jpg
    160.1 KB · Views: 10
  • Screenshot_20240912-162703.png
    Screenshot_20240912-162703.png
    226.7 KB · Views: 9
  • Screenshot_20240912-162743.png
    Screenshot_20240912-162743.png
    699.5 KB · Views: 10
Last edited:
The git hub “setup helper” is a godsend for getting my pi up and running.
 
Oke more information wat you can do with a venus os.

See those links
Yes it about Victron gx models but it works for the venus os to


And

 
I love using Venus OS on RPi. I have mine installed on a RPi Zero 2W, and Home Assistant talks to it over MODBUS/TCP (thinking of switching to MQTT though). My biggest problem right now is if the power drops. I'm taking a look at the video you posted about that. I have several RPis that are in danger of power loss, which I want to protect.
 
I love using Venus OS on RPi. I have mine installed on a RPi Zero 2W, and Home Assistant talks to it over MODBUS/TCP (thinking of switching to MQTT though). My biggest problem right now is if the power drops. I'm taking a look at the video you posted about that. I have several RPis that are in danger of power loss, which I want to protect.
You can set some battery back up in to it.


Here you have some models you can select
 
I've tried a few options from Amazon, but they all sucked, frankly. 😬

Powering the RPi from a battery is easy. The hard part is the next step of making that into a real UPS that does not allow the RPi to lose power when the power source has problems, and to shut down the RPi when the battery is low, but not yet dead. I don't want my devices to shut down immediately, but to keep running and only shut down if the battery gets low before the power is restored. So far, everything I've found pre-made is missing one critical feature or another. So, I am making my own (one of these days). I want the ability to proactively let the battery cycle down and then recharge it, to keep them from degrading over time due to infrequent discharge. Also I must be able to just press a button to have the device boot up or shut down, or even monitor the power and do those automatically.
 
I've tried a few options from Amazon, but they all sucked, frankly. 😬

Powering the RPi from a battery is easy. The hard part is the next step of making that into a real UPS that does not allow the RPi to lose power when the power source has problems, and to shut down the RPi when the battery is low, but not yet dead. I don't want my devices to shut down immediately, but to keep running and only shut down if the battery gets low before the power is restored. So far, everything I've found pre-made is missing one critical feature or another. So, I am making my own (one of these days). I want the ability to proactively let the battery cycle down and then recharge it, to keep them from degrading over time due to infrequent discharge. Also I must be able to just press a button to have the device boot up or shut down, or even monitor the power and do those automatically.
For the button i have set a YouTube link for it.
Even a hardware button can be use
See the link venus shutdown .

So that raspbery pi switch just use ups


And


With this the Raspberry see a battery .
So i think you can use this with program to shutdown if the volts go low.

This is really venus os problem on a pi.
I do not think you can shutdown by low volts .

Link

 
Last edited:
My victron SCC has a load port powering one of these


They also run off 24v so no issues powering it directly from the battery bank.

My ra pi4 with display and adapters draws about 7-8w, victron connect says about 160wh/day.

It’s an off grid system so yeah it’s an ups to start.
 
My victron SCC has a load port powering one of these


They also run off 24v so no issues powering it directly from the battery bank.

My ra pi4 with display and adapters draws about 7-8w, victron connect says about 160wh/day.

It’s an off grid system so yeah it’s an ups to start.
I do the same .
I have set a other model beult in usb charger
And use the load outputs from the victron 75/15 for connect that usb charger .
Program the Victron that the load output is connect to the battery..
This way the pi is 24/7 with power.

Its about 0.3a on 12volt use 3.6watts
 
I love using Venus OS on RPi. I have mine installed on a RPi Zero 2W, and Home Assistant talks to it over MODBUS/TCP (thinking of switching to MQTT though). My biggest problem right now is if the power drops. I'm taking a look at the video you posted about that. I have several RPis that are in danger of power loss, which I want to protect.
They make 48v to usbc raspberry pi power cords.. I use the solar batteries .. and no power outages
 
I use a PoE Hat to power my pi 4b with VenusOS. The Ethernet port is plugged into a DC powered PoE network switch, which itself is hanging off my solar battery pack.

I run my barn with solar, and a point to point WiFi antenna also hangs off the PoE switch, pointing to an identical antenna at the house, which is how I get VRM for my system.
 

diy solar

diy solar
Back
Top