open-zwave/config/everspring/an163.xml

43 lines
1.8 KiB
XML
Raw Permalink Normal View History

2019-03-02 10:26:30 -06:00
<?xml version="1.0" encoding="utf-8"?>
2019-03-02 18:45:10 +01:00
<!--
EVERSPRING AN163 PLUG-IN ON/OFF MODULE WITH METERING
https://products.z-wavealliance.org/products/979
-->
2019-03-02 10:26:30 -06:00
<Product xmlns='http://code.google.com/p/open-zwave/'>
<!-- Configuration Parameters -->
<CommandClass id="112">
2019-03-02 18:45:10 +01:00
<Value type="byte" index="1" genre="config" label="True Period" units="100ms" min="0" max="120" value="10">
2019-03-02 10:26:30 -06:00
<Help>
2019-03-02 18:45:10 +01:00
This is the time the switching status needs to remain unchanged after a change to cause the device to send out a status message. 0 is Disabled.
2019-03-02 10:26:30 -06:00
</Help>
</Value>
2019-03-02 18:45:10 +01:00
<Value type="list" index="2" genre="config" label="Send Out Basic Command" units="" min="0" max="1" value="0" size="1">
2019-03-02 10:26:30 -06:00
<Help>
2019-03-02 18:45:10 +01:00
Enable or Disable Send Basic Command to Group 2 when the local button press changes the switching state.
2019-03-02 10:26:30 -06:00
</Help>
2019-03-02 18:45:10 +01:00
<Item label="Disable" value="0"/>
<Item label="Enable" value="1"/>
2019-03-02 10:26:30 -06:00
</Value>
<Value type="short" index="3" genre="config" label="Meter Report Period (W)" units="10s" min="0" max="3240" value="3">
<Help>
2019-03-02 18:45:10 +01:00
The device will report its meter value within the interval set.
Set to 0 will disable the autoreporting function.
2019-03-02 10:26:30 -06:00
</Help>
</Value>
<Value type="short" index="4" genre="config" label="Meter Report Period (kWh)" units="10s" min="0" max="3240" value="1440">
<Help>
2019-03-02 18:45:10 +01:00
The device will report its meter value within the interval set.
Set to 0 will disable the autoreporting function.
2019-03-02 10:26:30 -06:00
</Help>
</Value>
</CommandClass>
<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="2">
2019-03-02 18:45:10 +01:00
<Group index="1" max_associations="1" label="Lifeline" />
2019-03-02 10:26:30 -06:00
<Group index="2" max_associations="4" label="Basic" />
</Associations>
</CommandClass>
</Product>