0.0.2 • Published 8 years ago

homebridge-temperature-cmd v0.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

homebridge-temperature-cmd

homebridge-plugin for Your PC Command with Apple-Homekit.(by node.js child_process.exec())

Installation

  1. Install homebridge using: sudo npm install -g homebridge
  2. Install this plugin using: sudo npm install -g homebridge-temperature-cmd
  3. Update your configuration file. See sample-config.json in this repository for a sample.

Configuration

Configuration sample:

"accessories": [
    {
        "accessory": "TemperatureCMD",
        "name": "Living Room Temperature",
        "command": "sudo /usr/local/bin/temper | cut -d ',' -f 2"
    }
]