|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<thing:thing-descriptions bindingId="zwave" |
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | + xmlns:thing="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0" |
| 5 | + xsi:schemaLocation="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0 |
| 6 | + http://eclipse.org/smarthome/schemas/thing-description/v1.0.0"> |
| 7 | + |
| 8 | + <thing-type id="popp_700793_00_000" listed="false"> |
| 9 | + <label>700793 Power Plug</label> |
| 10 | + <description><![CDATA[ |
| 11 | +Power Plug<br /><h1>Overview</h1><p>Controllable plug for wall outlets including energy and power meter.This device is VDE and CE certified </p> <br /><h2>Inclusion Information</h2><p>Press the button on the wall plug 3 times within a period of around 2 seconds. </p> <br /><h2>Exclusion Information</h2><p>Press the button on the wall plug 3 times within a period of around 2 seconds. </p> |
| 12 | + ]]></description> |
| 13 | + <category>PowerOutlet</category> |
| 14 | + |
| 15 | + <!-- CHANNEL DEFINITIONS --> |
| 16 | + <channels> |
| 17 | + <channel id="switch_binary" typeId="switch_binary"> |
| 18 | + <label>Switch</label> |
| 19 | + <properties> |
| 20 | + <property name="binding:*:OnOffType">COMMAND_CLASS_SWITCH_BINARY</property> |
| 21 | + </properties> |
| 22 | + </channel> |
| 23 | + <channel id="meter_watts" typeId="meter_watts"> |
| 24 | + <label>Electric meter (watts)</label> |
| 25 | + <properties> |
| 26 | + <property name="binding:*:DecimalType">COMMAND_CLASS_METER;type=E_W</property> |
| 27 | + </properties> |
| 28 | + </channel> |
| 29 | + <channel id="meter_kwh" typeId="meter_kwh"> |
| 30 | + <label>Electric meter (kWh)</label> |
| 31 | + <properties> |
| 32 | + <property name="binding:*:DecimalType">COMMAND_CLASS_METER;type=E_KWh</property> |
| 33 | + </properties> |
| 34 | + </channel> |
| 35 | + <channel id="alarm_power" typeId="alarm_power"> |
| 36 | + <label>Alarm (power)</label> |
| 37 | + <properties> |
| 38 | + <property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=POWER_MANAGEMENT</property> |
| 39 | + </properties> |
| 40 | + </channel> |
| 41 | + <channel id="alarm_heat" typeId="alarm_heat"> |
| 42 | + <label>Alarm (heat)</label> |
| 43 | + <properties> |
| 44 | + <property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=HEAT</property> |
| 45 | + </properties> |
| 46 | + </channel> |
| 47 | + <channel id="alarm_system" typeId="alarm_system"> |
| 48 | + <label>Alarm (system)</label> |
| 49 | + <properties> |
| 50 | + <property name="binding:*:OnOffType">COMMAND_CLASS_ALARM;type=SYSTEM</property> |
| 51 | + </properties> |
| 52 | + </channel> |
| 53 | + </channels> |
| 54 | + |
| 55 | + <!-- DEVICE PROPERTY DEFINITIONS --> |
| 56 | + <properties> |
| 57 | + <property name="vendor">Popp & Co</property> |
| 58 | + <property name="modelId">700793</property> |
| 59 | + <property name="manufacturerId">0154</property> |
| 60 | + <property name="manufacturerRef">0003:1002</property> |
| 61 | + <property name="dbReference">940</property> |
| 62 | + <property name="defaultAssociations">1</property> |
| 63 | + </properties> |
| 64 | + |
| 65 | + <!-- CONFIGURATION DESCRIPTIONS --> |
| 66 | + <config-description> |
| 67 | + |
| 68 | + <!-- GROUP DEFINITIONS --> |
| 69 | + <parameter-group name="configuration"> |
| 70 | + <context>setup</context> |
| 71 | + <label>Configuration Parameters</label> |
| 72 | + </parameter-group> |
| 73 | + |
| 74 | + <parameter-group name="association"> |
| 75 | + <context>link</context> |
| 76 | + <label>Association Groups</label> |
| 77 | + </parameter-group> |
| 78 | + |
| 79 | + <!-- PARAMETER DEFINITIONS --> |
| 80 | + <parameter name="config_1_1" type="integer" groupName="configuration"> |
| 81 | + <label>1: Condition after power failure</label> |
| 82 | + <description>Condition after power failure</description> |
| 83 | + <default>0</default> |
| 84 | + <options> |
| 85 | + <option value="0">Always Off</option> |
| 86 | + <option value="1">Always On</option> |
| 87 | + <option value="2">Last state</option> |
| 88 | + </options> |
| 89 | + </parameter> |
| 90 | + |
| 91 | + <!-- ASSOCIATION DEFINITIONS --> |
| 92 | + <parameter name="group_1" type="text" groupName="association"> |
| 93 | + <label>1: Lifeline</label> |
| 94 | + </parameter> |
| 95 | + |
| 96 | + <!-- STATIC DEFINITIONS --> |
| 97 | + <parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true"> |
| 98 | + <label>Node ID</label> |
| 99 | + <advanced>true</advanced> |
| 100 | + </parameter> |
| 101 | + |
| 102 | + </config-description> |
| 103 | + |
| 104 | + </thing-type> |
| 105 | + |
| 106 | +</thing:thing-descriptions> |
0 commit comments