jerrod-lankford / GarageQTPi

An MQTT server for a raspberry pi garage door opener. Most commonly used as a HomeAssistant cover component.
MIT License
75 stars 36 forks source link

Unsupported on Bookworm / or Linux Kernel >= 5.11 #52

Open Jxck-S opened 1 year ago

Jxck-S commented 1 year ago

The linux kernel has removed support for the old GPIO communication, the new kernel API has to be used for GPIO coms. Read here. I tested in on Bookworm Debian, but it doesn't work because RPi.GPIO isn't updated for the new API. We need to fix this.