With the old version of the onkyo binding it was possible to define advanced commands like this:
Advanced commands
If you want to use commands that are not predefined by the binding you can use them with #
as a prefix.
Dimmer volume { onkyo="INCREASE:hometheater:VOLUME_UP, DECREASE:hometheater:VOLUME_DOWN, *:hometheater:#MVL%02X" }
openHAB sends volume INCREASE -> binding sends VOLUME_UP (eISCP command=MVLUP)
openHAB sends volume DECREASE -> binding sends VOLUME_DOWN (eISCP command=MVLDOWN)
openHAB sends volume 30 -> binding sends eISCP command MVL1E
(set volume level to 30)
Number zone4Selector { onkyo="*:hometheater:#SL4%02X" }
Switch onkyoPower { onkyo="*:hometheater:#PWR%02X" }
A list of all commands that are supported by Onkyo’s eISCP can be found here.
Is there a way in the new openhab onkyo 2 binding to define advanced commands.
I am missing the commands to change the zoom modes and audyssey settings - this was possible with the old version of the binding.
If this is not possible anymore shall i downgrade to the old binding or is there a developer who can add some advanced commands to the new binding?
Full control over the onkyo device is only possible with advanced commands like in binding version 1 or the binding developer has do define all possible commands directly in the binding - but this command list is very long - check out this document.
-
Video Wide
- VIDEO_WIDE_AUTO
- VIDEO_WIDE_43
- VIDEO_WIDE_FULL
- VIDEO_WIDE_ZOOM
- VIDEO_WIDE_WIDEZOOM
- VIDEO_WIDE_SMARTZOOM
- VIDEO_WIDE_NEXT
- VIDEO_WIDE_QUERY
-
Listen Mode
- LISTEN_MODE_STEREO
- LISTEN_MODE_ALCHANSTEREO
- LISTEN_MODE_AUDYSSEY_DSX
- LISTEN_MODE_PLII_MOVIE_DSX
- LISTEN_MODE_PLII_MUSIC_DSX
- LISTEN_MODE_PLII_GAME_DSX
- LISTEN_MODE_NEO_CINEMA_DSX
- LISTEN_MODE_NEO_MUSIC_DSX
- LISTEN_MODE_NEURAL_SURROUND_DSX
- LISTEN_MODE_NEURAL_DIGITAL_DSX
- LISTEN_MODE_UP
- LISTEN_MODE_DOWN
- LISTEN_MODE_QUERY