Bindings A thru F: Add equipment tags (#18549)
* [various] Add equipment tags: A thru E Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>pull/18595/head
parent
7556443853
commit
fa4d390767
|
@ -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">
|
||||
|
|
|
@ -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"/>
|
||||
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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>
|
||||
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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">
|
||||
|
@ -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"/>
|
||||
|
|
|
@ -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 -->
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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"/>
|
||||
|
@ -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">
|
||||
|
@ -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"/>
|
||||
|
@ -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">
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"/>
|
||||
|
@ -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"/>
|
||||
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
@ -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"/>
|
||||
|
@ -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"/>
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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"/>
|
||||
|
@ -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"/>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"/>
|
||||
|
@ -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"/>
|
||||
|
@ -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"/>
|
||||
|
@ -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"/>
|
||||
|
@ -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"/>
|
||||
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
<bridge-type id="bridge">
|
||||
<label>Automower Connect Bridge</label>
|
||||
<description>The bridge to communicate with the Automower Connect API</description>
|
||||
<semantic-equipment-tag>WebService</semantic-equipment-tag>
|
||||
|
||||
|
||||
<config-description>
|
||||
<parameter name="appKey" type="text" required="true">
|
||||
|
@ -41,6 +43,7 @@
|
|||
|
||||
<label>Automower</label>
|
||||
<description>An automatic lawn mower</description>
|
||||
<semantic-equipment-tag>LawnMower</semantic-equipment-tag>
|
||||
|
||||
<channel-groups>
|
||||
<channel-group id="status" typeId="statusType"/>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<bridge-type id="fritzbox">
|
||||
<label>FRITZ!Box</label>
|
||||
<description>A FRITZ!Box router.</description>
|
||||
|
||||
<semantic-equipment-tag>Router</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="incoming_call" typeId="incoming_call"/>
|
||||
<channel id="outgoing_call" typeId="outgoing_call"/>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<label>FRITZ!DECT 500</label>
|
||||
<description>FRITZ!DECT500 color light.</description>
|
||||
|
||||
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="color" typeId="system.color"/>
|
||||
<channel id="color_temperature" typeId="system.color-temperature"/>
|
||||
|
@ -36,7 +36,7 @@
|
|||
|
||||
<label>FRITZ!DECT 400</label>
|
||||
<description>FRITZ!DECT400 switch.</description>
|
||||
|
||||
<semantic-equipment-tag>Button</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="press" typeId="system.button">
|
||||
<label>Button Press</label>
|
||||
|
@ -60,7 +60,7 @@
|
|||
|
||||
<label>FRITZ!DECT 440</label>
|
||||
<description>FRITZ!DECT440 switch.</description>
|
||||
|
||||
<semantic-equipment-tag>Button</semantic-equipment-tag>
|
||||
<channel-groups>
|
||||
<channel-group id="top-left" typeId="button">
|
||||
<label>Top Left Button</label>
|
||||
|
@ -91,7 +91,7 @@
|
|||
|
||||
<label>Comet DECT</label>
|
||||
<description>Comet DECT heating thermostat.</description>
|
||||
|
||||
<semantic-equipment-tag>Thermostat</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="mode" typeId="mode"/>
|
||||
<channel id="locked" typeId="locked"/>
|
||||
|
@ -127,7 +127,7 @@
|
|||
|
||||
<label>FRITZ!DECT 302</label>
|
||||
<description>FRITZ!DECT 302 heating thermostat.</description>
|
||||
|
||||
<semantic-equipment-tag>Thermostat</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="mode" typeId="mode"/>
|
||||
<channel id="locked" typeId="locked"/>
|
||||
|
@ -163,7 +163,7 @@
|
|||
|
||||
<label>FRITZ!DECT 301</label>
|
||||
<description>FRITZ!DECT 301 heating thermostat.</description>
|
||||
|
||||
<semantic-equipment-tag>Thermostat</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="mode" typeId="mode"/>
|
||||
<channel id="locked" typeId="locked"/>
|
||||
|
@ -199,7 +199,7 @@
|
|||
|
||||
<label>FRITZ!DECT 300</label>
|
||||
<description>FRITZ!DECT 300 heating thermostat.</description>
|
||||
|
||||
<semantic-equipment-tag>Thermostat</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="mode" typeId="mode"/>
|
||||
<channel id="locked" typeId="locked"/>
|
||||
|
@ -235,7 +235,7 @@
|
|||
|
||||
<label>FRITZ!DECT 210</label>
|
||||
<description>FRITZ!DECT210 switchable outlet.</description>
|
||||
|
||||
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="mode" typeId="mode"/>
|
||||
<channel id="locked" typeId="locked"/>
|
||||
|
@ -269,7 +269,7 @@
|
|||
|
||||
<label>FRITZ!DECT 200</label>
|
||||
<description>FRITZ!DECT200 switchable outlet.</description>
|
||||
|
||||
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="mode" typeId="mode"/>
|
||||
<channel id="locked" typeId="locked"/>
|
||||
|
@ -304,7 +304,7 @@
|
|||
<label>FRITZ!Powerline 546E</label>
|
||||
<description>FRITZ!Powerline 546E with switchable outlet.
|
||||
</description>
|
||||
|
||||
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="mode" typeId="mode"/>
|
||||
<channel id="locked" typeId="locked"/>
|
||||
|
@ -355,7 +355,7 @@
|
|||
|
||||
<label>HAN-FUN Contact</label>
|
||||
<description>HAN-FUN contact (e.g. SmartHome Tür-/Fensterkontakt or SmartHome Bewegungsmelder).</description>
|
||||
|
||||
<semantic-equipment-tag>ContactSensor</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel typeId="contact_state" id="contact_state"/>
|
||||
</channels>
|
||||
|
@ -373,7 +373,7 @@
|
|||
|
||||
<label>HAN-FUN Switch</label>
|
||||
<description>HAN-FUN switch (e.g. SmartHome Wandtaster).</description>
|
||||
|
||||
<semantic-equipment-tag>WallSwitch</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="press" typeId="system.rawbutton">
|
||||
<label>Button Press</label>
|
||||
|
@ -395,7 +395,7 @@
|
|||
|
||||
<label>HAN-FUN Blinds</label>
|
||||
<description>HAN-FUN blinds (e.g. RolloTron DECT 1213)</description>
|
||||
|
||||
<semantic-equipment-tag>Blinds</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="rollershutter" typeId="rollershutter"/>
|
||||
<channel id="obstruction_alarm" typeId="obstruction_alarm"/>
|
||||
|
@ -414,7 +414,7 @@
|
|||
|
||||
<label>HAN-FUN Color Light</label>
|
||||
<description>HAN-FUN color light (e.g SmartHome LED-Lampe E27 (farbig)).</description>
|
||||
|
||||
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="color" typeId="system.color"/>
|
||||
<channel id="color_temperature" typeId="system.color-temperature"/>
|
||||
|
@ -438,6 +438,7 @@
|
|||
|
||||
<label>HAN-FUN Dimmable Light</label>
|
||||
<description>HAN-FUN dimmable light (e.g. SmartHome LED-Lampe E27 (warmweiß)).</description>
|
||||
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="brightness" typeId="system.brightness"/>
|
||||
|
@ -456,7 +457,7 @@
|
|||
|
||||
<label>HAN-FUN On / Off Device</label>
|
||||
<description>HAN-FUN switchable device (e.g. SmartHome Zwischenstecker innen / SmartHome Zwischenstecker außen)</description>
|
||||
|
||||
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="on_off" typeId="system.power"/>
|
||||
</channels>
|
||||
|
@ -475,7 +476,7 @@
|
|||
|
||||
<label>Heating Group</label>
|
||||
<description>Group for heating thermostats.</description>
|
||||
|
||||
<semantic-equipment-tag>Thermostat</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="mode" typeId="mode"/>
|
||||
<channel id="locked" typeId="locked"/>
|
||||
|
@ -510,7 +511,7 @@
|
|||
|
||||
<label>Switch Group</label>
|
||||
<description>Group for switchable outlets and power meters.</description>
|
||||
|
||||
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="mode" typeId="mode"/>
|
||||
<channel id="locked" typeId="locked"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<bridge-type id="bridge">
|
||||
<label>aWATTar Bridge</label>
|
||||
<description>Provides price data from the aWATTar API.</description>
|
||||
<semantic-equipment-tag>WebService</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="market-net" typeId="uom-price">
|
||||
|
@ -41,6 +42,7 @@
|
|||
|
||||
<label>Hourly Price</label>
|
||||
<description>Prices for one kilowatt-hour at the given hour in Cent</description>
|
||||
<semantic-equipment-tag>WebService</semantic-equipment-tag>
|
||||
|
||||
<channel-groups>
|
||||
<channel-group id="current" typeId="hourly-prices">
|
||||
|
@ -256,11 +258,10 @@
|
|||
<bridge-type-ref id="bridge"/>
|
||||
</supported-bridge-type-refs>
|
||||
|
||||
<label>
|
||||
Best Price
|
||||
</label>
|
||||
|
||||
<label>Best Price</label>
|
||||
<description>Evaluates the lowest price period for the given settings</description>
|
||||
<semantic-equipment-tag>WebService</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="active" typeId="switch-type">
|
||||
<label>Active</label>
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<thing-type id="fan">
|
||||
<label>BigAssFan</label>
|
||||
<description>Big Ass Fan</description>
|
||||
<semantic-equipment-tag>Fan</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<!-- Channels related to fan functions -->
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
<label>Airthings Wave Mini</label>
|
||||
<description>Indoor air quality monitor</description>
|
||||
<semantic-equipment-tag>AirQualitySensor</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="rssi" typeId="rssi"/>
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
<label>AM43 Blind Drive Motor</label>
|
||||
<description>An AM43 Blind Drive Motor</description>
|
||||
<category>Blinds</category>
|
||||
<semantic-equipment-tag>Blinds</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="rssi" typeId="rssi"/>
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
<label>Daikin BRC1H Thermostat</label>
|
||||
<description>A Daikin Madoka BRC1H Thermostat (BLE)</description>
|
||||
<semantic-equipment-tag>Thermostat</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="onOffStatus" typeId="brc1h_onOffStatus"/>
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
|
||||
<label>Enocean PTM 215B Rocker</label>
|
||||
<description>An Enocean BLE Rocker (PTM 215B)</description>
|
||||
<semantic-equipment-tag>WallSwitch</semantic-equipment-tag>
|
||||
|
||||
|
||||
<channels>
|
||||
<channel id="rocker1" typeId="system.rawrocker"/>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
<label>Govee Hygrometer</label>
|
||||
<description>Govee Thermo-Hygrometer</description>
|
||||
|
||||
<semantic-equipment-tag>Sensor</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="rssi" typeId="rssi"/>
|
||||
<channel id="battery" typeId="system.battery-level"/>
|
||||
|
@ -66,7 +66,7 @@
|
|||
|
||||
<label>Govee Monitoring Hygrometer</label>
|
||||
<description>Govee Thermo-Hygrometer w/ Warning Alarms</description>
|
||||
|
||||
<semantic-equipment-tag>Sensor</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="rssi" typeId="rssi"/>
|
||||
<channel id="battery" typeId="system.battery-level"/>
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
<label>Grundfos Alpha Reader MI401</label>
|
||||
<description>A Grundfos Alpha Reader MI401</description>
|
||||
<category>Pump</category>
|
||||
<semantic-equipment-tag>Pump</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="rssi" typeId="rssi"/>
|
||||
|
@ -83,6 +84,7 @@
|
|||
<label>Grundfos Alpha3</label>
|
||||
<description>A Grundfos Alpha3 circulator pump</description>
|
||||
<category>Pump</category>
|
||||
<semantic-equipment-tag>Pump</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="rssi" typeId="rssi"/>
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
<label>RadonEye RD200</label>
|
||||
<description>Indoor radon monitor</description>
|
||||
<semantic-equipment-tag>AirQualitySensor</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="rssi" typeId="rssi"/>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<label>RuuviTag SmartBeacon</label>
|
||||
<description>A RuuviTag SmartBeacon</description>
|
||||
|
||||
<semantic-equipment-tag>Tracker</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="rssi" typeId="rssi"/>
|
||||
<channel id="accelerationx" typeId="ruuvitag_accelerationx"/>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<bridge-type id="bondBridge">
|
||||
<label>Bond Home Bridge</label>
|
||||
<description>The RF/IR/Wifi Bridge</description>
|
||||
|
||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
||||
<representation-property>serialNumber</representation-property>
|
||||
<config-description-ref uri="thing-type:bondhome:bondbridge"/>
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<label>Bond Home Ceiling Fan</label>
|
||||
<description>An RF or IR remote controlled ceiling fan with or without a light</description>
|
||||
|
||||
<semantic-equipment-tag>CeilingFan</semantic-equipment-tag>
|
||||
<channel-groups>
|
||||
<channel-group id="common" typeId="commonChannelGroup"/>
|
||||
<channel-group id="fan" typeId="ceilingFanChannelGroup"/>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<label>Bond Home Fireplace</label>
|
||||
<description>An RF or IR remote controlled fireplace with or without a fan</description>
|
||||
|
||||
<semantic-equipment-tag>Furnace</semantic-equipment-tag>
|
||||
<channel-groups>
|
||||
<channel-group id="common" typeId="commonChannelGroup"/>
|
||||
<channel-group id="fireplace" typeId="fireplaceChannelGroup"/>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<label>Bond Home Light</label>
|
||||
<description>An RF or IR remote controlled light</description>
|
||||
|
||||
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
|
||||
<channel-groups>
|
||||
<channel-group id="light" typeId="lightChannelGroup"/>
|
||||
</channel-groups>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<label>Bond Home Motorized Shades</label>
|
||||
<description>An RF or IR remote controlled motorized shade</description>
|
||||
|
||||
<semantic-equipment-tag>Blinds</semantic-equipment-tag>
|
||||
<channel-groups>
|
||||
<channel-group id="common" typeId="commonChannelGroup"/>
|
||||
<channel-group id="shade" typeId="shadeChannelGroup"/>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
<label>Bosch Indego</label>
|
||||
<description>Indego which supports the connect feature.</description>
|
||||
|
||||
<semantic-equipment-tag>LawnMower</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="state" typeId="state"/>
|
||||
<channel id="textualstate" typeId="textualstate"/>
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<bridge-type id="shc">
|
||||
<label>Smart Home Controller</label>
|
||||
<description>The Bosch Smart Home Bridge representing the Bosch Smart Home Controller.</description>
|
||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="scenario-triggered" typeId="scenario-triggered"/>
|
||||
|
@ -32,6 +33,7 @@
|
|||
|
||||
<label>In-wall Switch</label>
|
||||
<description>A simple light control.</description>
|
||||
<semantic-equipment-tag>WallSwitch</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="power-switch" typeId="system.power"/>
|
||||
|
@ -50,6 +52,7 @@
|
|||
|
||||
<label>Compact Smart Plug</label>
|
||||
<description>A compact smart plug with energy monitoring capabilities.</description>
|
||||
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="power-switch" typeId="system.power"/>
|
||||
|
@ -68,6 +71,7 @@
|
|||
|
||||
<label>Twinguard</label>
|
||||
<description>The Twinguard smoke detector warns you in case of fire and constantly monitors the air.</description>
|
||||
<semantic-equipment-tag>Sensor</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="temperature" typeId="temperature"/>
|
||||
|
@ -94,6 +98,7 @@
|
|||
|
||||
<label>Door/Window Contact</label>
|
||||
<description>Detects open windows and doors.</description>
|
||||
<semantic-equipment-tag>ContactSensor</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="contact" typeId="contact"/>
|
||||
|
@ -112,6 +117,7 @@
|
|||
|
||||
<label>Door/Window Contact II</label>
|
||||
<description>Detects open windows and doors and features an additional button.</description>
|
||||
<semantic-equipment-tag>ContactSensor</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="contact" typeId="contact"/>
|
||||
|
@ -132,6 +138,7 @@
|
|||
|
||||
<label>Door/Window Contact II Plus</label>
|
||||
<description>Detects open windows and doors, provides a configurable button and a vibration sensor.</description>
|
||||
<semantic-equipment-tag>Sensor</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="contact" typeId="contact"/>
|
||||
|
@ -156,6 +163,7 @@
|
|||
<label>Motion Detector</label>
|
||||
<description>Detects every movement through an intelligent combination of passive infra-red technology and an
|
||||
additional temperature sensor.</description>
|
||||
<semantic-equipment-tag>MotionDetector</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="latest-motion" typeId="latest-motion"/>
|
||||
|
@ -179,6 +187,8 @@
|
|||
|
||||
<label>Shutter Control</label>
|
||||
<description>Control of your shutter to take any position you desire.</description>
|
||||
<semantic-equipment-tag>Blinds</semantic-equipment-tag>
|
||||
|
||||
|
||||
<channels>
|
||||
<channel id="level" typeId="level"/>
|
||||
|
@ -195,6 +205,7 @@
|
|||
|
||||
<label>Shutter Control II</label>
|
||||
<description>Second generation shutter control.</description>
|
||||
<semantic-equipment-tag>Blinds</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="level" typeId="level"/>
|
||||
|
@ -215,6 +226,7 @@
|
|||
|
||||
<label>Light Control II</label>
|
||||
<description>Advanced light control with two switch circuits.</description>
|
||||
<semantic-equipment-tag>WallSwitch</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="signal-strength" typeId="system.signal-strength"/>
|
||||
|
@ -237,6 +249,7 @@
|
|||
|
||||
<label>Thermostat</label>
|
||||
<description>Radiator thermostat</description>
|
||||
<semantic-equipment-tag>Thermostat</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="temperature" typeId="temperature"/>
|
||||
|
@ -259,6 +272,7 @@
|
|||
<label>Climate Control</label>
|
||||
<description>This is a virtual device which is automatically created for all rooms that have
|
||||
thermostats in it.</description>
|
||||
<semantic-equipment-tag>Thermostat</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="temperature" typeId="temperature"/>
|
||||
|
@ -276,6 +290,7 @@
|
|||
|
||||
<label>Wall Thermostat</label>
|
||||
<description>Display of the current room temperature as well as the relative humidity in the room.</description>
|
||||
<semantic-equipment-tag>Thermostat</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="temperature" typeId="temperature"/>
|
||||
|
@ -295,6 +310,7 @@
|
|||
|
||||
<label>Security Camera 360</label>
|
||||
<description>Indoor security camera with 360° view and motion detection.</description>
|
||||
<semantic-equipment-tag>Camera</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="privacy-mode" typeId="privacy-mode"/>
|
||||
|
@ -312,6 +328,7 @@
|
|||
|
||||
<label>Security Camera Eyes</label>
|
||||
<description>Outdoor security camera with motion detection and light.</description>
|
||||
<semantic-equipment-tag>Camera</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="privacy-mode" typeId="privacy-mode"/>
|
||||
|
@ -329,6 +346,7 @@
|
|||
|
||||
<label>Intrusion Detection System</label>
|
||||
<description>Allows to retrieve and control the state of the intrusion detection alarm system.</description>
|
||||
<semantic-equipment-tag>AlarmSystem</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="system-availability" typeId="system-availability"/>
|
||||
|
@ -349,6 +367,7 @@
|
|||
|
||||
<label>Smart Bulb</label>
|
||||
<description>A smart bulb connected via Zigbee.</description>
|
||||
<semantic-equipment-tag>Lightbulb</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="power-switch" typeId="system.power"/>
|
||||
|
@ -367,6 +386,7 @@
|
|||
|
||||
<label>Smoke Detector</label>
|
||||
<description>The smoke detector warns you in case of fire.</description>
|
||||
<semantic-equipment-tag>SmokeDetector</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="alarm" typeId="alarm"/>
|
||||
|
@ -404,6 +424,7 @@
|
|||
|
||||
<label>Universal Switch</label>
|
||||
<description>Universally configurable switch with two buttons.</description>
|
||||
<semantic-equipment-tag>ControlDevice</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="key-code" typeId="key-code"/>
|
||||
|
@ -422,6 +443,7 @@
|
|||
|
||||
<label>Universal Switch II</label>
|
||||
<description>Universally configurable switch with four buttons.</description>
|
||||
<semantic-equipment-tag>ControlDevice</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="key-code" typeId="key-code"/>
|
||||
|
@ -440,6 +462,7 @@
|
|||
|
||||
<label>Smoke Detector II</label>
|
||||
<description>The smoke detector warns you in case of fire.</description>
|
||||
<semantic-equipment-tag>SmokeDetector</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="alarm" typeId="alarm"/>
|
||||
|
@ -463,6 +486,7 @@
|
|||
|
||||
<label>Dimmer</label>
|
||||
<description>Smart dimmer capable of controlling any dimmable lamp.</description>
|
||||
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="power-switch" typeId="system.power"/>
|
||||
|
@ -481,6 +505,7 @@
|
|||
|
||||
<label>Water Detector</label>
|
||||
<description>Smart sensor to detect water leakage.</description>
|
||||
<semantic-equipment-tag>LeakSensor</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="water-leakage" typeId="water-leakage"/>
|
||||
|
@ -503,6 +528,7 @@
|
|||
|
||||
<label>Relay</label>
|
||||
<description>The smart switching relay is your universal all-rounder for smart switching.</description>
|
||||
<semantic-equipment-tag>ControlDevice</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="signal-strength" typeId="system.signal-strength"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<thing-type id="10" extensible="notificationsound">
|
||||
<label>Bose SoundTouch 10</label>
|
||||
<description>Bose SoundTouch 10 Speaker</description>
|
||||
<semantic-equipment-tag>Speaker</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="power" typeId="power"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<thing-type id="20" extensible="notificationsound">
|
||||
<label>Bose SoundTouch 20</label>
|
||||
<description>Bose SoundTouch 20 Speaker</description>
|
||||
<semantic-equipment-tag>Speaker</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="power" typeId="power"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<thing-type id="30" extensible="notificationsound">
|
||||
<label>Bose SoundTouch 30</label>
|
||||
<description>Bose SoundTouch 30 Speaker</description>
|
||||
<semantic-equipment-tag>Speaker</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="power" typeId="power"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<thing-type id="300">
|
||||
<label>Bose SoundTouch 300</label>
|
||||
<description>Bose SoundTouch 300 Speaker</description>
|
||||
<semantic-equipment-tag>Speaker</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="power" typeId="power"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<thing-type id="sa5Amplifier">
|
||||
<label>Bose SoundTouch SA-5 Amplifier</label>
|
||||
<description>A Bose SoundTouch SA-5 Amplifier</description>
|
||||
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="power" typeId="power"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<thing-type id="wirelessLinkAdapter">
|
||||
<label>Bose SoundTouch Wireless Link Adapter</label>
|
||||
<description>Bose SoundTouch Wireless Link Adapter</description>
|
||||
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="power" typeId="power"/>
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
|
||||
<thing-type id="device">
|
||||
<label>Bose SoundTouch Device</label>
|
||||
<description>Aan unknown Bose SoundTouch Device</description>
|
||||
<description>An unknown Bose SoundTouch Device</description>
|
||||
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="power" typeId="power"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<thing-type id="waveSoundTouchMusicSystemIV">
|
||||
<label>Bose Wave SoundTouch Music System IV</label>
|
||||
<description>A Bose Wave SoundTouch Music System IV</description>
|
||||
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="power" typeId="power"/>
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<label>Broadlink A1</label>
|
||||
<description>The Broadlink A1 is a multi sensor that can can detect temperature, humidity, illumination, background
|
||||
noise and air quality.</description>
|
||||
<semantic-equipment-tag>Sensor</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="temperature" typeId="system.indoor-temperature"/>
|
||||
<channel id="humidity" typeId="system.atmospheric-humidity"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<thing-type id="mp1">
|
||||
<label>Broadlink MP1</label>
|
||||
<description>The Broadlink MP1 Smart Home Wifi Plug Power Strip 4 Ports Individual Wireless Remote Control.</description>
|
||||
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="power-on-s1" typeId="system.power">
|
||||
<label>Socket 1 Power</label>
|
||||
|
@ -27,6 +28,7 @@
|
|||
<thing-type id="mp1-1k3s2u">
|
||||
<label>Broadlink MP1 1K3S2U</label>
|
||||
<description>The Broadlink MP1 1K3S2U Smart Home Wifi Plug Power Strip 3 AC, 2 USB Individual Wireless Remote Control.</description>
|
||||
<semantic-equipment-tag>ControlDevice</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="power-on-s1" typeId="system.power">
|
||||
<label>Socket 1 Power</label>
|
||||
|
@ -48,6 +50,7 @@
|
|||
<label>Broadlink MP2</label>
|
||||
<description>The Broadlink MP2 is a smart socket with Wi-Fi connectivity. It does not support switching individual
|
||||
ports.</description>
|
||||
<semantic-equipment-tag>ControlDevice</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="power-on" typeId="system.power"/>
|
||||
<channel id="power-consumption" typeId="system.electric-energy"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<thing-type id="rm-pro">
|
||||
<label>Broadlink RM Pro</label>
|
||||
<description>The Broadlink RM Pro is a Wi-Fi IR transmitter with a temperature sensor.</description>
|
||||
<semantic-equipment-tag>RemoteControl</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="command" typeId="command"/>
|
||||
<channel id="learning-control" typeId="learning-control"/>
|
||||
|
@ -18,6 +19,7 @@
|
|||
<thing-type id="rm3">
|
||||
<label>Broadlink RM3</label>
|
||||
<description>The Broadlink RM 3/Mini is a Wi-Fi IR transmitter.</description>
|
||||
<semantic-equipment-tag>RemoteControl</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="command" typeId="command"/>
|
||||
<channel id="learning-control" typeId="learning-control"/>
|
||||
|
@ -28,6 +30,7 @@
|
|||
<thing-type id="rm3-q">
|
||||
<label>Broadlink RM3 v44057</label>
|
||||
<description>The Broadlink RM 3/Mini is a Wi-Fi IR transmitter running v44057 firmware.</description>
|
||||
<semantic-equipment-tag>RemoteControl</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="command" typeId="command"/>
|
||||
<channel id="learning-control" typeId="learning-control"/>
|
||||
|
@ -38,6 +41,7 @@
|
|||
<thing-type id="rm4-mini">
|
||||
<label>Broadlink RM4 Mini</label>
|
||||
<description>The Broadlink RM 4 Mini is a Wi-Fi IR transmitter with temperature and humidity sensors.</description>
|
||||
<semantic-equipment-tag>RemoteControl</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="command" typeId="command"/>
|
||||
<channel id="learning-control" typeId="learning-control"/>
|
||||
|
@ -50,6 +54,7 @@
|
|||
<thing-type id="rm4-pro">
|
||||
<label>Broadlink RM4 Pro</label>
|
||||
<description>The Broadlink RM 4 Pro is a Wi-Fi IR and RF transmitter with temperature and humidity sensors.</description>
|
||||
<semantic-equipment-tag>RemoteControl</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="command" typeId="command"/>
|
||||
<channel id="learning-control" typeId="learning-control"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<thing-type id="sp1">
|
||||
<label>Broadlink SP1</label>
|
||||
<description>The Broadlink SP1 is a Wi-Fi smart socket.</description>
|
||||
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="power-on" typeId="system.power"/>
|
||||
</channels>
|
||||
|
@ -16,6 +17,7 @@
|
|||
<thing-type id="sp2">
|
||||
<label>Broadlink SP2</label>
|
||||
<description>The Broadlink SP2 is a Wi-Fi smart socket.</description>
|
||||
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="power-on" typeId="system.power"/>
|
||||
</channels>
|
||||
|
@ -25,6 +27,7 @@
|
|||
<thing-type id="sp2-s">
|
||||
<label>Broadlink SP2-s</label>
|
||||
<description>The Broadlink SP2-s is a Wi-Fi smart socket with power consumption measurement.</description>
|
||||
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="power-on" typeId="system.power"/>
|
||||
<channel id="power-consumption" typeId="system.electric-energy"/>
|
||||
|
@ -35,6 +38,7 @@
|
|||
<thing-type id="sp3">
|
||||
<label>Broadlink SP3</label>
|
||||
<description>The Broadlink SP3 is a Wi-Fi smart socket with night light. The SP mini 3 omits the night light.</description>
|
||||
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="power-on" typeId="system.power"/>
|
||||
<channel id="night-light" typeId="night-light">
|
||||
|
@ -47,6 +51,7 @@
|
|||
<thing-type id="sp3-s">
|
||||
<label>Broadlink SP3-s</label>
|
||||
<description>The Broadlink SP3-s is a Wi-Fi smart socket with power consumption measurement</description>
|
||||
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="power-on" typeId="system.power"/>
|
||||
<channel id="power-consumption" typeId="system.electric-energy"/>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<thing-type id="floureonthermostat">
|
||||
<label>Floureon Thermostat</label>
|
||||
<description>A heating device thermostat</description>
|
||||
|
||||
<semantic-equipment-tag>Thermostat</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="power" typeId="power"/>
|
||||
<channel id="mode" typeId="mode"/>
|
||||
|
@ -29,7 +29,7 @@
|
|||
<thing-type id="hysenthermostat">
|
||||
<label>Hysen Thermostat</label>
|
||||
<description>A heating device thermostat</description>
|
||||
|
||||
<semantic-equipment-tag>Thermostat</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="power" typeId="power"/>
|
||||
<channel id="mode" typeId="mode"/>
|
||||
|
@ -50,6 +50,7 @@
|
|||
<thing-type id="rmuniversaldevice">
|
||||
<label>Rm Universal Device</label>
|
||||
<description>A universal infrared remote</description>
|
||||
<semantic-equipment-tag>RemoteControl</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="learningmode" typeId="learningmode"/>
|
||||
<channel id="savelearned" typeId="savelearned"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<bridge-type id="bridge">
|
||||
<label>BSB-LAN Bridge</label>
|
||||
<description>A bridge to connect a BSB-LAN device</description>
|
||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
||||
|
||||
<config-description>
|
||||
<parameter-group name="network">
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
</ul>
|
||||
]]>
|
||||
</description>
|
||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
||||
|
||||
<channel-groups>
|
||||
<channel-group id="status" typeId="bridge-status"/>
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
<label>BTicino Smarther Chronothermostat</label>
|
||||
<description>This thing represents a BTicino Smarther chronothermostat module.</description>
|
||||
<semantic-equipment-tag>Thermostat</semantic-equipment-tag>
|
||||
|
||||
<channel-groups>
|
||||
<channel-group id="measures" typeId="module-measures"/>
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
two hours, in 5 minute increments using
|
||||
the buienradar.nl webservice.
|
||||
</description>
|
||||
<semantic-equipment-tag>WeatherService</semantic-equipment-tag>
|
||||
|
||||
|
||||
<channels>
|
||||
<channel id="actual_datetime" typeId="actual_datetime"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<bridge-type id="bridge">
|
||||
<label>Caddx</label>
|
||||
<description>This bridge represents the Caddx Serial interface.</description>
|
||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="send_command" typeId="command">
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
<label>Caddx Alarm Keypad</label>
|
||||
<description>Represents any of the keypads of the Caddx Alarm System.</description>
|
||||
<semantic-equipment-tag>Keypad</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="keypad_key_pressed" typeId="keypad_button_press">
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
<label>Caddx Alarm Panel</label>
|
||||
<description>The basic representation of the Caddx Alarm System.</description>
|
||||
<semantic-equipment-tag>AlarmSystem</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="panel_firmware_version" typeId="panel_text">
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
<label>Caddx Alarm Zone</label>
|
||||
<description>Represents a physical device such as a door, window, or motion sensor.</description>
|
||||
<semantic-equipment-tag>AlarmDevice</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<!-- Zone partitions -->
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<thing-type id="winecooler-2z">
|
||||
<label>Wine Cooler 2 Zones</label>
|
||||
<description>Wine cooler with 2 cooling zones</description>
|
||||
<semantic-equipment-tag>Refrigerator</semantic-equipment-tag>
|
||||
|
||||
<channel-groups>
|
||||
<channel-group id="top" typeId="top-values"/>
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
<label>OpenAI Account</label>
|
||||
<description>Account at OpenAI that is used for accessing the ChatGPT API.</description>
|
||||
<semantic-equipment-tag>WebService</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="chat" typeId="chat"/>
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<thing-type id="audiogroup">
|
||||
<label>Chromecast Audio Group</label>
|
||||
<description>A Google Chromecast Audio Group device</description>
|
||||
<semantic-equipment-tag>MediaPlayer</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="control" typeId="system.media-control"/>
|
||||
|
@ -58,6 +59,7 @@
|
|||
<thing-type id="audio">
|
||||
<label>Chromecast Audio</label>
|
||||
<description>A Google Chromecast Audio device</description>
|
||||
<semantic-equipment-tag>MediaPlayer</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="control" typeId="system.media-control"/>
|
||||
|
@ -108,6 +110,7 @@
|
|||
<thing-type id="chromecast">
|
||||
<label>Chromecast</label>
|
||||
<description>A Google Chromecast streaming device</description>
|
||||
<semantic-equipment-tag>MediaPlayer</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="control" typeId="system.media-control"/>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="cm11a"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
|
@ -8,6 +7,7 @@
|
|||
<bridge-type id="cm11a">
|
||||
<label>CM11a Controller for X10 Devices</label>
|
||||
<description>CM11 is a device that allows control of X10 devices for a computer. </description>
|
||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
||||
|
||||
<config-description>
|
||||
<parameter name="serialPort" type="text" required="true">
|
||||
|
@ -32,6 +32,7 @@
|
|||
|
||||
<label>X10 Dimmer</label>
|
||||
<description>Controls dimmable loads</description>
|
||||
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="lightlevel" typeId="lightDimmer"/>
|
||||
|
@ -53,6 +54,7 @@
|
|||
|
||||
<label>X10 Switch</label>
|
||||
<description>On/off switch</description>
|
||||
<semantic-equipment-tag>WallSwitch</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="switchstatus" typeId="switchState"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<thing-type id="comfoair">
|
||||
<label>Generic ComfoAir Ventilation System</label>
|
||||
<description>Provides a generic access to a ComfoAir compatible ventilation system</description>
|
||||
<semantic-equipment-tag>HVAC</semantic-equipment-tag>
|
||||
|
||||
<channel-groups>
|
||||
<channel-group id="bindingControl" typeId="bindingControl"/>
|
||||
|
@ -52,6 +53,7 @@
|
|||
<thing-type id="WHR930">
|
||||
<label>Zehnder WHR930 Ventilation System</label>
|
||||
<description>Provides a generic access to a Zehnder WHR930 ventilation device</description>
|
||||
<semantic-equipment-tag>HVAC</semantic-equipment-tag>
|
||||
|
||||
<channel-groups>
|
||||
<channel-group id="bindingControl" typeId="bindingControl"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<bridge-type id="controller">
|
||||
<label>CoolMasterNet Controller</label>
|
||||
<description>A CoolMasterNet Controller (connected to one or more HVAC systems)</description>
|
||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
||||
|
||||
<config-description>
|
||||
<parameter name="host" type="text" required="true">
|
||||
|
@ -38,7 +39,7 @@
|
|||
|
||||
<label>HVAC System</label>
|
||||
<description>HVAC System connected to a controller (unique UID)</description>
|
||||
|
||||
<semantic-equipment-tag>HVAC</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="on" typeId="power"/>
|
||||
<channel id="mode" typeId="hvac_mode"/>
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
<label>Corona Statistics (Country)</label>
|
||||
<description>Corona statistics for a specific country</description>
|
||||
<semantic-equipment-tag>WebService</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="cases" typeId="cases"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<bridge-type id="world">
|
||||
<label>Corona Statistics (World)</label>
|
||||
<description>Bridge for accessing data from https://corona-stats.online/ website and representing world statistics.</description>
|
||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="cases" typeId="cases"/>
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
</supported-bridge-type-refs>
|
||||
<label>DALI Device</label>
|
||||
<description>Controls a single device/ballast</description>
|
||||
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="dimAtFadeRate" typeId="system.brightness"/>
|
||||
<channel id="dimImmediately" typeId="system.brightness"/>
|
||||
|
@ -38,6 +40,7 @@
|
|||
</supported-bridge-type-refs>
|
||||
<label>DALI Group</label>
|
||||
<description>Controls a group of devices/ballasts</description>
|
||||
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="dimAtFadeRate" typeId="system.brightness"/>
|
||||
<channel id="dimImmediately" typeId="system.brightness"/>
|
||||
|
@ -64,6 +67,7 @@
|
|||
</supported-bridge-type-refs>
|
||||
<label>DALI RGB Device</label>
|
||||
<description>Controls three DALI devices representing R,G,B lighting channels</description>
|
||||
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="color" typeId="system.color"/>
|
||||
</channels>
|
||||
|
@ -113,6 +117,7 @@
|
|||
</supported-bridge-type-refs>
|
||||
<label>DALI DT8 Group</label>
|
||||
<description>Controls a DT8 group of devices/ballasts</description>
|
||||
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="dimAtFadeRate" typeId="system.brightness"/>
|
||||
<channel id="dimImmediately" typeId="system.brightness"/>
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<thing-type id="avr">
|
||||
<label>Denon/Marantz AVR</label>
|
||||
<description>Control a Denon/Marantz AVR.</description>
|
||||
<semantic-equipment-tag>Receiver</semantic-equipment-tag>
|
||||
|
||||
<channel-groups>
|
||||
<channel-group id="general" typeId="general"/>
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<label>Deutsche Bahn Timetable</label>
|
||||
<description>Connection to the timetable API of Deutsche Bahn. Provides timetable data that can be displayed using the
|
||||
train things.</description>
|
||||
<semantic-equipment-tag>WebService</semantic-equipment-tag>
|
||||
|
||||
<config-description>
|
||||
<parameter name="clientId" type="text" required="true">
|
||||
|
@ -51,6 +52,7 @@
|
|||
</supported-bridge-type-refs>
|
||||
<label>Train</label>
|
||||
<description>Displays information about a train within the given timetable at one station.</description>
|
||||
<semantic-equipment-tag>WebService</semantic-equipment-tag>
|
||||
<channel-groups>
|
||||
<channel-group typeId="tripAttributes" id="trip">
|
||||
<label>Trip</label>
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
</supported-bridge-type-refs>
|
||||
<label>Area</label>
|
||||
<description>Area</description>
|
||||
<semantic-equipment-tag>AlarmZone</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel typeId="area_status" id="status"/>
|
||||
<channel typeId="area_armed" id="armed"/>
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
</supported-bridge-type-refs>
|
||||
<label>Zone</label>
|
||||
<description>Zone</description>
|
||||
<semantic-equipment-tag>AlarmZone</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel typeId="status" id="status"/>
|
||||
<channel typeId="extended_status" id="extended_status"/>
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<bridge-type id="dssBridge">
|
||||
<label>@text/dSS_label</label>
|
||||
<description>@text/dSS_desc</description>
|
||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel typeId="total_consumption_wh" id="total_consumption_wh"/>
|
||||
<channel typeId="total_energy_wh" id="total_energy_wh"/>
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<thing-type id="DCH-S150">
|
||||
<label>Motion Sensor</label>
|
||||
<description>D-Link DCH-S150 WiFi motion sensor</description>
|
||||
<semantic-equipment-tag>MotionDetector</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="motion" typeId="system.trigger">
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<bridge-type id="artnet-bridge">
|
||||
<label>ArtNet Bridge</label>
|
||||
<description>The ArtNet bridge represents a single DMX universe connected via ArtNet, only unicast</description>
|
||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="mute" typeId="mute"/>
|
||||
</channels>
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
</supported-bridge-type-refs>
|
||||
<label>DMX Chaser</label>
|
||||
<description>A single/multi-channel chaser</description>
|
||||
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="switch" typeId="switch"/>
|
||||
<channel id="control" typeId="control"/>
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
</supported-bridge-type-refs>
|
||||
<label>DMX Color (RGB) Dimmer</label>
|
||||
<description>A RGB capable dimmer</description>
|
||||
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="brightness_r" typeId="brightness"/>
|
||||
<channel id="brightness_g" typeId="brightness"/>
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
</supported-bridge-type-refs>
|
||||
<label>DMX Dimmer</label>
|
||||
<description>A single/multi-channel dimmer</description>
|
||||
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="brightness" typeId="brightness"/>
|
||||
<channel id="switch" typeId="switch"/>
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
</supported-bridge-type-refs>
|
||||
<label>DMX Tunable White Dimmer</label>
|
||||
<description>A tunable white capable dimmer</description>
|
||||
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="brightness" typeId="brightness"/>
|
||||
<channel id="brightness_cw" typeId="brightness"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<thing-type id="cp750">
|
||||
<label>CP750 Device</label>
|
||||
<description>Binding for Dolby Cinema Processor CP750</description>
|
||||
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="fader" typeId="fader"/>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<bridge-type id="egate">
|
||||
<label>Dominoswiss EGate Server</label>
|
||||
<description>This is a Dominoswiss EGate Server instance.</description>
|
||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
||||
<config-description>
|
||||
<parameter name="ipAddress" type="text" required="true">
|
||||
<label>IP or Host Name</label>
|
||||
|
@ -26,6 +27,7 @@
|
|||
</supported-bridge-type-refs>
|
||||
<label>Blind</label>
|
||||
<description>Provides various control commands for Dominoswiss receivers</description>
|
||||
<semantic-equipment-tag>Blinds</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="pulseUp" typeId="pulseUp"/>
|
||||
<channel id="pulseDown" typeId="pulseDown"/>
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
<thing-type id="d101">
|
||||
<label>Doorbird Doorbell D101/D201/D205/D1101V</label>
|
||||
<description>Doorbird doorbell model D101/D201/D205/D1101V</description>
|
||||
<semantic-equipment-tag>Doorbell</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="doorbell" typeId="system.rawbutton">
|
||||
<label>Doorbell</label>
|
||||
|
@ -36,6 +38,8 @@
|
|||
<thing-type id="d210x">
|
||||
<label>Doorbird D210x Doorbell</label>
|
||||
<description>Doorbird doorbell model D210x</description>
|
||||
<semantic-equipment-tag>Doorbell</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="doorbell" typeId="system.rawbutton">
|
||||
<label>Doorbell</label>
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<bridge-type id="heathub">
|
||||
<label>HeatHub</label>
|
||||
<description>A Drayton Wiser HeatHub acting as a bridge to Thermostats and TRVs</description>
|
||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
||||
|
||||
<representation-property>networkAddress</representation-property>
|
||||
|
||||
|
@ -42,6 +43,7 @@
|
|||
|
||||
<label>Boiler Controller</label>
|
||||
<description>The controller attached to the boiler</description>
|
||||
<semantic-equipment-tag>Boiler</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="heatingOverride" typeId="heatingOverride-channel"/>
|
||||
|
@ -79,6 +81,7 @@
|
|||
|
||||
<label>Hot Water</label>
|
||||
<description>The hot water heating system</description>
|
||||
<semantic-equipment-tag>WaterHeater</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="hotWaterOverride" typeId="hotWaterOverride-channel"/>
|
||||
|
@ -108,6 +111,7 @@
|
|||
|
||||
<label>Room</label>
|
||||
<description>A Room that contains a thermostat and/or TRV</description>
|
||||
<semantic-equipment-tag>Thermostat</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="currentTemperature" typeId="currentTemperature-channel"/>
|
||||
|
@ -145,6 +149,7 @@
|
|||
|
||||
<label>Thermostat</label>
|
||||
<description>Wireless Thermostat device</description>
|
||||
<semantic-equipment-tag>Thermostat</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="currentTemperature" typeId="currentTemperature-channel"/>
|
||||
|
@ -182,6 +187,7 @@
|
|||
|
||||
<label>iTRV</label>
|
||||
<description>Thermostatic Radiator Valve</description>
|
||||
<semantic-equipment-tag>RadiatorControl</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="currentTemperature" typeId="currentTemperature-channel"/>
|
||||
|
@ -219,6 +225,7 @@
|
|||
|
||||
<label>Smart Plug</label>
|
||||
<description>Remote controlled Plug Socket</description>
|
||||
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="plugOutputState" typeId="plugOutputState-channel"/>
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<label>EyezOn Envisalink</label>
|
||||
<description>This bridge represents the EyezOn Envlisalink 3/2D
|
||||
Ethernet interface.</description>
|
||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="bridge_reset" typeId="reset">
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<bridge-type id="it100">
|
||||
<label>DSC IT-100</label>
|
||||
<description>This bridge represents the DSC IT-100 Serial interface.</description>
|
||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="bridge_reset" typeId="reset">
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
<label>DSC Alarm Keypad</label>
|
||||
<description>Represents the central administrative unit of the DSC Alarm System.</description>
|
||||
<semantic-equipment-tag>Keypad</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="keypad_ready_led" typeId="led">
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
<label>DSC Alarm Partition</label>
|
||||
<description>Represents a controllable area within a DSC Alarm System.</description>
|
||||
<semantic-equipment-tag>AlarmZone</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="partition_status" typeId="message">
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<description>This bridge represents a TCP Server
|
||||
Ethernet interface.
|
||||
</description>
|
||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="bridge_reset" typeId="reset">
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
<label>DSC Alarm Zone</label>
|
||||
<description>Represents a physical device such as a door, window, or motion sensor.</description>
|
||||
<semantic-equipment-tag>AlarmZone</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="zone_status" typeId="zone_status">
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue