Document toolboxDocument toolbox

Node-RED FAQ

We do not provide implementation support.

I am trying to install the node-red-node-serialport extension. Unfortunately, it does not work via the menu in Node-RED or via other ways, e.g. the bash, what can I do?

Carry out the steps in the following checklist: Node-RED Checklist

Original discussion:

https://revolutionpi.com/forum/viewtopic.php?p=15730#p15730

I was wondering if there is any type of module state detection for add-on modules in Node-RED?

How can I query the digital input of the RevPi Connect 4 in Node-RED?

I want to access Oracle databases from Node-RED and wonder if this is possible?

I want to use Node-Red to receive data from codesys via Modbus TCP and then send to the cloud using MQTT. How can I convert Node-Red Double Word to 32 bit LIN?

Please have a look here: (58) Node-Red Double Word to 32 bit INT Conversion – Revolution Pi Forum

I have variables saved on context file System, but if I restart the RevPi (sudo reboot) the variables are kept. Conversely, if the device is turned off by removing the power supply, the variables are not maintained. How can I overcome this?

Please have a look here: contextData on fileSystem - Revolution Pi Forum

Update from Node-RED not possible, and I use Epiphany browser, what can I do?

As a first workaround: you can try using a different browser, the standard browser (epiphany-browser) on the RevPi is a bit limited. My recommendation would be using Chrome or Firefox from a different computer on the same network, then calling, e.g. http://192.168.1.100:1880.

https://revolutionpi.de/forum/viewtopic.php?f=6&t=2580

I got an error message “noderedrevpinodes-server.service is a disabled or a static unit, not starting it”, what can I do?

The revpinodes server has been disabled. Remedy as follows:

sudo systemctl unmask noderedrevpinodes-server.service sudo systemctl enable noderedrevpinodes-server.service sudo systemctl start noderedrevpinodes-server.service

The first step should not be necessary, but is listed for security (in case the service was masked). Masked services cannot be enabled with enable even during a new installation, and it must be done explicitly via the command.

I think I have a memory leak problem with Node-RED, is this possible, and what can I do?

Yes, there is a known problem, but it has been fixed with the latest version see here:

https://github.com/erminas/node-red-contrib-revpi-nodes

Perform the following checklist to fix the error:

https://kunbus-gmbh.atlassian.net/wiki/spaces/KS/pages/2632253480

I use IO modules and have issues accessing them via Node-RED. Are there any idea?

So that the “noderedrevpinodes-server” can run, it accesses the file that you have created before in the PiCtory.

And this file you have to save not only “save as” but as start file:“"save as start config”".

Then I updated my nodes to the latest version and suddenly, it worked.

The RevPi nodes (RevPi single input, RevPi multiple input etc.) in Node-RED remain in a disconnected state after a reboot.

This issue has been resolved.

I am not using the current distribution but Jessie and I want to upgrade to Node-RED, how do I do that?

No, unfortunately this does not work, please upgrade your system, see here:

Is it possible to access the Modbus RTU interface on the RevPi Connect directly from Node-RED without having to set up a virtual Modbus master in PiCtory?

The“"RevPi wa”" is with PiCtory, but of course, it is up to you to try another way, maybe with Modbus or something else.

Here is the original discussion, so in case you have ideas you want to share, just post your ideas here:

I want to create an HMI on a 5-inch display, can I do that with Node-RED, and where do I start?

The best place to start is with the following video tutorials:

Together with the RevPi Nodes, you can create a Responsive HTML5 HMI in no time without even knowing it.

I notice latencies of 5 seconds between action and reaction. However, when I use piTest everything works in real time – what can I do?

  • Restructure your Node-Red code and split it into multiple flows.

I can't find a way that, the Node Red UI that I created, starts automatically when the RevPi starts.

For this, we have a possible solution in our forum, which you still need to translate from German to English. I recommend DeepL for this.

I want to use Node-RED on my RevPi, but how?

Have a look at our Video Tutorials

I want to write input values to visualize things. How can I do that?

I have problems with node-red-contrib-revpi-nodes broke host field in TCP in/out

Have a look at this forum entry:

 

We do not provide implementation support.