2.2.5 • Published 4 years ago

homebridge-harman-kardon-avr v2.2.5

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

Homebridge Harman Kardon AVR

npm npm bundle size 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 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","Game"],
       "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) , 0 = disabled

Valid Inputs

  • STB
  • Cable Sat
  • Disc
  • Radio
  • TV
  • USB
  • Game
  • Media Server
  • Home Network
  • AUX
2.2.5

4 years ago

2.2.4

4 years ago

2.2.3

4 years ago

2.2.2

4 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.1

5 years ago

2.0.7

5 years ago

2.0.6

5 years ago

2.0.1

5 years ago