question

Warwick Bruce Chapman avatar image
Warwick Bruce Chapman asked

Error installing node-red-contrib-modbus

Hey Team

We're trying to do Fronius inverter control with Node-RED. It works fine as long as we're on grid with the Victron pallete but when we're on generator and trying to control the Fronius, it seems to ignore attempts to disable PV inverter (VE.Bus control) or set inverter power to 0W (PV Inverter control).


We thought we would try Modbus TCP commands but the pallete does not install.


I'm not clear on how much we can and can't ask from Victron about Node-RED, so I err on the side of asking :P

1669362585423.png

Node-REDFronius
1669362585423.png (875.1 KiB)
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
nickdb avatar image
nickdb answered ·

It looks like an issue with their package, I can't install it either and it seems to fail when the package manager fails to find a file in the repository.

6 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.

johnny-brusevold avatar image johnny-brusevold commented ·

@Warwick Bruce Chapman @nickdb

node-red-contrib-modbus installs fine here on venus-os 3.00~4

tested first in terminal with

npm install -g node-red-contrib-modbus (no error)

Then from node-red web intreface (no error)


1 Like 1 ·
nickdb avatar image nickdb ♦♦ johnny-brusevold commented ·

except he is trying to install node-red-contrib-fronius-solar

0 Likes 0 ·
johnny-brusevold avatar image johnny-brusevold nickdb ♦♦ commented ·

@nickdb

node-red-contrib-fronius-solar also installs fine

But you must have git installed

opkg update

opkg install git

then install palette from node-red web-interface

1 Like 1 ·
nickdb avatar image nickdb ♦♦ johnny-brusevold commented ·
Once adding git with the above commands, it installs fine. Just takes a bit of time.
0 Likes 0 ·
Warwick Bruce Chapman avatar image Warwick Bruce Chapman johnny-brusevold commented ·
Thanks. After installing git, it worked on
0 Likes 0 ·
Warwick Bruce Chapman avatar image Warwick Bruce Chapman nickdb ♦♦ commented ·
Ah, sorry wrong screenshot. I tried both and they both failed.
0 Likes 0 ·