Skip to content

Control your pwm leds with pigpio on Home Assistant

License

Notifications You must be signed in to change notification settings

Poeschl-HomeAssistant-Addons/pigpio

Repository files navigation

pigpio

Wraps the C control lib pigpio in a Home Assistant addon to allow an easy installation.

Addon Stage Supports aarch64 Architecture Supports amd64 Architecture Supports armhf Architecture Supports armv7 Architecture Supports i386 Architecture

Add repository on my Home Assistant Install on my Home Assistant Donate

Usage

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!

Security

It accesses /dev/mem on the host and also has full access to the raw io data.