- Support for the Shelly Wall panel has been implemented. This integration allows the inclusion of an interactive touch panel in the system, which is both functional and economical. The Shelly Wall is equipped with three sensors: temperature, humidity, and light brightness. Information from these sensors can serve as input data for various functions in the DOMIQ system. For example:
- The light sensor can control lighting automation, such as by using DALI ballasts.
- The temperature sensor can provide data to heating or air conditioning management systems, which are integrated with other subsystems like LCN.
- The panel can operate in one of two modes:
- Thermostat Mode – where the built-in relay can control a heating circuit, such as an electric valve or heating film. In this mode, lighting control can be delegated to another Shelly module by assigning the appropriate command in the panel configuration or to an entirely different smart home subsystem by sending a command to the DOMIQ/Base module. Integration with DOMIQ/Base allows changing the thermostat’s set temperature and hysteresis values via commands sent from the DOMIQ system, such as the Remote app or through events/timers.
- Light Switch Mode – the built-in relay controls the connected lighting circuit.
- Below are examples of identifiers, assuming the device is named ‘shellywall’:
- Thermostat Commands:
SHELLY.shellywall.thermostat.0.target=5-35
SHELLY.shellywall.thermostat.0.hysteresis=0-2
SHELLY.shellywall.thermostat.0.enabled=true/false/1/0/on/off
SHELLY.shellywall.thermostat.0.type=heating/cooling
SHELLY.shellywall.thermostat.0.invert=true/false/1/0/on/off
- Relay Commands:
SHELLY.shellywall.relay.0=0/1/on/off/toggle
- Sensor Readings:
SHELLY.shellywall.lux
– light brightness [lux].SHELLY.shellywall.humidity
– relative humidity [%].SHELLY.shellywall.temperatureF
– room temperature [°F].SHELLY.shellywall.temperature
– room temperature [°C].SHELLY.shellywall.illumination
– light brightness threshold: dark/twilight/bright.
- Thermostat Commands:
- Improvements in the handling of arithmetic expressions in commands (timers and events).
- Improvements in loading MEM variables into State in Base.