-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raspberry Pi 5 #165
Comments
Consider using rgpio: https://abyz.me.uk/lg/rgpiod.html |
Does that support the Pi 5? Does it come pre-installed with Raspberry Pi OS, or can it be installed through |
It does not yet appear to be in either the Debian repository or the Raspberry Pi repository, so I think users will need to build it and install it themselves using |
- Move powerLed and usbPower determination here (from hb-lib-tools); - Add support for fan on Pi 5; - Suppress GPIO devices on Pi 5, see #165.
rgpiod is now installed via apt install rgpiod. |
Not on my systems running bullseye:
Did you configure an additional source for |
|
Is there a chance that the GPIO issue for RP5 will be resolved in the near future? |
I’m doing my home automation as a hobby, next to my day-time job. I don’t keep a planning for it. I prioritise features that I need myself, and features that spark my interest. I’m still running production on the Raspberry Pi 4, so I don’t have an urgent need for GPIO support on the Raspberry Pi 5. Intellectually, supporting rgpio is just doing the same in a slightly different way; kinda boring. I would prefer to migrate Homebridge RPi from using pigpio to using lg ( The alternative is to support both lg and pigpio in parallel, using some mechanism to indicate which one to use for which host (probably the daemon’s port number). While providing similar features, the interfaces provided by each are very different, effectively doubling my effort to develop and maintain these. Even on bookworm, lg support seems only partial. While |
The Raspberry Pi 5 uses the BCM2712 SoC package and the RP1 southbridge to control the GPIO pins. This hardware setup is very different from the Pi 4B (and from other Pi models). Unfortunately it is not yet (?) supported by
pigpio
, see joan2937/pigpio#589.Consequently, currently Homebridge RPi cannot manage a Pi 5 remotely and cannot control the GPIO pins for a local Pi5.
The text was updated successfully, but these errors were encountered: