Search found 366 matches

by RevPiModIO
09 Jun 2026, 16:52
Forum: Software
Topic: OPC UA read comment of a port
Replies: 3
Views: 2870

Re: OPC UA read comment of a port

Hi

The packages for the OPC UA Server are now available in version 0.6.0 and can be easily installed according to our documentation: https://revolutionpi.com/en/docs/updates .

In OPC UA, the device / variable names from PiCtory are displayed as "DisplayName" and the entries of the "Comment" column ...
by RevPiModIO
04 Jun 2026, 10:04
Forum: Software
Topic: OPC UA read comment of a port
Replies: 3
Views: 2870

Re: OPC UA read comment of a port

Hi!

You have configured the virtual device OPC UA in PiCtory on the RevPi and retrieve the values via it, right?

"DisplayName" and "Description" are not yet integrated there. But we should definitely implement this, I think it's a very good idea that the texts in the "Comment" column of PiCtory ...
by RevPiModIO
27 Jan 2026, 10:52
Forum: Software
Topic: RevPi Connect5 Bookworm update NodeJS to v22 to allow OPC UA contrib in Nodered
Replies: 3
Views: 22024

Re: RevPi Connect5 Bookworm update NodeJS to v22 to allow OPC UA contrib in Nodered

Hi

You can try adding the node source Debian packages and upgrade to 20.x or 22.x. This will automatically update the system via apt-system. https://deb.nodesource.com

The revpi-nodered package has a dependency on nodejs >= 18. Therefore, the dependencies will be satisfied with a newer version of ...
by RevPiModIO
27 Jan 2026, 08:05
Forum: RevPiModIO
Topic: Change on Temperature and Frequency calls
Replies: 4
Views: 35515

Re: Change on Temperature and Frequency calls

Hi!

RevPi Connect 4 is supported from RevPiModIO 2.6.0 - On older devices it is just a "Base-Device" without the .core.properties.

We distribute the RevPiModIO module via Debian packages. To update all packages on your RevPi device (recommended), simply run „apt update && apt full-upgrade“. If you ...
by RevPiModIO
26 Jan 2026, 11:07
Forum: RevPiModIO
Topic: Change on Temperature and Frequency calls
Replies: 4
Views: 35515

Re: Change on Temperature and Frequency calls

In general, the "core" class is supported for all RevPi models and also the value for "temperature".

If the version of RevPiModIO is too old, it could happen that the "core" class is "None". Then the values do not exist.

To help with the problem, it would be nice if you run the following lines on ...
by RevPiModIO
23 Jan 2026, 09:52
Forum: Software
Topic: Dateiablage aus node-red nicht möglich
Replies: 5
Views: 45591

Re: Dateiablage aus node-red nicht möglich

Moin Thomas!

Das liegt an der erweiterten Systemabsicherung von Node-RED. Du kannst diese in unserem Cockpit-Plugin ganz einfach deaktivieren.

Navigiere dafür in unser Cockpit zum Menüpunkt "Node-RED" und schalte die "Erweiterte Systemabsicherung" ab.

Bildschirmfoto 2026-01-23 um 09.49.20.png ...
by RevPiModIO
12 Jan 2026, 08:44
Forum: Software
Topic: Zugriff auf MQTT Broker nicht möglich
Replies: 1
Views: 29893

Re: Zugriff auf MQTT Broker nicht möglich

Hallo Thorsten,

Wenn du das mosquitto Paket auf deinem RevPi mit „apt“ installiert hast, ist der Zugriff auf den Broker standardmäßig nur von „localhost“ möglich.

Um über das Netzwerk auf den Broker zuzugreifen, musst du eine Konfigurationsdatei in „/etc/mosquitto/conf.d“ anlegen, die die ...
by RevPiModIO
11 Jan 2026, 18:35
Forum: Software
Topic: RevPi Connect5 Bookworm update NodeJS to v22 to allow OPC UA contrib in Nodered
Replies: 3
Views: 22024

Re: RevPi Connect5 Bookworm update NodeJS to v22 to allow OPC UA contrib in Nodered

Hello,

Our Linux distribution is bound to the Debian package sources. For Debian Bookworm (our most recent version), only version 18.20.4+dfsg-1~deb12u1 is officially available. An update is possible but support for other versions is not covered by KUNBUS.

We are currently working on the new ...
by RevPiModIO
09 Jan 2026, 11:24
Forum: Hardware
Topic: Rev PI Connect + - problem with CODESYS compatibility
Replies: 2
Views: 13971

Re: Rev PI Connect + - problem with CODESYS compatibility

Hi

If you want to update your Revolution Pi to Bookworm and don't need a desktop (GUI), you can use the "lite" image.
An overview of the available images can be found here: https://revolutionpi.com/en/docs/revpi-images

To install the image on the Revolution Pi, you need the software/driver ...
by RevPiModIO
09 Jan 2026, 10:59
Forum: RevPiModIO
Topic: Different outputs for different users
Replies: 2
Views: 13547

Re: Different outputs for different users

Hi!

ModIO internally accesses the „/dev/piControl0“ device. Since Bookworm, only „root“ users or those in the „picontrol“ group can access it.

To grant access, you need to add the snmp user to the „picontrol“ group. This will enable them to access the device through ModIO.


sudo usermod -a -G ...