1 <?xml version="1.0" encoding="UTF-8"?>
2 <thing:thing-descriptions bindingId="rfxcom"
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="temperaturehumiditybarometric">
8 <supported-bridge-type-refs>
9 <bridge-type-ref id="bridge"/>
10 <bridge-type-ref id="tcpbridge"/>
11 <bridge-type-ref id="RFXtrx433"/>
12 <bridge-type-ref id="RFXrec433"/>
13 </supported-bridge-type-refs>
15 <label>RFXCOM Temperature-Humidity-Barometric Sensor</label>
16 <description>A Temperature-Humidity-Barometric device.</description>
19 <channel id="temperature" typeId="temperature"/>
20 <channel id="humidity" typeId="humidity"/>
21 <channel id="humidityStatus" typeId="humiditystatus"/>
22 <channel id="pressure" typeId="pressure"/>
23 <channel id="forecast" typeId="forecast"/>
24 <channel id="signalLevel" typeId="system.signal-strength"/>
25 <channel id="batteryLevel" typeId="system.battery-level"/>
26 <channel id="lowBattery" typeId="system.low-battery"/>
30 <parameter name="deviceId" type="text" required="true">
31 <label>Device Id</label>
32 <description>Sensor Id. Example 59648</description>
34 <parameter name="subType" type="text" required="true">
35 <label>Sub Type</label>
36 <description>Specifies device sub type.</description>
38 <option value="THB1">BTHR918, BTHGN129</option>
39 <option value="THB2">BTHR918N, BTHR968</option>
46 </thing:thing-descriptions>