# Read data from Victron Solar Inverter into Node-Red

**URL:** https://discourse.nodered.org/t/read-data-from-victron-solar-inverter-into-node-red/31439
**Category:** General
**Created:** [11 August 2020 17:30 UTC](https://discourse.nodered.org/t/read-data-from-victron-solar-inverter-into-node-red/31439 "2020-08-11T17:30:36Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Gawan](https://avatars.discourse-cdn.com/v4/letter/g/e9c0ed/32.png) [@Gawan](https://discourse.nodered.org/u/Gawan)
#### Post date: [11 August 2020 17:30 UTC](https://discourse.nodered.org/t/read-data-from-victron-solar-inverter-into-node-red/31439/1 "2020-08-11T17:30:36Z")

</div>

Hi all,  
I am running a Victron Solar Inverter and really would like to get data from it into my Node-Red Setup.

There are several ways, but none of them worked for me so far ☹

1. MQTT ... I activated the Victron Venus GX MQTT broker and connected to it with MQTT.fx  
Unfortunately all I get is a one-time serial number ... thats it ... no further updates

2. Modbus ... I tried to use the Node-Red Modbus node to read data from the Inverter ... unfortunately something is goinf wrong:

![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/5/7/571e573b5cff562d45b55d84e578f7a7ec269dd2.png)  
 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/8/5/85eba47d8595cb695d98b2ba9fa098f1c2755bba.png)

Although the reference guide tells me: Address 800 - length 6 --\> Serial number

1. Victron Node-Red Nodes  
there is already a set of node-red nodes, I installed them, but again - all I get is a set of empty nodes and error messages  
 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/c/b/cb6e6f27ce438c4e2a9b2e69c750c5ad1856e75c.png)  
 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/4/9/4916c3817f0f94544d50b5725bf748775811a6eb.png)

I would REALLY like to get some figures from my devices into Node-Red ... perhaps someone out there could help me 🙂  
BR  
Gawander

---

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [11 August 2020 18:08 UTC](https://discourse.nodered.org/t/read-data-from-victron-solar-inverter-into-node-red/31439/2 "2020-08-11T18:08:00Z")

</div>

> [@Gawan](#):
>
> Victron Node-Red Nodes

Did you read/carry out the additional setup steps on the readme page for this node?

---

<div class="post-metadata">

### Author: ![freds](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/freds/32/43247_2.png) [@freds](https://discourse.nodered.org/u/freds)
#### Post date: [1 October 2020 04:01 UTC](https://discourse.nodered.org/t/read-data-from-victron-solar-inverter-into-node-red/31439/3 "2020-10-01T04:01:09Z")

</div>

Hello!!!

The easiest route is to have Venus GX device that talks to the other Victron hardware.

Once you have that there is Victron nodes for node-red. [node-red-contrib-victron](https://github.com/victronenergy/node-red-contrib-victron)

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/3/2/32c28e19a4c0650b552a8323a3bd528b4608e061.png)

The Venus GX device can be the color control computer CCGX or you can use a Raspberry PI to act as the hub. There is also a new headless device that has a ethernet and wifi interface.

All Venus GX devices are basically Linux computers and could run Node-Red as a native resource.

However the CCGX device is extremely limited and can not be dual purpose in this case.

Read the documentation in fine detail as you have to modify both the node-red and Venus GX devices configuration files before the nodes will intercommunicate. Also, you will want to turn off automatic firmware updates on the Venus GX device that you use, as a firmware update wipes out it's configure that enables remote node-red interactions.

PS. One of the other advantages of having a Venus GX device, is that you can use their VRM web interface to monitor your solar system from the public web if you configure it for that service.

---

<div class="post-metadata">

### Author: ![Mobile\_NR\_Env](https://avatars.discourse-cdn.com/v4/letter/m/8dc957/32.png) [@Mobile\_NR\_Env](https://discourse.nodered.org/u/Mobile_NR_Env)
#### Post date: [1 October 2020 13:17 UTC](https://discourse.nodered.org/t/read-data-from-victron-solar-inverter-into-node-red/31439/4 "2020-10-01T13:17:10Z")

</div>

I have victron MPPT solar controller and BMV battery meter integrated Into node red via MPPT.

I run two scripts from Systemd  
One to print from VE-Direct usb serial lead to a local file.  
Then parsed info is printed to MQTT broker.

The script is a bit shonky and the Systemd service reboots every so often to purge the print files.  
But not near the script info ATM...

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [30 November 2020 13:17 UTC](https://discourse.nodered.org/t/read-data-from-victron-solar-inverter-into-node-red/31439/5 "2020-11-30T13:17:14Z")

</div>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
