SYSTEM
-
Optimized CPU threads management - improved performance of Base module (especially in handling of commands and events).
-
Optimized support for Remote application (iOS and Android).
-
Fixed handling of Light module.
-
Fixed mechanism for saving MEM variables.
-
Fixed bug that in some situations might led to communication problems between Bases using point-point connection.
-
Fixed bug that caused communication problems for master-slave connections after restarting master.
-
Added new commands to control lights using DMX-512 protocol:
-
toggle - switch lamp state to the opposite
-
up - increase brightness by 10%
-
down - decrease brightness by 10%
-
dim - brightness control in a manner known from the LCN system:
-
short press: turn light on
-
next short press: turn light off
-
long press: brightening
-
release button: stop brightness change
-
next long press: dimming
-
Added support for light scenes using DMX-512 protocol. It includes new command with the following syntax:
-
DMX.scene.<scene_name>=<command>, where <scene_name> is the name assigned to a given scene in the configurator and the <command> is command sent to a scene. Following commands are available:
-
load - loads scene
-
toggle - toggles state of all DMX slots assigned to a given scene.
-
dim - the same fashion as for single DMX slot, but here for whole scene.
-
Example: DMX.scene.relax=load
9. Added toggle command for Satel Integra outputs. Syntax: IDS.output.xx=toggle;pin:yyyy, where xx is output number and yyyy to pin required for command authorization.
10. Added new identifiers for date and time visualization:
1. CLOCK.date - shows current date in format: dd.mm.YYYY
2. CLOCK.datetime - shows current date and time in format: dd.mm.YYYY HH:MM
3. CLOCK.fulldate - shows current date, time and weekday in format: weekday dd.mm.YYYY HH:MM
11. Minor changes in handling of IP cameras.
CONFIGURATOR
-
Added new DMX tab, where you define light scenes for DMX-512 devices. New tab also allows to create descriptions for individual DMX slots.
-
Added new RGBW control for visualization - requires Remote for iOS 1.13.0 or newer.
-
Added white channel for the RGB Light control in Menu mode - requires Remote for iOS 1.13.0 or newer.
-
Fixed problem with saving of user profiles.
-
Added option for deactivation of individual Modbus devices. This is to reduce traffic on the bus by avoiding polling temporarily inactive devices.
-
Fixed problem with refreshing values of DALI light scenes.
-
Fixed problem with saving of DALI light scenes.
Bus A:
-
Fixed handling of the DOMIQ/Expander module - faster execution of commands and polling of inputs.
Bus 4:
-
Fixed handling of the DOMIQ/Light module - improved module response time.