|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<thing:thing-descriptions bindingId="zwave" |
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | + xmlns:thing="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0" |
| 5 | + xsi:schemaLocation="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0 |
| 6 | + http://eclipse.org/smarthome/schemas/thing-description/v1.0.0"> |
| 7 | + |
| 8 | + <thing-type id="digitalhome_dhswinblw_00_000" listed="false"> |
| 9 | + <label>DHS-WIN-BLW-DHS Blind controller</label> |
| 10 | + <description><![CDATA[ |
| 11 | +Blind controller<br /><h1>Overview</h1><p>The DHS Z-Wave AC Motor Shutter Controller DHS-WIN-BLW-DHS is Z-Wave Shutter device specifically designed for use in smart homes and offices. The product allows to operate roller blinds/shutters wirelessly using a Z-wave enabled (AUS/NZ version 921.42 MHz) controllers (compatible universal remote controllers, control panels, gateways, PC with Z-Wave USB dongle) or manually via connected manual switch. The shutter controller can act as a wireless repeater to ensure that commands intended for another device in the network are received. This is useful to eliminate “RF deadspots” when the radio range of the Z-Wave network is inuenced. This function is part of the Z-Wave network functionality and is set up via Z-Wave controller.</p> <br /><h2>Inclusion Information</h2><ol><li>Connect the Z-Wave Shutter Controller to the motor, power circuits and to the manual switches as per instructions in the section INSTALLATION above.</li> <li>When the Shutter Controller is not yet included in a Z-Wave network, NWI works for 30 seconds when the Shutter Controller is power ON. Make sure your Z-Wave Gateway is in the correct operating mode (inclusion). To include/exclude press 5 times any connected buttons. During the whole procedure controller (Gateway) and Z-Wave Shutter Controller must be in close proximity of 3 m. Successful inclusion will be indicated by your Z-Wave remote controller (Gateway). In case inclusion was not successful, try the procedure again or reset network settings by running exclusion procedure (see below).</li> <li>Once the Z-Wave Shutter Controller has been added into your Z-Wave home network successfully, you may need to assign it to a speciö c button on your controller (Gateway). Refer to your Z-Wave controller (Gateway) / panel for instructions on how to do this.</li> <li>Now, you can control your lamp via your Z-Wave Gateway or other controller</li> </ol><br /><h2>Exclusion Information</h2><ol><li>Install Connect the Z-Wave Shutter Controller to the load, power circuits and to the manual switch as per instructions in the section INSTALLATION above.</li> <li>Start exclusion procedure on your controller and when requested press and release any connected button 5 times. During the whole procedure the controller and Z-Wave Shutter Controller must be close proximity of not more then 3 m.</li> <li>Successful exclusion will be indicated by your Z-Wave remote controller. LED on the Z-Wave Shutter Controller will start slow blinking. In case exclusion was not successful, try the procedure again.</li> </ol> |
| 12 | + ]]></description> |
| 13 | + <category>Blinds</category> |
| 14 | + |
| 15 | + <!-- CHANNEL DEFINITIONS --> |
| 16 | + <channels> |
| 17 | + <channel id="blinds_control" typeId="blinds_control"> |
| 18 | + <label>Blinds</label> |
| 19 | + <properties> |
| 20 | + <property name="binding:*:OnOffType">BASIC</property> |
| 21 | + </properties> |
| 22 | + </channel> |
| 23 | + <channel id="switch_binary" typeId="switch_binary"> |
| 24 | + <label>Blinds</label> |
| 25 | + <properties> |
| 26 | + <property name="binding:*:OnOffType">SWITCH_BINARY,BASIC</property> |
| 27 | + </properties> |
| 28 | + </channel> |
| 29 | + </channels> |
| 30 | + |
| 31 | + <!-- DEVICE PROPERTY DEFINITIONS --> |
| 32 | + <properties> |
| 33 | + <property name="vendor">Digital Home Systems Pty Ltd,</property> |
| 34 | + <property name="modelId">DHS-WIN-BLW-DHS</property> |
| 35 | + <property name="manufacturerId">024E</property> |
| 36 | + <property name="manufacturerRef">0024:0055</property> |
| 37 | + <property name="dbReference">850</property> |
| 38 | + <property name="defaultAssociations">1,2</property> |
| 39 | + </properties> |
| 40 | + |
| 41 | + <!-- CONFIGURATION DESCRIPTIONS --> |
| 42 | + <config-description> |
| 43 | + |
| 44 | + <!-- PARAMETER DEFINITIONS --> |
| 45 | + <parameter-group name="configuration"> |
| 46 | + <context>setup</context> |
| 47 | + <label>Configuration Parameters</label> |
| 48 | + </parameter-group> |
| 49 | + |
| 50 | + <parameter name="config_1_1" type="integer" groupName="configuration"> |
| 51 | + <label>1: Buttons mode</label> |
| 52 | + <description><![CDATA[ |
| 53 | +Buttons mode<br /><h1>Overview</h1><p>One push button: One button is used (chose any), press while moving up and down stops, while stopped moves to opposite direction to previous. // Two buttons with neutral position: Up click moves up if stopped and stops if moving down, Down click moves down if stopped and stops if moving up, Hold Up/Down moves in up/down, Release stops. // Two toggle switch: Switch to Up/Down moves up/down. // Two paddles with Power and Direction: Hold Up button to move blinds up. If Down button is pressed, blinds will move down. Release Up button to stop.</p> |
| 54 | + ]]></description> |
| 55 | + <default>3</default> |
| 56 | + <options> |
| 57 | + <option value="0">One push button</option> |
| 58 | + <option value="1">Two paddles with Power and Direction</option> |
| 59 | + <option value="2">Two toggle switch</option> |
| 60 | + <option value="3">Two buttons with neutral position</option> |
| 61 | + </options> |
| 62 | + </parameter> |
| 63 | + |
| 64 | + <parameter name="config_2_2" type="integer" groupName="configuration" |
| 65 | + min="0" max="10"> |
| 66 | + <label>2: Automatically close after</label> |
| 67 | + <description>If not zero, automatically close blind after a user deö ned time</description> |
| 68 | + <default>0</default> |
| 69 | + <limitToOptions>false</limitToOptions> |
| 70 | + </parameter> |
| 71 | + |
| 72 | + <parameter name="config_3_1" type="integer" groupName="configuration"> |
| 73 | + <label>3: What to do on RF close command</label> |
| 74 | + <description><![CDATA[ |
| 75 | +How to interpret RF Off command<br /><h1>Overview</h1><p>Defines how to interpret RF Off command. Can be used in conjunction with Auto Close function: Ignore - to open the door by motion detectors and close it back after some amount of time: in case of multiple motion detectors each would try to open that would break logics Open - to open on both On and Off paddle press on the remote and close after some amount of time. Button close click will still work (if button operations are not disabled). Note that Dim Down command will still begin close motion.</p> |
| 76 | + ]]></description> |
| 77 | + <default>0</default> |
| 78 | + <options> |
| 79 | + <option value="0">Close</option> |
| 80 | + <option value="1">Ignore</option> |
| 81 | + <option value="2">Open</option> |
| 82 | + <option value="3">Open if closed, otherwise Close</option> |
| 83 | + </options> |
| 84 | + </parameter> |
| 85 | + |
| 86 | + <parameter name="config_4_1" type="integer" groupName="configuration" |
| 87 | + min="1" max="100"> |
| 88 | + <label>4: Typical click timeout</label> |
| 89 | + <description>Typical time used to diff erentiate click, hold, double and triple clicks</description> |
| 90 | + <default>50</default> |
| 91 | + </parameter> |
| 92 | + |
| 93 | + <parameter name="config_5_1" type="integer" groupName="configuration"> |
| 94 | + <label>5: Invert buttons</label> |
| 95 | + <default>0</default> |
| 96 | + <options> |
| 97 | + <option value="0">No</option> |
| 98 | + <option value="1">Yes</option> |
| 99 | + </options> |
| 100 | + </parameter> |
| 101 | + |
| 102 | + <parameter name="config_6_1" type="integer" groupName="configuration"> |
| 103 | + <label>6: Action on button press or hold</label> |
| 104 | + <description><![CDATA[ |
| 105 | +Which command should be sent to Association group on button press or hold<br /><h1>Overview</h1><p>Defines which command should be sent to Association group on button press or hold. Scene mode will send 1 for Up event, 2 for Stop, 3 for Down.</p> |
| 106 | + ]]></description> |
| 107 | + <default>1</default> |
| 108 | + <options> |
| 109 | + <option value="1">Switch On, Off and dim</option> |
| 110 | + <option value="2">Send Scene</option> |
| 111 | + </options> |
| 112 | + </parameter> |
| 113 | + |
| 114 | + <parameter name="config_7_1" type="integer" groupName="configuration"> |
| 115 | + <label>7: LED mode</label> |
| 116 | + <description>Set LED indication mode</description> |
| 117 | + <default>1</default> |
| 118 | + <options> |
| 119 | + <option value="0">Disabled</option> |
| 120 | + <option value="1">Show working state</option> |
| 121 | + <option value="2">Always on</option> |
| 122 | + <option value="3">Show opened state</option> |
| 123 | + <option value="4">Indicator Command Class</option> |
| 124 | + </options> |
| 125 | + </parameter> |
| 126 | + |
| 127 | + <parameter name="config_10_1" type="integer" groupName="configuration" |
| 128 | + min="0" max="255"> |
| 129 | + <label>10: Full close time</label> |
| 130 | + <description><![CDATA[ |
| 131 | +Time to go from opened to closed state<br /><h1>Overview</h1><p>Time to go from opened to closed state. Used to estimate the current level. Note that in Permanent motion mode the reported value would be Closed or Opened, while all Basic and Multilevel Set values (1-99, 255) would Open except 0 value that would Close.</p> |
| 132 | + ]]></description> |
| 133 | + <default>60</default> |
| 134 | + </parameter> |
| 135 | + |
| 136 | + <parameter name="config_11_1" type="integer" groupName="configuration" |
| 137 | + min="0" max="255"> |
| 138 | + <label>11: Full open time</label> |
| 139 | + <description><![CDATA[ |
| 140 | +Time to go from closed to open state<br /><h1>Overview</h1><p>Time to go from closed to open state. This value may differ from full close time for some blinds due to gravity. Used to estimate the current level. Note that in Permanent motion mode the reported value would be Closed or Opened, while all Basic and Multilevel Set values (1-99, 255) would Open except 0 value that would Close.</p> |
| 141 | + ]]></description> |
| 142 | + <default>60</default> |
| 143 | + </parameter> |
| 144 | + |
| 145 | + <parameter name="config_12_1" type="integer" groupName="configuration" |
| 146 | + min="0" max="24"> |
| 147 | + <label>12: Node Id of the blocking device</label> |
| 148 | + <description><![CDATA[ |
| 149 | +Id of the device which can block movement of the blind<br /><h1>Overview</h1><p>Id of the device which commands would be interpreted not as Open/Close, but as block/unblock. Useful with door opening detector: if the door is open, block the blind not to break shades while they move.</p> |
| 150 | + ]]></description> |
| 151 | + <default>0</default> |
| 152 | + </parameter> |
| 153 | + |
| 154 | + <parameter name="config_13_1" type="integer" groupName="configuration"> |
| 155 | + <label>13: Command from the blocking node</label> |
| 156 | + <description>Which command from the blocking node indicates blocking is disabled</description> |
| 157 | + <default>0</default> |
| 158 | + <options> |
| 159 | + <option value="1">on On</option> |
| 160 | + <option value="1">on Off</option> |
| 161 | + </options> |
| 162 | + </parameter> |
| 163 | + |
| 164 | + <parameter name="config_14_1" type="integer" groupName="configuration"> |
| 165 | + <label>14: Invert open and close relays</label> |
| 166 | + <description><![CDATA[ |
| 167 | +Exchange open and close relays<br /><h1>Overview</h1><p>Allow exchanging open and close relays if blind control is wired to the motor incorrectly</p> |
| 168 | + ]]></description> |
| 169 | + <default>0</default> |
| 170 | + <options> |
| 171 | + <option value="0">No</option> |
| 172 | + <option value="1">Yes</option> |
| 173 | + </options> |
| 174 | + </parameter> |
| 175 | + |
| 176 | + <!-- ASSOCIATION DEFINITIONS --> |
| 177 | + <parameter-group name="association"> |
| 178 | + <context>link</context> |
| 179 | + <label>Association Groups</label> |
| 180 | + </parameter-group> |
| 181 | + |
| 182 | + <parameter name="group_1" type="text" groupName="association" multiple="true"> |
| 183 | + <label>1: Click, press and hold of up/down buttons</label> |
| 184 | + <multipleLimit>10</multipleLimit> |
| 185 | + </parameter> |
| 186 | + |
| 187 | + <parameter name="group_2" type="text" groupName="association" multiple="true"> |
| 188 | + <label>2: Send reports on blind state change</label> |
| 189 | + <multipleLimit>10</multipleLimit> |
| 190 | + </parameter> |
| 191 | + |
| 192 | + </config-description> |
| 193 | + |
| 194 | + </thing-type> |
| 195 | + |
| 196 | +</thing:thing-descriptions> |
0 commit comments