Fork me on GitHub

pimatic-hk-avr by Sander Geerts (sanddrr) | github | npm

Pimatic Harman Kardon AVR plugin

Plugin Config Options

pimatic-hk-avr plugin config options
OptionDescriptionDefault
debug
boolean
Debug mode. Writes debug messages to the pimatic log, if set to true.
false
host
string
Hostname or IP address of the AVR
port
number
AVR control port (inly required for testing). Defaults to port 10025
10025

Device Config Options

pimatic-hk-avr device config schemas

hkAvrPresenceSensor

Hk AVR Power Switch

hkAvrMasterVolume

Hk AVR Master Volume
OptionDescriptionDefault
buttons
array of objects
The Down and Up buttons
[
  {
    "id": "down",
    "text": "Down"
  },
  {
    "id": "up",
    "text": "Up"
  }
]
Elements

hkAvrPowerSwitch

Hk AVR Power Switch

hkAvrMuteSwitch

Hk AVR Mute Switch
OptionDescriptionDefault
zone
The zone to be controlled
"Main Zone"

hkAvrInputSelector

Hk AVR Input Selector
OptionDescriptionDefault
zone
The zone to be controlled
"Main Zone"
buttons
array of objects
The inputs to select from
[
  {
    "id": "TV"
  },
  {
    "id": "Game"
  },
  {
    "id": "Disc"
  },
  {
    "id": "STB"
  }
]
Elements
pimatic-hk-avr is written by Sander Geerts (sanddrr)