]> git.basschouten.com Git - openhab-addons.git/blob
c67a1fbdc3918c3d2382635f7e4da2a1b72a9d15
[openhab-addons.git] /
1 <?xml version="1.0" encoding="UTF-8"?>
2 <thing:thing-descriptions bindingId="enocean"
3         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4         xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
5         xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
6
7         <thing-type id="lightTemperatureOccupancySensor">
8                 <supported-bridge-type-refs>
9                         <bridge-type-ref id="bridge"/>
10                 </supported-bridge-type-refs>
11
12                 <label>Light/Temperature/Occupancy Sensor</label>
13                 <description>Sensor which sends light, temperature and occupancy data (EEP: A5-08)</description>
14
15                 <config-description>
16                         <parameter name="enoceanId" type="text">
17                                 <label>EnOceanId</label>
18                                 <description>EnOceanId of device this thing belongs to</description>
19                                 <required>true</required>
20                         </parameter>
21                         <parameter name="receivingEEPId" type="text">
22                                 <label>EEP</label>
23                                 <description>EEP which is used by sensor</description>
24                                 <options>
25                                         <option value="A5_08_01">A5-08-01 temperature range [0;51], lux range [0;510]</option>
26                                         <option value="A5_08_02">A5-08-02 temperature range [0;51], lux range [0;1020]</option>
27                                         <option value="A5_08_03">A5-08-03 temperature range [-30;50], lux range [0;1530]</option>
28                                         <option value="A5_08_01_FXBH">Eltako FxBH lux range [0;2048]</option>
29                                 </options>
30                                 <limitToOptions>true</limitToOptions>
31                                 <required>true</required>
32                         </parameter>
33                         <parameter name="receivingSIGEEP" type="boolean">
34                                 <label>Receive Battery Status Signal Messages</label>
35                                 <default>false</default>
36                         </parameter>
37                 </config-description>
38
39         </thing-type>
40
41 </thing:thing-descriptions>