From 771283333ede311e1ab5058d956863c79e99b828 Mon Sep 17 00:00:00 2001
From: "klaus.schauer" <>
Date: Thu, 30 Jan 2025 12:42:34 +0000
Subject: [PATCH] 55_PIFACE: tested with Raspbian OS, Debian version 12
(bookworm) 64 bit and wiringpi_3.12_arm64 (Raspberry Pi 5 B)
git-svn-id: https://svn.fhem.de/fhem/trunk@29597 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/FHEM/55_PIFACE.pm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/fhem/FHEM/55_PIFACE.pm b/fhem/FHEM/55_PIFACE.pm
index f25caac4b..348288de2 100644
--- a/fhem/FHEM/55_PIFACE.pm
+++ b/fhem/FHEM/55_PIFACE.pm
@@ -454,7 +454,7 @@ sub PIFACE_Shutdown {
PIFACE
- The PIFACE module managed the Raspberry Pi extension board PiFace Digital.
+ The PIFACE module managed the Raspberry Pi extension board PiFace Digital.
PIFACE controls the input ports 0..7 and output ports 0..7.
- The relays 0 and 1 have corresponding output port 0 and 1.
@@ -463,8 +463,11 @@ sub PIFACE_Shutdown {
The status of the ports can be displayed periodically. The update of the states via interrupt is not supported.
The module can be periodically monitored by a watchdog function.
The ports can be read and controlled individually by the function readingsProxy.
- PIFACE is tested with the Raspbian OS, Debian version 11 (bullseye) 32 bit and wiringpi_3.2-bullseye_armhf.
- Raspberry 5 and Raspbian OS Bookworm may work but is not tested.
+ PIFACE is tested with
+
+ - Raspbian OS, Debian version 11 (bullseye) 32 bit and wiringpi_3.2-bullseye_armhf
+ - Raspbian OS, Debian version 12 (bookworm) 64 bit and wiringpi_3.12_arm64 (Raspberry Pi 5 B)
+
Preparatory Work
The use of PIFACE module requires some preparatory work. The module needs the Wiring Pi tool.