+
+ This module controls AV receiver from Yamaha via network connection. You are able
+ to power your AV reveiver on and off, query it's power state,
+ select the input (HDMI, AV, AirPlay, internet radio, Tuner, ...), select the volume
+ or mute/unmute the volume.
+ Defining a YAMAHA_AVR device will schedule an internal task (interval can be set
+ with optional parameter <status_interval> in seconds, if not set, the value is 60 seconds), which periodically reads
+ the status of the AV receiver (power state, selected input, volume and mute status)
+ and triggers notify/filelog commands.
+
+ Example:
+
+ define AV_Receiver YAMAHA_AVR 192.168.0.10
+
+
+ Set
+
+ set <name> <command> [<parameter>]
+
+ Currently, the following commands are defined; the available inputs are depending on the used receiver.
+ The module only offers the real available inputs. The following input commands are just an example and can differ.
+
+
on
+off
+input hdmi1
+input hdmi2
+input hdmi3
+input hdmi4
+input av1
+input av2
+input av3
+input av3
+input av4
+input av5
+input av6
+input usb
+input airplay
+input tuner
+input v-aux
+input audio
+input server
+volume -80..16 (volume between -80 and +16 dB)
+mute on
+mute off
+
+
+
+ Get
+
+ get <name> <what>
+
+ Currently, the following commands are defined and return the current state of the receiver.
+