Node-RED and Modbus for a SDM630MCT

Hi Everyone!

I’m new to Victron and Node-Red, so my apologies if these questions have been asked several times already, but i can’t find the answers i need and am stuck at this point

To paint the picture:

I am an intern at company that places small windmills for farmers so that they have their own source of power. I have little to no experience with victron, and got the following project:

Due to the laws in the country where I work, farmers aren’t always allowed to feed back into the grid when their grid connection exceeds 80A. This usually isn’t a problem because the vast majority of farmers consume all their own energy and therefore don’t feed anything back into the grid. This farmer is an exception because he’s a chicken farmer. A chicken farm’s cycle consists of 7/8 weeks of operation, after which the chickens are required to be out of the barn for a week. This means the farmer feeds back a huge amount of energy into the grid once per cycle. We want to use an Eastron SMD630MCT to determine whether it’s feeding back into the grid. The problems I’m having aren’t so much with the connection, but more with the programming. This has to be done in Node Red with Modbus.

I connected these two components from the Cerbo GX using the Victron RS485 to USB cable. However, I can’t figure out how to retrieve this data correctly, either in Victron itself or in Node-Red. I know the meter is working because it displays the correct values.

My question is as follows:

How do I retrieve this data in Node-Red (which settings do I need to enter in the Cerbo, on the meter, and in my flow) and how do I translate this into a readable value? As long as I have the values ​​in a human-readable format, I should be fine, but I don’t understand how to establish this connection. The existing tutorials for the Modbus library aren’t helpful either.

Of course i don’t expect anyone to ‘do the work for me’ but i need some pushes into the right direction.

Thanks in advance!

From what I can see this device isn’t supported and other posts indicate it does not work with the GX any longer. Put SDM630 into the search and you will find some background.
Victron nodes need Victron (or supported third party ones) to work.
I can’t help any further, maybe you get lucky and someone else can assist.

shouldn’t the modbus protocol work though? It’s purpose (as far as i understood) is to do exactly this, add ways for products to communicate with each other without having to be supported by both parties

Where can i find a list of the supported products?

Use the modbus nodes in node red to read the data from the SDM630

I am using Modbus in NodeRed to read them, but i am not getting any values, I’ve re- checked several times for connection and/or settings errors, but i can’t find any.

The problem is you need the device to appear and be registered via its serial connection in order to be queried.
Since this isn’t a victron device, it won’t just magically appear on the GX.
If it was an IP device you could configure it easily with the custom nodes.

Can recommend you to use the ABB meters. Models are available with CT and supported by Venus. You should see all values in Victrons grid meter node. Latest Venus versions also support reading of apparent power.