I currently have a Cerbo GX setup in my network. I am looking to install one of the new Phoenix Smart IP43 and see that it has a programmable relay. I would like to control the Phoenix programmable relay from the Cerbo. Checking to see first if the support is there for:
Q1: Does VE. Direct even support the ability to program the Phoenix relay?
Q2: If yes to Q1. Does the Venus OS for Cerbo support the ability to control the Phoenix relay remotely (on/off)?
Q3: If yes to Q2: Does the Node-Red plugin for Venus support the capability in Q2?
1 Answer
Dear all,
My installation consists of solar panels, Pylontech batteries, a Multiplus II, and a Solar Charger MPPT 450/100. This set is controlled by a CERBO GX. I have installed Venus Large and Node-RED.
I already control a hot water tank from a CERBO GX relay programmed with Node-RED.
I would also like to program the primary relay of the Multiplus II via Node-RED. I can do this with the Relay Assistant but cannot find it with Node-RED. Do you have an idea?
Jérôme
2 Answers
Es posible programar los inversores para hacer simplemente de puente y que la red eléctrica se ocupe del consumo sin que se desvíe un porcentaje a la carga de baterías.Las baterías se empezarían a cargar cuándo el sol salga, es decir dar prioridad al consumo desde la red cuándo las baterías estén por debajo del nivel previsto.
2 Answers
Hi, I am new to node red and would like to get going. Need some basic info concerning setting up:
1) How do I actually activate Node Red, is this only done via the LARGE GX firmware? When visiting the node red website there is no mention of Victron, but only to run on local PC, Raspberry Pi, etc. Any development softwre to be downloaded?
2) Is there any develop package to be downloaded that actually creates the flows to be uploaded to the GX device?
3) Can flows be created and later uploaded to GX? What development platform is required for this?
Thanks for your answeres
Erik
3 Answers
Hi All,
reading Github page for Node-Red:
It's possible to define new measurament for each Victron nodes available in Node-Red.
As described in Git, It is possible to have the 2 configuration files CSV:
- dataAttributes.csv
- dataAttributeEnums.csv
We want to insert new measuraments in Battery Monitor Node:
- Max Cell Voltage
- Min Cell Voltage
Thank you!
1 Answer
Hi all, I have a Cerbo GX with the large image installed and running Node Red. It is connected to a lithium battery with a JBD BMS, which is interfaced using the driver here: https://github.com/Louisvdw/dbus-serialbattery/
Everything seems to be working fine, except I was really hoping to get access to the min/max cell voltages within Node Red. I can see this data on VRM, and using dbus-monitor while logged into the cerbo I can see that /System/MinCellVoltage and /System/MaxCellVoltage are being updated regularly. Looking through the node-red-contrib-victron repo it seems that this data should be available under the battery monitor node, but it is not showing up in the drop down. Nor is it in the System node.
Is this simply a case of the Large image containing an older version of the node red nodes, or is there something else going on here?
Thanks!
3 Answers
Ausgangsituation: ESS mit Cerbo GX, MPPT 250/100, MPII 5000 und ein RaspiPI4
Ist es möglich (node red?) Aktoren je nach Überschuss zu schalten? Den Raspi4 habe ich rumliegen, reicht es ihn im gleichen LAN zu betreiben wie die ESS? Oder muss ich ein Kabel Modbus/VE-Direct/USB oder ähnlich haben?
Als Aktoren dachte ich mir so schaltbare Steckdosen wie von AVM/Fritz.
Gruß, Matthias
5 Answers
0 Feedback
2 Comments
Hi Everybody,
want to set a password for Node-Red but I don't know how or where respectively. I understood that I have to modify settings in the settings.js but I cant find it.
Please can somone give me a hont hot to set up a password if it is possible at all?
Thanks in advance
https://nodered.org/docs/user-guide/runtime/securing-node-red
1 Answer
Hi,
I have been using the node red (node-red-contrib-victron) package in node red using the large image v5. I am noticing that after a few days the BMV node will disconnect and won't auto connect again. On the node red screen (port 1880) the Battery monitor widget shows disconnected, however all my MQTT connections are fine. Once this happens and I go into the Battery monitor node, it now shows two instances of the BMV. One is the disconnected BMV and the other shows the BMV that it thinks is new. If I then select the new instance and change the measurement back to what it should be then everything is fine. I'm assuming that this is a bug and possibly needs rectification. In the mean time my workaround is to use the exec command with dbus-spy, convert values to CSV format and then save into variables. By doing this I can force the dashboard to load these values on startup and then subscribe to MQTT topics to refresh the data as it changes.
Just wondering if anyone else faced this issue?
Regards,
Damon
0 Answers
I have been fiddling with logic to adjust the ESS inverter limit.
The setting in the node allows a value of 0 to any value you like, but there does not seem to be a way to pass a value to disable the limit.
If inverter limits are disabled, the value read back from the node is by default 0 which means no inverting.
Any ideas how this parameter can actually be disabled instead of being left on and configured with a high value?
0 Answers
Good morning
I need to be able to set the AC 1 Input value of a Multiplus 48/5000 in a VE.bus system using Node Red. The parameter is manually adjustable using the GX touch screen or Remote Console (Settings>system setup>AC input1). However, I cannot find any option to set this parameter via any of the preloaded Victron Energy Nodes or via any of the MODBUS TCP registers. The value can be READ using Modbus from com.victronenergy.system Unit-ID 100 address 826. However this register is NOT WRITABLE.
[image]
Does anyone have a suggestion to be able change this value as part of a Node Red flow?
I have written a Node Red flow to automatically change the ESS mode from Optimised to Keep batteries charged when the user manually starts his Diesel genset and manually switches the change-over switch. The end user starts this large 3 phase genset occasionally to run 3 phase irrigation pumps. Since the generator has surplus capacity, the user wants it to immediately be recharging the batteries when it runs.
The generators AC output drives a dry contact as an input signal on D1 of the Cerbo GX which is set to Generator.
When the state of D1 changes it triggers the Flow.
The problem I am having is that unless I change the value of Settings>system setup>AC input1 from Grid to Generator the Display on the Touch GX still shows the input as Grid with a zero Value
[image]
It is only once I change the value for AC input 1 to 'Generator' via the Touch GX that I am able to see the correct information
[image]
[image]
Why not then just leave the value set to 'Generator' all the time? The changing of the Value of AC input 1 from Grid to Generator seems to be more than just a display change. It changes the behaviour of the ESS system. If the only thing I then change is to set AC input 1 to 'Generator' while the system is still connected to the Grid and running ESS Optimised, the system changes its behaviour to power all loads directly from the Input source. The ESS status remains on "optimised" and the battery doesn't discharge or charge from AC Input source.
Sorry for the long explanation when all I want to actually know is how to change a single register. I trust it gives the necessary context.
2 Answers
[image]
I have a switch connected to the I/O of my venus, now i would like to switch the multiplus 24/5000 on and off.the I/O signal is working, it sends 3 or 4 to the multi. Sounds alright so far. But the strange thing is the multi is swiching on for maybe 3 sec and turns off. Same thing if i repeat pushing the switch.
thanks to help
1 Answer
[image]
I have a switch connected to the I/O of my venus, now i would like to switch the multiplus 24/5000 on and off.the I/O signal is working, it sends 3 or 4 to the multi. Sounds alright so far. But the strange thing is the multi is swiching on for maybe 3 sec and turns off. Same thing if i repeat pushing the switch.
thanks for help
0 Answers
This is not so much a question but more of offering what I have created to others in the community. I have been using the Node-Red add-on in Venus OS v2.70~5-large-18 to control my openEVSE car charger via MQTT. It maximises the available power from the PV array to charge the car. When there isn't enough power it will use what is stored in my BYD batteries and when they're depleted it uses the mains. It is now stable enough that I have placed the json file and a brief explanation on GitHub (https://github.com/thepaulcooper/victron-openEVSE).
Disclaimer: I am not an expert in JavaScript or Node-Red so I am sure there are more effective ways of coding what I have created. But it works and I am now charging my car from the sun.
2 Answers