I have an issue trying to use the Node-Red Virtual Device node when editing the node it does not display device types.
When troubleshooting the issue, the browser debug console shows that there is a 404 error trying to access the /victron/virtual-device-types url from the Cerbo’s.
These errors exist either accessing locally via IP or through VRM.
To produce the issue all that is needed is to drag the Virtual device node to the flow and open the node for editing.
Browser console errors:
vendor.js?v=0f32a4553afe:2 GET http://x.x.x.x:3000/victron/virtual-device-types 404 (Not Found)
VM299:148 Failed to load virtual device types
When testing the url (http://x.x.x.x:3000/victron/virtual-device-types) directly, get this response from the cerbo:
Cannot GET /victron/virtual-device-types
Now for the system details.
I work as a Network Engineer / Systems Engineer and have a degree in Electronic Engineering.
When a typical MFG device doesn’t do or have the features of what I want or looking for, I design my own electronics for the need/feature.
(just to establish a baseline of my knowledge level and experience).
I have 2 Cerbos doing the exact same thing. Cerbo GX and CerboS-GX.
GX at home, and S GX on the boat. Both are running 3.71 (20260315163256)
SignalK is exactly the same plugins, version, and status on both:
Node-Red is almost the same on both devices:
Only exception is a mssql-plus plugin extra on the Home GX.
And I am not sure why the Home is 1.7.3 and Boat is 1.7.4 for the @victronenergy/node-red-contrib-victron. During my troubleshooting I have also uninstalled/reinstalled the plugin. (though I believe this is of no concern since the issue exists on both devices and the Virtual Device node has been around since before the current version)





