Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@alisowski/homebridge-sony-audio-control-just-volume-with-max
Advanced tools
Homebridge plugin to control a Sony STR-DN1080 AV-receiver
With this plugin you can create HomeKit services to control a Sony STR-DN1080 Audio Video Receiver.
The code for this plugin has originally been forked from Http Speaker for Homebridge authored by Andreas Bauer.
This plugin utilizes Sony's Audio Control API. It has only been tested with a Sony STR-DN1080 Audio Video Receiver, but it may work with other Sony devices that support the API.
The plugin supports powertoggling, volume control including muting, setting sound modes stereo and Dolby Surround and switching configured external inputs.
The plugin doesn't support auto discovery using UPNP. This is by design as the receiver stops responding on port 52323 after being put in standby once (at least that is the case with the european version per firmware version M41.R.0442), which is necessary to support auto discovery.
First of all you should already have installed Homebridge
on your device. Follow the instructions over at the
HomeBridge Repo.
To install the homebridge-sony-audio-control
plugin simply run sudo npm install -g homebridge-sony-audio-control
.
Below is an example configuration that has to amended to your existing Homebridge-configuration.
You have to edit "ip" to correspond with the IP-address of your receiver.
Set "name" to what you prefer to refer to the device as using Homekit or Siri.
"accessory" is used by homebridge to initialize the plugin correctly, so do NOT edit this setting.
For every external input you want to enable, you have to add a new input object with a "name" and "uri". Again "name" can be set to what you prefer to refer to the input as using Homekit or Siri, while "uri" have to correspond to the Device Resource URI per Device URI.
"accessories": [
{
"accessory": "receiver",
"name": "Receiver",
"ip": "10.0.0.138",
"inputs": [
{
"name": "Apple TV",
"uri": "extInput:video?port=2"
},
{
"name": "TV",
"uri": "extInput:sat-catv"
},
{
"name": "Blu-ray",
"uri": "extInput:bd-dvd"
},
{
"name": "Xbox One",
"uri": "extInput:game"
},
{
"name": "Bluesound",
"uri": "extInput:tv"
},
{
"name": "Vinyl",
"uri": "extInput:sacd-cd"
}
]
}
]
FAQs
Homebridge plugin to control a Sony STR-DN1080 AV-receiver
The npm package @alisowski/homebridge-sony-audio-control-just-volume-with-max receives a total of 2 weekly downloads. As such, @alisowski/homebridge-sony-audio-control-just-volume-with-max popularity was classified as not popular.
We found that @alisowski/homebridge-sony-audio-control-just-volume-with-max demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.