diff --git a/source/_docs/z-wave/device-specific.markdown b/source/_docs/z-wave/device-specific.markdown index e50db11b4d8..531df1bd806 100644 --- a/source/_docs/z-wave/device-specific.markdown +++ b/source/_docs/z-wave/device-specific.markdown @@ -1291,3 +1291,122 @@ Example Event: - service: switch.toggle entity_id: switch.office_fan ``` + +### Zooz S2 MultiRelay (Zen16) + +Contact Zooz to obtain the over the air firmware update instructions and new user manual for the MultiRelay. + +Once the firmware is updated, the the new 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 + + + On Off Status After Power Failure. Default: all relays restore to previous state + + + + + + + + Switch Type for Relay 1 (Sw1). Choose the wall switch type you want to connect to the Sw1 terminal. Default: toggle switch (state changes whenever the switch is toggled) + + + + + + + Switch Type for Relay 2 (Sw2). Choose the wall switch type you want to connect to the Sw2 terminal. Default: toggle switch (state changes whenever the switch is toggled) + + + + + + + Switch Type for Relay 3 (Sw3). Choose the wall switch type you want to connect to the Sw3 terminal. Default: toggle switch (state changes whenever the switch is toggled) + + + + + + + LED Indicator Control. Choose if you want the LED indicator to turn on when any of the relays are on or if all of them are off, or if you want it to remain on or off at all times. Default: On when all relays are off + + + + + + + Auto Turn-Off Timer for Relay 1. Sets the time (in minutes) after which you want relay 1 to automatically turn off once it has been turned on. Range: 1-65535. Default: 0 (disabled) + + + Auto Turn-On Timer for Relay 1. Sets the time (in minutes) after which you want relay 1 to automatically turn on once it has been turned off. Range: 1-65535. Default: 0 (disabled) + + + Auto Turn-Off Timer for Relay 2. Sets the time (in minutes) after which you want relay 2 to automatically turn off once it has been turned on. Range: 1-65535. Default: 0 (disabled) + + + Auto Turn-On Timer for Relay 2. Sets the time (in minutes) after which you want relay 2 to automatically turn on once it has been turned off. Range: 1-65535. Default: 0 (disabled) + + + Auto Turn-Off Timer for Relay 3. Sets the time (in minutes) after which you want relay 3 to automatically turn off once it has been turned on. Range: 1-65535. Default: 0 (disabled) + + + Auto Turn-On Timer for Relay 3. Sets the time (in minutes) after which you want relay 3 to automatically turn on once it has been turned off. Range: 1-65535. Default: 0 (disabled) + + + Enable/Disable Manual Control for SW1. Default: enabled + + + + + + Enable/Disable Manual Control for SW2. Default: enabled + + + + + + Enable/Disable Manual Control for SW3. Default: enabled + + + + + + Choose between second, minutes, and hours as the unit for Auto Turn-Off time for Relay 1. Default: minutes + + + + + + Choose between second, minutes, and hours as the unit for Auto Turn-On time for Relay 1. Default: minutes + + + + + + Choose between second, minutes, and hours as the unit for Auto Turn-Off time for Relay 2. Default: minutes + + + + + + Choose between second, minutes, and hours as the unit for Auto Turn-On time for Relay 2. Default: minutes + + + + + + Choose between second, minutes, and hours as the unit for Auto Turn-Off time for Relay 3. Default: minutes + + + + + + Choose between second, minutes, and hours as the unit for Auto Turn-On time for Relay 3. Default: minutes + + + + + +``` \ No newline at end of file