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
Andrew Fiddian-Green 2025-04-23 14:35:50 +01:00 committed by GitHub
parent e4bc05a1e1
commit a8849bb854
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
120 changed files with 179 additions and 83 deletions

View File

@ -7,6 +7,7 @@
<bridge-type id="account"> <bridge-type id="account">
<label>MobileLink Account</label> <label>MobileLink Account</label>
<description>MobileLink Cloud Account</description> <description>MobileLink Cloud Account</description>
<semantic-equipment-tag>WebService</semantic-equipment-tag>
<config-description-ref uri="thing-type:generacmobilelink:account"/> <config-description-ref uri="thing-type:generacmobilelink:account"/>
</bridge-type> </bridge-type>
@ -16,6 +17,7 @@
</supported-bridge-type-refs> </supported-bridge-type-refs>
<label>MobileLink Generator</label> <label>MobileLink Generator</label>
<description>MobileLink Generator</description> <description>MobileLink Generator</description>
<semantic-equipment-tag>Generator</semantic-equipment-tag>
<channels> <channels>
<channel id="heroImageUrl" typeId="heroImageUrl"/> <channel id="heroImageUrl" typeId="heroImageUrl"/>
<channel id="statusLabel" typeId="statusLabel"/> <channel id="statusLabel" typeId="statusLabel"/>

View File

@ -7,7 +7,7 @@
<thing-type id="goe"> <thing-type id="goe">
<label>Go-eCharger</label> <label>Go-eCharger</label>
<description>Go-eCharger thing that represents the wallbox configuration and readings</description> <description>Go-eCharger thing that represents the wallbox configuration and readings</description>
<semantic-equipment-tag>EVSE</semantic-equipment-tag>
<channels> <channels>
<channel id="awattarMaxPrice" typeId="awp"/> <channel id="awattarMaxPrice" typeId="awp"/>
<channel id="maxCurrent" typeId="current"/> <channel id="maxCurrent" typeId="current"/>

View File

@ -8,7 +8,7 @@
<thing-type id="pigpio-remote" extensible="pigpio-digital-input,pigpio-digital-output"> <thing-type id="pigpio-remote" extensible="pigpio-digital-input,pigpio-digital-output">
<label>Pigpio Remote</label> <label>Pigpio Remote</label>
<description>The remote pigpio thing represents a remote raspberry pi with pigpio installed. Pins are channels.</description> <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> <properties>
<property name="vendor">Raspberry Pi Foundation</property> <property name="vendor">Raspberry Pi Foundation</property>
</properties> </properties>

View File

@ -7,7 +7,7 @@
<thing-type id="tracker" extensible="regionDistance"> <thing-type id="tracker" extensible="regionDistance">
<label>Tracker Device</label> <label>Tracker Device</label>
<description>Device running tracker application</description> <description>Device running tracker application</description>
<semantic-equipment-tag>Tracker</semantic-equipment-tag>
<channels> <channels>
<channel id="lastLocation" typeId="system.location"/> <channel id="lastLocation" typeId="system.location"/>
<channel id="batteryLevel" typeId="system.battery-level"/> <channel id="batteryLevel" typeId="system.battery-level"/>

View File

@ -6,6 +6,7 @@
<thing-type id="airconditioner"> <thing-type id="airconditioner">
<label>@text/thing-type.gree.airconditioner.label</label> <label>@text/thing-type.gree.airconditioner.label</label>
<semantic-equipment-tag>AirConditioner</semantic-equipment-tag>
<channels> <channels>
<channel id="power" typeId="system.power"/> <channel id="power" typeId="system.power"/>
<channel id="mode" typeId="mode"/> <channel id="mode" typeId="mode"/>

View File

@ -8,7 +8,7 @@
<label>GridBox</label> <label>GridBox</label>
<description>GridBox Thing</description> <description>GridBox Thing</description>
<semantic-equipment-tag>PowerSupply</semantic-equipment-tag>
<channels> <channels>
<channel id="battery-capacity" typeId="system.electric-energy"/> <channel id="battery-capacity" typeId="system.electric-energy"/>
<channel id="battery-nominal-capacity" typeId="system.electric-energy"/> <channel id="battery-nominal-capacity" typeId="system.electric-energy"/>

View File

@ -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 <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. not set, you can configure to use a `refreshToken` to login. Read the README to get more info.
</description> </description>
<semantic-equipment-tag>WebService</semantic-equipment-tag>
<config-description> <config-description>
<parameter name="username" type="text" required="false"> <parameter name="username" type="text" required="false">
<label>Username</label> <label>Username</label>
@ -30,7 +30,7 @@
<label>GROHE SENSE GUARD Appliance</label> <label>GROHE SENSE GUARD Appliance</label>
<description>A SENSE GUARD device</description> <description>A SENSE GUARD device</description>
<semantic-equipment-tag>HotWaterFaucet</semantic-equipment-tag>
<channels> <channels>
<channel id="name" typeId="name"/> <channel id="name" typeId="name"/>
<channel id="pressure" typeId="pressure"/> <channel id="pressure" typeId="pressure"/>
@ -71,6 +71,7 @@
<label>GROHE SENSE Appliance</label> <label>GROHE SENSE Appliance</label>
<description>A SENSE device</description> <description>A SENSE device</description>
<semantic-equipment-tag>Sensor</semantic-equipment-tag>
<channels> <channels>
<channel id="name" typeId="name"/> <channel id="name" typeId="name"/>

View File

@ -62,7 +62,7 @@
<label>Groupe PSA Car</label> <label>Groupe PSA Car</label>
<description>Car connected via Groupe PSA (Peugeot, Citroen, Vauxhall, Opel, DS) Bridge</description> <description>Car connected via Groupe PSA (Peugeot, Citroen, Vauxhall, Opel, DS) Bridge</description>
<semantic-equipment-tag>Vehicle</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="battery" typeId="battery"/> <channel-group id="battery" typeId="battery"/>
<channel-group id="doors" typeId="doors"/> <channel-group id="doors" typeId="doors"/>

View File

@ -7,6 +7,7 @@
<thing-type id="biostar"> <thing-type id="biostar">
<label>Guntamatic Biostar</label> <label>Guntamatic Biostar</label>
<description>Guntamatic Biostar Pellets Heating System</description> <description>Guntamatic Biostar Pellets Heating System</description>
<semantic-equipment-tag>Boiler</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="control" typeId="control-group-type"/> <channel-group id="control" typeId="control-group-type"/>
@ -27,6 +28,7 @@
<thing-type id="biosmart"> <thing-type id="biosmart">
<label>Guntamatic Biosmart</label> <label>Guntamatic Biosmart</label>
<description>Guntamatic Biosmart Log Heating System</description> <description>Guntamatic Biosmart Log Heating System</description>
<semantic-equipment-tag>Boiler</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="control" typeId="control-group-type-wo-boiler-app"/> <channel-group id="control" typeId="control-group-type-wo-boiler-app"/>
@ -46,6 +48,7 @@
<thing-type id="powerchip"> <thing-type id="powerchip">
<label>Guntamatic Powerchip</label> <label>Guntamatic Powerchip</label>
<description>Guntamatic Powerchip WoodChip Heating System</description> <description>Guntamatic Powerchip WoodChip Heating System</description>
<semantic-equipment-tag>Boiler</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="control" typeId="control-group-type"/> <channel-group id="control" typeId="control-group-type"/>
@ -66,6 +69,7 @@
<thing-type id="powercorn"> <thing-type id="powercorn">
<label>Guntamatic Powercorn</label> <label>Guntamatic Powercorn</label>
<description>Guntamatic Powercorn EnergyGrain Heating System. Untested! Please provide Feedback!</description> <description>Guntamatic Powercorn EnergyGrain Heating System. Untested! Please provide Feedback!</description>
<semantic-equipment-tag>Boiler</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="control" typeId="control-group-type"/> <channel-group id="control" typeId="control-group-type"/>
@ -86,6 +90,7 @@
<thing-type id="biocom"> <thing-type id="biocom">
<label>Guntamatic Biocom</label> <label>Guntamatic Biocom</label>
<description>Guntamatic Biocom Pellets Heating System. Untested! Please provide Feedback!</description> <description>Guntamatic Biocom Pellets Heating System. Untested! Please provide Feedback!</description>
<semantic-equipment-tag>Boiler</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="control" typeId="control-group-type"/> <channel-group id="control" typeId="control-group-type"/>
@ -106,6 +111,7 @@
<thing-type id="pro"> <thing-type id="pro">
<label>Guntamatic Pro</label> <label>Guntamatic Pro</label>
<description>Guntamatic Pro Pellets or WoodChip Heating System. Untested! Please provide Feedback!</description> <description>Guntamatic Pro Pellets or WoodChip Heating System. Untested! Please provide Feedback!</description>
<semantic-equipment-tag>Boiler</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="control" typeId="control-group-type"/> <channel-group id="control" typeId="control-group-type"/>
@ -126,6 +132,7 @@
<thing-type id="therm"> <thing-type id="therm">
<label>Guntamatic Therm</label> <label>Guntamatic Therm</label>
<description>Guntamatic Therm Pellets Heating System. Untested! Please provide Feedback!</description> <description>Guntamatic Therm Pellets Heating System. Untested! Please provide Feedback!</description>
<semantic-equipment-tag>Boiler</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="control" typeId="control-group-type"/> <channel-group id="control" typeId="control-group-type"/>
@ -147,6 +154,7 @@
<label>Guntamatic Generic</label> <label>Guntamatic Generic</label>
<description>Generic Guntamatic Heating System. Use this type, if your Heating System is none of the others. Please <description>Generic Guntamatic Heating System. Use this type, if your Heating System is none of the others. Please
provide Feedback!</description> provide Feedback!</description>
<semantic-equipment-tag>Boiler</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="control" typeId="control-group-type-wo-boiler-app"/> <channel-group id="control" typeId="control-group-type-wo-boiler-app"/>

View File

@ -11,7 +11,7 @@
optional optional
WLAN-Modul. More information can be found here: https://www.haassohn.com/de/ihr-plus/WLAN-Funktion. It allows 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> 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> <channels>
<channel id="channelIsTemp" typeId="isTemp"/> <channel id="channelIsTemp" typeId="isTemp"/>

View File

@ -8,7 +8,7 @@
<bridge-type id="bridge"> <bridge-type id="bridge">
<label>Hayward OmniLogix Connection</label> <label>Hayward OmniLogix Connection</label>
<description>Connection to Hayward's Server</description> <description>Connection to Hayward's Server</description>
<semantic-equipment-tag>WebService</semantic-equipment-tag>
<config-description> <config-description>
<parameter name="endpointUrl" type="text" required="true"> <parameter name="endpointUrl" type="text" required="true">
<context>url</context> <context>url</context>

View File

@ -10,6 +10,7 @@
</supported-bridge-type-refs> </supported-bridge-type-refs>
<label>Chlorinator</label> <label>Chlorinator</label>
<semantic-equipment-tag>Chlorinator</semantic-equipment-tag>
<channels> <channels>
<channel id="chlorEnable" typeId="system.power"/> <channel id="chlorEnable" typeId="system.power"/>
<channel id="chlorOperatingMode" typeId="chlorOperatingMode"/> <channel id="chlorOperatingMode" typeId="chlorOperatingMode"/>

View File

@ -10,6 +10,7 @@
</supported-bridge-type-refs> </supported-bridge-type-refs>
<label>Color Logic Light</label> <label>Color Logic Light</label>
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
<channels> <channels>
<channel id="colorLogicLightEnable" typeId="system.power"/> <channel id="colorLogicLightEnable" typeId="system.power"/>
<channel id="colorLogicLightState" typeId="lightState"/> <channel id="colorLogicLightState" typeId="lightState"/>

View File

@ -10,6 +10,7 @@
</supported-bridge-type-refs> </supported-bridge-type-refs>
<label>Filter</label> <label>Filter</label>
<semantic-equipment-tag>WaterFilter</semantic-equipment-tag>
<channels> <channels>
<channel id="filterEnable" typeId="system.power"/> <channel id="filterEnable" typeId="system.power"/>
<channel id="filterValvePosition" typeId="valvePosition"/> <channel id="filterValvePosition" typeId="valvePosition"/>

View File

@ -10,6 +10,7 @@
</supported-bridge-type-refs> </supported-bridge-type-refs>
<label>Heater</label> <label>Heater</label>
<semantic-equipment-tag>WaterHeater</semantic-equipment-tag>
<channels> <channels>
<channel id="heaterState" typeId="state"/> <channel id="heaterState" typeId="state"/>
<channel id="heaterEnable" typeId="enable"/> <channel id="heaterEnable" typeId="enable"/>

View File

@ -10,6 +10,7 @@
</supported-bridge-type-refs> </supported-bridge-type-refs>
<label>Pump</label> <label>Pump</label>
<semantic-equipment-tag>Pump</semantic-equipment-tag>
<channels> <channels>
<channel id="pumpEnable" typeId="system.power"/> <channel id="pumpEnable" typeId="system.power"/>
<channel id="pumpSpeedPercent" typeId="pumpSpeedPercent"/> <channel id="pumpSpeedPercent" typeId="pumpSpeedPercent"/>

View File

@ -7,6 +7,7 @@
<thing-type id="collection"> <thing-type id="collection">
<label>HCC NZ Rubbish Collection</label> <label>HCC NZ Rubbish Collection</label>
<description>Rubbish collection days for Hamilton City Council (NZ).</description> <description>Rubbish collection days for Hamilton City Council (NZ).</description>
<semantic-equipment-tag>WebService</semantic-equipment-tag>
<channels> <channels>
<channel id="day" typeId="day"/> <channel id="day" typeId="day"/>

View File

@ -7,6 +7,7 @@
<thing-type id="ipvario221"> <thing-type id="ipvario221">
<label>Helios IP Vario</label> <label>Helios IP Vario</label>
<description>Helios IP Vario Door Station / Intercom with Firmware v2.21</description> <description>Helios IP Vario Door Station / Intercom with Firmware v2.21</description>
<semantic-equipment-tag>Doorbell</semantic-equipment-tag>
<channels> <channels>
<channel id="audiolooptest" typeId="audiolooptest"/> <channel id="audiolooptest" typeId="audiolooptest"/>

View File

@ -8,6 +8,7 @@
<thing-type id="ventilation"> <thing-type id="ventilation">
<label>HeliosVentilation (KWL)</label> <label>HeliosVentilation (KWL)</label>
<description>A domestic ventilation system (KWL) from Helios.</description> <description>A domestic ventilation system (KWL) from Helios.</description>
<semantic-equipment-tag>HVAC</semantic-equipment-tag>
<channels> <channels>
<channel id="outsideTemp" typeId="outside_temperature"/> <channel id="outsideTemp" typeId="outside_temperature"/>

View File

@ -10,6 +10,8 @@
</supported-bridge-type-refs> </supported-bridge-type-refs>
<label>HEOS Group</label> <label>HEOS Group</label>
<description>A group of HEOS Player</description> <description>A group of HEOS Player</description>
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>
<channels> <channels>
<channel id="Control" typeId="system.media-control"/> <channel id="Control" typeId="system.media-control"/>
<channel id="Volume" typeId="system.volume"/> <channel id="Volume" typeId="system.volume"/>

View File

@ -11,6 +11,7 @@
</supported-bridge-type-refs> </supported-bridge-type-refs>
<label>HEOS Player</label> <label>HEOS Player</label>
<description>A HEOS Player of the HEOS Network</description> <description>A HEOS Player of the HEOS Network</description>
<semantic-equipment-tag>MediaPlayer</semantic-equipment-tag>
<channels> <channels>
<channel id="Control" typeId="system.media-control"/> <channel id="Control" typeId="system.media-control"/>

View File

@ -6,6 +6,7 @@
<bridge-type id="serialBus"> <bridge-type id="serialBus">
<label>Herzborg Serial Bus</label> <label>Herzborg Serial Bus</label>
<description>RS485 bus</description> <description>RS485 bus</description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
<config-description> <config-description>
<parameter name="port" type="text" required="true"> <parameter name="port" type="text" required="true">
<label>Serial Port</label> <label>Serial Port</label>
@ -22,6 +23,8 @@
</supported-bridge-type-refs> </supported-bridge-type-refs>
<label>Herzborg Curtain Motor</label> <label>Herzborg Curtain Motor</label>
<description>Curtain motor</description> <description>Curtain motor</description>
<semantic-equipment-tag>Drapes</semantic-equipment-tag>
<channels> <channels>
<channel id="position" typeId="position"/> <channel id="position" typeId="position"/>
<channel id="mode" typeId="mode"/> <channel id="mode" typeId="mode"/>

View File

@ -8,7 +8,7 @@
<label>HomeWizard Plug-In Battery</label> <label>HomeWizard Plug-In Battery</label>
<description>This thing provides the measurement data that is available through the API of a HomeWizard Plug-In <description>This thing provides the measurement data that is available through the API of a HomeWizard Plug-In
Battery.</description> Battery.</description>
<semantic-equipment-tag>Battery</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="energy" typeId="bat-energy-group"/> <channel-group id="energy" typeId="bat-energy-group"/>
</channel-groups> </channel-groups>

View File

@ -8,7 +8,7 @@
<label>HomeWizard kWh Meter</label> <label>HomeWizard kWh Meter</label>
<description>This thing provides the measurement data that is available through the API of a HomeWizard <description>This thing provides the measurement data that is available through the API of a HomeWizard
kWh Meter.</description> kWh Meter.</description>
<semantic-equipment-tag>ElectricMeter</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="energy" typeId="kwh-energy-group"/> <channel-group id="energy" typeId="kwh-energy-group"/>
</channel-groups> </channel-groups>

View File

@ -8,7 +8,7 @@
<label>HomeWizard P1 Meter</label> <label>HomeWizard P1 Meter</label>
<description>This thing provides the measurement data that is available through the API of a HomeWizard <description>This thing provides the measurement data that is available through the API of a HomeWizard
P1 Meter.</description> P1 Meter.</description>
<semantic-equipment-tag>ElectricMeter</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="energy" typeId="p1-energy-group"/> <channel-group id="energy" typeId="p1-energy-group"/>
</channel-groups> </channel-groups>

View File

@ -8,7 +8,7 @@
<label>HomeWizard Energy Socket</label> <label>HomeWizard Energy Socket</label>
<description>This thing provides the measurement data that is available through the API of a HomeWizard <description>This thing provides the measurement data that is available through the API of a HomeWizard
Energy Socket.</description> Energy Socket.</description>
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="energy" typeId="skt-energy-group"/> <channel-group id="energy" typeId="skt-energy-group"/>
<channel-group id="control" typeId="skt-control-group"/> <channel-group id="control" typeId="skt-control-group"/>

View File

@ -8,7 +8,7 @@
<label>HomeWizard Watermeter</label> <label>HomeWizard Watermeter</label>
<description>This thing provides the measurement data that is available through the API of a HomeWizard <description>This thing provides the measurement data that is available through the API of a HomeWizard
Watermeter.</description> Watermeter.</description>
<semantic-equipment-tag>WaterMeter</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="water" typeId="es-water-group"/> <channel-group id="water" typeId="es-water-group"/>
</channel-groups> </channel-groups>

View File

@ -8,7 +8,7 @@
<label>HomeWizard Wi-Fi P1 Meter</label> <label>HomeWizard Wi-Fi P1 Meter</label>
<description>This thing provides the measurement data that is available through the http interface of the HomeWizard <description>This thing provides the measurement data that is available through the http interface of the HomeWizard
Wi-Fi P1 Meter.</description> Wi-Fi P1 Meter.</description>
<semantic-equipment-tag>ElectricMeter</semantic-equipment-tag>
<channels> <channels>
<channel id="active_current" typeId="system.electric-current"> <channel id="active_current" typeId="system.electric-current">
<label>Current</label> <label>Current</label>

View File

@ -13,6 +13,7 @@
</description> </description>
<category>receiver</category> <category>receiver</category>
<semantic-equipment-tag>AudioVisual</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="device-firmware" typeId="device-firmware"></channel-group> <channel-group id="device-firmware" typeId="device-firmware"></channel-group>

View File

@ -7,6 +7,7 @@
<bridge-type id="account"> <bridge-type id="account">
<label>Hydrawise Account Thing</label> <label>Hydrawise Account Thing</label>
<description>Hydrawise account</description> <description>Hydrawise account</description>
<semantic-equipment-tag>WebService</semantic-equipment-tag>
<config-description> <config-description>
<parameter name="userName" type="text" required="true"> <parameter name="userName" type="text" required="true">
<label>User Name</label> <label>User Name</label>
@ -37,6 +38,7 @@
</supported-bridge-type-refs> </supported-bridge-type-refs>
<label>Hydrawise Controller Thing</label> <label>Hydrawise Controller Thing</label>
<description>Hydrawise connected irrigation controller</description> <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 <!-- Until we have https://github.com/eclipse/smarthome/issues/1118 fixed, we need to list
all possible channel groups. all possible channel groups.
@ -316,6 +318,7 @@
<thing-type id="local"> <thing-type id="local">
<label>Hydrawise Local Thing</label> <label>Hydrawise Local Thing</label>
<description>Hydrawise local connected irrigation controller</description> <description>Hydrawise local connected irrigation controller</description>
<semantic-equipment-tag>Irrigation</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="zone1" typeId="zone"> <channel-group id="zone1" typeId="zone">
<label>Zone 1</label> <label>Zone 1</label>

View File

@ -7,6 +7,7 @@
<thing-type id="powermeter"> <thing-type id="powermeter">
<label>Iammeter Power Meter 3162/3080</label> <label>Iammeter Power Meter 3162/3080</label>
<description>Single phase PowerMeter for Iammeter Binding</description> <description>Single phase PowerMeter for Iammeter Binding</description>
<semantic-equipment-tag>ElectricMeter</semantic-equipment-tag>
<channels> <channels>
<channel id="voltage" typeId="voltage"/> <channel id="voltage" typeId="voltage"/>
<channel id="current" typeId="current"/> <channel id="current" typeId="current"/>

View File

@ -7,6 +7,7 @@
<thing-type id="powermeter3080T"> <thing-type id="powermeter3080T">
<label>Iammeter Power Meter 3080T</label> <label>Iammeter Power Meter 3080T</label>
<description>3 phases PowerMeter for Iammeter 3080T Binding</description> <description>3 phases PowerMeter for Iammeter 3080T Binding</description>
<semantic-equipment-tag>ElectricMeter</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="powerPhaseA" typeId="powerPhaseGroup"> <channel-group id="powerPhaseA" typeId="powerPhaseGroup">
<label>Power Phase A</label> <label>Power Phase A</label>

View File

@ -7,6 +7,7 @@
<label>iAquaLink Pool Controller</label> <label>iAquaLink Pool Controller</label>
<description>An iAquaLink pool control thing represents an iAquaLink pool controller for Jandy/Zodiac systems <description>An iAquaLink pool control thing represents an iAquaLink pool controller for Jandy/Zodiac systems
</description> </description>
<semantic-equipment-tag>SwimmingPool</semantic-equipment-tag>
<channels> <channels>
<channel id="status" typeId="status"/> <channel id="status" typeId="status"/>
<channel id="system_type" typeId="system_type"/> <channel id="system_type" typeId="system_type"/>

View File

@ -13,7 +13,7 @@
<label>Insteon Device</label> <label>Insteon Device</label>
<description>An Insteon device such as a switch, dimmer, keypad, sensor, etc.</description> <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> <representation-property>address</representation-property>
<config-description> <config-description>

View File

@ -7,6 +7,7 @@
<bridge-type id="hub1"> <bridge-type id="hub1">
<label>Insteon Hub</label> <label>Insteon Hub</label>
<description>An Insteon Hub Legacy that communicates with Insteon devices.</description> <description>An Insteon Hub Legacy that communicates with Insteon devices.</description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
<config-description> <config-description>
<parameter name="hostname" type="text" required="true"> <parameter name="hostname" type="text" required="true">

View File

@ -7,6 +7,7 @@
<bridge-type id="hub2"> <bridge-type id="hub2">
<label>Insteon Hub 2</label> <label>Insteon Hub 2</label>
<description>An Insteon Hub 2 that communicates with Insteon devices.</description> <description>An Insteon Hub 2 that communicates with Insteon devices.</description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
<config-description> <config-description>
<parameter name="hostname" type="text" required="true"> <parameter name="hostname" type="text" required="true">

View File

@ -7,6 +7,7 @@
<bridge-type id="network"> <bridge-type id="network">
<label>Insteon Network (Legacy)</label> <label>Insteon Network (Legacy)</label>
<description>An Insteon PLM or Hub that communicates with Insteon devices.</description> <description>An Insteon PLM or Hub that communicates with Insteon devices.</description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
<config-description> <config-description>
<parameter name="port" type="text" required="true"> <parameter name="port" type="text" required="true">
@ -42,7 +43,7 @@
<label>Insteon Device (Legacy)</label> <label>Insteon Device (Legacy)</label>
<description>An Insteon or X10 device such as a switch, dimmer, keypad, sensor, etc.</description> <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> <representation-property>address</representation-property>
<config-description> <config-description>

View File

@ -7,6 +7,7 @@
<bridge-type id="plm"> <bridge-type id="plm">
<label>Insteon PLM</label> <label>Insteon PLM</label>
<description>An Insteon PLM that communicates with Insteon devices.</description> <description>An Insteon PLM that communicates with Insteon devices.</description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
<config-description> <config-description>
<parameter name="serialPort" type="text" required="true"> <parameter name="serialPort" type="text" required="true">

View File

@ -7,6 +7,7 @@
<thing-type id="intesisHome"> <thing-type id="intesisHome">
<label>IntesisHome WiFi Adapter</label> <label>IntesisHome WiFi Adapter</label>
<description>Represents a single IntesisHome WiFi adapter on the network, connected to an A/C unit.</description> <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> <channels>
<channel id="power" typeId="system.power"/> <channel id="power" typeId="system.power"/>
<channel id="wifiSignal" typeId="system.signal-strength"/> <channel id="wifiSignal" typeId="system.signal-strength"/>
@ -37,6 +38,7 @@
<thing-type id="intesisBox"> <thing-type id="intesisBox">
<label>IntesisBox Adapter</label> <label>IntesisBox Adapter</label>
<description>Represents a single IntesisBox WiFi adapter on the network, connected to an A/C unit.</description> <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> <channels>
<channel id="power" typeId="system.power"/> <channel id="power" typeId="system.power"/>
<channel id="wifiSignal" typeId="system.signal-strength"/> <channel id="wifiSignal" typeId="system.signal-strength"/>

View File

@ -8,7 +8,7 @@
<thing-type id="iotawatt"> <thing-type id="iotawatt">
<label>IoTaWatt Binding Thing</label> <label>IoTaWatt Binding Thing</label>
<description>An IoTaWatt devices</description> <description>An IoTaWatt devices</description>
<semantic-equipment-tag>ElectricMeter</semantic-equipment-tag>
<config-description> <config-description>
<parameter name="hostname" type="text" required="true"> <parameter name="hostname" type="text" required="true">
<context>network-address</context> <context>network-address</context>

View File

@ -7,6 +7,7 @@
<thing-type id="group"> <thing-type id="group">
<label>Group Multiple Cameras</label> <label>Group Multiple Cameras</label>
<description>Show multiple cameras as a single rotating feed</description> <description>Show multiple cameras as a single rotating feed</description>
<channels> <channels>
<channel id="startStream" typeId="startStream"/> <channel id="startStream" typeId="startStream"/>
<channel id="mjpegUrl" typeId="mjpegUrl"/> <channel id="mjpegUrl" typeId="mjpegUrl"/>
@ -97,6 +98,7 @@
<thing-type id="generic"> <thing-type id="generic">
<label>RTSP/HTTP IP Camera</label> <label>RTSP/HTTP IP Camera</label>
<description>Use when your camera is not ONVIF compatible.</description> <description>Use when your camera is not ONVIF compatible.</description>
<semantic-equipment-tag>Camera</semantic-equipment-tag>
<channels> <channels>
<channel id="startStream" typeId="startStream"/> <channel id="startStream" typeId="startStream"/>
<channel id="pollImage" typeId="pollImage"/> <channel id="pollImage" typeId="pollImage"/>
@ -322,6 +324,7 @@
<thing-type id="onvif"> <thing-type id="onvif">
<label>ONVIF IP Camera</label> <label>ONVIF IP Camera</label>
<description>Use when the binding does not list your brand of ONVIF camera.</description> <description>Use when the binding does not list your brand of ONVIF camera.</description>
<semantic-equipment-tag>Camera</semantic-equipment-tag>
<channels> <channels>
<channel id="startStream" typeId="startStream"/> <channel id="startStream" typeId="startStream"/>
<channel id="pollImage" typeId="pollImage"/> <channel id="pollImage" typeId="pollImage"/>
@ -612,6 +615,7 @@
<thing-type id="amcrest"> <thing-type id="amcrest">
<label>Amcrest Camera with API</label> <label>Amcrest Camera with API</label>
<description>Use for older Amcrest Cameras, that wont work as dahua thing type.</description> <description>Use for older Amcrest Cameras, that wont work as dahua thing type.</description>
<semantic-equipment-tag>Camera</semantic-equipment-tag>
<channels> <channels>
<channel id="startStream" typeId="startStream"/> <channel id="startStream" typeId="startStream"/>
<channel id="pollImage" typeId="pollImage"/> <channel id="pollImage" typeId="pollImage"/>
@ -887,6 +891,7 @@
<thing-type id="dahua"> <thing-type id="dahua">
<label>Dahua Camera with API</label> <label>Dahua Camera with API</label>
<description>Use for all current Dahua cameras, as they support an API as well as ONVIF.</description> <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> <channels>
<channel id="startStream" typeId="startStream"/> <channel id="startStream" typeId="startStream"/>
<channel id="pollImage" typeId="pollImage"/> <channel id="pollImage" typeId="pollImage"/>
@ -1195,6 +1200,7 @@
<thing-type id="doorbird"> <thing-type id="doorbird">
<label>Doorbird Camera with API</label> <label>Doorbird Camera with API</label>
<description>Use for all current Doorbird Cameras, as they support an API as well as ONVIF.</description> <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> <channels>
<channel id="startStream" typeId="startStream"/> <channel id="startStream" typeId="startStream"/>
<channel id="pollImage" typeId="pollImage"/> <channel id="pollImage" typeId="pollImage"/>
@ -1456,6 +1462,7 @@
<thing-type id="foscam"> <thing-type id="foscam">
<label>Foscam Camera with API</label> <label>Foscam Camera with API</label>
<description>Use for all current HD FOSCAM Cameras as they support an API as well as ONVIF.</description> <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> <channels>
<channel id="startStream" typeId="startStream"/> <channel id="startStream" typeId="startStream"/>
<channel id="pollImage" typeId="pollImage"/> <channel id="pollImage" typeId="pollImage"/>
@ -1742,6 +1749,7 @@
<thing-type id="hikvision"> <thing-type id="hikvision">
<label>Hikvision Camera with API</label> <label>Hikvision Camera with API</label>
<description>Use for all current Hikvision Cameras as they support an API as well as ONVIF.</description> <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> <channels>
<channel id="startStream" typeId="startStream"/> <channel id="startStream" typeId="startStream"/>
<channel id="pollImage" typeId="pollImage"/> <channel id="pollImage" typeId="pollImage"/>
@ -2029,6 +2037,7 @@
<thing-type id="instar"> <thing-type id="instar">
<label>Instar Camera with API</label> <label>Instar Camera with API</label>
<description>Use for all current INSTAR HD Cameras, as they support an API as well as ONVIF.</description> <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> <channels>
<channel id="startStream" typeId="startStream"/> <channel id="startStream" typeId="startStream"/>
<channel id="pollImage" typeId="pollImage"/> <channel id="pollImage" typeId="pollImage"/>
@ -2300,6 +2309,7 @@
<thing-type id="reolink"> <thing-type id="reolink">
<label>Reolink Camera with API</label> <label>Reolink Camera with API</label>
<description>Use for all Reolink cameras, as they support an API as well as ONVIF.</description> <description>Use for all Reolink cameras, as they support an API as well as ONVIF.</description>
<semantic-equipment-tag>Camera</semantic-equipment-tag>
<channels> <channels>
<channel id="startStream" typeId="startStream"/> <channel id="startStream" typeId="startStream"/>
<channel id="pollImage" typeId="pollImage"/> <channel id="pollImage" typeId="pollImage"/>

View File

@ -7,6 +7,7 @@
<thing-type id="weatherstation"> <thing-type id="weatherstation">
<label>Weather Station</label> <label>Weather Station</label>
<description>Use for any weather station sold under multiple brands that come with an IP Observer unit.</description> <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> <channels>
<channel id="temperatureIndoor" typeId="temperatureIndoor"/> <channel id="temperatureIndoor" typeId="temperatureIndoor"/>
<channel id="temperatureOutdoor" typeId="system.outdoor-temperature"/> <channel id="temperatureOutdoor" typeId="system.outdoor-temperature"/>

View File

@ -5,6 +5,7 @@
<thing-type id="printer"> <thing-type id="printer">
<label>Printer</label> <label>Printer</label>
<description>An IPP Printer</description> <description>An IPP Printer</description>
<semantic-equipment-tag>Printer</semantic-equipment-tag>
<channels> <channels>
<channel id="jobs" typeId="jobs"/> <channel id="jobs" typeId="jobs"/>

View File

@ -8,6 +8,7 @@
<label>Roomba</label> <label>Roomba</label>
<description>A Roomba vacuum robot</description> <description>A Roomba vacuum robot</description>
<category>CleaningRobot</category> <category>CleaningRobot</category>
<semantic-equipment-tag>CleaningRobot</semantic-equipment-tag>
<channels> <channels>
<channel id="command" typeId="command"/> <channel id="command" typeId="command"/>

View File

@ -12,6 +12,7 @@
<label>Blaster</label> <label>Blaster</label>
<description>This is an infrared transmitter that can send infrared commands</description> <description>This is an infrared transmitter that can send infrared commands</description>
<semantic-equipment-tag>RemoteControl</semantic-equipment-tag>
<channels> <channels>
<channel id="io" typeId="io"/> <channel id="io" typeId="io"/>

View File

@ -8,6 +8,7 @@
<bridge-type id="ethernet"> <bridge-type id="ethernet">
<label>IRtrans Ethernet Bridge</label> <label>IRtrans Ethernet Bridge</label>
<description>This is an Ethernet (PoE) IRtrans transceiver equipped with an on-board IRDB database</description> <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> <config-description>
<parameter name="ipAddress" type="text" required="true"> <parameter name="ipAddress" type="text" required="true">

View File

@ -7,6 +7,7 @@
<bridge-type id="bridge"> <bridge-type id="bridge">
<label>Jablonet Bridge</label> <label>Jablonet Bridge</label>
<description>A bridge to the Jablonet cloud service.</description> <description>A bridge to the Jablonet cloud service.</description>
<semantic-equipment-tag>WebService</semantic-equipment-tag>
<config-description-ref uri="bridge-type:jablotron:bridge"/> <config-description-ref uri="bridge-type:jablotron:bridge"/>
</bridge-type> </bridge-type>

View File

@ -10,6 +10,7 @@
</supported-bridge-type-refs> </supported-bridge-type-refs>
<label>JA100 Alarm</label> <label>JA100 Alarm</label>
<description>A Jablotron JA100 alarm device.</description> <description>A Jablotron JA100 alarm device.</description>
<semantic-equipment-tag>AlarmDevice</semantic-equipment-tag>
<channels> <channels>
<channel id="lastEvent" typeId="lastEvent"/> <channel id="lastEvent" typeId="lastEvent"/>

View File

@ -10,6 +10,7 @@
</supported-bridge-type-refs> </supported-bridge-type-refs>
<label>JA100F Alarm</label> <label>JA100F Alarm</label>
<description>A Jablotron JA100F alarm device.</description> <description>A Jablotron JA100F alarm device.</description>
<semantic-equipment-tag>AlarmDevice</semantic-equipment-tag>
<channels> <channels>
<channel id="lastEvent" typeId="lastEvent"/> <channel id="lastEvent" typeId="lastEvent"/>

View File

@ -10,6 +10,7 @@
</supported-bridge-type-refs> </supported-bridge-type-refs>
<label>Oasis Alarm</label> <label>Oasis Alarm</label>
<description>A Jablotron Oasis alarm device.</description> <description>A Jablotron Oasis alarm device.</description>
<semantic-equipment-tag>AlarmDevice</semantic-equipment-tag>
<channels> <channels>
<channel id="statusA" typeId="statusA"/> <channel id="statusA" typeId="statusA"/>

View File

@ -162,7 +162,7 @@
<label>@text/thing-type.lacrosse.label</label> <label>@text/thing-type.lacrosse.label</label>
<description>@text/thing-type.lacrosse.description</description> <description>@text/thing-type.lacrosse.description</description>
<semantic-equipment-tag>Sensor</semantic-equipment-tag>
<channels> <channels>
<channel id="temperature" typeId="temperature"/> <channel id="temperature" typeId="temperature"/>
<channel id="humidity" typeId="humidity"/> <channel id="humidity" typeId="humidity"/>
@ -221,7 +221,7 @@
<label>@text/thing-type.ec3k.label</label> <label>@text/thing-type.ec3k.label</label>
<description>@text/thing-type.ec3k.description</description> <description>@text/thing-type.ec3k.description</description>
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
<channels> <channels>
<channel id="currentPower" typeId="current-power"/> <channel id="currentPower" typeId="current-power"/>
<channel id="maxPower" typeId="max-power"/> <channel id="maxPower" typeId="max-power"/>
@ -266,7 +266,7 @@
<label>@text/thing-type.pca301.label</label> <label>@text/thing-type.pca301.label</label>
<description>@text/thing-type.pca301.description</description> <description>@text/thing-type.pca301.description</description>
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
<channels> <channels>
<channel id="switchingState" typeId="switching-state"/> <channel id="switchingState" typeId="switching-state"/>
<channel id="currentPower" typeId="current-power"/> <channel id="currentPower" typeId="current-power"/>
@ -302,7 +302,7 @@
<label>@text/thing-type.emt7110.label</label> <label>@text/thing-type.emt7110.label</label>
<description>@text/thing-type.emt7110.description</description> <description>@text/thing-type.emt7110.description</description>
<semantic-equipment-tag>PowerOutlet</semantic-equipment-tag>
<channels> <channels>
<channel id="currentPower" typeId="current-power"/> <channel id="currentPower" typeId="current-power"/>
<channel id="consumptionTotal" typeId="consumption-total"/> <channel id="consumptionTotal" typeId="consumption-total"/>
@ -334,7 +334,7 @@
<label>@text/thing-type.revolt.label</label> <label>@text/thing-type.revolt.label</label>
<description>@text/thing-type.revolt.description</description> <description>@text/thing-type.revolt.description</description>
<semantic-equipment-tag>ElectricMeter</semantic-equipment-tag>
<channels> <channels>
<channel id="currentPower" typeId="current-power"/> <channel id="currentPower" typeId="current-power"/>
<channel id="consumptionTotal" typeId="consumption-total"/> <channel id="consumptionTotal" typeId="consumption-total"/>
@ -368,7 +368,7 @@
<label>@text/thing-type.tx22.label</label> <label>@text/thing-type.tx22.label</label>
<description>@text/thing-type.tx22.description</description> <description>@text/thing-type.tx22.description</description>
<semantic-equipment-tag>Sensor</semantic-equipment-tag>
<channels> <channels>
<channel id="temperature" typeId="temperature"/> <channel id="temperature" typeId="temperature"/>
<channel id="humidity" typeId="humidity"/> <channel id="humidity" typeId="humidity"/>
@ -408,7 +408,7 @@
<label>@text/thing-type.lgw.label</label> <label>@text/thing-type.lgw.label</label>
<description>@text/thing-type.lgw.description</description> <description>@text/thing-type.lgw.description</description>
<semantic-equipment-tag>TemperatureSensor</semantic-equipment-tag>
<channels> <channels>
<channel id="temperature" typeId="temperature"/> <channel id="temperature" typeId="temperature"/>
</channels> </channels>

View File

@ -11,7 +11,6 @@
A Kaleidescape Movie Player (KPlayer, M Class [M300, M500, M700] or Cinema One 1st Gen) A Kaleidescape Movie Player (KPlayer, M Class [M300, M500, M700] or Cinema One 1st Gen)
</description> </description>
<semantic-equipment-tag>MediaPlayer</semantic-equipment-tag> <semantic-equipment-tag>MediaPlayer</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="ui" typeId="ui"> <channel-group id="ui" typeId="ui">
<label>User Interface</label> <label>User Interface</label>
@ -47,7 +46,6 @@
A Kaleidescape Cinema One (2nd Generation) Player A Kaleidescape Cinema One (2nd Generation) Player
</description> </description>
<semantic-equipment-tag>MediaPlayer</semantic-equipment-tag> <semantic-equipment-tag>MediaPlayer</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="ui" typeId="c1-alto_ui"> <channel-group id="ui" typeId="c1-alto_ui">
<label>User Interface</label> <label>User Interface</label>
@ -83,7 +81,6 @@
A Kaleidescape Alto Player A Kaleidescape Alto Player
</description> </description>
<semantic-equipment-tag>MediaPlayer</semantic-equipment-tag> <semantic-equipment-tag>MediaPlayer</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="ui" typeId="c1-alto_ui"> <channel-group id="ui" typeId="c1-alto_ui">
<label>User Interface</label> <label>User Interface</label>
@ -115,7 +112,6 @@
A Kaleidescape Strato Player A Kaleidescape Strato Player
</description> </description>
<semantic-equipment-tag>MediaPlayer</semantic-equipment-tag> <semantic-equipment-tag>MediaPlayer</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="ui" typeId="strato_ui"> <channel-group id="ui" typeId="strato_ui">
<label>User Interface</label> <label>User Interface</label>

View File

@ -7,7 +7,7 @@
<thing-type id="kecontact"> <thing-type id="kecontact">
<label>KeContact EV Charging Station</label> <label>KeContact EV Charging Station</label>
<description>A KeContact EV Charging Station</description> <description>A KeContact EV Charging Station</description>
<semantic-equipment-tag>EVSE</semantic-equipment-tag>
<channels> <channels>
<channel id="enabledsystem" typeId="enabledsystem"/> <channel id="enabledsystem" typeId="enabledsystem"/>
<channel id="enableduser" typeId="enableduser"/> <channel id="enableduser" typeId="enableduser"/>

View File

@ -8,6 +8,7 @@
<thing-type id="kodi" extensible="shownotification"> <thing-type id="kodi" extensible="shownotification">
<label>Kodi Mediacenter</label> <label>Kodi Mediacenter</label>
<description>Kodi Mediacenter Binding</description> <description>Kodi Mediacenter Binding</description>
<semantic-equipment-tag>MediaPlayer</semantic-equipment-tag>
<channels> <channels>
<channel id="volume" typeId="system.volume"/> <channel id="volume" typeId="system.volume"/>

View File

@ -7,12 +7,14 @@
<thing-type id="wifi-module" extensible="switch-wifi,actuator-wifi,temperature-wifi,humidity-wifi"> <thing-type id="wifi-module" extensible="switch-wifi,actuator-wifi,temperature-wifi,humidity-wifi">
<label>The Konnected Alarm Panel</label> <label>The Konnected Alarm Panel</label>
<description>The Konnected Wi-Fi Alarm Panel</description> <description>The Konnected Wi-Fi Alarm Panel</description>
<semantic-equipment-tag>AlarmSystem</semantic-equipment-tag>
<config-description-ref uri="thing-type:konnected:module"/> <config-description-ref uri="thing-type:konnected:module"/>
</thing-type> </thing-type>
<!-- This is the Konnected Alarm Panel Pro 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"> <thing-type id="pro-module" extensible="switch-pro,actuator-pro,temperature-pro,humidity-pro">
<label>The Konnected Alarm Panel Pro</label> <label>The Konnected Alarm Panel Pro</label>
<description>The Konnected Alarm Panel Pro</description> <description>The Konnected Alarm Panel Pro</description>
<semantic-equipment-tag>AlarmSystem</semantic-equipment-tag>
<config-description-ref uri="thing-type:konnected:module"/> <config-description-ref uri="thing-type:konnected:module"/>
</thing-type> </thing-type>

View File

@ -7,6 +7,7 @@
<label>KOSTAL PIKO 10-20</label> <label>KOSTAL PIKO 10-20</label>
<description>Bindings for the KOSTAL PIKO 10-20</description> <description>Bindings for the KOSTAL PIKO 10-20</description>
<category>Inverter</category> <category>Inverter</category>
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
<channels> <channels>
<channel typeId="device-local-grid-output-power" id="gridOutputPower"/> <channel typeId="device-local-grid-output-power" id="gridOutputPower"/>
<channel typeId="statistic-yield-day-second-gen" id="yieldDaySecondGen"/> <channel typeId="statistic-yield-day-second-gen" id="yieldDaySecondGen"/>

View File

@ -7,6 +7,7 @@
<label>KOSTAL PIKO IQ 10.0</label> <label>KOSTAL PIKO IQ 10.0</label>
<description>Bindings for the KOSTAL PIKO IQ 10.0 solar inverter</description> <description>Bindings for the KOSTAL PIKO IQ 10.0 solar inverter</description>
<category>Inverter</category> <category>Inverter</category>
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
<channels> <channels>
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/> <channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
<channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/> <channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/>

View File

@ -7,6 +7,7 @@
<label>KOSTAL PIKO IQ 4.2</label> <label>KOSTAL PIKO IQ 4.2</label>
<description>Bindings for the KOSTAL PIKO IQ 4.2 solar inverter</description> <description>Bindings for the KOSTAL PIKO IQ 4.2 solar inverter</description>
<category>Inverter</category> <category>Inverter</category>
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
<channels> <channels>
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/> <channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
<channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/> <channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/>

View File

@ -7,6 +7,7 @@
<label>KOSTAL PIKO IQ 5.5</label> <label>KOSTAL PIKO IQ 5.5</label>
<description>Bindings for the KOSTAL PIKO IQ 5.5 solar inverter</description> <description>Bindings for the KOSTAL PIKO IQ 5.5 solar inverter</description>
<category>Inverter</category> <category>Inverter</category>
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
<channels> <channels>
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/> <channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
<channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/> <channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/>

View File

@ -7,6 +7,7 @@
<label>KOSTAL PIKO IQ 7.0</label> <label>KOSTAL PIKO IQ 7.0</label>
<description>Bindings for the KOSTAL PIKO IQ 7.0 solar inverter</description> <description>Bindings for the KOSTAL PIKO IQ 7.0 solar inverter</description>
<category>Inverter</category> <category>Inverter</category>
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
<channels> <channels>
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/> <channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
<channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/> <channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/>

View File

@ -7,6 +7,7 @@
<label>KOSTAL PIKO IQ 8.5</label> <label>KOSTAL PIKO IQ 8.5</label>
<description>Bindings for the KOSTAL PIKO IQ 8.5 solar inverter</description> <description>Bindings for the KOSTAL PIKO IQ 8.5 solar inverter</description>
<category>Inverter</category> <category>Inverter</category>
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
<channels> <channels>
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/> <channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
<channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/> <channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/>

View File

@ -7,6 +7,7 @@
<label>KOSTAL PLENTICORE Plus 10.0 (with Battery)</label> <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> <description>Bindings for the KOSTAL PIKO PLENTICORE plus 10.0 solar inverter (with battery attached on PV string 3)</description>
<category>Inverter</category> <category>Inverter</category>
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
<channels> <channels>
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/> <channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
<channel id="deviceLocalHomeconsumptionFromBattery" typeId="device-local-homeconsumption-from-battery"/> <channel id="deviceLocalHomeconsumptionFromBattery" typeId="device-local-homeconsumption-from-battery"/>

View File

@ -7,6 +7,7 @@
<label>KOSTAL PLENTICORE Plus 10.0 (no Battery)</label> <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> <description>Bindings for the KOSTAL PIKO PLENTICORE plus 10.0 solar inverter (no battery attached)</description>
<category>Inverter</category> <category>Inverter</category>
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
<channels> <channels>
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/> <channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
<channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/> <channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/>

View File

@ -7,6 +7,7 @@
<label>KOSTAL PLENTICORE Plus 4.2 (with Battery)</label> <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> <description>Bindings for the KOSTAL PIKO PLENTICORE plus 4.2 solar inverter (with battery attached on PV string 3)</description>
<category>Inverter</category> <category>Inverter</category>
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
<channels> <channels>
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/> <channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
<channel id="deviceLocalHomeconsumptionFromBattery" typeId="device-local-homeconsumption-from-battery"/> <channel id="deviceLocalHomeconsumptionFromBattery" typeId="device-local-homeconsumption-from-battery"/>

View File

@ -7,6 +7,7 @@
<label>KOSTAL PLENTICORE Plus 4.2 (no Battery)</label> <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> <description>Bindings for the KOSTAL PIKO PLENTICORE plus 4.2 solar inverter (no battery attached)</description>
<category>Inverter</category> <category>Inverter</category>
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
<channels> <channels>
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/> <channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
<channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/> <channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/>

View File

@ -7,6 +7,7 @@
<label>KOSTAL PLENTICORE Plus 5.5 (with Battery)</label> <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> <description>Bindings for the KOSTAL PIKO PLENTICORE plus 5.5 solar inverter (with battery attached on PV string 3)</description>
<category>Inverter</category> <category>Inverter</category>
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
<channels> <channels>
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/> <channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
<channel id="deviceLocalHomeconsumptionFromBattery" typeId="device-local-homeconsumption-from-battery"/> <channel id="deviceLocalHomeconsumptionFromBattery" typeId="device-local-homeconsumption-from-battery"/>

View File

@ -7,6 +7,7 @@
<label>KOSTAL PLENTICORE Plus 5.5 (no Battery)</label> <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> <description>Bindings for the KOSTAL PIKO PLENTICORE plus 5.5 solar inverter (no battery attached)</description>
<category>Inverter</category> <category>Inverter</category>
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
<channels> <channels>
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/> <channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
<channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/> <channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/>

View File

@ -7,6 +7,7 @@
<label>KOSTAL PLENTICORE Plus 7.0 (with Battery)</label> <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> <description>Bindings for the KOSTAL PIKO PLENTICORE plus 7.0 solar inverter (with battery attached on PV string 3)</description>
<category>Inverter</category> <category>Inverter</category>
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
<channels> <channels>
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/> <channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
<channel id="deviceLocalHomeconsumptionFromBattery" typeId="device-local-homeconsumption-from-battery"/> <channel id="deviceLocalHomeconsumptionFromBattery" typeId="device-local-homeconsumption-from-battery"/>

View File

@ -7,6 +7,7 @@
<label>KOSTAL PLENTICORE Plus 7.0 (no Battery)</label> <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> <description>Bindings for the KOSTAL PIKO PLENTICORE plus 7.0 solar inverter (no battery attached)</description>
<category>Inverter</category> <category>Inverter</category>
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
<channels> <channels>
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/> <channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
<channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/> <channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/>

View File

@ -7,6 +7,7 @@
<label>KOSTAL PLENTICORE Plus 8.5 (with Battery)</label> <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> <description>Bindings for the KOSTAL PIKO PLENTICORE plus 8.5 solar inverter (with battery attached on PV string 3)</description>
<category>Inverter</category> <category>Inverter</category>
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
<channels> <channels>
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/> <channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
<channel id="deviceLocalHomeconsumptionFromBattery" typeId="device-local-homeconsumption-from-battery"/> <channel id="deviceLocalHomeconsumptionFromBattery" typeId="device-local-homeconsumption-from-battery"/>

View File

@ -7,6 +7,7 @@
<label>KOSTAL PLENTICORE Plus 8.5 (no Battery)</label> <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> <description>Bindings for the KOSTAL PIKO PLENTICORE plus 8.5 solar inverter (no battery attached)</description>
<category>Inverter</category> <category>Inverter</category>
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
<channels> <channels>
<channel id="deviceLocalDCPower" typeId="device-local-dc-power"/> <channel id="deviceLocalDCPower" typeId="device-local-dc-power"/>
<channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/> <channel id="deviceLocalHomeconsumptionFromGrid" typeId="device-local-homeconsumption-from-grid"/>

View File

@ -7,6 +7,7 @@
<thing-type id="kostalinverter"> <thing-type id="kostalinverter">
<label>Kostal Inverter</label> <label>Kostal Inverter</label>
<description>Kostal Inverter</description> <description>Kostal Inverter</description>
<semantic-equipment-tag>Inverter</semantic-equipment-tag>
<channels> <channels>
<channel typeId="device-local-ac-current-power" id="acPower"/> <channel typeId="device-local-ac-current-power" id="acPower"/>
<channel typeId="statistic-yield-total" id="totalEnergy"/> <channel typeId="statistic-yield-total" id="totalEnergy"/>

View File

@ -7,7 +7,7 @@
<thing-type id="controller"> <thing-type id="controller">
<label>Leap Motion Controller</label> <label>Leap Motion Controller</label>
<description>A Leap Motion Gesture Sensor</description> <description>A Leap Motion Gesture Sensor</description>
<semantic-equipment-tag>ControlDevice</semantic-equipment-tag>
<channels> <channels>
<channel id="gesture" typeId="gesture"/> <channel id="gesture" typeId="gesture"/>
</channels> </channels>

View File

@ -8,7 +8,7 @@
<label>LG HomBot</label> <label>LG HomBot</label>
<description>HomBot vacuum robot.</description> <description>HomBot vacuum robot.</description>
<category>CleaningRobot</category> <category>CleaningRobot</category>
<semantic-equipment-tag>CleaningRobot</semantic-equipment-tag>
<channels> <channels>
<channel id="state" typeId="stateType"/> <channel id="state" typeId="stateType"/>
<channel id="battery" typeId="batteryType"/> <channel id="battery" typeId="batteryType"/>

View File

@ -11,7 +11,7 @@
<label>Air Conditioner</label> <label>Air Conditioner</label>
<description>LG ThinQ Air Conditioner</description> <description>LG ThinQ Air Conditioner</description>
<semantic-equipment-tag>AirConditioner</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="dashboard" typeId="ac-dashboard"/> <channel-group id="dashboard" typeId="ac-dashboard"/>
<channel-group id="extended-information" typeId="ac-extended-info"/> <channel-group id="extended-information" typeId="ac-extended-info"/>

View File

@ -6,6 +6,7 @@
<bridge-type id="cloud-account"> <bridge-type id="cloud-account">
<label>LG ThinQ Gateway</label> <label>LG ThinQ Gateway</label>
<description>A connection to a LG ThinQ Gateway</description> <description>A connection to a LG ThinQ Gateway</description>
<semantic-equipment-tag>WebService</semantic-equipment-tag>
<config-description> <config-description>
<parameter name="language" type="text" required="true"> <parameter name="language" type="text" required="true">

View File

@ -11,6 +11,7 @@
<label>Dish Washer</label> <label>Dish Washer</label>
<description>LG ThinQ Dish Washer</description> <description>LG ThinQ Dish Washer</description>
<semantic-equipment-tag>Dishwasher</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="dashboard" typeId="dw-dashboard"/> <channel-group id="dashboard" typeId="dw-dashboard"/>
</channel-groups> </channel-groups>

View File

@ -11,6 +11,7 @@
<label>Dryer</label> <label>Dryer</label>
<description>LG ThinQ Dryer</description> <description>LG ThinQ Dryer</description>
<semantic-equipment-tag>Dryer</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="dashboard" typeId="dr-dashboard"/> <channel-group id="dashboard" typeId="dr-dashboard"/>
<channel-group id="rs-grp" typeId="dr-rs-grp"/> <channel-group id="rs-grp" typeId="dr-rs-grp"/>

View File

@ -11,7 +11,7 @@
<label>Fridge</label> <label>Fridge</label>
<description>LG ThinQ Fridge</description> <description>LG ThinQ Fridge</description>
<semantic-equipment-tag>Refrigerator</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="dashboard" typeId="fr-dashboard"/> <channel-group id="dashboard" typeId="fr-dashboard"/>
<channel-group id="extended-information" typeId="fr-extra-info"/> <channel-group id="extended-information" typeId="fr-extra-info"/>

View File

@ -11,7 +11,7 @@
<label>Heat Pump</label> <label>Heat Pump</label>
<description>LG ThinQ Heat Pump</description> <description>LG ThinQ Heat Pump</description>
<semantic-equipment-tag>HeatPump</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="dashboard" typeId="hp-dashboard"/> <channel-group id="dashboard" typeId="hp-dashboard"/>
<channel-group id="extended-information" typeId="hp-extra-info"/> <channel-group id="extended-information" typeId="hp-extra-info"/>

View File

@ -11,6 +11,7 @@
<label>LGThinQ Washer</label> <label>LGThinQ Washer</label>
<description>LG ThinQ Washing Machine</description> <description>LG ThinQ Washing Machine</description>
<semantic-equipment-tag>WashingMachine</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group id="dashboard" typeId="wm-dashboard"/> <channel-group id="dashboard" typeId="wm-dashboard"/>
<channel-group id="rs-grp" typeId="wm-rs-grp"/> <channel-group id="rs-grp" typeId="wm-rs-grp"/>

View File

@ -9,7 +9,7 @@
<thing-type id="lgtv-M6503C"> <thing-type id="lgtv-M6503C">
<label>M6503C Model</label> <label>M6503C Model</label>
<description>This thing supports the M6503C monitor</description> <description>This thing supports the M6503C monitor</description>
<semantic-equipment-tag>Display</semantic-equipment-tag>
<channels> <channels>
<channel id="aspect-ratio" typeId="aspect-ratio-M6503C"/> <channel id="aspect-ratio" typeId="aspect-ratio-M6503C"/>
<channel id="auto-sleep" typeId="auto-sleep"/> <channel id="auto-sleep" typeId="auto-sleep"/>

View File

@ -11,7 +11,7 @@
<thing-type id="lgtv-LV-series"> <thing-type id="lgtv-LV-series">
<label>LV/LW Series</label> <label>LV/LW Series</label>
<description>This thing supports the LED LCD TV models LV and LW except *LV255C, *LV355B, *LV355C</description> <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> <channels>
<channel id="3d" typeId="3d"/> <channel id="3d" typeId="3d"/>
<channel id="3d-extended" typeId="3d-extended"/> <channel id="3d-extended" typeId="3d-extended"/>
@ -44,6 +44,7 @@
<thing-type id="lgtv-LVx55-series"> <thing-type id="lgtv-LVx55-series">
<label>LV/LW Series</label> <label>LV/LW Series</label>
<description>This thing supports the *LV255C, *LV355B, *LV355C models</description> <description>This thing supports the *LV255C, *LV355B, *LV355C models</description>
<semantic-equipment-tag>Television</semantic-equipment-tag>
<channels> <channels>
<channel id="3d" typeId="3d"/> <channel id="3d" typeId="3d"/>
<channel id="3d-extended" typeId="3d-extended"/> <channel id="3d-extended" typeId="3d-extended"/>
@ -77,7 +78,7 @@
<thing-type id="lgtv-LK-series"> <thing-type id="lgtv-LK-series">
<label>LK Series</label> <label>LK Series</label>
<description>This thing supports the LCD TV models LK</description> <description>This thing supports the LCD TV models LK</description>
<semantic-equipment-tag>Television</semantic-equipment-tag>
<channels> <channels>
<channel id="3d" typeId="3d"/> <channel id="3d" typeId="3d"/>
<channel id="3d-extended" typeId="3d-extended"/> <channel id="3d-extended" typeId="3d-extended"/>
@ -109,7 +110,7 @@
<thing-type id="lgtv-PW-series"> <thing-type id="lgtv-PW-series">
<label>PW Series</label> <label>PW Series</label>
<description>This thing supports the PLASMA TV models PW</description> <description>This thing supports the PLASMA TV models PW</description>
<semantic-equipment-tag>Television</semantic-equipment-tag>
<channels> <channels>
<channel id="3d" typeId="3d"/> <channel id="3d" typeId="3d"/>
<channel id="3d-extended" typeId="3d-extended"/> <channel id="3d-extended" typeId="3d-extended"/>

View File

@ -11,7 +11,7 @@
<label>Generic LG TV</label> <label>Generic LG TV</label>
<description>Generic LG television connected through a serial interface. This thing should be used only when there is <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> 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> <channels>
<channel id="3d" typeId="3d"/> <channel id="3d" typeId="3d"/>
<channel id="3d-extended" typeId="3d-extended"/> <channel id="3d-extended" typeId="3d-extended"/>

View File

@ -6,6 +6,7 @@
<thing-type id="colorhevlight"> <thing-type id="colorhevlight">
<label>LIFX Color HEV Light</label> <label>LIFX Color HEV Light</label>
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
<channels> <channels>
<channel id="color" typeId="color"/> <channel id="color" typeId="color"/>
<channel id="temperature" typeId="temperature"/> <channel id="temperature" typeId="temperature"/>

View File

@ -6,6 +6,7 @@
<thing-type id="colorirlight"> <thing-type id="colorirlight">
<label>LIFX Color IR Light</label> <label>LIFX Color IR Light</label>
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
<channels> <channels>
<channel id="color" typeId="color"/> <channel id="color" typeId="color"/>
<channel id="temperature" typeId="temperature"/> <channel id="temperature" typeId="temperature"/>

View File

@ -6,6 +6,7 @@
<thing-type id="colorlight"> <thing-type id="colorlight">
<label>LIFX Color Light</label> <label>LIFX Color Light</label>
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
<channels> <channels>
<channel id="color" typeId="color"/> <channel id="color" typeId="color"/>
<channel id="temperature" typeId="temperature"/> <channel id="temperature" typeId="temperature"/>

View File

@ -6,6 +6,7 @@
<thing-type id="colormzlight"> <thing-type id="colormzlight">
<label>LIFX Color MultiZone Light</label> <label>LIFX Color MultiZone Light</label>
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
<channels> <channels>
<channel id="color" typeId="color"/> <channel id="color" typeId="color"/>
<channel id="temperature" typeId="temperature"/> <channel id="temperature" typeId="temperature"/>

View File

@ -6,6 +6,7 @@
<thing-type id="tilelight"> <thing-type id="tilelight">
<label>LIFX Tile Light</label> <label>LIFX Tile Light</label>
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
<channels> <channels>
<channel id="color" typeId="color"/> <channel id="color" typeId="color"/>
<channel id="temperature" typeId="temperature"/> <channel id="temperature" typeId="temperature"/>

View File

@ -7,6 +7,7 @@
<bridge-type id="gateway"> <bridge-type id="gateway">
<label>LinkTap Gateway</label> <label>LinkTap Gateway</label>
<description>This represents a LinkTap gateway</description> <description>This represents a LinkTap gateway</description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
<properties> <properties>
<property name="gatewayId"/> <property name="gatewayId"/>
@ -63,6 +64,7 @@
<label>LinkTap Binding Thing</label> <label>LinkTap Binding Thing</label>
<description>LinkTap Binding Device</description> <description>LinkTap Binding Device</description>
<semantic-equipment-tag>Irrigation</semantic-equipment-tag>
<channels> <channels>
<channel id="mode" typeId="mode-type"/> <channel id="mode" typeId="mode-type"/>

View File

@ -11,6 +11,7 @@
In order to receive the data, you must activate your account at In order to receive the data, you must activate your account at
https://espace-client-particuliers.enedis.fr/web/espace-particuliers/compteur-linky. https://espace-client-particuliers.enedis.fr/web/espace-particuliers/compteur-linky.
</description> </description>
<semantic-equipment-tag>WebService</semantic-equipment-tag>
<channel-groups> <channel-groups>
<channel-group typeId="daily" id="daily"/> <channel-group typeId="daily" id="daily"/>

View File

@ -7,6 +7,7 @@
<thing-type id="liquidCheckDevice"> <thing-type id="liquidCheckDevice">
<label>Liquid Check Device</label> <label>Liquid Check Device</label>
<category>Sensor</category> <category>Sensor</category>
<semantic-equipment-tag>Sensor</semantic-equipment-tag>
<channels> <channels>
<channel id="content" typeId="content-channel"/> <channel id="content" typeId="content-channel"/>

View File

@ -8,6 +8,7 @@
<thing-type id="remote" listed="false"> <thing-type id="remote" listed="false">
<label>Remote Control</label> <label>Remote Control</label>
<description>An IR remote control</description> <description>An IR remote control</description>
<semantic-equipment-tag>RemoteControl</semantic-equipment-tag>
<channels> <channels>
<channel id="event" typeId="event"/> <channel id="event" typeId="event"/>

View File

@ -11,7 +11,7 @@
<label>Analog Meter</label> <label>Analog Meter</label>
<description>The Analog Meter from the LIVISI EnergyControl product.</description> <description>The Analog Meter from the LIVISI EnergyControl product.</description>
<semantic-equipment-tag>ElectricMeter</semantic-equipment-tag>
<channels> <channels>
<channel id="absoluteEnergyConsumption" typeId="absoluteEnergyConsumption"/> <channel id="absoluteEnergyConsumption" typeId="absoluteEnergyConsumption"/>
<channel id="energyConsumptionDayKwh" typeId="energyConsumptionDayKwh"/> <channel id="energyConsumptionDayKwh" typeId="energyConsumptionDayKwh"/>

View File

@ -11,7 +11,7 @@
<label>Basic Remote Controller (BRC8)</label> <label>Basic Remote Controller (BRC8)</label>
<description>A battery powered remote controller with eight push buttons.</description> <description>A battery powered remote controller with eight push buttons.</description>
<semantic-equipment-tag>ControlDevice</semantic-equipment-tag>
<channels> <channels>
<channel id="button1" typeId="system.button"/> <channel id="button1" typeId="system.button"/>
<channel id="button2" typeId="system.button"/> <channel id="button2" typeId="system.button"/>

View File

@ -11,7 +11,7 @@
<label>Bluetooth Pluggable Smart Switch (BT-PSS)</label> <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> <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> <channels>
<channel id="switch" typeId="switchActuator"/> <channel id="switch" typeId="switchActuator"/>
</channels> </channels>

View File

@ -11,7 +11,7 @@
<label>Generation Meter</label> <label>Generation Meter</label>
<description>The Generation Meter from the LIVISI PowerControlSolar product, that measures the generated energy.</description> <description>The Generation Meter from the LIVISI PowerControlSolar product, that measures the generated energy.</description>
<semantic-equipment-tag>ElectricMeter</semantic-equipment-tag>
<channels> <channels>
<channel id="powerGenerationWatt" typeId="powerGenerationWatt"/> <channel id="powerGenerationWatt" typeId="powerGenerationWatt"/>
<channel id="totalEnergyGeneration" typeId="totalEnergyGeneration"/> <channel id="totalEnergyGeneration" typeId="totalEnergyGeneration"/>

View File

@ -11,7 +11,7 @@
<label>In Wall Smart Controller (ISC2)</label> <label>In Wall Smart Controller (ISC2)</label>
<description>A smart controller with two push buttons.</description> <description>A smart controller with two push buttons.</description>
<semantic-equipment-tag>ControlDevice</semantic-equipment-tag>
<channels> <channels>
<channel id="button1" typeId="system.button"/> <channel id="button1" typeId="system.button"/>
<channel id="button2" typeId="system.button"/> <channel id="button2" typeId="system.button"/>

View File

@ -11,7 +11,7 @@
<label>In Wall Smart Dimmer (ISD2)</label> <label>In Wall Smart Dimmer (ISD2)</label>
<description>An in wall dimmer with push buttons.</description> <description>An in wall dimmer with push buttons.</description>
<semantic-equipment-tag>LightSource</semantic-equipment-tag>
<channels> <channels>
<channel id="dimmer" typeId="dimmerActuator"/> <channel id="dimmer" typeId="dimmerActuator"/>
<channel id="button1" typeId="system.button"/> <channel id="button1" typeId="system.button"/>

View File

@ -11,7 +11,7 @@
<label>In Wall Smart Roller Shutter (ISR2)</label> <label>In Wall Smart Roller Shutter (ISR2)</label>
<description>An in wall rollershutter with two push buttons.</description> <description>An in wall rollershutter with two push buttons.</description>
<semantic-equipment-tag>Blinds</semantic-equipment-tag>
<channels> <channels>
<channel id="rollershutter" typeId="rollershutterActuator"/> <channel id="rollershutter" typeId="rollershutterActuator"/>
<channel id="button1" typeId="system.button"/> <channel id="button1" typeId="system.button"/>

Some files were not shown because too many files have changed in this diff Show More