Wraps the C control lib pigpio in a Home Assistant addon to allow an easy installation.
This addon runs the pigpio deamon which listens on http commands and control the GPIO on a Raspberry Pi accordingly (currently only up to PI 4).
Running this and using the remote_rpi_pgio integration in your Home Assistant configuration pointing to localhost
will connect both worlds.
For additional options for the deamon use the optional addon setting additional_options
.
The options-g -f
will be always set!
It accesses /dev/mem
on the host and also has full access to the raw io data.