forked from domoticz/domoticz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Openzwave, Updated configuration files
- Loading branch information
Showing
23 changed files
with
1,596 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
Benext Panic Watch | ||
http://www.benext.eu/static/manual/panicwatch.pdf | ||
--> | ||
<Product xmlns='http://code.google.com/p/open-zwave/'> | ||
<!-- Configuration --> | ||
<CommandClass id="112"> | ||
<Value type="button" genre="config" instance="1" index="1" label="Set to Default" size="1" value="0"> | ||
<Help>Set all configuration values to default values (factory settings).</Help> | ||
</Value> | ||
<Value type="byte" genre="config" instance="1" index="2" label="Time to press the panic Watch" size="1" min="0" max="255" value="100" > | ||
<Help> | ||
The time that the panic pushbutton must be pressed before a (panic) message is sent out to the controller. | ||
0: send directly the panic message when pressed. | ||
1-255: send a panic message after you keep holding the button pressed for this value x 10ms. | ||
</Help> | ||
</Value> | ||
<Value type="byte" genre="config" instance="1" index="3" label="Min led feedback time panic" size="1" min="0" max="255" value="100" > | ||
<Help> | ||
Minimum time that led feedback is shown after a panic message. | ||
0: led only stays on during the send time. | ||
1-255: led stays on during send time + this value*10ms. | ||
</Help> | ||
</Value> | ||
<Value type="byte" genre="config" instance="1" index="4" label="Buttons mapped" size="1" min="0" max="255" value="0"> | ||
<Help> | ||
With this config parameter you can map the buttons to send different Z-Wave messages. | ||
0: SOS button sends an ALARM_REPORT to nodes group 1. | ||
1-255: SOS button sends an BASIC_SET, 0xFF to nodes group 1. | ||
</Help> | ||
</Value> | ||
</CommandClass> | ||
<!-- Basic set as report --> | ||
<CommandClass id="32" setasreport="true" /> | ||
|
||
<!-- Association Groups --> | ||
<CommandClass id="133"> | ||
<Associations num_groups="2"> | ||
<Group index="1" max_associations="8" label="Report"/> | ||
<Group index="2" max_associations="8" label="Not used"/> | ||
</Associations> | ||
</CommandClass> | ||
</Product> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Devolo Metering Plug MT 2646 | ||
http://www.pepper1.net/zwavedb/device/911 | ||
--> | ||
<Product xmlns="http://code.google.com/p/open-zwave/"> | ||
<!-- Configuration Parameters --> | ||
<CommandClass id="112"> | ||
<Value type="short" index="1" genre="config" label="Watt Meter" min="1" max="32767" value="720"> | ||
<Help> | ||
If the setting is configured for 1hour (set value =720), the Home Control Metering Plug will report its instant power consumption every 1 hour to Group1 node. The maximum interval to report its instant power consumption is 45 hours (5s*32767/3600=45hr). | ||
</Help> | ||
</Value> | ||
<Value type="short" index="2" genre="config" label="KWH Meter Report Period" min="1" max="32767" value="6"> | ||
<Help> | ||
If the setting is configured for 1hour (set value =6), the Home Control Metering Plug will report its Accumulated Power Consumption (KW/h) every 1 hour to Group1 node. The maximum interval to report its Accumulated Power Consumption (KW/h) is 227.55 days (10min*32767/1440=227.55 days). | ||
</Help> | ||
</Value> | ||
<Value type="short" index="3" genre="config" label="Threshold of current for Load caution" min="10" max="1300" value="1300"> | ||
<Help> | ||
This is a warning when the current of load over the preset threshold value, if the setting value is 1300, when the load current of Relay1 over this value, Home Control Metering Plug will send current meter report to warn the Group1 node, the Range of the setting value is from 10 to 1300,and the default value is 1300. | ||
</Help> | ||
</Value> | ||
<Value type="short" index="4" genre="config" label="Threshold of KWh for Load caution" min="1" max="10000" value="1000" units="KWh"> | ||
<Help> | ||
This is a warning when the current of load over the preset threshold value, if the setting value is 1300, when the load current of Relay1 over this value, Home Control Metering Plug will send current meter report to warn the Group1 node, the Range of the setting value is from 10 to 1300,and the default value is 1300. | ||
</Help> | ||
</Value> | ||
<Value type="list" index="5" genre="config" label="Restore switch state mode" min="0" max="2" value="1" units="" size="1"> | ||
<Help> | ||
Whenever the AC power return from lost, Home Control Metering Plug will restore the switch state which could be SWITCH OFF、LAST SWITCH STATE、SWITCH ON. The default setting is LAST SWITCH STATE. | ||
</Help> | ||
<Item label="Switch off" value="0" /> | ||
<Item label="Last switch state" value="1" /> | ||
<Item label="Switch on" value="2" /> | ||
</Value> | ||
<Value type="list" index="6" genre="config" label="Mode of Switch Off function" min="0" max="1" value="1" units="" size="1"> | ||
<Help> | ||
When the mode of switch On/Off is set to 0, any command of switch off will be disabled and the On/Off function of include button will be disabled. The default setting is enable mode. | ||
</Help> | ||
<Item label="disable" value="0" /> | ||
<Item label="enable" value="1" /> | ||
</Value> | ||
<Value type="list" index="7" genre="config" label="LED indication mode" min="1" max="3" value="0" units="" size="1"> | ||
<Help> | ||
LED indication mode | ||
</Help> | ||
<Item label="Show Switch State:When switch is on, LED is on. When switch is off, LED is off." value="1" /> | ||
<Item label="When switch is on, LED is off. When switch is off, LED is on." value="2" /> | ||
<Item label="When the state of switch changes, LED will be on only one second, then LED keeps off." value="3" /> | ||
</Value> | ||
<Value type="short" index="8" genre="config" label="Auto off timer" min="0" max="32767" value="0" units="s"> | ||
<Help> | ||
Whenever Home Control Metering Plug switches to on, the auto off timer begin to count down. After the timer decrease to zero, it will switch to off automatically. However if Auto off timer is set as 0, the auto off function will be disabled. The default setting is 0. | ||
</Help> | ||
</Value> | ||
<Value type="list" index="9" genre="config" label="RF off command mode" min="0" max="3" value="0" units="" size="1"> | ||
<Help> | ||
Whenever a switch off command,BASIC_SET、 BINARY_SWITCH_SET、 SWITCH_ALL_OFF, is received, it could be interpreted as a variety of 4 commands. | ||
</Help> | ||
<Item label="It switches to OFF state." value="0" /> | ||
<Item label="The switch off command will be ignored." value="1" /> | ||
<Item label="It switches to the inverse of current state." value="2" /> | ||
<Item label="It switches to ON state." value="3" /> | ||
</Value> | ||
</CommandClass> | ||
<!-- Association Groups --> | ||
<CommandClass id="133"> | ||
<Associations num_groups="1"> | ||
<Group index="1" max_associations="1" label="Reports" /> | ||
</Associations> | ||
</CommandClass> | ||
</Product> |
Oops, something went wrong.