Skip to content
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
<thing:thing-descriptions bindingId="adorne"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
xsi:schemaLocation="http://openhab.org/schemas/thing-description/v1.0.0 http://openhab.org/schemas/thing-description-1.0.0.xsd">
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">

<bridge-type id="hub">
<label>Adorne Hub</label>
<description>The Adorne Hub serves as the bridge to control Adorne switches, dimmer switches and outlets.</description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>

<config-description>
<parameter name="host" type="text">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<label>Adorne Switch</label>
<description>Controls an Adorne switch or outlet.</description>
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>

<channels>
<channel id="power" typeId="system.power"/>
Expand All @@ -30,6 +31,7 @@

<label>Adorne Dimmer Switch</label>
<description>Controls an Adorne dimmer switch.</description>
<semantic-equipment-tag>LightSource</semantic-equipment-tag>

<channels>
<channel id="power" typeId="system.power"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<thing-type id="collectionSchedule">
<label>aha Waste Collection Schedule</label>
<description>aha Waste Collection Schedule from http://www.aha-region.de/abholtermine/abfuhrkalender</description>
<semantic-equipment-tag>WebService</semantic-equipment-tag>

<channels>
<channel id="generalWaste" typeId="collectionDateGeneralWaste"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<bridge-type id="airgradient-api">
<label>AirGradient API</label>
<description>Connection to the AirGradient Cloud API</description>
<semantic-equipment-tag>WeatherService</semantic-equipment-tag>

<representation-property>token</representation-property>
<config-description>
Expand Down Expand Up @@ -36,6 +37,7 @@
<thing-type id="airgradient-local">
<label>AirGradient Local Sensor</label>
<description>Direct network connection to a local AirGradient Sensor</description>
<semantic-equipment-tag>WeatherStation</semantic-equipment-tag>

<channels>
<channel id="pm01" typeId="pm1"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
Bridge to the AirParif API Portal. In order to receive the data, you must register an account on
https://www.airparif.fr/contact and receive your API token.
</description>
<semantic-equipment-tag>WebService</semantic-equipment-tag>

<channel-groups>
<channel-group id="pollens" typeId="bridge-pollens"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<label>Department Report</label>
<description>AirParif air quality report for the given location</description>
<semantic-equipment-tag>WebService</semantic-equipment-tag>

<channel-groups>
<channel-group id="pollens" typeId="dept-pollens"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<label>air-Q</label>
<description>Thing for air-Q Device</description>
<category>Sensor</category>
<semantic-equipment-tag>WeatherStation</semantic-equipment-tag>

<channels>
<channel id="status" typeId="status"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

<bridge-type id="api">
<label>Air Quality API</label>
<semantic-equipment-tag>WeatherService</semantic-equipment-tag>

<config-description>
<parameter name="apiKey" type="text" required="true">
Expand All @@ -22,6 +23,7 @@
</supported-bridge-type-refs>

<label>Air Quality Station</label>
<semantic-equipment-tag>WeatherStation</semantic-equipment-tag>

<channel-groups>
<channel-group id="aqi" typeId="aqi"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<thing-type id="avnode">
<label>AirVisual Node</label>
<description>AirVisual Node air quality monitor</description>
<semantic-equipment-tag>WeatherStation</semantic-equipment-tag>

<!-- Channels -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<bridge-type id="ipbridge">
<label>Alarm Decoder IP Bridge</label>
<description>Nu Tech Alarm Decoder IP Bridge</description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
<properties>
<property name="vendor">Nu Tech Software Solutions</property>
</properties>
Expand Down Expand Up @@ -49,6 +50,7 @@
<bridge-type id="serialbridge">
<label>Alarm Decoder Serial Bridge</label>
<description>Nu Tech Alarm Decoder Serial Bridge</description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
<properties>
<property name="vendor">Nu Tech Software Solutions</property>
</properties>
Expand Down Expand Up @@ -82,6 +84,8 @@

<label>Alarm Zone</label>
<description>Alarm Decoder REL or EXP zone</description>
<semantic-equipment-tag>AlarmDevice</semantic-equipment-tag>


<channels>
<channel id="contact" typeId="contact-channel"/>
Expand All @@ -108,6 +112,7 @@

<label>Alarm RF Zone</label>
<description>Alarm Decoder RFX zone</description>
<semantic-equipment-tag>AlarmDevice</semantic-equipment-tag>

<channels>
<channel id="lowbat" typeId="system.low-battery">
Expand Down Expand Up @@ -149,6 +154,7 @@

<label>Virtual Zone</label>
<description>Alarm Decoder virtual zone</description>
<semantic-equipment-tag>AlarmDevice</semantic-equipment-tag>

<channels>
<channel id="command" typeId="contact-command-channel"/>
Expand All @@ -171,6 +177,7 @@

<label>Alarm Keypad</label>
<description>Alarm Decoder keypad thing</description>
<semantic-equipment-tag>Keypad</semantic-equipment-tag>

<channels>
<channel id="zone" typeId="number-channel">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<!-- Thing Type -->
<thing-type id="speaker">
<label>AllPlay Speaker</label>
<semantic-equipment-tag>Speaker</semantic-equipment-tag>

<channels>
<channel id="clearzone" typeId="clearzone"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<thing-type id="dashbutton">
<label>@text/dashButtonLabel</label>
<description>@text/dashButtonDescription</description>
<semantic-equipment-tag>Button</semantic-equipment-tag>

<channels>
<channel id="press" typeId="system.rawbutton">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<thing-type id="service">
<label>Amber Electric</label>
<description>Amber Electric - wholesale access to power prices</description>
<semantic-equipment-tag>WebService</semantic-equipment-tag>

<channels>
<channel id="electricity-price" typeId="electricity-price"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<bridge-type id="bridge">
<label>Ambient Weather Account</label>
<description>Represents an account at Ambient Weather (ambientweather.net)</description>
<semantic-equipment-tag>WebService</semantic-equipment-tag>
<config-description-ref uri="thing-type:ambientweather:bridge"/>
</bridge-type>
</thing:thing-descriptions>
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<label>WS-0265</label>
<description>Ambient Weather Station WS-0265</description>
<semantic-equipment-tag>WeatherStation</semantic-equipment-tag>
<channel-groups>
<channel-group id="station" typeId="station">
<label>Weather Station</label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<label>WS-0900-IP</label>
<description>Ambient Weather Station WS-0900-IP</description>
<semantic-equipment-tag>WeatherStation</semantic-equipment-tag>
<channel-groups>
<channel-group id="station" typeId="station">
<label>Weather Station</label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<label>WS-1400-IP</label>
<description>Ambient Weather Station WS-1400-IP</description>
<semantic-equipment-tag>WeatherStation</semantic-equipment-tag>
<channel-groups>
<channel-group id="station" typeId="station">
<label>Weather Station</label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<label>WS-2902A</label>
<description>Ambient Weather Station WS-2902A</description>
<semantic-equipment-tag>WeatherStation</semantic-equipment-tag>
<channel-groups>
<channel-group id="station" typeId="station">
<label>Weather Station</label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<label>WS-2902B</label>
<description>Ambient Weather Station WS-2902B</description>
<semantic-equipment-tag>WeatherStation</semantic-equipment-tag>
<channel-groups>
<channel-group id="station" typeId="station">
<label>Weather Station</label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<label>WS-8482</label>
<description>Ambient Weather Station WS-8482</description>
<semantic-equipment-tag>WeatherStation</semantic-equipment-tag>
<channel-groups>
<channel-group id="station" typeId="station">
<label>Weather Station</label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<bridge-type id="controller">
<label>AmpliPi Controller</label>
<description>An AmpliPi controller</description>
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>

<channels>
<channel id="preset" typeId="preset"/>
Expand Down Expand Up @@ -49,6 +50,7 @@

<label>AmpliPi Zone</label>
<description>A zone of the AmpliPi system</description>
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>

<channels>
<channel typeId="system.power" id="power"/>
Expand Down Expand Up @@ -82,6 +84,7 @@

<label>AmpliPi Group</label>
<description>A group of the AmpliPi system</description>
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>

<channels>
<channel typeId="system.power" id="power"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<label>ShieldTV</label>
<description>Nvidia ShieldTV</description>

<semantic-equipment-tag>Television</semantic-equipment-tag>
<channels>
<channel id="debug" typeId="debug"/>
<channel id="keypress" typeId="keypress"/>
Expand Down Expand Up @@ -98,7 +98,7 @@

<label>GoogleTV</label>
<description>GoogleTV</description>

<semantic-equipment-tag>Television</semantic-equipment-tag>
<channels>
<channel id="debug" typeId="debug"/>
<channel id="keypress" typeId="keypress"/>
Expand Down Expand Up @@ -170,7 +170,7 @@
<thing-type id="philipstv">
<label>Philips TV</label>
<description>A Philips TV device</description>

<semantic-equipment-tag>Television</semantic-equipment-tag>
<channels>
<channel id="debug" typeId="debug"/>
<channel id="keypress" typeId="keypress"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<thing-type id="anthem">
<label>Anthem</label>
<description>Thing for Anthem AV processor</description>

<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>
<channel-groups>
<channel-group id="general" typeId="general"/>
<channel-group id="1" typeId="zone">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
Independent mode - does not require Internet connectivity (see <b>connectionMode</b> setting for more options).
]]></description>
<category>HVAC</category>
<semantic-equipment-tag>AirConditioner</semantic-equipment-tag>

<channel-groups>
<channel-group id="ac-controls" typeId="ac-controls-group"/>
Expand Down Expand Up @@ -182,6 +183,7 @@
<br/><i>Requires Internet connectivity for <b>both</b> openHAB and the HVAC device separately.</i>
]]></description>
<category>HVAC</category>
<semantic-equipment-tag>AirConditioner</semantic-equipment-tag>
<channel-groups>
<channel-group id="ac-controls" typeId="ac-controls-group"/>
<channel-group id="modes" typeId="modes-group"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

<label>Asuswrt Client</label>
<description>Client connected to Asuswrt-Router</description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>

<channel-groups>
<channel-group id="network-info" typeId="clientNetworkGroup"></channel-group>
<channel-group id="traffic" typeId="traffic-group"></channel-group>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

<label>Router Interface</label>
<description>Interface of router</description>
<semantic-equipment-tag>Router</semantic-equipment-tag>

<channel-groups>
<channel-group id="network-info" typeId="if-info-group"></channel-group>
<channel-group id="traffic" typeId="traffic-group"></channel-group>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<thing-type id="pro3-44m">
<label>Atlona PRO3 4x4 HDBaseT Matrix</label>
<description>Atlona PRO3 4x4 HDBaseT Matrix (Model AT-UHD-PRO3-44M)</description>
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>

<channel-groups>
<channel-group id="primary" typeId="primarygroup"/>
Expand Down Expand Up @@ -56,6 +57,7 @@
<thing-type id="pro3-66m">
<label>Atlona PRO3 6x6 HDBaseT Matrix</label>
<description>Atlona PRO3 6x6 HDBaseT Matrix (Model AT-UHD-PRO3-66M)</description>
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>

<channel-groups>
<channel-group id="primary" typeId="primarygroup"/>
Expand Down Expand Up @@ -124,6 +126,7 @@
<thing-type id="pro3-88m">
<label>Atlona PRO3 8x8 HDBaseT Matrix</label>
<description>Atlona PRO3 8x8 HDBaseT Matrix (Model AT-UHD-PRO3-66M)</description>
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>

<channel-groups>
<channel-group id="primary" typeId="primarygroup"/>
Expand Down Expand Up @@ -208,6 +211,7 @@
<thing-type id="pro3-1616m">
<label>Atlona PRO3 16x16 HDBaseT Matrix</label>
<description>Atlona PRO3 16x16 HDBaseT Matrix (Model AT-UHD-PRO3-1616M)</description>
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>

<channel-groups>
<channel-group id="primary" typeId="primarygroup"/>
Expand Down Expand Up @@ -364,6 +368,7 @@
<thing-type id="pro3-hd44m">
<label>Atlona PRO3 HD 4x4 HDBaseT Matrix</label>
<description>Atlona PRO3 HD 4x4 HDBaseT Matrix (Model AT-PRO3HD44M)</description>
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>

<channel-groups>
<channel-group id="primary" typeId="primarygroup"/>
Expand Down Expand Up @@ -392,6 +397,7 @@
<thing-type id="pro3-hd66m">
<label>Atlona PRO3 HD 6x6 HDBaseT Matrix</label>
<description>Atlona PRO3 HD 6x6 HDBaseT Matrix (Model AT-PRO3HD66M)</description>
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>

<channel-groups>
<channel-group id="primary" typeId="primarygroup"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<thing-type id="jandy">
<label>Jandy Pool Controller</label>
<description>A Jandy pool control thing represents an Autelis pool controller for Jandy systems</description>
<semantic-equipment-tag>SwimmingPool</semantic-equipment-tag>
<channels>
<channel id="system-runstate" typeId="system-runstate"/>
<channel id="system-model" typeId="system-model"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<thing-type id="pentair">
<label>Pentair Pool Controller</label>
<description>A Pentair pool control thing represents an Autelis pool controller for Pentair systems</description>
<semantic-equipment-tag>SwimmingPool</semantic-equipment-tag>
<channels>
<channel id="system-runstate" typeId="system-runstate"/>
<channel id="system-model" typeId="system-model"/>
Expand Down
Loading