Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codetheweb/homebridge-yamaha-scene

Turns on and off a Yamaha AV receiver and set it to a scene
https://github.com/codetheweb/homebridge-yamaha-scene

homebridge-plugin iot speakers yamaha-receiver

Last synced: 15 days ago
JSON representation

Turns on and off a Yamaha AV receiver and set it to a scene

Awesome Lists containing this project

README

        

homebridge-yamaha-scene
========================

Turns on and off a Yamaha AV receiver and sets it to a default scene and volume.
Used to automate our home entertainment setup.

# Installation
`npm install -g homebridge-yamaha-scene`

# Example config.json

```javascript
{
"accessory": "YamahaScene",
"name": "Yamaha AV",
"ip": "xxx.yyy.0.zzz",
"initial_scene": 1,
"volume": -20
}
```