Bindings G thru L: Add equipment tags (#18557)
* Add equipment tags: G thru L Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>pull/18592/head
parent
e4bc05a1e1
commit
a8849bb854
|
@ -7,6 +7,7 @@
|
|||
<bridge-type id="account">
|
||||
<label>MobileLink Account</label>
|
||||
<description>MobileLink Cloud Account</description>
|
||||
<semantic-equipment-tag>WebService</semantic-equipment-tag>
|
||||
<config-description-ref uri="thing-type:generacmobilelink:account"/>
|
||||
</bridge-type>
|
||||
|
||||
|
@ -16,6 +17,7 @@
|
|||
</supported-bridge-type-refs>
|
||||
<label>MobileLink Generator</label>
|
||||
<description>MobileLink Generator</description>
|
||||
<semantic-equipment-tag>Generator</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="heroImageUrl" typeId="heroImageUrl"/>
|
||||
<channel id="statusLabel" typeId="statusLabel"/>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<thing-type id="goe">
|
||||
<label>Go-eCharger</label>
|
||||
<description>Go-eCharger thing that represents the wallbox configuration and readings</description>
|
||||
|
||||
<semantic-equipment-tag>EVSE</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="awattarMaxPrice" typeId="awp"/>
|
||||
<channel id="maxCurrent" typeId="current"/>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<thing-type id="pigpio-remote" extensible="pigpio-digital-input,pigpio-digital-output">
|
||||
<label>Pigpio Remote</label>
|
||||
<description>The remote pigpio thing represents a remote raspberry pi with pigpio installed. Pins are channels.</description>
|
||||
|
||||
<semantic-equipment-tag>Computer</semantic-equipment-tag>
|
||||
<properties>
|
||||
<property name="vendor">Raspberry Pi Foundation</property>
|
||||
</properties>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<thing-type id="tracker" extensible="regionDistance">
|
||||
<label>Tracker Device</label>
|
||||
<description>Device running tracker application</description>
|
||||
|
||||
<semantic-equipment-tag>Tracker</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="lastLocation" typeId="system.location"/>
|
||||
<channel id="batteryLevel" typeId="system.battery-level"/>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
<thing-type id="airconditioner">
|
||||
<label>@text/thing-type.gree.airconditioner.label</label>
|
||||
<semantic-equipment-tag>AirConditioner</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="power" typeId="system.power"/>
|
||||
<channel id="mode" typeId="mode"/>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<label>GridBox</label>
|
||||
<description>GridBox Thing</description>
|
||||
|
||||
<semantic-equipment-tag>PowerSupply</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="battery-capacity" typeId="system.electric-energy"/>
|
||||
<channel id="battery-nominal-capacity" typeId="system.electric-energy"/>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<description>This is an interface to the GROHE ONDUS Account as it is used by the app. If username and password are
|
||||
not set, you can configure to use a `refreshToken` to login. Read the README to get more info.
|
||||
</description>
|
||||
|
||||
<semantic-equipment-tag>WebService</semantic-equipment-tag>
|
||||
<config-description>
|
||||
<parameter name="username" type="text" required="false">
|
||||
<label>Username</label>
|
||||
|
@ -30,7 +30,7 @@
|
|||
|
||||
<label>GROHE SENSE GUARD Appliance</label>
|
||||
<description>A SENSE GUARD device</description>
|
||||
|
||||
<semantic-equipment-tag>HotWaterFaucet</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="name" typeId="name"/>
|
||||
<channel id="pressure" typeId="pressure"/>
|
||||
|
@ -71,6 +71,7 @@
|
|||
|
||||
<label>GROHE SENSE Appliance</label>
|
||||
<description>A SENSE device</description>
|
||||
<semantic-equipment-tag>Sensor</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="name" typeId="name"/>
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
<label>Groupe PSA Car</label>
|
||||
<description>Car connected via Groupe PSA (Peugeot, Citroen, Vauxhall, Opel, DS) Bridge</description>
|
||||
|
||||
<semantic-equipment-tag>Vehicle</semantic-equipment-tag>
|
||||
<channel-groups>
|
||||
<channel-group id="battery" typeId="battery"/>
|
||||
<channel-group id="doors" typeId="doors"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<thing-type id="biostar">
|
||||
<label>Guntamatic Biostar</label>
|
||||
<description>Guntamatic Biostar Pellets Heating System</description>
|
||||
<semantic-equipment-tag>Boiler</semantic-equipment-tag>
|
||||
|
||||
<channel-groups>
|
||||
<channel-group id="control" typeId="control-group-type"/>
|
||||
|
@ -27,6 +28,7 @@
|
|||
<thing-type id="biosmart">
|
||||
<label>Guntamatic Biosmart</label>
|
||||
<description>Guntamatic Biosmart Log Heating System</description>
|
||||
<semantic-equipment-tag>Boiler</semantic-equipment-tag>
|
||||
|
||||
<channel-groups>
|
||||
<channel-group id="control" typeId="control-group-type-wo-boiler-app"/>
|
||||
|
@ -46,6 +48,7 @@
|
|||
<thing-type id="powerchip">
|
||||
<label>Guntamatic Powerchip</label>
|
||||
<description>Guntamatic Powerchip WoodChip Heating System</description>
|
||||
<semantic-equipment-tag>Boiler</semantic-equipment-tag>
|
||||
|
||||
<channel-groups>
|
||||
<channel-group id="control" typeId="control-group-type"/>
|
||||
|
@ -66,6 +69,7 @@
|
|||
<thing-type id="powercorn">
|
||||
<label>Guntamatic Powercorn</label>
|
||||
<description>Guntamatic Powercorn EnergyGrain Heating System. Untested! Please provide Feedback!</description>
|
||||
<semantic-equipment-tag>Boiler</semantic-equipment-tag>
|
||||
|
||||
<channel-groups>
|
||||
<channel-group id="control" typeId="control-group-type"/>
|
||||
|
@ -86,6 +90,7 @@
|
|||
<thing-type id="biocom">
|
||||
<label>Guntamatic Biocom</label>
|
||||
<description>Guntamatic Biocom Pellets Heating System. Untested! Please provide Feedback!</description>
|
||||
<semantic-equipment-tag>Boiler</semantic-equipment-tag>
|
||||
|
||||
<channel-groups>
|
||||
<channel-group id="control" typeId="control-group-type"/>
|
||||
|
@ -106,6 +111,7 @@
|
|||
<thing-type id="pro">
|
||||
<label>Guntamatic Pro</label>
|
||||
<description>Guntamatic Pro Pellets or WoodChip Heating System. Untested! Please provide Feedback!</description>
|
||||
<semantic-equipment-tag>Boiler</semantic-equipment-tag>
|
||||
|
||||
<channel-groups>
|
||||
<channel-group id="control" typeId="control-group-type"/>
|
||||
|
@ -126,6 +132,7 @@
|
|||
<thing-type id="therm">
|
||||
<label>Guntamatic Therm</label>
|
||||
<description>Guntamatic Therm Pellets Heating System. Untested! Please provide Feedback!</description>
|
||||
<semantic-equipment-tag>Boiler</semantic-equipment-tag>
|
||||
|
||||
<channel-groups>
|
||||
<channel-group id="control" typeId="control-group-type"/>
|
||||
|
@ -147,6 +154,7 @@
|
|||
<label>Guntamatic Generic</label>
|
||||
<description>Generic Guntamatic Heating System. Use this type, if your Heating System is none of the others. Please
|
||||
provide Feedback!</description>
|
||||
<semantic-equipment-tag>Boiler</semantic-equipment-tag>
|
||||
|
||||
<channel-groups>
|
||||
<channel-group id="control" typeId="control-group-type-wo-boiler-app"/>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
optional
|
||||
WLAN-Modul. More information can be found here: https://www.haassohn.com/de/ihr-plus/WLAN-Funktion. It allows
|
||||
to power on/off the stove as well as receiving different operation information about the stove.</description>
|
||||
|
||||
<semantic-equipment-tag>Furnace</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="channelIsTemp" typeId="isTemp"/>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<bridge-type id="bridge">
|
||||
<label>Hayward OmniLogix Connection</label>
|
||||
<description>Connection to Hayward's Server</description>
|
||||
|
||||
<semantic-equipment-tag>WebService</semantic-equipment-tag>
|
||||
<config-description>
|
||||
<parameter name="endpointUrl" type="text" required="true">
|
||||
<context>url</context>
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
</supported-bridge-type-refs>
|
||||
|
||||
<label>Chlorinator</label>
|
||||
<semantic-equipment-tag>Chlorinator</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="chlorEnable" typeId="system.power"/>
|
||||
<channel id="chlorOperatingMode" typeId="chlorOperatingMode"/>
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
</supported-bridge-type-refs>
|
||||
|
||||
<label>Color Logic Light</label>
|
||||
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="colorLogicLightEnable" typeId="system.power"/>
|
||||
<channel id="colorLogicLightState" typeId="lightState"/>
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
</supported-bridge-type-refs>
|
||||
|
||||
<label>Filter</label>
|
||||
<semantic-equipment-tag>WaterFilter</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="filterEnable" typeId="system.power"/>
|
||||
<channel id="filterValvePosition" typeId="valvePosition"/>
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
</supported-bridge-type-refs>
|
||||
|
||||
<label>Heater</label>
|
||||
<semantic-equipment-tag>WaterHeater</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="heaterState" typeId="state"/>
|
||||
<channel id="heaterEnable" typeId="enable"/>
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
</supported-bridge-type-refs>
|
||||
|
||||
<label>Pump</label>
|
||||
<semantic-equipment-tag>Pump</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="pumpEnable" typeId="system.power"/>
|
||||
<channel id="pumpSpeedPercent" typeId="pumpSpeedPercent"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<thing-type id="collection">
|
||||
<label>HCC NZ Rubbish Collection</label>
|
||||
<description>Rubbish collection days for Hamilton City Council (NZ).</description>
|
||||
<semantic-equipment-tag>WebService</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="day" typeId="day"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<thing-type id="ipvario221">
|
||||
<label>Helios IP Vario</label>
|
||||
<description>Helios IP Vario Door Station / Intercom with Firmware v2.21</description>
|
||||
<semantic-equipment-tag>Doorbell</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="audiolooptest" typeId="audiolooptest"/>
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<thing-type id="ventilation">
|
||||
<label>HeliosVentilation (KWL)</label>
|
||||
<description>A domestic ventilation system (KWL) from Helios.</description>
|
||||
<semantic-equipment-tag>HVAC</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="outsideTemp" typeId="outside_temperature"/>
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
</supported-bridge-type-refs>
|
||||
<label>HEOS Group</label>
|
||||
<description>A group of HEOS Player</description>
|
||||
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="Control" typeId="system.media-control"/>
|
||||
<channel id="Volume" typeId="system.volume"/>
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
</supported-bridge-type-refs>
|
||||
<label>HEOS Player</label>
|
||||
<description>A HEOS Player of the HEOS Network</description>
|
||||
<semantic-equipment-tag>MediaPlayer</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="Control" typeId="system.media-control"/>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<bridge-type id="serialBus">
|
||||
<label>Herzborg Serial Bus</label>
|
||||
<description>RS485 bus</description>
|
||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
||||
<config-description>
|
||||
<parameter name="port" type="text" required="true">
|
||||
<label>Serial Port</label>
|
||||
|
@ -22,6 +23,8 @@
|
|||
</supported-bridge-type-refs>
|
||||
<label>Herzborg Curtain Motor</label>
|
||||
<description>Curtain motor</description>
|
||||
<semantic-equipment-tag>Drapes</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="position" typeId="position"/>
|
||||
<channel id="mode" typeId="mode"/>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<label>HomeWizard Plug-In Battery</label>
|
||||
<description>This thing provides the measurement data that is available through the API of a HomeWizard Plug-In
|
||||
Battery.</description>
|
||||
|
||||
<semantic-equipment-tag>Battery</semantic-equipment-tag>
|
||||
<channel-groups>
|
||||
<channel-group id="energy" typeId="bat-energy-group"/>
|
||||
</channel-groups>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<label>HomeWizard kWh Meter</label>
|
||||
<description>This thing provides the measurement data that is available through the API of a HomeWizard
|
||||
kWh Meter.</description>
|
||||
|
||||
<semantic-equipment-tag>ElectricMeter</semantic-equipment-tag>
|
||||
<channel-groups>
|
||||
<channel-group id="energy" typeId="kwh-energy-group"/>
|
||||
</channel-groups>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<label>HomeWizard P1 Meter</label>
|
||||
<description>This thing provides the measurement data that is available through the API of a HomeWizard
|
||||
P1 Meter.</description>
|
||||
|
||||
<semantic-equipment-tag>ElectricMeter</semantic-equipment-tag>
|
||||
<channel-groups>
|
||||
<channel-group id="energy" typeId="p1-energy-group"/>
|
||||
</channel-groups>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<label>HomeWizard Energy Socket</label>
|
||||
<description>This thing provides the measurement data that is available through the API of a HomeWizard
|
||||
Energy Socket.</description>
|
||||
|
||||
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
|
||||
<channel-groups>
|
||||
<channel-group id="energy" typeId="skt-energy-group"/>
|
||||
<channel-group id="control" typeId="skt-control-group"/>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<label>HomeWizard Watermeter</label>
|
||||
<description>This thing provides the measurement data that is available through the API of a HomeWizard
|
||||
Watermeter.</description>
|
||||
|
||||
<semantic-equipment-tag>WaterMeter</semantic-equipment-tag>
|
||||
<channel-groups>
|
||||
<channel-group id="water" typeId="es-water-group"/>
|
||||
</channel-groups>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<label>HomeWizard Wi-Fi P1 Meter</label>
|
||||
<description>This thing provides the measurement data that is available through the http interface of the HomeWizard
|
||||
Wi-Fi P1 Meter.</description>
|
||||
|
||||
<semantic-equipment-tag>ElectricMeter</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="active_current" typeId="system.electric-current">
|
||||
<label>Current</label>
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
</description>
|
||||
|
||||
<category>receiver</category>
|
||||
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>
|
||||
|
||||
<channel-groups>
|
||||
<channel-group id="device-firmware" typeId="device-firmware"></channel-group>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<bridge-type id="account">
|
||||
<label>Hydrawise Account Thing</label>
|
||||
<description>Hydrawise account</description>
|
||||
<semantic-equipment-tag>WebService</semantic-equipment-tag>
|
||||
<config-description>
|
||||
<parameter name="userName" type="text" required="true">
|
||||
<label>User Name</label>
|
||||
|
@ -37,6 +38,7 @@
|
|||
</supported-bridge-type-refs>
|
||||
<label>Hydrawise Controller Thing</label>
|
||||
<description>Hydrawise connected irrigation controller</description>
|
||||
<semantic-equipment-tag>Irrigation</semantic-equipment-tag>
|
||||
|
||||
<!-- Until we have https://github.com/eclipse/smarthome/issues/1118 fixed, we need to list
|
||||
all possible channel groups.
|
||||
|
@ -316,6 +318,7 @@
|
|||
<thing-type id="local">
|
||||
<label>Hydrawise Local Thing</label>
|
||||
<description>Hydrawise local connected irrigation controller</description>
|
||||
<semantic-equipment-tag>Irrigation</semantic-equipment-tag>
|
||||
<channel-groups>
|
||||
<channel-group id="zone1" typeId="zone">
|
||||
<label>Zone 1</label>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<thing-type id="powermeter">
|
||||
<label>Iammeter Power Meter 3162/3080</label>
|
||||
<description>Single phase PowerMeter for Iammeter Binding</description>
|
||||
<semantic-equipment-tag>ElectricMeter</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="voltage" typeId="voltage"/>
|
||||
<channel id="current" typeId="current"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<thing-type id="powermeter3080T">
|
||||
<label>Iammeter Power Meter 3080T</label>
|
||||
<description>3 phases PowerMeter for Iammeter 3080T Binding</description>
|
||||
<semantic-equipment-tag>ElectricMeter</semantic-equipment-tag>
|
||||
<channel-groups>
|
||||
<channel-group id="powerPhaseA" typeId="powerPhaseGroup">
|
||||
<label>Power Phase A</label>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<label>iAquaLink Pool Controller</label>
|
||||
<description>An iAquaLink pool control thing represents an iAquaLink pool controller for Jandy/Zodiac systems
|
||||
</description>
|
||||
<semantic-equipment-tag>SwimmingPool</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="status" typeId="status"/>
|
||||
<channel id="system_type" typeId="system_type"/>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<label>Insteon Device</label>
|
||||
<description>An Insteon device such as a switch, dimmer, keypad, sensor, etc.</description>
|
||||
|
||||
<semantic-equipment-tag>ControlDevice</semantic-equipment-tag>
|
||||
<representation-property>address</representation-property>
|
||||
|
||||
<config-description>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<bridge-type id="hub1">
|
||||
<label>Insteon Hub</label>
|
||||
<description>An Insteon Hub Legacy that communicates with Insteon devices.</description>
|
||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
||||
|
||||
<config-description>
|
||||
<parameter name="hostname" type="text" required="true">
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<bridge-type id="hub2">
|
||||
<label>Insteon Hub 2</label>
|
||||
<description>An Insteon Hub 2 that communicates with Insteon devices.</description>
|
||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
||||
|
||||
<config-description>
|
||||
<parameter name="hostname" type="text" required="true">
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<bridge-type id="network">
|
||||
<label>Insteon Network (Legacy)</label>
|
||||
<description>An Insteon PLM or Hub that communicates with Insteon devices.</description>
|
||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
||||
|
||||
<config-description>
|
||||
<parameter name="port" type="text" required="true">
|
||||
|
@ -42,7 +43,7 @@
|
|||
|
||||
<label>Insteon Device (Legacy)</label>
|
||||
<description>An Insteon or X10 device such as a switch, dimmer, keypad, sensor, etc.</description>
|
||||
|
||||
<semantic-equipment-tag>ControlDevice</semantic-equipment-tag>
|
||||
<representation-property>address</representation-property>
|
||||
|
||||
<config-description>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<bridge-type id="plm">
|
||||
<label>Insteon PLM</label>
|
||||
<description>An Insteon PLM that communicates with Insteon devices.</description>
|
||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
||||
|
||||
<config-description>
|
||||
<parameter name="serialPort" type="text" required="true">
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<thing-type id="intesisHome">
|
||||
<label>IntesisHome WiFi Adapter</label>
|
||||
<description>Represents a single IntesisHome WiFi adapter on the network, connected to an A/C unit.</description>
|
||||
<semantic-equipment-tag>WirelessAccessPoint</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="power" typeId="system.power"/>
|
||||
<channel id="wifiSignal" typeId="system.signal-strength"/>
|
||||
|
@ -37,6 +38,7 @@
|
|||
<thing-type id="intesisBox">
|
||||
<label>IntesisBox Adapter</label>
|
||||
<description>Represents a single IntesisBox WiFi adapter on the network, connected to an A/C unit.</description>
|
||||
<semantic-equipment-tag>WirelessAccessPoint</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="power" typeId="system.power"/>
|
||||
<channel id="wifiSignal" typeId="system.signal-strength"/>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<thing-type id="iotawatt">
|
||||
<label>IoTaWatt Binding Thing</label>
|
||||
<description>An IoTaWatt devices</description>
|
||||
|
||||
<semantic-equipment-tag>ElectricMeter</semantic-equipment-tag>
|
||||
<config-description>
|
||||
<parameter name="hostname" type="text" required="true">
|
||||
<context>network-address</context>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<thing-type id="group">
|
||||
<label>Group Multiple Cameras</label>
|
||||
<description>Show multiple cameras as a single rotating feed</description>
|
||||
|
||||
<channels>
|
||||
<channel id="startStream" typeId="startStream"/>
|
||||
<channel id="mjpegUrl" typeId="mjpegUrl"/>
|
||||
|
@ -97,6 +98,7 @@
|
|||
<thing-type id="generic">
|
||||
<label>RTSP/HTTP IP Camera</label>
|
||||
<description>Use when your camera is not ONVIF compatible.</description>
|
||||
<semantic-equipment-tag>Camera</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="startStream" typeId="startStream"/>
|
||||
<channel id="pollImage" typeId="pollImage"/>
|
||||
|
@ -322,6 +324,7 @@
|
|||
<thing-type id="onvif">
|
||||
<label>ONVIF IP Camera</label>
|
||||
<description>Use when the binding does not list your brand of ONVIF camera.</description>
|
||||
<semantic-equipment-tag>Camera</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="startStream" typeId="startStream"/>
|
||||
<channel id="pollImage" typeId="pollImage"/>
|
||||
|
@ -612,6 +615,7 @@
|
|||
<thing-type id="amcrest">
|
||||
<label>Amcrest Camera with API</label>
|
||||
<description>Use for older Amcrest Cameras, that wont work as dahua thing type.</description>
|
||||
<semantic-equipment-tag>Camera</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="startStream" typeId="startStream"/>
|
||||
<channel id="pollImage" typeId="pollImage"/>
|
||||
|
@ -887,6 +891,7 @@
|
|||
<thing-type id="dahua">
|
||||
<label>Dahua Camera with API</label>
|
||||
<description>Use for all current Dahua cameras, as they support an API as well as ONVIF.</description>
|
||||
<semantic-equipment-tag>Camera</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="startStream" typeId="startStream"/>
|
||||
<channel id="pollImage" typeId="pollImage"/>
|
||||
|
@ -1195,6 +1200,7 @@
|
|||
<thing-type id="doorbird">
|
||||
<label>Doorbird Camera with API</label>
|
||||
<description>Use for all current Doorbird Cameras, as they support an API as well as ONVIF.</description>
|
||||
<semantic-equipment-tag>Camera</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="startStream" typeId="startStream"/>
|
||||
<channel id="pollImage" typeId="pollImage"/>
|
||||
|
@ -1456,6 +1462,7 @@
|
|||
<thing-type id="foscam">
|
||||
<label>Foscam Camera with API</label>
|
||||
<description>Use for all current HD FOSCAM Cameras as they support an API as well as ONVIF.</description>
|
||||
<semantic-equipment-tag>Camera</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="startStream" typeId="startStream"/>
|
||||
<channel id="pollImage" typeId="pollImage"/>
|
||||
|
@ -1742,6 +1749,7 @@
|
|||
<thing-type id="hikvision">
|
||||
<label>Hikvision Camera with API</label>
|
||||
<description>Use for all current Hikvision Cameras as they support an API as well as ONVIF.</description>
|
||||
<semantic-equipment-tag>Camera</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="startStream" typeId="startStream"/>
|
||||
<channel id="pollImage" typeId="pollImage"/>
|
||||
|
@ -2029,6 +2037,7 @@
|
|||
<thing-type id="instar">
|
||||
<label>Instar Camera with API</label>
|
||||
<description>Use for all current INSTAR HD Cameras, as they support an API as well as ONVIF.</description>
|
||||
<semantic-equipment-tag>Camera</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="startStream" typeId="startStream"/>
|
||||
<channel id="pollImage" typeId="pollImage"/>
|
||||
|
@ -2300,6 +2309,7 @@
|
|||
<thing-type id="reolink">
|
||||
<label>Reolink Camera with API</label>
|
||||
<description>Use for all Reolink cameras, as they support an API as well as ONVIF.</description>
|
||||
<semantic-equipment-tag>Camera</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="startStream" typeId="startStream"/>
|
||||
<channel id="pollImage" typeId="pollImage"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<thing-type id="weatherstation">
|
||||
<label>Weather Station</label>
|
||||
<description>Use for any weather station sold under multiple brands that come with an IP Observer unit.</description>
|
||||
<semantic-equipment-tag>WeatherStation</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="temperatureIndoor" typeId="temperatureIndoor"/>
|
||||
<channel id="temperatureOutdoor" typeId="system.outdoor-temperature"/>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<thing-type id="printer">
|
||||
<label>Printer</label>
|
||||
<description>An IPP Printer</description>
|
||||
<semantic-equipment-tag>Printer</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="jobs" typeId="jobs"/>
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<label>Roomba</label>
|
||||
<description>A Roomba vacuum robot</description>
|
||||
<category>CleaningRobot</category>
|
||||
<semantic-equipment-tag>CleaningRobot</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="command" typeId="command"/>
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
<label>Blaster</label>
|
||||
<description>This is an infrared transmitter that can send infrared commands</description>
|
||||
<semantic-equipment-tag>RemoteControl</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="io" typeId="io"/>
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<bridge-type id="ethernet">
|
||||
<label>IRtrans Ethernet Bridge</label>
|
||||
<description>This is an Ethernet (PoE) IRtrans transceiver equipped with an on-board IRDB database</description>
|
||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
||||
|
||||
<config-description>
|
||||
<parameter name="ipAddress" type="text" required="true">
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<bridge-type id="bridge">
|
||||
<label>Jablonet Bridge</label>
|
||||
<description>A bridge to the Jablonet cloud service.</description>
|
||||
<semantic-equipment-tag>WebService</semantic-equipment-tag>
|
||||
|
||||
<config-description-ref uri="bridge-type:jablotron:bridge"/>
|
||||
</bridge-type>
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
</supported-bridge-type-refs>
|
||||
<label>JA100 Alarm</label>
|
||||
<description>A Jablotron JA100 alarm device.</description>
|
||||
<semantic-equipment-tag>AlarmDevice</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="lastEvent" typeId="lastEvent"/>
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
</supported-bridge-type-refs>
|
||||
<label>JA100F Alarm</label>
|
||||
<description>A Jablotron JA100F alarm device.</description>
|
||||
<semantic-equipment-tag>AlarmDevice</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="lastEvent" typeId="lastEvent"/>
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
</supported-bridge-type-refs>
|
||||
<label>Oasis Alarm</label>
|
||||
<description>A Jablotron Oasis alarm device.</description>
|
||||
<semantic-equipment-tag>AlarmDevice</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="statusA" typeId="statusA"/>
|
||||
|
|
|
@ -162,7 +162,7 @@
|
|||
|
||||
<label>@text/thing-type.lacrosse.label</label>
|
||||
<description>@text/thing-type.lacrosse.description</description>
|
||||
|
||||
<semantic-equipment-tag>Sensor</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="temperature" typeId="temperature"/>
|
||||
<channel id="humidity" typeId="humidity"/>
|
||||
|
@ -221,7 +221,7 @@
|
|||
|
||||
<label>@text/thing-type.ec3k.label</label>
|
||||
<description>@text/thing-type.ec3k.description</description>
|
||||
|
||||
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="currentPower" typeId="current-power"/>
|
||||
<channel id="maxPower" typeId="max-power"/>
|
||||
|
@ -266,7 +266,7 @@
|
|||
|
||||
<label>@text/thing-type.pca301.label</label>
|
||||
<description>@text/thing-type.pca301.description</description>
|
||||
|
||||
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="switchingState" typeId="switching-state"/>
|
||||
<channel id="currentPower" typeId="current-power"/>
|
||||
|
@ -302,7 +302,7 @@
|
|||
|
||||
<label>@text/thing-type.emt7110.label</label>
|
||||
<description>@text/thing-type.emt7110.description</description>
|
||||
|
||||
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="currentPower" typeId="current-power"/>
|
||||
<channel id="consumptionTotal" typeId="consumption-total"/>
|
||||
|
@ -334,7 +334,7 @@
|
|||
|
||||
<label>@text/thing-type.revolt.label</label>
|
||||
<description>@text/thing-type.revolt.description</description>
|
||||
|
||||
<semantic-equipment-tag>ElectricMeter</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="currentPower" typeId="current-power"/>
|
||||
<channel id="consumptionTotal" typeId="consumption-total"/>
|
||||
|
@ -368,7 +368,7 @@
|
|||
|
||||
<label>@text/thing-type.tx22.label</label>
|
||||
<description>@text/thing-type.tx22.description</description>
|
||||
|
||||
<semantic-equipment-tag>Sensor</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="temperature" typeId="temperature"/>
|
||||
<channel id="humidity" typeId="humidity"/>
|
||||
|
@ -408,7 +408,7 @@
|
|||
|
||||
<label>@text/thing-type.lgw.label</label>
|
||||
<description>@text/thing-type.lgw.description</description>
|
||||
|
||||
<semantic-equipment-tag>TemperatureSensor</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="temperature" typeId="temperature"/>
|
||||
</channels>
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
A Kaleidescape Movie Player (KPlayer, M Class [M300, M500, M700] or Cinema One 1st Gen)
|
||||
</description>
|
||||
<semantic-equipment-tag>MediaPlayer</semantic-equipment-tag>
|
||||
|
||||
<channel-groups>
|
||||
<channel-group id="ui" typeId="ui">
|
||||
<label>User Interface</label>
|
||||
|
@ -47,7 +46,6 @@
|
|||
A Kaleidescape Cinema One (2nd Generation) Player
|
||||
</description>
|
||||
<semantic-equipment-tag>MediaPlayer</semantic-equipment-tag>
|
||||
|
||||
<channel-groups>
|
||||
<channel-group id="ui" typeId="c1-alto_ui">
|
||||
<label>User Interface</label>
|
||||
|
@ -83,7 +81,6 @@
|
|||
A Kaleidescape Alto Player
|
||||
</description>
|
||||
<semantic-equipment-tag>MediaPlayer</semantic-equipment-tag>
|
||||
|
||||
<channel-groups>
|
||||
<channel-group id="ui" typeId="c1-alto_ui">
|
||||
<label>User Interface</label>
|
||||
|
@ -115,7 +112,6 @@
|
|||
A Kaleidescape Strato Player
|
||||
</description>
|
||||
<semantic-equipment-tag>MediaPlayer</semantic-equipment-tag>
|
||||
|
||||
<channel-groups>
|
||||
<channel-group id="ui" typeId="strato_ui">
|
||||
<label>User Interface</label>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<thing-type id="kecontact">
|
||||
<label>KeContact EV Charging Station</label>
|
||||
<description>A KeContact EV Charging Station</description>
|
||||
|
||||
<semantic-equipment-tag>EVSE</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="enabledsystem" typeId="enabledsystem"/>
|
||||
<channel id="enableduser" typeId="enableduser"/>
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<thing-type id="kodi" extensible="shownotification">
|
||||
<label>Kodi Mediacenter</label>
|
||||
<description>Kodi Mediacenter Binding</description>
|
||||
<semantic-equipment-tag>MediaPlayer</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="volume" typeId="system.volume"/>
|
||||
|
|
|
@ -7,12 +7,14 @@
|
|||
<thing-type id="wifi-module" extensible="switch-wifi,actuator-wifi,temperature-wifi,humidity-wifi">
|
||||
<label>The Konnected Alarm Panel</label>
|
||||
<description>The Konnected Wi-Fi Alarm Panel</description>
|
||||
<semantic-equipment-tag>AlarmSystem</semantic-equipment-tag>
|
||||
<config-description-ref uri="thing-type:konnected:module"/>
|
||||
</thing-type>
|
||||
<!-- This is the Konnected Alarm Panel Pro Thing-Type -->
|
||||
<thing-type id="pro-module" extensible="switch-pro,actuator-pro,temperature-pro,humidity-pro">
|
||||
<label>The Konnected Alarm Panel Pro</label>
|
||||
<description>The Konnected Alarm Panel Pro</description>
|
||||
<semantic-equipment-tag>AlarmSystem</semantic-equipment-tag>
|
||||
<config-description-ref uri="thing-type:konnected:module"/>
|
||||
</thing-type>
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<label>KOSTAL PIKO 10-20</label>
|
||||
<description>Bindings for the KOSTAL PIKO 10-20</description>
|
||||
<category>Inverter</category>
|
||||
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel typeId="device-local-grid-output-power" id="gridOutputPower"/>
|
||||
<channel typeId="statistic-yield-day-second-gen" id="yieldDaySecondGen"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<label>KOSTAL PIKO IQ 10.0</label>
|
||||
<description>Bindings for the KOSTAL PIKO IQ 10.0 solar inverter</description>
|
||||
<category>Inverter</category>
|
||||
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
|
||||
<channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<label>KOSTAL PIKO IQ 4.2</label>
|
||||
<description>Bindings for the KOSTAL PIKO IQ 4.2 solar inverter</description>
|
||||
<category>Inverter</category>
|
||||
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
|
||||
<channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<label>KOSTAL PIKO IQ 5.5</label>
|
||||
<description>Bindings for the KOSTAL PIKO IQ 5.5 solar inverter</description>
|
||||
<category>Inverter</category>
|
||||
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
|
||||
<channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<label>KOSTAL PIKO IQ 7.0</label>
|
||||
<description>Bindings for the KOSTAL PIKO IQ 7.0 solar inverter</description>
|
||||
<category>Inverter</category>
|
||||
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
|
||||
<channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<label>KOSTAL PIKO IQ 8.5</label>
|
||||
<description>Bindings for the KOSTAL PIKO IQ 8.5 solar inverter</description>
|
||||
<category>Inverter</category>
|
||||
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
|
||||
<channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<label>KOSTAL PLENTICORE Plus 10.0 (with Battery)</label>
|
||||
<description>Bindings for the KOSTAL PIKO PLENTICORE plus 10.0 solar inverter (with battery attached on PV string 3)</description>
|
||||
<category>Inverter</category>
|
||||
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
|
||||
<channel id="deviceLocalHomeconsumptionFromBattery" typeId="device-local-homeconsumption-from-battery"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<label>KOSTAL PLENTICORE Plus 10.0 (no Battery)</label>
|
||||
<description>Bindings for the KOSTAL PIKO PLENTICORE plus 10.0 solar inverter (no battery attached)</description>
|
||||
<category>Inverter</category>
|
||||
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
|
||||
<channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<label>KOSTAL PLENTICORE Plus 4.2 (with Battery)</label>
|
||||
<description>Bindings for the KOSTAL PIKO PLENTICORE plus 4.2 solar inverter (with battery attached on PV string 3)</description>
|
||||
<category>Inverter</category>
|
||||
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
|
||||
<channel id="deviceLocalHomeconsumptionFromBattery" typeId="device-local-homeconsumption-from-battery"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<label>KOSTAL PLENTICORE Plus 4.2 (no Battery)</label>
|
||||
<description>Bindings for the KOSTAL PIKO PLENTICORE plus 4.2 solar inverter (no battery attached)</description>
|
||||
<category>Inverter</category>
|
||||
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
|
||||
<channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<label>KOSTAL PLENTICORE Plus 5.5 (with Battery)</label>
|
||||
<description>Bindings for the KOSTAL PIKO PLENTICORE plus 5.5 solar inverter (with battery attached on PV string 3)</description>
|
||||
<category>Inverter</category>
|
||||
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
|
||||
<channel id="deviceLocalHomeconsumptionFromBattery" typeId="device-local-homeconsumption-from-battery"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<label>KOSTAL PLENTICORE Plus 5.5 (no Battery)</label>
|
||||
<description>Bindings for the KOSTAL PIKO PLENTICORE plus 5.5 solar inverter (no battery attached)</description>
|
||||
<category>Inverter</category>
|
||||
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
|
||||
<channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<label>KOSTAL PLENTICORE Plus 7.0 (with Battery)</label>
|
||||
<description>Bindings for the KOSTAL PIKO PLENTICORE plus 7.0 solar inverter (with battery attached on PV string 3)</description>
|
||||
<category>Inverter</category>
|
||||
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
|
||||
<channel id="deviceLocalHomeconsumptionFromBattery" typeId="device-local-homeconsumption-from-battery"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<label>KOSTAL PLENTICORE Plus 7.0 (no Battery)</label>
|
||||
<description>Bindings for the KOSTAL PIKO PLENTICORE plus 7.0 solar inverter (no battery attached)</description>
|
||||
<category>Inverter</category>
|
||||
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
|
||||
<channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<label>KOSTAL PLENTICORE Plus 8.5 (with Battery)</label>
|
||||
<description>Bindings for the KOSTAL PIKO PLENTICORE plus 8.5 solar inverter (with battery attached on PV string 3)</description>
|
||||
<category>Inverter</category>
|
||||
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
|
||||
<channel id="deviceLocalHomeconsumptionFromBattery" typeId="device-local-homeconsumption-from-battery"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<label>KOSTAL PLENTICORE Plus 8.5 (no Battery)</label>
|
||||
<description>Bindings for the KOSTAL PIKO PLENTICORE plus 8.5 solar inverter (no battery attached)</description>
|
||||
<category>Inverter</category>
|
||||
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
|
||||
<channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<thing-type id="kostalinverter">
|
||||
<label>Kostal Inverter</label>
|
||||
<description>Kostal Inverter</description>
|
||||
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel typeId="device-local-ac-current-power" id="acPower"/>
|
||||
<channel typeId="statistic-yield-total" id="totalEnergy"/>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<thing-type id="controller">
|
||||
<label>Leap Motion Controller</label>
|
||||
<description>A Leap Motion Gesture Sensor</description>
|
||||
|
||||
<semantic-equipment-tag>ControlDevice</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="gesture" typeId="gesture"/>
|
||||
</channels>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<label>LG HomBot</label>
|
||||
<description>HomBot vacuum robot.</description>
|
||||
<category>CleaningRobot</category>
|
||||
|
||||
<semantic-equipment-tag>CleaningRobot</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="state" typeId="stateType"/>
|
||||
<channel id="battery" typeId="batteryType"/>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<label>Air Conditioner</label>
|
||||
<description>LG ThinQ Air Conditioner</description>
|
||||
|
||||
<semantic-equipment-tag>AirConditioner</semantic-equipment-tag>
|
||||
<channel-groups>
|
||||
<channel-group id="dashboard" typeId="ac-dashboard"/>
|
||||
<channel-group id="extended-information" typeId="ac-extended-info"/>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<bridge-type id="cloud-account">
|
||||
<label>LG ThinQ Gateway</label>
|
||||
<description>A connection to a LG ThinQ Gateway</description>
|
||||
<semantic-equipment-tag>WebService</semantic-equipment-tag>
|
||||
|
||||
<config-description>
|
||||
<parameter name="language" type="text" required="true">
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
<label>Dish Washer</label>
|
||||
<description>LG ThinQ Dish Washer</description>
|
||||
<semantic-equipment-tag>Dishwasher</semantic-equipment-tag>
|
||||
<channel-groups>
|
||||
<channel-group id="dashboard" typeId="dw-dashboard"/>
|
||||
</channel-groups>
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
<label>Dryer</label>
|
||||
<description>LG ThinQ Dryer</description>
|
||||
<semantic-equipment-tag>Dryer</semantic-equipment-tag>
|
||||
<channel-groups>
|
||||
<channel-group id="dashboard" typeId="dr-dashboard"/>
|
||||
<channel-group id="rs-grp" typeId="dr-rs-grp"/>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<label>Fridge</label>
|
||||
<description>LG ThinQ Fridge</description>
|
||||
|
||||
<semantic-equipment-tag>Refrigerator</semantic-equipment-tag>
|
||||
<channel-groups>
|
||||
<channel-group id="dashboard" typeId="fr-dashboard"/>
|
||||
<channel-group id="extended-information" typeId="fr-extra-info"/>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<label>Heat Pump</label>
|
||||
<description>LG ThinQ Heat Pump</description>
|
||||
|
||||
<semantic-equipment-tag>HeatPump</semantic-equipment-tag>
|
||||
<channel-groups>
|
||||
<channel-group id="dashboard" typeId="hp-dashboard"/>
|
||||
<channel-group id="extended-information" typeId="hp-extra-info"/>
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
<label>LGThinQ Washer</label>
|
||||
<description>LG ThinQ Washing Machine</description>
|
||||
<semantic-equipment-tag>WashingMachine</semantic-equipment-tag>
|
||||
<channel-groups>
|
||||
<channel-group id="dashboard" typeId="wm-dashboard"/>
|
||||
<channel-group id="rs-grp" typeId="wm-rs-grp"/>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<thing-type id="lgtv-M6503C">
|
||||
<label>M6503C Model</label>
|
||||
<description>This thing supports the M6503C monitor</description>
|
||||
|
||||
<semantic-equipment-tag>Display</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="aspect-ratio" typeId="aspect-ratio-M6503C"/>
|
||||
<channel id="auto-sleep" typeId="auto-sleep"/>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<thing-type id="lgtv-LV-series">
|
||||
<label>LV/LW Series</label>
|
||||
<description>This thing supports the LED LCD TV models LV and LW except *LV255C, *LV355B, *LV355C</description>
|
||||
|
||||
<semantic-equipment-tag>Television</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="3d" typeId="3d"/>
|
||||
<channel id="3d-extended" typeId="3d-extended"/>
|
||||
|
@ -44,6 +44,7 @@
|
|||
<thing-type id="lgtv-LVx55-series">
|
||||
<label>LV/LW Series</label>
|
||||
<description>This thing supports the *LV255C, *LV355B, *LV355C models</description>
|
||||
<semantic-equipment-tag>Television</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="3d" typeId="3d"/>
|
||||
<channel id="3d-extended" typeId="3d-extended"/>
|
||||
|
@ -77,7 +78,7 @@
|
|||
<thing-type id="lgtv-LK-series">
|
||||
<label>LK Series</label>
|
||||
<description>This thing supports the LCD TV models LK</description>
|
||||
|
||||
<semantic-equipment-tag>Television</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="3d" typeId="3d"/>
|
||||
<channel id="3d-extended" typeId="3d-extended"/>
|
||||
|
@ -109,7 +110,7 @@
|
|||
<thing-type id="lgtv-PW-series">
|
||||
<label>PW Series</label>
|
||||
<description>This thing supports the PLASMA TV models PW</description>
|
||||
|
||||
<semantic-equipment-tag>Television</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="3d" typeId="3d"/>
|
||||
<channel id="3d-extended" typeId="3d-extended"/>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<label>Generic LG TV</label>
|
||||
<description>Generic LG television connected through a serial interface. This thing should be used only when there is
|
||||
no proper thing defined for your TV model as it has most existing channels for most known commands.</description>
|
||||
|
||||
<semantic-equipment-tag>Television</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="3d" typeId="3d"/>
|
||||
<channel id="3d-extended" typeId="3d-extended"/>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
<thing-type id="colorhevlight">
|
||||
<label>LIFX Color HEV Light</label>
|
||||
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="color" typeId="color"/>
|
||||
<channel id="temperature" typeId="temperature"/>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
<thing-type id="colorirlight">
|
||||
<label>LIFX Color IR Light</label>
|
||||
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="color" typeId="color"/>
|
||||
<channel id="temperature" typeId="temperature"/>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
<thing-type id="colorlight">
|
||||
<label>LIFX Color Light</label>
|
||||
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="color" typeId="color"/>
|
||||
<channel id="temperature" typeId="temperature"/>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
<thing-type id="colormzlight">
|
||||
<label>LIFX Color MultiZone Light</label>
|
||||
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="color" typeId="color"/>
|
||||
<channel id="temperature" typeId="temperature"/>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
<thing-type id="tilelight">
|
||||
<label>LIFX Tile Light</label>
|
||||
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="color" typeId="color"/>
|
||||
<channel id="temperature" typeId="temperature"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<bridge-type id="gateway">
|
||||
<label>LinkTap Gateway</label>
|
||||
<description>This represents a LinkTap gateway</description>
|
||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
||||
|
||||
<properties>
|
||||
<property name="gatewayId"/>
|
||||
|
@ -63,6 +64,7 @@
|
|||
|
||||
<label>LinkTap Binding Thing</label>
|
||||
<description>LinkTap Binding Device</description>
|
||||
<semantic-equipment-tag>Irrigation</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="mode" typeId="mode-type"/>
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
In order to receive the data, you must activate your account at
|
||||
https://espace-client-particuliers.enedis.fr/web/espace-particuliers/compteur-linky.
|
||||
</description>
|
||||
<semantic-equipment-tag>WebService</semantic-equipment-tag>
|
||||
|
||||
<channel-groups>
|
||||
<channel-group typeId="daily" id="daily"/>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<thing-type id="liquidCheckDevice">
|
||||
<label>Liquid Check Device</label>
|
||||
<category>Sensor</category>
|
||||
<semantic-equipment-tag>Sensor</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="content" typeId="content-channel"/>
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<thing-type id="remote" listed="false">
|
||||
<label>Remote Control</label>
|
||||
<description>An IR remote control</description>
|
||||
<semantic-equipment-tag>RemoteControl</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="event" typeId="event"/>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<label>Analog Meter</label>
|
||||
<description>The Analog Meter from the LIVISI EnergyControl product.</description>
|
||||
|
||||
<semantic-equipment-tag>ElectricMeter</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="absoluteEnergyConsumption" typeId="absoluteEnergyConsumption"/>
|
||||
<channel id="energyConsumptionDayKwh" typeId="energyConsumptionDayKwh"/>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<label>Basic Remote Controller (BRC8)</label>
|
||||
<description>A battery powered remote controller with eight push buttons.</description>
|
||||
|
||||
<semantic-equipment-tag>ControlDevice</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="button1" typeId="system.button"/>
|
||||
<channel id="button2" typeId="system.button"/>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<label>Bluetooth Pluggable Smart Switch (BT-PSS)</label>
|
||||
<description>A pluggable switch that can be switched on and off and which can measure the current energy consumption.</description>
|
||||
|
||||
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="switch" typeId="switchActuator"/>
|
||||
</channels>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<label>Generation Meter</label>
|
||||
<description>The Generation Meter from the LIVISI PowerControlSolar product, that measures the generated energy.</description>
|
||||
|
||||
<semantic-equipment-tag>ElectricMeter</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="powerGenerationWatt" typeId="powerGenerationWatt"/>
|
||||
<channel id="totalEnergyGeneration" typeId="totalEnergyGeneration"/>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<label>In Wall Smart Controller (ISC2)</label>
|
||||
<description>A smart controller with two push buttons.</description>
|
||||
|
||||
<semantic-equipment-tag>ControlDevice</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="button1" typeId="system.button"/>
|
||||
<channel id="button2" typeId="system.button"/>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<label>In Wall Smart Dimmer (ISD2)</label>
|
||||
<description>An in wall dimmer with push buttons.</description>
|
||||
|
||||
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="dimmer" typeId="dimmerActuator"/>
|
||||
<channel id="button1" typeId="system.button"/>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<label>In Wall Smart Roller Shutter (ISR2)</label>
|
||||
<description>An in wall rollershutter with two push buttons.</description>
|
||||
|
||||
<semantic-equipment-tag>Blinds</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="rollershutter" typeId="rollershutterActuator"/>
|
||||
<channel id="button1" typeId="system.button"/>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue