0.0.6 • Published 8 years ago

homebridge-ssh v0.0.6

Weekly downloads
17
License
MIT
Repository
github
Last release
8 years ago

homebridge-ssh

Supports triggering ssh commands on the HomeBridge platform.

Installation

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

Configuration

Configuration sample:

"accessories": [
	{
              "accessory": "SSH",
              "name": "iTunes Music",
              "on": "osascript -e 'tell application \"iTunes\" to play'",
              "off": "osascript -e 'tell application \"iTunes\" to stop'",
              "state": "osascript -e 'tell application \"iTunes\" to get player state'",
              "on_value" : "playing",
              "exact_match": true,
              "ssh": {
                "user": "me",
                "host": "mymac",
                "port": 22,
                "password": "password (or use key)",
                "key": "path to private key file"
              }
	}
]
0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago