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">
7 <thing-type id="lightTemperatureOccupancySensor">
8 <supported-bridge-type-refs>
9 <bridge-type-ref id="bridge"/>
10 </supported-bridge-type-refs>
12 <label>Light/Temperature/Occupancy Sensor</label>
13 <description>Sensor which sends light, temperature and occupancy data (EEP: A5-08)</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>
21 <parameter name="receivingEEPId" type="text">
23 <description>EEP which is used by sensor</description>
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>
30 <limitToOptions>true</limitToOptions>
31 <required>true</required>
33 <parameter name="receivingSIGEEP" type="boolean">
34 <label>Receive Battery Status Signal Messages</label>
35 <default>false</default>
41 </thing:thing-descriptions>