Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wutu/pimatic-piblaster
- Owner: wutu
- License: gpl-2.0
- Created: 2014-10-30T21:25:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-15T15:26:13.000Z (about 7 years ago)
- Last Synced: 2023-09-19T18:56:04.308Z (over 1 year ago)
- Language: CoffeeScript
- Size: 23.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pimatic-piblaster
================Support for the pi-blaster daemon.
First install and run the pi-blaster daemon (instructions).
### 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.