diff --git a/ChangeLog b/ChangeLog index de79bf040b..9e46c91f9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -208,6 +208,7 @@ Version 1.3 - Pull Request #659 - Added configuration file for D-Link Corp and DCH-Z110 Door/Window 3in1 sensor from psixilambda (Justin) - Issue #446 - Fix Visual Studio 2015 breakage. (Justin) + - Pull Request #664 - Add ZMHAD1 Qubino support from Wackoracoon (Justin) Version 1.2 - Released on 15/10/14 diff --git a/config/manufacturer_specific.xml b/config/manufacturer_specific.xml index 7f0fc14aa7..5ffb063641 100644 --- a/config/manufacturer_specific.xml +++ b/config/manufacturer_specific.xml @@ -561,6 +561,7 @@ + diff --git a/config/qubino/ZMNHAD1.xml b/config/qubino/ZMNHAD1.xml new file mode 100644 index 0000000000..c9ed7189fe --- /dev/null +++ b/config/qubino/ZMNHAD1.xml @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + Flush 1 relay module responds to commands ALL ON / ALL OFF that may be sent by the main controller or by other controller belonging to the system. + + + + + + + + 0 => Auto OFF disabled. 1 - 32535 => 1 second (0,01s) - 32535 seconds (325,35s). Auto OFF enabled with define time, step is 1s or 10ms according to parameter 15. Default value 0 + + + + 0 - Auto OFF disabled. 1 - 32535 => 1 second (0,01s) - 32535 seconds (325,35s). Auto ON enabled with define time, step is 1s or 10ms according to parameter 15. Default value 0 + + + + + + + + + + + + + + + + Set value from 0 - 100 (0%- 100%). 0 = Reporting Disabled. 1 - 100 = 1% - 100% and reporting enabled. Power report is send (push) only when actual power in Watts in real time change for more than set percentage comparing to previous actual power in Watts, step is 1%. Default value 10% + + + + Set value means time interval (0 - 32535) in seconds, when power report is send. 0 = Reporting Disabled. 1 - 32535 = 1 second - 32535 seconds and reporting enabled. Power report is send with time interval set by entered value. Default value 300 (power report in Watts is send each 300s) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Set value is added or subtracted to actual measured value by sensor. Available configuration parameters : default value 32536. 32536 offset is 0.0C. From 1 to 100 = value from 0.1°C to 10.0°C is added to actual measured temperature. From 1001 to 1100 = value from -0.1 °C to -10.0 °C is subtracted to actual measured temperature. + + + + If digital temperature sensor is connected, module reports measured temperature on temperature change defined by this parameter. Available configuration parameters : 0 = reporting disabled. 1 to 127 = 0,1°C to 12,7°C, step is 0,1°C. Default value is 5 = 0,5°C + + + + + + + + + + + + + + + + + + + + + + + diff --git a/distfiles.mk b/distfiles.mk index 07c5d5c7ce..a840c433b5 100644 --- a/distfiles.mk +++ b/distfiles.mk @@ -144,6 +144,7 @@ DISTFILES = .gitignore \ config/popp/123658.xml \ config/qees/reto-plugin-switch.xml \ config/qubino/ZMNHAA2.xml \ + config/qubino/ZMNHAD1.xml \ config/qubino/ZMNHBA2.xml \ config/qubino/ZMNHCA2.xml \ config/qubino/ZMNHDA2.xml \