Read the statement by Michael Teeuw here.
MMM-Pir issues since latest updates
-
Since installing the latest updates I am receiving the following error
[2024-09-09 10:02:10.794] [ERROR] [MMM-Pir] [LIB] [PIR] Error: Cannot determine SOC peripheral base address
[2024-09-09 10:02:10.836] [WARN] [MMM-Pir] [LIB] [PIR] [PYTHON] The exit code was: 0
[2024-09-09 10:02:10.836] [WARN] [MMM-Pir] [LIB] [PIR] [PYTHON] The exit signal was: nullThe pir meter counts down but is not reset.
Ive tried rebuilding the Pir program to no avail
Any help would be appreciated.
-
@eyesallin This has been quicly fixed in the python-gpiozero package and the workaround is not needed anymore.
-
@eyesallin this is an issue with the latest RPi5 kernel. Until a fix is available a workaround is the following command:
sudo ln -s /dev/gpiochip0 /dev/gpiochip4
More info about it:
-
Many thanks for the response, surprised others have not posted?
-
@eyesallin This has been quicly fixed in the python-gpiozero package and the workaround is not needed anymore.
-
Thankyou just noted, problem solved.
-