Search found 19 matches

by Daniele.tampieri
09 Oct 2025, 10:21
Forum: Software
Topic: Problem with the context storage in Node-RED (RevPi Connect 5)
Replies: 0
Views: 1229

Problem with the context storage in Node-RED (RevPi Connect 5)

I tried to enable the context storage in Node-RED: I opened the Node-RED settings page in cockpit then changed the `Context Storage` section as follows

contextStorage: {
default: {
module:"localfilesystem",
config: {
dir: "/var/lib/revpi-nodered/.node-red/",
cache: true,
flushInterval: 10 ...
by Daniele.tampieri
05 Oct 2025, 14:08
Forum: Software
Topic: A problem of user permissions in Node-RED
Replies: 6
Views: 4791

Re: A problem of user permissions in Node-RED

Sven, I added user nodered to the "video" group, and created a directory `/var/lib/revpi-nodered/Videos` where I loaded all the videos I want to play: nevertheless, when I run the command
mpv --fs /var/lib/revpi-nodered/Videos/video1.mp4
I do not see anything on the screen and get the following ...
by Daniele.tampieri
03 Oct 2025, 17:49
Forum: Software
Topic: A problem of user permissions in Node-RED
Replies: 6
Views: 4791

Re: A problem of user permissions in Node-RED

Thank you very much, Sven. I'll apply your solution soon as possible. By the way is there also a "printer" (maybe "cups") group? I am asking this since the flow I am designing need also a printing part that has not been tested yet (due to momentary unavailability of the USB printer), so I wonder if ...
by Daniele.tampieri
01 Oct 2025, 11:22
Forum: Software
Topic: A problem of user permissions in Node-RED
Replies: 6
Views: 4791

Re: A problem of user permissions in Node-RED

An update : if I restart the flow, I get the following message
1/10/2025, 11:17:48
msg : string[567]
string[567]


---------------------------------------------------------------------
Your flow credentials file is encrypted using a system-generated key.

If the system-generated key is lost for ...
by Daniele.tampieri
01 Oct 2025, 10:02
Forum: Software
Topic: A problem of user permissions in Node-RED
Replies: 6
Views: 4791

A problem of user permissions in Node-RED

Hello to everybody.
I have just purchased a RevPi Connect 5 and, following the standard RevPi procedure, I've enabled Node-RED, updated all the software and configured the RevPi DO in order to enable the outputs and inputs I need for my application. Initially I thought I should enable also the Node ...
by Daniele.tampieri
18 Dec 2021, 21:01
Forum: Software
Topic: Behavior of RevPi DIO input nodes at turn on in a Node-Red setting
Replies: 3
Views: 5699

Re: Behavior of RevPi DIO input nodes at turn on in a Node-Red setting

Hi crismancich,
I solved the problem by using your suggestion in a ladder structure, precisely the one shown in the picture below:
Schermata 2021-12-18 alle 18.25.57.png
The input of this submodule is activated at start-up: the shown subflow then takes a screenshot of the input status and send it ...
by Daniele.tampieri
02 Dec 2021, 14:57
Forum: Software
Topic: Behavior of RevPi DIO input nodes at turn on in a Node-Red setting
Replies: 3
Views: 5699

Re: Behavior of RevPi DIO input nodes at turn on in a Node-Red setting

HI crismancich,
Thank you for the flow you suggested: do this implies that it is not possible to "take a picture" of all inputs jointly, for example by using some initial state of the node revpi-multiple-input ? I mean, if I need to know the state of all inputs at a given time, possibly in the form ...
by Daniele.tampieri
24 Nov 2021, 08:10
Forum: Software
Topic: Behavior of RevPi DIO input nodes at turn on in a Node-Red setting
Replies: 3
Views: 5699

Behavior of RevPi DIO input nodes at turn on in a Node-Red setting

The title says all: I'd like to know if a message is generated at turn on to make a Node-Red system aware of the status of DIO inputs. I see that when an input changes, the associated payload property assumes a string value "1": however the other properties have an integer 0 or 1 value, thus I'd ...
by Daniele.tampieri
21 Nov 2021, 20:53
Forum: Software
Topic: RevPi Core 3+: no Pictory, error 403 in browser
Replies: 17
Views: 29396

Re: RevPi Core 3+: no Pictory, error 403 in browser

I had the same problem last week with my laboratory Core 3+: then I flashed the Buster image and it now works correctly.
by Daniele.tampieri
07 May 2021, 22:19
Forum: RevPi Nodes for Node-RED
Topic: A problem with the Official Node-Red Revolution Pi Nodes
Replies: 5
Views: 27329

Re: A problem with the Official Node-Red Revolution Pi Nodes

Hi Amar,
I just tried your solution: it works perfectly, as my workaround does. Thank you very much.


Hi Daniele,
Could you please repost the screenshots attached in your post since they are not visible. I would recommend you to carry out following steps so that I can reproduce the issue:

1 ...