mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-16 03:51:39 +00:00
36 lines
2.2 KiB
XML
36 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Enerwave ZW20RM http://enerwaveautomation.com/products/zw20rm/ -->
|
|
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
|
<!-- Configuration Parameters -->
|
|
<CommandClass id="112">
|
|
<Value type="list" index="1" genre="config" label="LED mode" size="1" value="0">
|
|
<Help>Synchronization of outlet power and LED indicator</Help>
|
|
<Item label="Power on, LED off" value="0" />
|
|
<Item label="Power on, LED on" value="1" />
|
|
</Value>
|
|
<Value type="byte" index="8" genre="config" label="Instant Meter Autosend Interval" units="minutes" min="0" max="255" value="0">
|
|
<Help>How often to send the energy report for the moment-in-time usage (METER_REPORT version) automatically in minutes. 0 = disabled.</Help>
|
|
</Value>
|
|
<Value type="byte" index="9" genre="config" label="Instant Multilevel Autosend Interval" units="minutes" min="0" max="255" value="0">
|
|
<Help>How often to send the energy report for the moment-in-time usage (SENSOR_MULTILEVEL_REPORT version) automatically in minutes. 0 = disabled.</Help>
|
|
</Value>
|
|
<Value type="byte" index="10" genre="config" label="Accumulated Energy Autosend Interval" units="minutes" min="0" max="255" value="0">
|
|
<Help>How often to send the energy report for the accumulated energy usage usage (METER_REPORT) automatically in minutes. 0 = disabled.</Help>
|
|
</Value>
|
|
<Value type="list" index="11" genre="config" label="Wattage Change Notifications" size="1" value="1">
|
|
<Help>Enable automatic notifications when there is a change in wattage.</Help>
|
|
<Item label="No report" value="0" />
|
|
<Item label="Send METER_REPORT only (default)" value="1" />
|
|
<Item label="Send SENSOR_MULTILEVEL_REPORT only" value="2" />
|
|
<Item label="Send both reports (recommended)" value="3" />
|
|
</Value>
|
|
<Value type="byte" index="12" genre="config" label="Wattage Change Threshold" units="0.1 watt" min="0" max="255" value="10">
|
|
<Help>How much the wattage needs to change by to trigger the wattage change notifications. Units are 1-10th of a watt; 0-255: 0.0-25.5W</Help>
|
|
</Value>
|
|
</CommandClass>
|
|
<CommandClass id="133">
|
|
<Associations num_groups="1">
|
|
<Group index="1" max_associations="5" label="Reports" />
|
|
</Associations>
|
|
</CommandClass>
|
|
</Product>
|