Plugin Config Options
pimatic-hk-avr plugin config options
| Option | Description | Default |
|---|---|---|
| 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
| Option | Description | Default |
|---|---|---|
| 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
| Option | Description | Default |
|---|---|---|
| zone | The zone to be controlled | "Main Zone" |
hkAvrInputSelector
Hk AVR Input Selector
| Option | Description | Default |
|---|---|---|
| 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)