question

obenschlaefer avatar image
obenschlaefer asked

How to enable the project function ? - VenusOS Large - Node Red

Hi,

iam using the venus OS Large image (raspberry4 v.2.92) and i want to enable the "project-function" as described here: https://nodered.org/docs/user-guide/projects/

But i cant find the correct "setting.js"

I set "project enbale: true" here:

./usr/lib/node_modules/node-red/settings.js
./usr/lib/node_modules/node-red/venus-settings.js

but nothing happens. Is it possible at all in the large image?


Thanks


Stephan


Node-RED
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

1 Answer
johan-b avatar image
johan-b answered ·

The NodeRed document says the projects feature will only work if git is available on the system, which isn't available on my Cerbo GX device.

I use the NodeRed project feature on my HomeAssistant install (which has git installed) and I agree it would be a nice feature to have to as it allows for revisions and backups of the Victron NodeRed flows.

2 comments
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

Dirk-Jan Faber (Victron Energy) avatar image Dirk-Jan Faber (Victron Energy) ♦ commented ·

It is not too hard to install git. Just login via ssh and:

/opt/victronenergy/swupdate-scripts/remount-rw.sh
opkg update
opkg install git
1 Like 1 ·
usernamepasswordbs avatar image usernamepasswordbs Dirk-Jan Faber (Victron Energy) ♦ commented ·
Thank-you.
0 Likes 0 ·