|
| 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 <= 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> |
0 commit comments