Page 1 of 1

Best solution for GPIO

Posted: Friday 07 March 2025 12:27
by mgugu
After moving from buster to bookworm on a Pi2 using GPIO intensively, I discovered that the sysfs method is not working anymore even if sysfs option is still available in domoticz latest version.
So my question is what is the recommanded solution to use GPIO in domoticz/bookworm ?
Best regards

Re: Best solution for GPIO

Posted: Friday 07 March 2025 16:27
by waltervl
On newer RPI OS's the GPIO PIN number range has changed. So Sysfs should still work but you need different pin numbers.

See also https://github.com/domoticz/domoticz/issues/6040

Alternatively use IO devices not directly connected to the RPi but with for example ESP devices with ESPHome.