diff --git a/config/manufacturer_specific.xml b/config/manufacturer_specific.xml index e5cc3398..cb97c149 100644 --- a/config/manufacturer_specific.xml +++ b/config/manufacturer_specific.xml @@ -2258,6 +2258,7 @@ + diff --git a/config/zooz/zen25.xml b/config/zooz/zen25.xml new file mode 100644 index 00000000..595093c2 --- /dev/null +++ b/config/zooz/zen25.xml @@ -0,0 +1,96 @@ + + + + + + + Recovery state for the Double Plug's outlets if power outage occurs + + + + + + Minimum change in watts to report + + + How often to report power consumption (W) in seconds + + + How often to report energy usage (kWh)in seconds + + + How often to report voltage (V) in seconds + + + How often to report electrical current (A) in seconds + + + Turns off once amperage exceeds specified amount (both outlets combined) + + + + Enable (or disable) the auto turn-off timer for the left (CH1) outlet. See parameter 9 to set the amount of time. + + + + + Set the time (in minutes) to turn off the left (CH1) outlet if the Auto Turn-Off Timer - Left is enabled (see parameter 8). + + + Enable (or disable) the auto turn-on timer for the left (CH1) outlet. See parameter 11 to set the amount of time since the device was turned off before it turns back on. + + + + + Set the time (in minutes) to turn on the left (CH1) outlet after it is turned off. Requires the "Auto Turn-On Timer - Left" parameter (10) to be enabled. + + + Enable (or disable) the auto turn-off timer for the right (CH2) outlet. See parameter 13 to set the amount of time. + + + + + Set the time (in minutes) to turn off the right (CH2) outlet if the Auto Turn-Off Timer - Right is enabled (see parameter 12). + + + Enable (or disable) the auto turn-on timer for the right (CH2) outlet. See parameter 15 to set the amount of time since the device was turned off before it turns back on. + + + + + Set the time (in minutes) to turn on the right (CH2) outlet after it is turned off. Requires the "Auto Turn-On Timer - Right" parameter (14) to be enabled. + + + Enable (or disable) manual control of the outlets using the Z-Wave button on the double plug + + + + + Enable (or disable) LED indicators next to each outlet + + + + + + + Enable (or disable) power reports sent to the hub (requires firmware version 2 or higher) + + + + + + + + + + + + + + + + + diff --git a/distfiles.mk b/distfiles.mk index 22e46b4a..57e449df 100644 --- a/distfiles.mk +++ b/distfiles.mk @@ -549,6 +549,7 @@ DISTFILES = .gitignore \ config/zooz/zen22v2.xml \ config/zooz/zen23.xml \ config/zooz/zen24.xml \ + config/zooz/zen25.xml \ config/zooz/zen26.xml \ config/zooz/zen27.xml \ config/zooz/zse08.xml \