Releases: ACDR/homebridge-yamaha-avr
Releases · ACDR/homebridge-yamaha-avr
v3.0.1
v3.0.0
Enhancements
- Add support for multiple zones, (exposed as additional external AVR devices after enabling as in the below config or via Homebridge UI).
- Add option to enable volume workaround devices (fans) to allow control of volume in HomeKit App in addition to existing Control Centre Remote volume control
- Add option to enable switch device to enable/disable "Pure Direct"
- Removed
yamaha-nodejs
dependency, instead interfacing directly with the AVR API
{
"platform": "yamaha-avr"
"ip": "192.168.1.31",
"name": "Yamaha RX-V685",
"enablePureDirectSwitch": true,
"volumeAccessoryEnabled": true,
"zone2Enabled": true,
"zone3Enabled": false,
"zone4Enabled": false,
},
Fixes
- Input generation & AVR input state detection stability
Notes
- Input names & visibility are now cached per zone
v3.0.0-beta.9
Enhancements
- Add support for multiple zones, (exposed as additional external AVR devices after enabling as in the below config or via Homebridge UI).
- Add option to enable volume workaround devices (fans) to allow control of volume in HomeKit App in addition to existing Control Centre Remote volume control
- Add option to enable switch device to enable/disable "Pure Direct"
- Removed
yamaha-nodejs
dependency, instead interfacing directly with the AVR API
{
"platform": "yamaha-avr"
"ip": "192.168.1.31",
"name": "Yamaha RX-V685",
"enablePureDirectSwitch": true,
"volumeAccessoryEnabled": true,
"zone2Enabled": true,
"zone3Enabled": false,
"zone4Enabled": false,
},
Fixes
- Input generation & AVR input state detection stability
Notes
- Input names & visibility are now cached per zone
v3.0.0-beta.8
Enhancements
- Add support for multiple zones, (exposed as additional external AVR devices after enabling as in the below config or via Homebridge UI).
- Removed
yamaha-nodejs
dependency, instead interfacing directly with the AVR API
{
"platform": "yamaha-avr"
"ip": "192.168.1.31",
"name": "Yamaha RX-V685",
"zone2Enabled": true,
"zone3Enabled": false,
"zone4Enabled": false,
},
Fixes
- Input generation & AVR input state detection stability
Notes
- Input names & visibility are now cached per zone
v3.0.0-beta.3
- Interface with YamahaExtendedControl API directly, removing yamaha-nodejs dependency
Note: This release will create new input cache data. Input visibility & custom names will need to be reconfigured.
v2.1.0
2.1.0-beta.3
Rework caching, input handling + other small fixes, updates & improvements
npm install -g [email protected]