Search found 347 matches

by RevPiModIO
05 Feb 2025, 17:17
Forum: Software
Topic: Node-Red Knoten verbinden sich nicht mehr
Replies: 2
Views: 7309

Re: Node-Red Knoten verbinden sich nicht mehr

Hi Rikard

Es könnte sein, dass in deinen Node-RED Knoten IOs angegeben sind, mit einem Namen, den es nicht mehr gibt. Wir haben an einem Update für Bookworm gearbeitet und werden dieses auch für Bullseye herausgeben. Mit dem Update wird dir unter den Knoten angezeigt, welcher Name ggf. nicht mehr ...
by RevPiModIO
13 Jan 2025, 10:11
Forum: Software
Topic: Node-RED How to change setting.js for contextStorage?
Replies: 2
Views: 2657

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: 22073

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 ...
by RevPiModIO
16 Dec 2024, 10:16
Forum: News & Announcements
Topic: Bookworm 12/2024
Replies: 0
Views: 22515

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 ...
by RevPiModIO
29 Nov 2024, 08:09
Forum: Software
Topic: Ich kann den Virtual Device OPC UA Server nicht finden
Replies: 1
Views: 2949

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 and ...
by RevPiModIO
27 Nov 2024, 11:17
Forum: Neuigkeiten & Ankündigungen
Topic: RevPi Bookworm OS veröffentlicht!
Replies: 1
Views: 11927

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 ...
by RevPiModIO
27 Nov 2024, 11:15
Forum: News & Announcements
Topic: RevPi Bookworm OS release!
Replies: 1
Views: 13233

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 ...
by RevPiModIO
22 Nov 2024, 12:21
Forum: Software
Topic: Node-red user piTest -R
Replies: 2
Views: 3392

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 usermod -a -G ...
by RevPiModIO
19 Nov 2024, 09:16
Forum: Software
Topic: Bookworm node-red exec reboot problem
Replies: 2
Views: 10542

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/bin/systemctl ...
by RevPiModIO
07 Nov 2024, 08:25
Forum: RevPiModIO
Topic: IO refresh time exceeded
Replies: 1
Views: 10668

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