Updated external content (Jenkins build 970)
parent
6c1442ab26
commit
2f85ad9c67
File diff suppressed because one or more lines are too long
|
@ -3,7 +3,7 @@ id: benqprojector
|
|||
label: BenQ Projector
|
||||
title: BenQ Projector - Bindings
|
||||
type: binding
|
||||
description: "This binding is compatible with BenQ projectors that support the control protocol via the built-in ethernet port, serial port or USB to serial adapter."
|
||||
description: "This binding is compatible with BenQ projectors that support the control protocol via the built-in Ethernet port, serial port or USB to serial adapter."
|
||||
since: 3x
|
||||
logo: images/addons/benqprojector.png
|
||||
install: manual
|
||||
|
@ -15,7 +15,7 @@ install: manual
|
|||
|
||||
# BenQ Projector Binding
|
||||
|
||||
This binding is compatible with BenQ projectors that support the control protocol via the built-in ethernet port, serial port or USB to serial adapter.
|
||||
This binding is compatible with BenQ projectors that support the control protocol via the built-in Ethernet port, serial port or USB to serial adapter.
|
||||
If your projector does not have built-in networking, you can connect to your projector's serial port via a TCP connection using a serial over IP device or by using`ser2net`.
|
||||
|
||||
The manufacturer's guide for connecting to the projector and the control protocol can be found in this document: [LX9215_RS232 Control Guide_0_Windows7_Windows8_WinXP.pdf](https://esupportdownload.benq.com/esupport/Projector/Control%20Protocols/LX9215/LX9215_RS232%20Control%20Guide_0_Windows7_Windows8_WinXP.pdf)
|
||||
|
@ -26,7 +26,8 @@ This binding supports two thing types based on the connection used: `projector-s
|
|||
|
||||
## Discovery
|
||||
|
||||
The projector thing cannot be auto-discovered, it has to be configured manually.
|
||||
If the projector has a built-in Ethernet port connected to the same network as the openHAB server and supports AMX Device Discovery, the thing will be discovered automatically.
|
||||
Serial port or serial over IP connections must be configured manually.
|
||||
|
||||
## Binding Configuration
|
||||
|
||||
|
|
|
@ -6,22 +6,22 @@
|
|||
|
||||
<bridge-type id="bridge">
|
||||
<label>Luxom Bridge</label>
|
||||
<description>This bridge represents a Luxom IP-interface (for example a DS-65L)</description>
|
||||
<description>This bridge represents a Luxom IP-interface (for example a DS-65L).</description>
|
||||
<config-description>
|
||||
<parameter name="ipAddress" type="text" required="true">
|
||||
<context>network-address</context>
|
||||
<label>IP or Host Name</label>
|
||||
<description>The IP or host name of the Luxom IP-interface</description>
|
||||
<description>The IP or host name of the Luxom IP-interface.</description>
|
||||
</parameter>
|
||||
<parameter name="port" type="integer" required="true">
|
||||
<label>Bridge Port</label>
|
||||
<description>Port to communicate with Luxom IP-interface, default 2300</description>
|
||||
<description>Port to communicate with Luxom IP-interface, default 2300.</description>
|
||||
<default>2300</default>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
<parameter name="reconnectInterval" type="integer" min="1" max="60" unit="min">
|
||||
<label>Reconnect Interval</label>
|
||||
<description>The period in minutes that the handler will wait between connection attempts after disconnect</description>
|
||||
<description>The period in minutes that the handler will wait between connection attempts after disconnect.</description>
|
||||
<unitLabel>minutes</unitLabel>
|
||||
<default>1</default>
|
||||
<advanced>true</advanced>
|
||||
|
@ -33,8 +33,8 @@
|
|||
<supported-bridge-type-refs>
|
||||
<bridge-type-ref id="bridge"/>
|
||||
</supported-bridge-type-refs>
|
||||
<label>switch</label>
|
||||
<description>Luxom Switch</description>
|
||||
<label>Switch</label>
|
||||
<description>Switch type action in Luxom</description>
|
||||
<channels>
|
||||
<channel id="switch" typeId="switchState"/>
|
||||
</channels>
|
||||
|
@ -47,12 +47,13 @@
|
|||
</parameter>
|
||||
</config-description>
|
||||
</thing-type>
|
||||
|
||||
<thing-type id="dimmer">
|
||||
<supported-bridge-type-refs>
|
||||
<bridge-type-ref id="bridge"/>
|
||||
</supported-bridge-type-refs>
|
||||
<label>Dimmer</label>
|
||||
<description>Luxom Dimmer</description>
|
||||
<description>Dimmer type action in Luxom</description>
|
||||
<channels>
|
||||
<channel id="brightness" typeId="system.brightness"/>
|
||||
</channels>
|
||||
|
@ -89,7 +90,7 @@
|
|||
<channel-type id="switchState">
|
||||
<item-type>Switch</item-type>
|
||||
<label>Switch</label>
|
||||
<description>Switch control for action in Luxom</description>
|
||||
<description>Switch control for action in Luxom.</description>
|
||||
<category>Switch</category>
|
||||
<autoUpdatePolicy>veto</autoUpdatePolicy>
|
||||
</channel-type>
|
||||
|
|
|
@ -161,8 +161,8 @@
|
|||
<bridge-type-ref id="bridge"/>
|
||||
<bridge-type-ref id="bridge2"/>
|
||||
</supported-bridge-type-refs>
|
||||
<label>@textThermostatLabel</label>
|
||||
<description>@textThermostatDescription</description>
|
||||
<label>@text/ThermostatLabel</label>
|
||||
<description>@text/ThermostatDescription</description>
|
||||
<channels>
|
||||
<channel id="measured" typeId="measured"/>
|
||||
<channel id="mode" typeId="mode"/>
|
||||
|
|
|
@ -45,20 +45,20 @@
|
|||
<channel-type id="dateTime-channel">
|
||||
<item-type>DateTime</item-type>
|
||||
<label>Date</label>
|
||||
<description>NTP refreshed date & time</description>
|
||||
<description>NTP refreshed date and time.</description>
|
||||
<category>Time</category>
|
||||
<state readOnly="true"/>
|
||||
</channel-type>
|
||||
<channel-type id="string-channel">
|
||||
<item-type>String</item-type>
|
||||
<label>Date</label>
|
||||
<description>NTP refreshed date & time</description>
|
||||
<description>NTP refreshed date and time.</description>
|
||||
<category>Time</category>
|
||||
<state readOnly="true"/>
|
||||
<config-description>
|
||||
<parameter name="DateTimeFormat" type="text" required="false">
|
||||
<label>Date Time Format</label>
|
||||
<description>Formattting of the date & time.</description>
|
||||
<description>Formattting of the date and time.</description>
|
||||
<default>yyyy-MM-dd HH:mm:ss z</default>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
|
|
@ -15,12 +15,12 @@
|
|||
</parameter>
|
||||
<parameter name="refresh" type="integer" unit="h">
|
||||
<label>Refresh Interval</label>
|
||||
<description>Specifies the XMLTV file reload interval in hours</description>
|
||||
<description>Specifies the XMLTV file reload interval in hours.</description>
|
||||
<default>24</default>
|
||||
</parameter>
|
||||
<parameter name="encoding" type="text" required="true">
|
||||
<label>File encoding</label>
|
||||
<description>Specifies the XMLTV file encoding</description>
|
||||
<description>Specifies the XMLTV file encoding.</description>
|
||||
<default>UTF8</default>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
@ -53,7 +53,7 @@
|
|||
|
||||
<parameter name="refresh" type="integer" unit="s">
|
||||
<label>Refresh Interval</label>
|
||||
<description>Specifies the refresh interval in seconds</description>
|
||||
<description>Specifies the refresh interval in seconds.</description>
|
||||
<default>60</default>
|
||||
</parameter>
|
||||
|
||||
|
@ -63,7 +63,7 @@
|
|||
|
||||
<channel-group-type id="channelprops">
|
||||
<label>Channel Properties</label>
|
||||
<description>Properties of the current channel</description>
|
||||
<description>Properties of the current channel.</description>
|
||||
<channels>
|
||||
<channel id="iconUrl" typeId="iconUrl"/>
|
||||
<channel id="icon" typeId="icon"/>
|
||||
|
@ -72,7 +72,7 @@
|
|||
|
||||
<channel-group-type id="currentprog">
|
||||
<label>Current Program</label>
|
||||
<description>Program currently on air on this channel</description>
|
||||
<description>Program currently on air on this channel.</description>
|
||||
<channels>
|
||||
<channel id="progStart" typeId="progStart"/>
|
||||
<channel id="progEnd" typeId="progEnd"/>
|
||||
|
@ -88,7 +88,7 @@
|
|||
|
||||
<channel-group-type id="nextprog">
|
||||
<label>Next Program</label>
|
||||
<description>Program which will follow current program on this channel</description>
|
||||
<description>Program which will follow current program on this channel.</description>
|
||||
<channels>
|
||||
<channel id="progStart" typeId="progStart"/>
|
||||
<channel id="timeLeft" typeId="timeLeft"/>
|
||||
|
|
Loading…
Reference in New Issue