-
Notifications
You must be signed in to change notification settings - Fork 0
Status Requests
When an Indigo sends a Status Request to an Ex-Link device, the plugin is able to query several settings directly from a supported TV. Unfortunately Ex-Link devices do not provide unsolicited notification of setting changes. If you expect any of these settings to be changed via other mechanisms, the only way to keep Indigo informed is to periodically poll the device for its current status.
The on/off power state of the TV is reflected in the standard Indigo device power state
The currently active input (TV / HDMI1 / SmartHub / etc) is stored in the device variable input. You can find details of input naming on the select input action page.
The current volume is stored in the device variable volume with range 0-100
If the active input is TV, the current tuned channel is stored in device variable channel
The current mute state is stored in the device variable mute true/false
The current picture mode is stored in device variable pictureMode. Possible values as of plugin version 1.0.0 are:
DYNAMICSTANDARDMOVIENATURALCAL_NIGHTCAL_DAYBD_WISERELAX-
MODE7(if your TV supports this mode, please let me know what it's called) -
MODE8(if your TV supports this mode, please let me know what it's called) -
MODE9(if your TV supports this mode, please let me know what it's called) -
MODE10(if your TV supports this mode, please let me know what it's called) -
MODE11(if your TV supports this mode, please let me know what it's called) -
UNKNOWN(if you find this mode selected, please send logs and information)
The current sound mode is stored in device variable soundMode. Possible values as of plugin version 1.0.0 are:
STANDARDMUSICMOVIECLEARVOICEAMPLIFY-
MODE5(if your TV supports this mode, please let me know what it's called) -
MODE6(if your TV supports this mode, please let me know what it's called) -
MODE7(if your TV supports this mode, please let me know what it's called) -
MODE8(if your TV supports this mode, please let me know what it's called) -
UNKNOWN(if you find this mode selected, please send logs and information)
The current picture size is stored in device variable pictureSize. Possible values as of plugin version 1.0.0 are:
-
SIXTEEN_NINE(16:9) -
FOUR_THREE(4:3) ZOOM1ZOOM2WIDE_FITSCREEN_FITSMART_VIEW1SMART_VIEW2-
UNKNOWN(if you find this mode selected, please send logs and information)
Starting with version 1.1.0, the current 3D mode is stored in device variable Mode3D. Possible values as of plugin version 1.1.0 are:
-
OFFcan indicate either 2D content displayed in 2D or 3D content in 3D->2D mode -
ONindicates content eg Blu-Ray flagged as 3D displayed in 3D -
TOP_BOTTOMfor single-frame top/bottom split displayed as 3D (aka "Playstation 3D") -
SIDE_BY_SIDEfor single-frame left/right split displayed as 3D ("half-SBS" or "DirecTV 3D") -
MODE4(if your TV supports this mode, please let me know what it's called) -
MODE5(if your TV supports this mode, please let me know what it's called) -
MODE6(if your TV supports this mode, please let me know what it's called) -
MODE7(if your TV supports this mode, please let me know what it's called) -
MODE8(if your TV supports this mode, please let me know what it's called) -
TWO_TO_THREEindicates synthetic 3D display of 2D content -
UNKNOWN(if you find this mode selected, please send logs and information)
Astute observers will notice that there are more options available in the "Set 3D Mode" action than there are responses to the "3D Mode" status query. Unfortunately I don't have any documentation for the query responses and they don't seem to bear any relation to the commands, so I only know the values that are supported by my TV. Modes 4-8 must include Checkerboard, line-by-line, vertical line, and possibly frame sequence modes but I don't know which is which. If your TV supports any of these modes, please let me know what they are.
If you have questions about or need help with this plugin, post in the Indigodomo Forums