Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaxx2104/homebridge-irmagician
https://github.com/jaxx2104/homebridge-irmagician
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaxx2104/homebridge-irmagician
- Owner: jaxx2104
- Created: 2016-12-02T17:57:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-02T18:40:39.000Z (about 8 years ago)
- Last Synced: 2024-12-04T06:37:45.280Z (about 1 month ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebridge-irmagcian
[![npm version](https://badge.fury.io/js/homebridge-irmagician.svg)](https://badge.fury.io/js/homebridge-irmagician)irMagician on HomeBridge Platform.
# Installation
1. Install homebridge using: sudo npm install -g homebridge
2. Install this plugin using: sudo npm install -g homebridge-irmagician
3. Update your configuration.
4. In the case raspberry pi```
cd /usr/lib/node_modules/homebridge-irmagcian/
npm rebuild serialport --build-from-source
```# Configuration
Configuration sample:
```
"accessories": [
{
"accessory": "irMagician",
"name": "temperature",
"type": "temp"
}
]```