Today we released update for DOMIQ/Base modules. The main feature of this update is integration with Shelly devices. The full list of changes is below:
SYSTEM
NEW: We added integration with Shelly devices. The detailed description of using Shelly in DOMIQ is presented in the tutorial: Integration with Shelly. List of supported Shelly modules:
1. All gen. 2 modules, including the Plus and Pro series modules.
2. Gen. 1 modules:
1. 1/1PM/1L
2. 2/2.5
3. Plug/PlugS
4. H&T
5. Smoke
6. Flood
7. Door/Window 1/2
8. Uni
9. 4Pro
10. Dimmer 1/2
11. RGBW2 White
12. Motion
13. Sense
14. Button1
15. I3
16. TRV
17. Gas
18. EM
19. 3EM
20. Vintage
Fixed bug in searching for expanderd connected to a DOMIQ/Expander module.
We have added new commands for controlling shutters based on the DOMIQ/Expander module:
toggle: for single-button shutter control. Each execution of the toggle command switches shutter’s state in the following cycle: up-stop-down-stop and so on.
toggleup - switches shutters’ state between two states: up-stop
toggledow - switches shutters’ state between two states: down-stop
We have also added support for commands sent as numbers:
* 0 - stop
* 1 - up
* 3 - down
* 4 - toggleup
* 5 - toggledown
We have added commands to control shutters using time intervals. It requires to pass additional parameter to a regular shutter command. This attribute tells the Expander module for how long to a shutter should be moving. The general syntax is: EXP.shutter.<module>.<shutter>=<command>;<interval>. Example: EXP.shutter.3.1=up;3 - shutter no. 1 in a module with the address no. 3 will go „up“ for 3 seconds. Time interval value can also be a fraction number.
Improved security of remote connections from the DOMIQ/Remote app.
Fixed issue in web server that might caused problems when saving the configuration.
Fixed bug in the "Lock Keys" command in the LCN.
Minor fixes in DOMIQ/Light driver.
Configurator:
Fixed issue in handling of websocket connection between web browser and the Base module.
Added „MQTT“ and „Shelly" options for enabling integration with Shelly devices (both options have to be enabled).