-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
94 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## Changes in this version | ||
|
||
### ⬆️ Dependency updates | ||
|
||
- ⬆️ Updated os packages @Poeschl ([#1](https://github.com/Poeschl-HomeAssistant-Addons/pigpio/pull/1)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# pigpio | ||
|
||
Wraps the C control lib [pigpio](https://github.com/joan2937/pigpio) in a Home Assistant addon to allow an easy installation. | ||
|
||
[![Release][release-badge]][release] | ||
![Addon Stage][stage-badge] | ||
|
||
[![Donate][donation-badge]][donation-url] | ||
|
||
## 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](https://www.home-assistant.io/integrations/remote_rpi_gpio/) 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. | ||
|
||
## ⚠ WARNING! THIS IS AN EDGE VERSION! | ||
|
||
This Home Assistant Add-on is and bloody edge build. | ||
Edge builds add-ons are based upon the latest development version. | ||
|
||
- They may not work at all. | ||
- They might stop working at any time. | ||
- They could have a negative impact on your system. | ||
|
||
If you are more interested in stable releases of our add-ons: | ||
|
||
For the stable version of the add-ons: [Stable-Repository] | ||
|
||
[stage-badge]: https://img.shields.io/badge/Addon%20stage-stable-green.svg | ||
|
||
[release-badge]: https://img.shields.io/badge/version-v1.5.3-blue.svg | ||
[release]: https://github.com/Poeschl-HomeAssistant-Addons/pigpio/tree/v1.5.3 | ||
|
||
[donation-badge]: https://img.shields.io/badge/Buy%20me%20a%20coffee-%23d32f2f?logo=buy-me-a-coffee&style=for-the-badge&logoColor=white | ||
[donation-url]: https://www.buymeacoffee.com/Poeschl | ||
|
||
[Stable-Repository]: https://github.com/Poeschl-HomeAssistant-Addons/repository |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: pigpio | ||
version: 1.5.3 | ||
slug: pigpio | ||
description: Control your pwm leds with pigpio on Home Assistant | ||
url: https://github.com/Poeschl-HomeAssistant-Addons/pigpio | ||
arch: | ||
- armhf | ||
- armv7 | ||
- aarch64 | ||
startup: services | ||
gpio: true | ||
privileged: | ||
- SYS_RAWIO | ||
devices: | ||
- /dev/mem | ||
- /dev/vcio | ||
image: ghcr.io/poeschl-homeassistant-addons/pigpio-{arch} | ||
init: false | ||
ports: | ||
8888/tcp: 8888 | ||
ports_description: | ||
8888/tcp: The port to control pigpio | ||
schema: | ||
additional_options: str? |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.