0.0.5-alpha.1 • Published 8 years ago

homebridge-yamaha v0.0.5-alpha.1

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

Homebridge-Yamaha

homebridge-plugin for Yamaha AVR control with Apple-Homekit.

Installation

Follow the instruction in NPM for the homebridge server installation. The plugin is published through NPM and should be installed "globally" by typing:

sudo npm install -g homebridge-yamaha

#Configuration

config.json

"manual_addresses" only needed if Bonjour/Autodetection doesn't work.

Example:

{
  "bridge": {
      "name": "Homebridge",
      "username": "CC:22:3D:E3:CE:51",
      "port": 51826,
      "pin": "031-45-154"
  },
  "description": "This is an example configuration file for homebridge plugin for yamaha AVR",
  "hint": "Always paste into jsonlint.com validation page before starting your homebridge, saves a lot of frustration",
  "platforms": [
      {
          "platform": "YamahaAVR",
          "play_volume": -48,
          "setMainInputTo": "Airplay",
          "manual_addresses": {
              "Yamaha": "192.168.1.115"
          }
      }
  ],
  "accessories": [
      {},
      {}
  ]
  }