Skip to content

Commit 5bc443a

Browse files
authored
Merge pull request #18 from domoticz/development
merge
2 parents 3a27253 + 2119afb commit 5bc443a

File tree

148 files changed

+5647
-2188
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+5647
-2188
lines changed

Config/aeotec/zwa006.xml

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
ZWA006 Smart Boost Timer Switch
4+
https://products.z-wavealliance.org/products/3067
5+
-->
6+
<Product xmlns='http://code.google.com/p/open-zwave/'>
7+
<!-- Configuration Parameters -->
8+
<CommandClass id="112">
9+
<Value type="list" genre="config" instance="1" index="1" label="Power out action" min="0" max="3" value="3" size="1">
10+
<Help>
11+
Action in case of power out. This parameter is used to configure the device state after power on.
12+
</Help>
13+
<Item label="Keep the last state when re-power on" value="0"/>
14+
<Item label="Power on" value="1"/>
15+
<Item label="Power off" value="2"/>
16+
<Item label="Return to standard schedule" value="3"/>
17+
</Value>
18+
<Value type="list" index="2" genre="config" label="LED status" units="" min="0" max="2" value="1" size="1">
19+
<Help>
20+
Configure LED (except boost) to be off irrespective of switch status.
21+
</Help>
22+
<Item label="Disable all LED except for boost" value="0"/>
23+
<Item label="Enable all LED indication" value="1"/>
24+
<Item label="Momentary mode" value="2"/>
25+
</Value>
26+
<Value type="int" index="3" genre="config" label="Auto off timer" units="second" value="0" >
27+
<Help>
28+
Timer acts as auto off after specified minutes, setting is set in seconds.
29+
0 - no auto off with timer.
30+
1 ~ 86400 auto off after this specified time, unit second.
31+
</Help>
32+
</Value>
33+
<Value type="list" genre="config" instance="1" index="4" label="Current overload protection" min="0" max="1" value="1" size="1">
34+
<Help>
35+
Current and overload protection
36+
</Help>
37+
<Item label="Disable" value="0"/>
38+
<Item label="Enable" value="1"/>
39+
</Value>
40+
<Value type="short" index="5" genre="config" label="Boost time" units="minute" value="30" >
41+
<Help>
42+
Configure boost time interval, unit minute.
43+
When user press the boost button one time, the boost time will increase 30 (the value can be changed) minutes.
44+
</Help>
45+
</Value>
46+
<Value type="short" index="7" genre="config" label="LED threshold setting" units="watt" min="0" max="3000" value="100" >
47+
<Help>
48+
This parameter is used to configure the power led threshold, unit W.
49+
When the load &lt;= 100W, the power led will indicate yellow.
50+
When the load > 100W, the power led will indicate orange.
51+
When no load, the power led will indicate white.
52+
</Help>
53+
</Value>
54+
<Value type="short" index="20" genre="config" label="kWh threshold setting" units="kWh" min="0" max="10000" value="100" >
55+
<Help>
56+
Threshold settings for energy kWh. When the energy above the threshold, it will send a meter report command to gateway.
57+
0 - disable report.
58+
1 ~ 10000 - enable report.
59+
</Help>
60+
</Value>
61+
<Value type="short" index="21" genre="config" label="Watt threshold setting" units="watt" min="0" max="2500" value="100" >
62+
<Help>
63+
Threshold settings for Watt automatic report, unit W. When Watt above the threshold, it will send a meter report command to gateway.
64+
0 - disable report.
65+
1 ~ 2500 - enable report.
66+
</Help>
67+
</Value>
68+
<Value type="short" index="22" genre="config" label="Current threshold setting" units="0.1A" min="0" max="150" value="0" >
69+
<Help>
70+
Threshold settings for Current automatic report, unit 0.1A. When current above the threshold, it will send a meter report command to gateway.
71+
0 - disable report.
72+
1 ~ 150 - enable report.
73+
</Help>
74+
</Value>
75+
<Value type="int" index="23" genre="config" label="Watt report interval" units="second" min="0" max="65535" value="600" >
76+
<Help>
77+
Watt automatic report interval, unit second.
78+
0 - disable.
79+
65535 - enable.
80+
</Help>
81+
</Value>
82+
<Value type="int" index="24" genre="config" label="kWh report interval" units="second" min="0" max="65535" value="600" >
83+
<Help>
84+
kWh automatic report interval, unit second.
85+
0 - disable.
86+
65535 - enable.
87+
</Help>
88+
</Value>
89+
<Value type="int" index="25" genre="config" label="Voltage report interval" units="second" min="0" max="65535" value="600" >
90+
<Help>
91+
Voltage automatic report interval, unit second.
92+
0 - disable.
93+
65535 - enable.
94+
</Help>
95+
</Value>
96+
<Value type="int" index="26" genre="config" label="Current report interval" units="second" min="0" max="65535" value="600" >
97+
<Help>
98+
Current automatic report interval, unit second.
99+
0 - disable.
100+
65535 - enable.
101+
</Help>
102+
</Value>
103+
</CommandClass>
104+
<!-- Association Groups -->
105+
<CommandClass id="133">
106+
<Associations num_groups="2">
107+
<Group index="1" max_associations="5" label="Lifeline" />
108+
<Group index="2" max_associations="5" label="BasicSet"/>
109+
</Associations>
110+
</CommandClass>
111+
</Product>

Config/everspring/an163.xml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
EVERSPRING AN163 PLUG-IN ON/OFF MODULE WITH METERING
4+
https://products.z-wavealliance.org/products/979
5+
-->
6+
<Product xmlns='http://code.google.com/p/open-zwave/'>
7+
<!-- Configuration Parameters -->
8+
<CommandClass id="112">
9+
<Value type="byte" index="1" genre="config" label="True Period" units="100ms" min="0" max="120" value="10">
10+
<Help>
11+
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.
12+
</Help>
13+
</Value>
14+
<Value type="list" index="2" genre="config" label="Send Out Basic Command" units="" min="0" max="1" value="0" size="1">
15+
<Help>
16+
Enable or Disable Send Basic Command to Group 2 when the local button press changes the switching state.
17+
</Help>
18+
<Item label="Disable" value="0"/>
19+
<Item label="Enable" value="1"/>
20+
</Value>
21+
<Value type="short" index="3" genre="config" label="Meter Report Period (W)" units="10s" min="0" max="3240" value="3">
22+
<Help>
23+
The device will report its meter value within the interval set.
24+
Set to 0 will disable the autoreporting function.
25+
</Help>
26+
</Value>
27+
<Value type="short" index="4" genre="config" label="Meter Report Period (kWh)" units="10s" min="0" max="3240" value="1440">
28+
<Help>
29+
The device will report its meter value within the interval set.
30+
Set to 0 will disable the autoreporting function.
31+
</Help>
32+
</Value>
33+
</CommandClass>
34+
35+
<!-- Association Groups -->
36+
<CommandClass id="133">
37+
<Associations num_groups="2">
38+
<Group index="1" max_associations="1" label="Lifeline" />
39+
<Group index="2" max_associations="4" label="Basic" />
40+
</Associations>
41+
</CommandClass>
42+
</Product>

Config/ge/relay.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
<Product xmlns='http://code.google.com/p/open-zwave/'>
33
<!-- Configuration Parameters -->
44
<CommandClass id="112">
5-
<Value type="list" index="3" genre="config" label="Night Light" size="1" value="0">
6-
<Help>In night-light mode the LED on the switch will turn ON when the switch is turned OFF.</Help>
7-
<Item label="No" value="0" />
8-
<Item label="Yes" value="1" />
5+
<Value type="list" index="3" genre="config" label="LED Light" min="0" max="2" value="0" size="1">
6+
<Help>Sets when the LED on the switch is lit.</Help>
7+
<Item label="LED on when light off" value="0" />
8+
<Item label="LED on when light on" value="1" />
9+
<Item label="LED always off" value="2" />
910
</Value>
1011
<Value type="list" index="4" genre="config" label="Invert Switch" size="1" value="0">
11-
<Help>Change the top of the switch to OFF and the bottom of the switch to ON. Note: If you invert the switches and also install the product upside down, remember the load will now be controlled by the right, not the left switch.</Help>
12+
<Help>Change the top of the switch to OFF and the bottom of the switch to ON.</Help>
1213
<Item label="No" value="0" />
1314
<Item label="Yes" value="1" />
1415
</Value>

0 commit comments

Comments
 (0)