Hello,
I am experiencing an issue with the Battery Monitor Control node (“blue” node) in Node-RED on a Cerbo GX.
System
-
Device: Cerbo GX
-
Venus OS: 3.70.
Problem Description
Previously, I used the Battery Monitor Control node to write values into a Virtual Battery device.
My flow architecture was:
-
Read parameters from a real battery
-
Modify values in a function node
-
Send corrected values into a Virtual Battery using Battery Monitor Control node
This setup has been working correctly.
However, now:
It is no longer possible to select any service path in the Battery Monitor Control node.
-
The “Battery Monitor” dropdown is empty or shows the device as disconnected.
-
I cannot re-select the Virtual Battery device.
-
If I disable and re-enable the node, I immediately lose the working configuration.
-
I cannot recreate the same node because no paths are available for selection.
The node still works as long as I do not touch it, but it is effectively locked and uneditable.
Error Message
Inside the node editor I get:
“The device is no longer available via the stored service path. Please (re)select the device from the dropdown and deploy again.”
But there are no selectable paths available.
Important Context
The Virtual Battery device still exists and is operational.
The flow is actively updating values such as:
-
CCL (Charge Current Limit)
-
CVL (Charge Voltage Limit)
The logic chain works:
Real battery → Function nodes → Virtual Battery
Only the configuration interface of Battery Monitor Control is broken.
Reproducibility
If I try to create a new Battery Monitor Control node, I cannot select any battery service path at all.
These are the “blue nodes”, which normally should remain stable and not change unexpectedly between firmware versions.
There is of course a workaround using Custom Control node, but:
-
Custom nodes are explicitly marked as not guaranteed to remain stable.
-
They are generally not recommended for production logic.
In addition, the same issue is not limited to the blue nodes — it also affects the orange Custom Control nodes, specifically for paths under com.victronenergy.system.
Normally, I would not emphasize this, since I understand that custom nodes are not guaranteed to remain stable across firmware updates. However, the situation here is different: all paths starting with com.victronenergy.system have completely disappeared from the selector.
I rely on these system-level paths for fine tuning and advanced adjustments, so their removal significantly limits functionality within Node-RED.
Any guidance would be appreciated.
This node is critical for custom Virtual Battery control logic.
Thank you.









