Search found 336 matches

by RevPiModIO
13 Jan 2025, 10:11
Forum: Software
Topic: Node-RED How to change setting.js for contextStorage?
Replies: 1
Views: 153

Re: Node-RED How to change setting.js for contextStorage?

Hi!

If you are using the Bookworm Image on your Revolution Pi, the home of the Node-RED server is now `/var/lib/revpi-nodered`. There you will also find the directory `.node-red`.
by RevPiModIO
16 Dec 2024, 10:17
Forum: Neuigkeiten & Ankündigungen
Topic: Bookworm 12/2024
Replies: 0
Views: 2204

Bookworm 12/2024

Liebe Community, wir freuen uns das heute veröffentlichte Bookworm Image 12/2024 anzukündigen. Ihr findet die Images (default und lite, als 64-bit Version) in unserem Downloadbereich: https://revolutionpi.com/de/support/downloads#c1069 - 241205-revpi-bookworm-arm64-default.zip - 241205-revpi-bookwor...
by RevPiModIO
16 Dec 2024, 10:16
Forum: News & Announcements
Topic: Bookworm 12/2024
Replies: 0
Views: 2192

Bookworm 12/2024

Dear Community, we are pleased to announce the release of Bookworm image 12/2024. You can get the images (default and lite, 64-bit version) in our download area: https://revolutionpi.com/en/support/downloads#c1069 - 241205-revpi-bookworm-arm64-default.zip - 241205-revpi-bookworm-arm64-lite.zip Infor...
by RevPiModIO
29 Nov 2024, 08:09
Forum: Software
Topic: Ich kann den Virtual Device OPC UA Server nicht finden
Replies: 1
Views: 1455

Re: Ich kann den Virtual Device OPC UA Server nicht finden

Hi YAcosta! The virtual devices are only pre-installed from the Bookworm Images. You seem to be using a bullseye image in which you have to install the virtual devices. sudo apt update && sudo apt install opcua-revpi-server mqtt-revpi-client After installation, please refresh your browser an...
by RevPiModIO
27 Nov 2024, 11:17
Forum: Neuigkeiten & Ankündigungen
Topic: RevPi Bookworm OS veröffentlicht!
Replies: 1
Views: 4950

Bekannter Fehler in Bookworm 10/24

Auf den Bookworm Images vom 10/24 wurde ein Fehler gefunden! Es fehlt das Paket `logrotate`. Dadurch werden die Protokolldateien in `/var/log` nicht gelöscht. Das führt zu einer 100 prozentigen Belegung des eMMC Speicherplatzes. Dem System steht dann kein Speicherplatz mehr zur Verfügung. Um dieses ...
by RevPiModIO
27 Nov 2024, 11:15
Forum: News & Announcements
Topic: RevPi Bookworm OS release!
Replies: 1
Views: 5387

Known issue in Bookworm 10/24

An error was found on the Bookworm Images from 10/24! The package `logrotate` is missing. The log files in `/var/log` will not be deleted. This can lead to a 100% occupancy of the eMMC storage space. The system then has no more storage space available. To fix this problem, the following steps must b...
by RevPiModIO
22 Nov 2024, 12:21
Forum: Software
Topic: Node-red user piTest -R
Replies: 2
Views: 2121

Re: Node-red user piTest -R

Hi! In addition to Node-RED, the piControl device has also been improved in security. Only users of the group "picontrol" may access the process image via piTest, for example. However, you can easily change this for the user "nodered". # Add user nodered to group picontrol sudo u...
by RevPiModIO
19 Nov 2024, 09:16
Forum: Software
Topic: Bookworm node-red exec reboot problem
Replies: 2
Views: 4539

Re: Bookworm node-red exec reboot problem

Hallo EngelTom! Der Node-RED Service wird bei uns in einer systemd-Sandbox ausgeführt, wo ein paar "Machenschaften" reduziert werden. Aber für deinen Fall können wir das auf deinem System ändern. Zur sudoers-Datei: Wenn du das system neu starten möchtest brauchst du den Befehl "/usr/b...
by RevPiModIO
07 Nov 2024, 08:25
Forum: RevPiModIO
Topic: IO refresh time exceeded
Replies: 1
Views: 2870

Re: IO refresh time exceeded

Hi AndreC7! The warning from RevPiModIO is thrown at you because the process in which your Python program is running is probably running out of resources. Since your main program runs every millisecond `time.sleep(0.001)` I suspect that the Python process runs with 100% CPU time on one core. As a re...
by RevPiModIO
28 Oct 2024, 11:39
Forum: Software
Topic: PiCtory: Is it possible to set values in the web GUI?
Replies: 4
Views: 3189

Re: PiCtory: Is it possible to set values in the web GUI?

The values that can be set in PiCtory are the default values to which the outputs should be set at system startup or after resetting the driver.