Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wutu/pimatic-piblaster

Support for pi-blaster.
https://github.com/wutu/pimatic-piblaster

Last synced: about 2 months ago
JSON representation

Support for pi-blaster.

Awesome Lists containing this project

README

        

pimatic-piblaster
================

Support for the pi-blaster daemon.

First install and run the pi-blaster daemon (instructions).

Usable pins

### Example config

Add the plugin to the plugin section:

```json
{
"plugin": "piblaster"
}
```

Then add a device to the devices section:

```json
{
"id": "pi-blaster-pwm",
"name": "Pi blaster PWM",
"class": "PiblasterPWM",
"gpio": 18,
"mode": "fade",
"delay": 100,
"correction": "cie1931"
}
```

Thank you sarfata for pi-blaster.js and sweet pi for inspiration and his work on best automatization software Pimatic.