2.0.2 • Published 4 years ago

@marcelkordek/homebridge-harman-kardon-avr v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@marcelkordek/homebridge-harman-kardon-avr

npm (scoped) npm bundle size (scoped) GitHub last commit

This is a plugin for Homebridge to control your Harman Kardon AVR.

This plugin supports following functions:

  • Power Switch (on/off)
  • Volume control (volume up/volume down/mute)
  • Inputs like STB, Cable/Sat, Game, Radio, Spotify etc.
  • Remote control: native iOS Remote control

Installation instructions

After Homebridge has been installed:

$ sudo npm install -g @marcelkordek/homebridge-harman-kardon-avr

Basic configuration

{
	"bridge": {
		...
	},

	"accessories": [{
		"accessory": "harman-kardon-avr",
		"name": "AVR",
		"manufacturer": "Harman Kardon",
		"model_name": "AVR 161",
		"ip": "xx.x.x.xx",
		"port": "10025",
       "inputs": ["STB","Cable/Sat"],
       "interval": 5
	}]
}

See Example Config for more details.

Options

AttributesRequiredUsage
accessoryYesMust be harman-kardon-avr.
nameYesUnique Name for the TV (AVR) Accessory.
manufacturerNoManufacturer (optional - Default: Harman Kardon)
model_nameNoModel (optional - Default: AVR 161)
ipYesIP adress from your AVR
portYesMust be 10025
inputsYesAn Array of Inputs (STB/CABLE/SAT/GAME etc.)
intervalYesPolling interval in seconds (Default: 5s)
2.0.2

4 years ago