mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 19:41:36 +00:00
Add support for Popp 700397 Wall Plug Switch Outdoor Schuko (IP44)
This commit is contained in:
parent
986c8f3f44
commit
cbc4008f24
2 changed files with 122 additions and 0 deletions
|
@ -1536,6 +1536,7 @@
|
|||
<Manufacturer id="0154" name="Popp & Co">
|
||||
<Product type="0001" id="0001" name="123658 Plug-in Switch plus Power Meter" config="popp/123658.xml"/>
|
||||
<Product type="0003" id="0001" name="009105 Wall Plug Switch Schuko (IP44)" config="popp/009105.xml"/>
|
||||
<Product type="0003" id="000a" name="700397 Wall Plug Switch Outdoor Schuko (IP44)" config="popp/700397.xml"/>
|
||||
<Product type="0004" id="0002" name="Solar Powered Outdoor Siren" config="popp/solar-siren.xml" />
|
||||
<Product type="0004" id="0003" name="004407 CO Detector" config="popp/004407.xml"/>
|
||||
<Product type="0004" id="0004" name="009402 10-Year Smoke Detector" config="popp/009402.xml"/>
|
||||
|
|
121
config/popp/700397.xml
Normal file
121
config/popp/700397.xml
Normal file
|
@ -0,0 +1,121 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
||||
<!-- Popp 700397 Wall Plug Switch Outdoor Schuko (IP44) -->
|
||||
|
||||
<!-- Configuration -->
|
||||
<CommandClass id="112">
|
||||
<Value type="list" genre="config" instance="1" index="1" label="LED indication mode" size="1" value="1">
|
||||
<Help>Defines when the LED shall shine and how</Help>
|
||||
<Item label="LED off, only blinks on traffic" value="0" />
|
||||
<Item label="Defined by Parameter 21 and 22 (default)" value="1" />
|
||||
</Value>
|
||||
|
||||
<Value type="short" genre="config" instance="1" index="2" label="Automatically switch Off" size="2" units="seconds" min="0" max="65535" value="0">
|
||||
<Help>
|
||||
If not zero, automatically switch device off after an user defined time.
|
||||
0 -> Disabled (default)
|
||||
1-65535 -> Enabled time in seconds.
|
||||
</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="list" genre="config" instance="1" index="3" label="Behaviour for a RF Off-Command" size="1" value="0">
|
||||
<Help>
|
||||
Defines how to interpret RF Off-Command.
|
||||
Ignore - to switch on the light by motion detectors and switch it off after some amount of time;
|
||||
in case of multiple motion detectors each would try to switch the light off that would break logics;
|
||||
Switch on - to switch on the light on both On and Off paddle press on the remote and switch it off after some amount of time.
|
||||
Button off click will still work (if button operations are not disabled).
|
||||
</Help>
|
||||
<Item label="Switch off (default)" value="0" />
|
||||
<Item label="Ignore" value="1" />
|
||||
<Item label="Switch on" value="2" />
|
||||
<Item label="Switch on if load is off else switch off" value="3" />
|
||||
</Value>
|
||||
|
||||
<Value type="list" genre="config" instance="1" index="4" label="Button Mode" size="1" value="0">
|
||||
<Help>This parameter defines if the local button shall control (switch) the load or it is only used to send out scene control commands to the central controller.</Help>
|
||||
<Item label="Controls Load + Controls Scenes (default)" value="0" />
|
||||
<Item label="Scene Control Only" value="1" />
|
||||
</Value>
|
||||
|
||||
<Value type="list" genre="config" instance="1" index="5" label="Restore switch state after power cycle" size="1" value="1">
|
||||
<Help>Defines if the switch should restore switch state to the last prior to device power off (power cycle).</Help>
|
||||
<Item label="No, turn off" value="0" />
|
||||
<Item label="Yes (default)" value="1" />
|
||||
</Value>
|
||||
|
||||
<Value type="list" genre="config" instance="1" index="21" label="LED Color on OFF state" size="1" value="0">
|
||||
<Help>Defines the behavior of the LED when the load is switched off </Help>
|
||||
<Item label="Off (default)" value="0" />
|
||||
<Item label="Red" value="1" />
|
||||
<Item label="Green" value="2" />
|
||||
</Value>
|
||||
|
||||
<Value type="list" genre="config" instance="1" index="22" label="LED Color on ON state" size="1" value="2">
|
||||
<Help>Defines the behavior of the LED when the load is switched on </Help>
|
||||
<Item label="Off" value="0" />
|
||||
<Item label="Red" value="1" />
|
||||
<Item label="Green" value="2" />
|
||||
</Value>
|
||||
|
||||
<Value type="short" genre="config" instance="1" index="23" label="Voltage Report Threshold" size="1" units="Volt" min="0" max="250" value="100">
|
||||
<Help>
|
||||
Report the voltage when the voltage has changed by more then X * 1 V. When disabled the device will report every 10 minutes regardless of current voltage.
|
||||
0 -> Disabled
|
||||
100 -> Default
|
||||
0 - 250 -> Volt
|
||||
</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="short" genre="config" instance="1" index="24" label="Current Reporting Threshold" size="1" units="* 0,01 A" min="0" max="255" value="10">
|
||||
<Help>
|
||||
Report the current when the current has changed by more then X *0,01 A. When disabled the device will report every 10 minutes regardless of current change.
|
||||
0 -> Disabled
|
||||
10 -> default
|
||||
0 - 255 -> * 0,01 A
|
||||
</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="short" genre="config" instance="1" index="25" label="Power Reporting Threshold" size="1" units="Watts" min="0" max="255" value="50">
|
||||
<Help>
|
||||
Report the power when the power has changed by more then X Watt. When disabled the device will report every 10 minutes regardless of power consumption change.
|
||||
0 -> Disabled
|
||||
50 -> Default
|
||||
1 - 255 -> Watts
|
||||
</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="short" genre="config" instance="1" index="26" label="Soft Circuit Breaker Threshold" size="2" units="Watts" min="0" max="3600" value="3600">
|
||||
<Help>
|
||||
When the power draw exceeds the value set in this parameter for a time set in parameter 28 the soft ciruit breaker will disconnect the load.
|
||||
0 -> Disabled
|
||||
3600 -> Default
|
||||
1 - 3600 -> Watts
|
||||
</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="short" genre="config" instance="1" index="27" label="Soft Circuit Breaker Recovery Time" size="1" units="Seconds" min="0" max="255" value="0">
|
||||
<Help>Once the soft circuit breaker tipps and the load is disconnected the load will be automatically reconneced after X seconds. When disabled the load must be repowered manually or with wireless command.
|
||||
0 -> Disabled (default)
|
||||
1 - 255 -> Seconds
|
||||
</Help>
|
||||
</Value>
|
||||
|
||||
<Value type="short" genre="config" instance="1" index="28" label="Soft Circuit Breaker Recovery Time" size="1" units="* 0,1 sec" min="0" max="255" value="10">
|
||||
<Help>This delay time defines how fast the soft circuit breaker wil react when the threshold power is exceeded. The power is cut off only if the power draw remains over the threshold level for the defines time.
|
||||
0 -> Disabled
|
||||
10 -> Default
|
||||
1 - 255 -> * 0,1 sec
|
||||
</Help>
|
||||
</Value>
|
||||
</CommandClass>
|
||||
|
||||
<!-- Association Groups -->
|
||||
<CommandClass id="133">
|
||||
<Associations num_groups="2">
|
||||
<Group index="1" max_associations="5" label="Lifeline"/>
|
||||
<Group index="2" max_associations="5" label="Controlled by buttons" />
|
||||
</Associations>
|
||||
</CommandClass>
|
||||
|
||||
</Product>
|
Loading…
Add table
Reference in a new issue