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.