mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Zooz Device Specific updates (#13617)
- Zen27 config update to reflect the min value of 0 for parameter 9 - ZSE29 config parameters added and are valid for firmware 2.0
This commit is contained in:
parent
d0b2630630
commit
ad1f93d5e2
@ -529,8 +529,8 @@ Zen27 (Dimmer):
|
||||
<Item label="On" value="1" />
|
||||
<Item label="Restore" value="2" />
|
||||
</Value>
|
||||
<Value type="byte" genre="config" instance="1" index="9" label="Ramp Rate Control" units="seconds" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="1" max="99" value="1">
|
||||
<Help>Adjust the physical ramp rate for your dimmer (fade-in / fade-out effect for on / off operation). Values correspond to the number of seconds it take for the dimmer to reach full brightness or turn off when operated manually. This setting is for physical taps only, see parameter 17 to adjust Z-Wave ramp rate.</Help>
|
||||
<Value type="byte" genre="config" instance="1" index="9" label="Ramp Rate Control" units="seconds" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="99" value="1">
|
||||
<Help>Adjust the physical ramp rate for your dimmer (fade-in / fade-out effect for on / off operation). Values correspond to the number of seconds it take for the dimmer to reach full brightness or turn off when operated manually. This setting is for physical taps only, see parameter 17 to adjust Z-Wave ramp rate. Values: 1 – 99 (seconds). 0 – instant on/off. Default: 1</Help>
|
||||
</Value>
|
||||
<Value type="byte" genre="config" instance="1" index="10" label="Minimum Brightness" units="%" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="1" max="99" value="1">
|
||||
<Help>Set the minimum brightness level (in %) for your dimmer. You won't be able to dim the light below the set value.</Help>
|
||||
@ -1409,4 +1409,45 @@ Once the firmware is updated, the the new configuration parameters will have to
|
||||
<Item label="hours" value="2"/>
|
||||
</Value>
|
||||
</CommandClass>
|
||||
```
|
||||
|
||||
### Zooz S2 Outdoor Motion Sensor v2.0 (ZSE29)
|
||||
|
||||
The configuration parameters will have to be added to the `zwcfg` file. Replace the existing `COMMAND_CLASS_CONFIGURATION` with the one of the following options:
|
||||
|
||||
```xml
|
||||
<CommandClass id="112">
|
||||
<Value type="byte" genre="config" index="1" label="Basic Set Report Value Sent to Associated Devices" size="1" min="0" max="99" value="99">
|
||||
<Help> Set the value of basic set report sent to the light associated with the sensor in Group 2 (so the light turns on to the selected brightness level). 99 is the equivalent of full brightness in Z-Wave terms.
|
||||
default: 99
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="list" genre="config" index="2" label="Enable / Disable Motion Reports" size="1" min="0" max="1" value="1">
|
||||
<Help>Enable or disable motion reports completely. If motion sensor is disabled, the device will not report motion at all to your hub.</Help>
|
||||
<Item label="Disabled" value="0"/>
|
||||
<Item label="Enabled (default)" value="1"/>
|
||||
</Value>
|
||||
<Value type="byte" genre="config" index="3" label="Motion Sensativity" size="1" min="1" max="10" value="10">
|
||||
<Help>Adjust motion sensitivity where 10 is the most sensative setting.
|
||||
default: 10
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="short" genre="config" index="4" label="Lux Level Trigger" size="2" min="0" max="900" value="0">
|
||||
<Help>Set lux level trigger with 10 being the lowest reported value. The sensor will report motion to the hub and associated devices only if lux level is below the set value.
|
||||
0 - set manually by lux knob; (default)
|
||||
1 - ignore lux and always report motion;
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="short" genre="config" index="5" label="Motion Re-trigger Time" size="2" min="0" max="720" value="0" units="seconds">
|
||||
<Help>Set motion re-trigger time for the delay before the sensor reports no motion to the hub and associated devices after detecting the last motion activity.
|
||||
0 - set manually by timer knob; (default)
|
||||
5-720 (seconds) - set customer re-trigger time;
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="short" genre="config" index="6" label="Lux Reporting Frequency" size="2" min="1" max="1440" value="30" units="minutes">
|
||||
<Help>Set lux reporting frequency to decide how often the snesor will measure and send brightness level data to the hub and associated devices.
|
||||
default: 30 (minutes)
|
||||
</Help>
|
||||
</Value>
|
||||
</CommandClass>
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user