Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/codetheweb/homebridge-yamaha-scene
- Owner: codetheweb
- License: mit
- Created: 2017-10-28T20:45:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-05T15:27:58.000Z (almost 6 years ago)
- Last Synced: 2024-09-19T02:39:04.762Z (about 2 months ago)
- Topics: homebridge-plugin, iot, speakers, yamaha-receiver
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
}
```