Difference between revisions of "Domino"

From HSYCO
Jump to navigation Jump to search
 
(192 intermediate revisions by 4 users not shown)
Line 1: Line 1:
The DOMINO system is DUEMMEGI’s proprietary bus architecture for home automation. HSYCO fully integrates with this system through the DFCP control and gateway module, and its FXP-XT serial communication protocol.
+
The DOMINO system is DUEMMEGI’s proprietary bus architecture for home automation. HSYCO fully integrates with this system through the DFCP or DFCP4 control and gateway module, and its FXP-XT serial communication protocol.
  
 
A serial connection between the DFCP and the HSYCO SERVER is required for the integration, either directly through the server’s RS-232 port or via the RS-232 port of a supported serial to IP gateway, including the WEBS module.
 
A serial connection between the DFCP and the HSYCO SERVER is required for the integration, either directly through the server’s RS-232 port or via the RS-232 port of a supported serial to IP gateway, including the WEBS module.
 +
 +
The DFCP4 can be connected via the integrated serial to IP gateway.
 +
 +
{{note|
 +
The Domino I/O Server requires DFCP firmware version 2.0 or later for normal operation.
 +
Firmware version 4.3 or later is required to support field upgrade of installed Domino modules.
 +
The DCPIDE configuration tools pass-through support for secure access to the DFCP via HSYCO requires DCPIDE version 3.2.1 or later.
 +
}}
 +
  
 
[[Category:I/O Server]]
 
[[Category:I/O Server]]
Line 29: Line 38:
  
 
{{tip|A speed of 115200 bps is recommended to achieve good performance, particularly when the number of devices connected to the bus is large.}}
 
{{tip|A speed of 115200 bps is recommended to achieve good performance, particularly when the number of devices connected to the bus is large.}}
 +
 +
 +
=== High Availability ===
 +
*'''Shutdown when inactive''': defaults to false.
  
 
== HSYCO Configuration ==
 
== HSYCO Configuration ==
Line 209: Line 222:
 
</pre>
 
</pre>
  
== DFCP Virtual Data Points and Registers ==
+
== DFCP Data Points ==
  
The DFCP implements 2032 virtual points for binary (on/off) data and 1024 registers for positive scalar values (0-65535).  
+
The DFCP implements 2032 virtual points for binary (on/off) data and 1024 registers and counters for positive scalar values (0-65535). The DFH doesn't support virtual points or registers.
  
All the virtual points and the registers can optionally generate I/O events. You can also write to the virtual data points and registers using the IO action in EVENTS or ioSet() method in Java.
+
All virtual points, registers and counters can optionally generate I/O events. You can also write to the virtual data points, registers or counters using the IO action in EVENTS or ioSet() method in Java.
  
You cannot directly control the DFCP virtual data points and registers using GUI objects.
+
You cannot directly control the DFCP virtual data points, registers or counters using GUI objects.
  
 
To enable polling of the current state of the DFCP’s virtual data points, enable the ''virtualpoints'' options in hsyco.ini.
 
To enable polling of the current state of the DFCP’s virtual data points, enable the ''virtualpoints'' options in hsyco.ini.
Line 221: Line 234:
 
To enable polling of the current state of the DFCP’s registers, enable the ''registers'' options in hsyco.ini.
 
To enable polling of the current state of the DFCP’s registers, enable the ''registers'' options in hsyco.ini.
  
If you only have to write to virtual points or registers, enabling polling is not strictly required.  
+
To enable polling of the current state of the DFCP’s counters, enable the ''counters'' options in hsyco.ini.
 +
 
 +
If you only have to write to virtual points or registers, enabling polling is not strictly required.
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 228: Line 243:
 
!R/W
 
!R/W
 
!Description
 
!Description
 +
|-
 +
 +
|rowspan="2"|busfault
 +
|0
 +
|R
 +
|no bus fault detected
 +
|-
 +
|1
 +
|R
 +
|bus fault detected
 +
|-
 +
 +
|rowspan="2"|modulefault
 +
|0
 +
|R
 +
|no modules fault detected
 +
|-
 +
|1
 +
|R
 +
|modules fault detected
 
|-
 
|-
  
Line 243: Line 278:
 
|<x>
 
|<x>
 
|RW
 
|RW
|register <n> off (<n>: 0-1023) set to value <x> (<x>: 0-65535)
+
|register <n> (<n>: 0-1023) set to value <x> (<x>: 0-65535)
 +
|-
 +
 
 +
|c0.<n>
 +
|<x>
 +
|RW
 +
|counter <n> (<n>: 0-1023) set to value <x> (<x>: 0-65535)
 
|-
 
|-
  
Line 279: Line 320:
  
 
|}
 
|}
 +
 +
 +
== DFH redundant configuration for High Availability applications ==
 +
 +
When HSYCO is embedded in a DFH interface, high availability support can be configured to allow two DFH to be connected to the same Domino bus. In normal operations, the master unit will be active on the bus, while the slave unit will automatically block bus polling, to avoid traffic conflicts with the master unit.
 +
 +
{{tip|DFH high availability support requires DFH firmware version 3.3 or above.}}
 +
 +
If the slave HSYCO becomes active, because it automatically detects a master's failure, the Domino I/O server will exit its idle state, and the slave DFH interface will resume polling the bus. The time required by the slave to take over the active role and become the bus master depends on the haTimeoutSeconds configuration parameter; its default is 4 seconds. A few seconds of bus polling overlapping are also normal when the master becomes active again.
 +
 +
In a typical configuration, the following high availability parameters should be set like:
 +
haClientSessionsFailover = true
 +
haDisableCommandEvents = true
 +
haDisableFilesSync = false
 +
haTimeoutSeconds = 4
 +
 +
Also, the ioServersShutdownInactive parameter of the Domino I/O server, on both master and slave, should be false (or default).
 +
 +
Without additional configuration, this setup will correctly address a total failure of the master DFH unit, but not other fault conditions, like a bus fault on the master unit, or LAN fault on the master or slave DFH.
 +
 +
If a bus fault occurs on the master DFH, HSYCO would still be active and the slave remains idle, as it would still sense the master's presence over the LAN. Also, if the master becomes disconnected from the LAN, it would still remain active, but the slave would also become active, causing polling conflicts on the Domino bus. To address these specific failure modes, add the following lines, or something similar, to the EVENTS file:
 +
 +
$HAMASTER$ = 1 and (IO domino.busfault = "1" or IO system.internet.connection = "offline") : { haActive(false); }
 +
$HAMASTER$ = 1 and (IO domino.busfault = "0" and IO system.internet.connection = "online") : { haActive(true); }
 +
 +
The first rule forces the master to relinquish its active state in case of bus failure or when the internet connection is lost. You should probably replace the internet connection test with an equivalent command that tests local services on your LAN.
 +
 +
The second rule reacquires the master's active state when both the Domino bus and the LAN connections are up.
 +
 +
 +
Another fault scenario that should be considered is the loss of LAN access from the slave DFH. In this case the master would remain active, but the slave HSYCO would also become active, not sensing the master. This should again be prevented, to avoid polling conflicts, with the following rules in EVENTS:
 +
$HAMASTER$ = 0 and IO system.internet.connection = "offline" : { ioServersStop("domino"); }
 +
$HAMASTER$ = 0 and IO system.internet.connection = "online" : { ioServersRestart("domino"); }
 +
 +
These rules will stop the Domino I/O server when the slave LAN is down, effectively blocking the slave DFH polling, and restart it when up.
 +
 +
{{note|Note that there could be other specific fault scenarios to be considered. The example presented here is only one of several possible ways to implement a DFH-based high availability configuration, and may not be adequate to handle all possible fault scenarios in an actual installation.}}
  
 
== DOMINO Modules Events and Control ==
 
== DOMINO Modules Events and Control ==
 +
 +
Each DOMINO module has its own set of read-only or read-write data points, mapping the specific set of features.
 +
 +
All modules also have a  read-only "fault" data point, set to 1 if the DFCP has detected a module fault condition, or 0 if the module is working normally.
 +
 +
{| class="wikitable"
 +
!ID
 +
!Value
 +
!R/W
 +
!Description
 +
|-
 +
 +
|rowspan="2"|i<address>.fault
 +
|0
 +
|R
 +
|input module working normally
 +
|-
 +
|1
 +
|R
 +
|input module fault detected
 +
|-
 +
 +
|rowspan="2"|o<address>.fault
 +
|0
 +
|R
 +
|output module working normally
 +
|-
 +
|1
 +
|R
 +
|output module fault detected
 +
|-
 +
|}
 +
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 304: Line 415:
 
|DF4RP/I
 
|DF4RP/I
 
|4 generic inputs ON-OFF + 4 outputs
 
|4 generic inputs ON-OFF + 4 outputs
 +
|-
 +
|DF4RI / DF4RIR
 +
|multifunction module with 4 digital inputs and 4 outputs (power relay)
 +
|-
 +
|DF8RIT
 +
|multifunction module with 8 digital inputs, 8 outputs (power relay), 1 temperature sensor/controller
 
|-
 
|-
 
|DFDI, DFDI2, DFDI2B, DFDM, DFDT
 
|DFDI, DFDI2, DFDI2B, DFDM, DFDT
Line 311: Line 428:
 
|DMX interface
 
|DMX interface
 
|-
 
|-
|DFDALI
+
|DFDALI
 +
|DALI interface
 +
|-
 +
|DFDALI64
 
|DALI interface
 
|DALI interface
 
|-
 
|-
 
|DFDV
 
|DFDV
 
|1 output (1-10V - ballast) + 1 output (power relay)
 
|1 output (1-10V - ballast) + 1 output (power relay)
 +
|-
 +
|DF4DV
 +
|4 outputs (1-10V - ballast)
 
|-
 
|-
 
|DFTP
 
|DFTP
Line 331: Line 454:
 
|DF8IL
 
|DF8IL
 
|8 digital inputs + 8 outputs (LED)
 
|8 digital inputs + 8 outputs (LED)
 +
|-
 +
|DFIGLASS
 +
|6 button touch keypad with optional temperature sensor
 
|-
 
|-
 
|DFAI
 
|DFAI
 
|2 analog inputs
 
|2 analog inputs
 +
|-
 +
|DFLS / DFLS-P
 +
|ambient light sensor and presence detector
 
|-
 
|-
 
|DFLUX, DFSUN
 
|DFLUX, DFSUN
Line 347: Line 476:
 
|weather module
 
|weather module
 
|-
 
|-
|DFCC
+
|DFANA
 +
|electric energy network analyser
 +
|-
 +
|DFANA-M
 +
|electric energy network analyser
 +
|-
 +
|DFCC
 
|electric energy meter and load manager
 
|electric energy meter and load manager
 +
|-
 +
|DFCC2
 +
|electric energy meter and load manager
 +
|-
 +
|DFTA / DFTE
 +
|temperature sensor module
 
|-
 
|-
 
|}
 
|}
Line 683: Line 824:
  
 
|rowspan="2"|o<address>.1
 
|rowspan="2"|o<address>.1
|0<br/>off
+
|0
 
|RW
 
|RW
 
|output pin 1 off
 
|output pin 1 off
 
|-
 
|-
|1<br/>on
+
|1
 
|RW
 
|RW
 
|output pin 1 on
 
|output pin 1 on
Line 693: Line 834:
  
 
|rowspan="2"|o<address>.2
 
|rowspan="2"|o<address>.2
|0<br/>off
+
|0
 
|RW
 
|RW
 
|output pin 2 off
 
|output pin 2 off
 
|-
 
|-
|1<br/>on
+
|1
 
|RW
 
|RW
 
|output pin 2 on
 
|output pin 2 on
 
|-
 
|-
 
|}
 
|}
 +
 +
You can also set the value to “on” or “off”, that is equivalent to 1 and 0.
  
 
----
 
----
Line 718: Line 861:
  
 
|rowspan="2"|o<address>.1
 
|rowspan="2"|o<address>.1
|0<br/>off
+
|0
 
|RW
 
|RW
 
|output pin 1 off
 
|output pin 1 off
 
|-
 
|-
|1<br/>on
+
|1
 
|RW
 
|RW
 
|output pin 1 on
 
|output pin 1 on
Line 728: Line 871:
  
 
|rowspan="2"|o<address>.2
 
|rowspan="2"|o<address>.2
|0<br/>off
+
|0
 
|RW
 
|RW
 
|output pin 2 off
 
|output pin 2 off
 
|-
 
|-
|1<br/>on
+
|1
 
|RW
 
|RW
 
|output pin 2 on
 
|output pin 2 on
Line 738: Line 881:
  
 
|rowspan="2"|o<address>.3
 
|rowspan="2"|o<address>.3
|0<br/>off
+
|0
 
|RW
 
|RW
 
|output pin 3 off
 
|output pin 3 off
 
|-
 
|-
|1<br/>on
+
|1
 
|RW
 
|RW
 
|output pin 3 on
 
|output pin 3 on
Line 748: Line 891:
  
 
|rowspan="2"|o<address>.4
 
|rowspan="2"|o<address>.4
|0<br/>off
+
|0
 
|RW
 
|RW
 
|output pin 4 off
 
|output pin 4 off
 
|-
 
|-
|1<br/>on
+
|1
 
|RW
 
|RW
 
|output pin 4 on
 
|output pin 4 on
Line 855: Line 998:
 
----
 
----
  
=== DFDM, DFDI, DFDI2, DFDI2B, DFDT ===
+
=== DF8RIT ===
The DFDM, DFDI, DFDI2, DFDI2B and DFDT are output modules with 1 dimmer output.
+
The DF8RIT is a multifunction module with 8 digital inputs, 8 outputs (power relay) and 1 temperature sensor/controller.
  
They use one address in the DOMINO bus.
+
This module uses 1 to 7 input addresses and 1 to 10 output addresses, based on its configuration.
 +
 
 +
The module's configuration is automatically detected by HSYCO when connected to the DFCP.
 +
 
 +
==== Digital inputs section ====
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 867: Line 1,014:
 
|-
 
|-
  
|rowspan="4"|o<address>
+
|rowspan="2"|i<address>.1
|program
+
|0
 
|R
 
|R
|program mode
+
|input pin 1 off
 
|-
 
|-
|fault
+
|1
 
|R
 
|R
|dimmer fault
+
|input pin 1 on
 
|-
 
|-
|auto
+
 
 +
|rowspan="2"|i<address>.2
 +
|0
 
|R
 
|R
|auto mode
+
|input pin 2 off
 
|-
 
|-
|man
+
|1
 
|R
 
|R
|manual mode
+
|input pin 2 on
 
|-
 
|-
  
|rowspan="3"|o<address>.1
+
|rowspan="2"|i<address>.3
|off
+
|0
|RW
+
|R
|dimmer off
+
|input pin 3 off
 
|-
 
|-
|1...100%
+
|1
|RW
+
|R
|percent dimmer level
+
|input pin 3 on
|-
 
|on
 
|RW
 
|dimmer on at last level
 
 
|-
 
|-
  
|rowspan="3"|o<address>.ramp
+
|rowspan="2"|i<address>.4
|save
+
|0
|RW
+
|R
|saves the current ramp as default
+
|input pin 4 off
 
|-
 
|-
|1...30
+
|1
|RW
+
|R
|ramp value in seconds (1 sec steps up to 10 and 2 sec steps up to 30)
+
|input pin 4 on
|-
 
|40, 50, 60
 
|RW
 
|ramp value in seconds (10 sec steps)
 
 
|-
 
|-
  
|o<address>.setpoint
+
|rowspan="2"|i<address>.5
|0...1023
+
|0
|RW
+
|R
|setpoint level
+
|input pin 5 off
 
|-
 
|-
 
+
|1
|o<address>.hysteresis
+
|R
|0...255
+
|input pin 5 on
|RW
 
|tolerance level
 
 
|-
 
|-
  
|o<address>.time
+
|rowspan="2"|i<address>.6
|0...255
+
|0
|RW
+
|R
|period (seconds)
+
|input pin 6 off
 +
|-
 +
|1
 +
|R
 +
|input pin 6 on
 
|-
 
|-
|}
 
  
The dimmer level can be set using additional formats besides the standard percent values:
+
|rowspan="2"|i<address>.7
*absolute positive integer number between 0 and 100
+
|0
*percent number, formatted as x%
+
|R
*fractional format, formatted as “n/m”, where 0 <= n <= m.
+
|input pin 7 off
 +
|-
 +
|1
 +
|R
 +
|input pin 7 on
 +
|-
  
----
+
|rowspan="2"|i<address>.8
 +
|0
 +
|R
 +
|input pin 8 off
 +
|-
 +
|1
 +
|R
 +
|input pin 8 on
 +
|-
  
=== DFDMX ===
+
|}
The DFDMX is a DMX-512 protocol output module.
 
  
It uses one address in the DOMINO bus.
+
==== Relay outputs section 1-2 ====
 +
If automation 1 is not enabled (base address + 1 not used):
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 951: Line 1,106:
 
|-
 
|-
  
|o<address>.<command>
+
|rowspan="2"|o<address>.1
|0...255
+
|0
 +
|RW
 +
|output pin 1 off
 +
|-
 +
|1
 +
|RW
 +
|output pin 1 on
 +
|-
 +
 
 +
|rowspan="2"|o<address>.2
 +
|0
 +
|RW
 +
|output pin 2 off
 +
|-
 +
|1
 
|RW
 
|RW
|commands and values according to the DFDMX programming manual
+
|output pin 2 on
 
|-
 
|-
 
|}
 
|}
  
----
+
If automation 1 is enabled (base address + 1 is used):
 
 
=== DFDALI ===
 
The DFDALI is a DALI interface module. Using the DFDALI you can control up to 32 DALI devices.
 
 
 
You can control individual devices, groups or broadcast commands to all devices.
 
 
 
It uses one input (if enabled) and one output address in the DOMINO bus.
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 974: Line 1,136:
 
|-
 
|-
  
|o<address>
+
|rowspan="6"|o<address>.1
|refresh
+
|up
 
|RW
 
|RW
|queries the DFDALI module to update the current status of all DALI devices
+
|shutter up command
 
|-
 
|-
 
+
|down
|o<address>
 
|off
 
 
|RW
 
|RW
|broadcast off command
+
|shutter down command
 
|-
 
|-
 
+
|stop
|o<address>.all
 
o<address>.0
 
|<level>
 
 
|RW
 
|RW
|broadcast level command
+
|shutter stop command
 
|-
 
|-
 
+
|unknown
|rowspan="2"|o<address>.group.<DALI group>
+
|R
|off
+
|unknown state
|RW
 
|broadcast off command
 
 
|-
 
|-
|<level>
+
|offup
 
|RW
 
|RW
|group level command
+
|shutter off, up position
 
|-
 
|-
 
+
|offdown
|rowspan="3"|o<address>.<DALI address>
 
|off
 
 
|RW
 
|RW
|turn off a single device
+
|shutter off, down position
 
|-
 
|-
|<level>
+
|o<address + 1>
 +
|0 ... 100%
 
|RW
 
|RW
|set a single device to a specific level
+
|percent position
 
|-
 
|-
|> 100
+
|}
|RW
+
 
|special functions, having values between 101 and 255, as defined in the DFDALI manual
+
==== Relay outputs section 3-4 ====
 +
If automation 2 is not enabled (base address + 2 not used):
 +
 
 +
{| class="wikitable"
 +
!ID
 +
!Value
 +
!R/W
 +
!Description
 
|-
 
|-
  
|rowspan="2"|i<address>.polling
+
|rowspan="2"|o<address>.1
|off
+
|0
 
|RW
 
|RW
|polling mode is disabled
+
|output pin 3 off
 
|-
 
|-
|on
+
|1
 
|RW
 
|RW
|polling mode is enabled
+
|output pin 3 on
 
|-
 
|-
  
|rowspan="2"|i<address>.test
+
|rowspan="2"|o<address>.2
 
|0
 
|0
 
|RW
 
|RW
|test button not pressed
+
|output pin 4 off
 
|-
 
|-
 
|1
 
|1
 
|RW
 
|RW
|test button pressed
+
|output pin 4 on
 +
|-
 +
|}
 +
 
 +
If automation 2 is enabled (base address + 2 is used):
 +
 
 +
{| class="wikitable"
 +
!ID
 +
!Value
 +
!R/W
 +
!Description
 
|-
 
|-
  
|rowspan="4"|i<address>.dali
+
|rowspan="6"|o<address>.3
|nopower
+
|up
 
|RW
 
|RW
|power failure on the DALI bus
+
|shutter up command
 
|-
 
|-
|open
+
|down
 
|RW
 
|RW
|DALI bus is open
+
|shutter down command
 
|-
 
|-
|short
+
|stop
 
|RW
 
|RW
|DALI bus is shorted
+
|shutter stop command
 +
|-
 +
|unknown
 +
|R
 +
|unknown state
 
|-
 
|-
|on
+
|offup
 
|RW
 
|RW
|DALI bus on
+
|shutter off, up position
 
|-
 
|-
 
+
|offdown
|rowspan="2"|i<address>.1
 
|fault
 
 
|RW
 
|RW
|DALI device 1 reporting a lamp failure
+
|shutter off, down position
 
|-
 
|-
|unknown
+
|o<address + 2>
 +
|0 ... 100%
 
|RW
 
|RW
|DALI device 1 status unknown
+
|percent position
 
|-
 
|-
 
|}
 
|}
  
The DALI level can be set using additional formats besides the standard percent values:
+
==== Relay outputs section 5-6 ====
*absolute positive integer number between 0 and 100
+
If automation 3 is not enabled (base address + 3 not used):
*percent number, formatted as x%
 
*fractional format, formatted as “n/m”, where 0 <= n <= m
 
*special functions, having values between 101 and 255, as defined in the DFDALI manual.
 
 
 
----
 
 
 
=== DFDV ===
 
The DFDV is an output module with 1 output (1-10V for ballast) + 1 generic power relay output.
 
It uses one address in the DOMINO bus.
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,085: Line 1,250:
 
|-
 
|-
  
|rowspan="3"|o<address>.1
+
|rowspan="2"|o<address>.1
|off
+
|0
 
|RW
 
|RW
|dimmer off
+
|output pin 5 off
 
|-
 
|-
|1...100%
+
|1
|RW
 
|percent dimmer level
 
|-
 
|on
 
 
|RW
 
|RW
|dimmer on at last level
+
|output pin 5 on
 
|-
 
|-
  
Line 1,102: Line 1,263:
 
|0
 
|0
 
|RW
 
|RW
|output pin 1 off
+
|output pin 6 off
 
|-
 
|-
 
|1
 
|1
 
|RW
 
|RW
|output pin 1 on
+
|output pin 6 on
 
|-
 
|-
 
|}
 
|}
  
The dimmer level can be set using additional formats besides the standard percent values:
+
If automation 3 is enabled (base address + 3 is used):
*absolute positive integer number between 0 and 100
 
*fractional format, formatted as “n/m”, where 0 <= n <= m.
 
You can also set the value to “on” or “off”, that is equivalent to 1 and 0.
 
 
 
----
 
 
 
=== DFTP ===
 
The DFTP is an output module for 2 shutters.
 
 
 
It uses one output address in the DOMINO bus.
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,129: Line 1,280:
 
|-
 
|-
  
|rowspan="6"|o<address>.1
+
|rowspan="6"|o<address>.5
 
|up
 
|up
 
|RW
 
|RW
Line 1,138: Line 1,289:
 
|shutter down command
 
|shutter down command
 
|-
 
|-
|stop<br/>off<br/>0
+
|stop
 
|RW
 
|RW
 
|shutter stop command
 
|shutter stop command
 
|-
 
|-
 
|unknown
 
|unknown
|RW
+
|R
 
|unknown state
 
|unknown state
 
|-
 
|-
Line 1,154: Line 1,305:
 
|shutter off, down position
 
|shutter off, down position
 
|-
 
|-
 
+
|o<address + 3>
|rowspan="6"|o<address>.2
+
|0 ... 100%
|up
 
 
|RW
 
|RW
|shutter up command
+
|percent position
 
|-
 
|-
|down
+
|}
|RW
+
 
|shutter down command
+
==== Relay outputs section 7-8 ====
 +
If automation 4 is not enabled (base address + 4 not used):
 +
 
 +
{| class="wikitable"
 +
!ID
 +
!Value
 +
!R/W
 +
!Description
 
|-
 
|-
|stop<br/>off<br/>0
+
 
 +
|rowspan="2"|o<address>.1
 +
|0
 
|RW
 
|RW
|shutter stop command
+
|output pin 7 off
 
|-
 
|-
|unknown
+
|1
 
|RW
 
|RW
|unknown state
+
|output pin 7 on
 
|-
 
|-
|offup
+
 
 +
|rowspan="2"|o<address>.2
 +
|0
 
|RW
 
|RW
|shutter off, up position
+
|output pin 8 off
 
|-
 
|-
|offdown
+
|1
 
|RW
 
|RW
|shutter off, down position
+
|output pin 8 on
 
|-
 
|-
 
 
|}
 
|}
  
----
+
If automation 4 is enabled (base address + 4 is used):
 
 
=== DFTP/I ===
 
The DFTP is an input/output module for 2 shutters and 4 generic inputs.
 
 
 
It uses one input and one output address in the DOMINO bus.
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,197: Line 1,352:
 
|-
 
|-
  
|rowspan="2"|i<address>.1
+
|rowspan="6"|o<address>.7
|0
+
|up
|R
+
|RW
|input pin 1 off
+
|shutter up command
 
|-
 
|-
|1
+
|down
|R
 
|input pin 1 on
 
|-
 
 
 
|rowspan="6"|o<address>.1
 
|up
 
|RW
 
|shutter up command
 
|-
 
|down
 
 
|RW
 
|RW
 
|shutter down command
 
|shutter down command
 
|-
 
|-
|stop<br/>off<br/>0
+
|stop
 
|RW
 
|RW
 
|shutter stop command
 
|shutter stop command
 
|-
 
|-
 
|unknown
 
|unknown
|RW
+
|R
 
|unknown state
 
|unknown state
 
|-
 
|-
Line 1,231: Line 1,376:
 
|RW
 
|RW
 
|shutter off, down position
 
|shutter off, down position
 +
|-
 +
|o<address + 4>
 +
|0 ... 100%
 +
|RW
 +
|percent position
 +
|-
 +
|}
 +
 +
==== Temperature control section ====
 +
If temperature control is enabled:
 +
 +
{{note|
 +
The D8RIT uses three preset set point values, T1, T2 and T3. When using the Domino HSYCO I/O Server it is mandatory that T1 < T2 < T3. If the set points are not in order, you will not be able to control the D8RIT using the (temp) GUI objects.
 +
}}
 +
 +
 +
{| class="wikitable"
 +
!ID
 +
!Value
 +
!R/W
 +
!Description
 
|-
 
|-
  
|rowspan="2"|i<address>.2
+
|rowspan="2"|i<address + 5>.mode
|0
+
|winter
 
|R
 
|R
|input pin 2 off
+
|winter mode
 
|-
 
|-
|1
+
|summer
 
|R
 
|R
|input pin 2 on
+
|summer mode
 
|-
 
|-
  
|rowspan="6"|o<address>.2
+
|rowspan="4"|i<address + 5>.fan
|up
+
|min
|RW
+
|R
|shutter up command
+
|min fan speed
 
|-
 
|-
|down
+
|med
|RW
+
|R
|shutter down command
+
|medium fan speed
 
|-
 
|-
|stop<br/>off<br/>0
+
|max
|RW
+
|R
|shutter stop command
+
|max fan speed
 
|-
 
|-
|unknown
+
|off
|RW
+
|R
|unknown state
+
|fan off
|-
 
|offup
 
|RW
 
|shutter off, up position
 
|-
 
|offdown
 
|RW
 
|shutter off, down position
 
 
|-
 
|-
  
|rowspan="2"|i<address>.3
+
|rowspan="2"|i<address + 5>.fan.mode
|0
+
|man
 
|R
 
|R
|input pin 3 off
+
|manual fan mode
 
|-
 
|-
|1
+
|auto
 
|R
 
|R
|input pin 3 on
+
|auto fan mode
 
|-
 
|-
  
|rowspan="2"|i<address>.4
+
|rowspan="5"|i<address + 5>.setpoint
|0
+
|1
 
|R
 
|R
|input pin 4 off
+
|setpoint 1
 
|-
 
|-
|1
+
|2
 
|R
 
|R
|input pin 4 on
+
|setpoint 2
 
|-
 
|-
 
+
|3
|}
 
 
 
----
 
 
 
=== DFTR ===
 
The DFTR is an output module with 1 shutter output and 1 relay output.
 
 
 
It uses one address in the DOMINO bus.
 
 
 
{| class="wikitable"
 
!ID
 
!Value
 
!R/W
 
!Description
 
|-
 
 
 
|rowspan="5"|o<address>.1
 
|up
 
 
|R
 
|R
|shutter up
+
|setpoint 3
 
|-
 
|-
|down
+
|off
 
|R
 
|R
|shutter down
+
|off
 
|-
 
|-
|unknown
+
|man
 
|R
 
|R
|unknown state
+
|manual setpoint
 
|-
 
|-
|offup
+
 
 +
|rowspan="2"|i<address + 5>.setpoint.mode
 +
|man
 
|R
 
|R
|shutter offup
+
|manual setpoint mode
 
|-
 
|-
|offdown
+
|auto
 
|R
 
|R
|shutter offdown
+
|auto setpoint mode
 
|-
 
|-
  
|rowspan="2"|o<address>.2
+
|rowspan="2"|i<address + 5>.temp
|0
+
|<temp>
 
|R
 
|R
|output pin 2 off
+
|temperature value (in C/10)
 
|-
 
|-
|1
+
|fault
 
|R
 
|R
|output pin 2 on
+
|temperature sensor fault
 
|-
 
|-
  
|}
+
|rowspan="3"|i<address + 5>.status
 
+
|off
----
+
|R
 
+
|off
=== DF4IL ===
 
The DF4IL is an input/output module with 4 digital inputs and 4 digital open collector outputs for LEDs.
 
 
 
It uses one input and one output address in the DOMINO bus.
 
 
 
{| class="wikitable"
 
!ID
 
!Value
 
!R/W
 
!Description
 
 
|-
 
|-
 
+
|cooling
|rowspan="2"|i<address>.1
 
|0<br/>off
 
 
|R
 
|R
|input pin 1 off
+
|cooling status mode
 
|-
 
|-
|1<br/>on
+
|heating
 
|R
 
|R
|input pin 1 on
+
|heating status mode
 
|-
 
|-
  
|rowspan="2"|o<address>.1
+
|rowspan="2"|o<address + 5>.mode
|0<br/>off
+
|winter
 
|RW
 
|RW
|LED 1 off
+
|winter mode
 
|-
 
|-
|1<br/>on
+
|summer
 
|RW
 
|RW
|LED 1 on
+
|summer mode
 
|-
 
|-
  
|rowspan="2"|i<address>.2
+
|rowspan="4"|o<address + 5>.fan
|0<br/>off
+
|min
|R
+
|RW
|input pin 2 off
+
|min fan speed
 
|-
 
|-
|1<br/>on
+
|med
|R
+
|RW
|input pin 2 on
+
|medium fan speed
 
|-
 
|-
 
+
|max
|rowspan="2"|o<address>.2
 
|0<br/>off
 
 
|RW
 
|RW
|LED 2 off
+
|max fan speed
 
|-
 
|-
|1<br/>on
+
|off
 
|RW
 
|RW
|LED 2 on
+
|fan off
 
|-
 
|-
  
|rowspan="2"|i<address>.3
+
|rowspan="2"|o<address + 5>.fan.mode
|0<br/>off
+
|man
|R
+
|RW
|input pin 3 off
+
|manual fan mode
 
|-
 
|-
|1<br/>on
+
|auto
|R
+
|RW
|input pin 3 on
+
|auto fan mode
 
|-
 
|-
  
|rowspan="2"|o<address>.3
+
|rowspan="5"|o<address + 5>.setpoint
|0<br/>off
+
|1
 
|RW
 
|RW
|LED 3 off
+
|setpoint 1
 
|-
 
|-
|1<br/>on
+
|2
 
|RW
 
|RW
|LED 3 on
+
|setpoint 2
 
|-
 
|-
 
+
|3
|rowspan="2"|i<address>.4
+
|RW
|0<br/>off
+
|setpoint 3
|R
 
|input pin 4 off
 
 
|-
 
|-
|1<br/>on
+
|0
|R
+
|RW
|input pin 4 on
+
|setpoint off
 +
|-
 +
|man
 +
|RW
 +
|manual setpoint
 
|-
 
|-
  
|rowspan="2"|o<address>.4
+
|o<address + 5>.setpoint.temp.1
|0<br/>off
+
|<temp>
 
|RW
 
|RW
|LED 4 off
+
|temperature setpoint 1 value (in C/10)
 
|-
 
|-
|1<br/>on
+
 
 +
|o<address + 5>.setpoint.temp.2
 +
|<temp>
 
|RW
 
|RW
|LED 4 on
+
|temperature setpoint 2 value (in C/10)
 
|-
 
|-
|}
 
  
----
+
|o<address + 5>.setpoint.temp.3
 +
|<temp>
 +
|RW
 +
|temperature setpoint 3 value (in C/10)
 +
|-
  
=== DF8IL ===
+
|o<address + 5>.setpoint.temp.man
The DF8IL is an input/output module with 8 digital inputs and 8 digital open collector outputs for LEDs.
+
|<temp>
 +
|RW
 +
|temperature manual setpoint value (in C/10)
 +
|-
  
It uses 4 input and 4 output addresses in the DOMINO bus.
+
|o<address + 5>.program.summer<br/>o<address + 5>.program.winter
 
+
|refresh
{| class="wikitable"
+
|RW
!ID
+
|forces to daily summer/winter program for all days of the week
!Value
 
!R/W
 
!Description
 
 
|-
 
|-
  
|rowspan="2"|i<address>.1
+
|rowspan="2"|o<address + 5>.program.summer.<day><br/>o<address + 5>.program.winter.<day>
|0<br/>off
+
|refresh
|R
+
|RW
|input pin 1 off
+
|forces to daily summer/winter program for the reported day (mon:1, sun:7)
 
|-
 
|-
|1<br/>on
+
|<s0>...<s47>
 +
|RW
 +
|48 character represents the daily setpoint program divided in time slots of 30 minutes
 +
|-
 +
 
 +
|}
 +
----
 +
 
 +
=== DF4RI / DF4RIR ===
 +
The DF4RI and DF4RIR are multifunction module with 4 digital inputs and 4 outputs (power relay).
 +
 
 +
This module uses 1 to 3 input and output addresses, based on its configuration.
 +
 
 +
The module's configuration is automatically detected by HSYCO when connected to the DFCP.
 +
 
 +
==== Digital inputs section ====
 +
 
 +
{| class="wikitable"
 +
!ID
 +
!Value
 +
!R/W
 +
!Description
 +
|-
 +
 
 +
|rowspan="2"|i<address>.1
 +
|0
 +
|R
 +
|input pin 1 off
 +
|-
 +
|1
 
|R
 
|R
 
|input pin 1 on
 
|input pin 1 on
Line 1,459: Line 1,623:
  
 
|rowspan="2"|i<address>.2
 
|rowspan="2"|i<address>.2
|0<br/>off
+
|0
 
|R
 
|R
 
|input pin 2 off
 
|input pin 2 off
 
|-
 
|-
|1<br/>on
+
|1
 
|R
 
|R
 
|input pin 2 on
 
|input pin 2 on
Line 1,469: Line 1,633:
  
 
|rowspan="2"|i<address>.3
 
|rowspan="2"|i<address>.3
|0<br/>off
+
|0
 
|R
 
|R
 
|input pin 3 off
 
|input pin 3 off
 
|-
 
|-
|1<br/>on
+
|1
 
|R
 
|R
 
|input pin 3 on
 
|input pin 3 on
Line 1,479: Line 1,643:
  
 
|rowspan="2"|i<address>.4
 
|rowspan="2"|i<address>.4
|0<br/>off
+
|0
 
|R
 
|R
 
|input pin 4 off
 
|input pin 4 off
 
|-
 
|-
|1<br/>on
+
|1
 
|R
 
|R
 
|input pin 4 on
 
|input pin 4 on
 
|-
 
|-
  
|rowspan="2"|i<address+1>.1
+
|}
|0<br/>off
+
 
|R
+
==== Relay outputs section 1-2 ====
|input pin 5 off
+
If automation 1 is not enabled (base address + 1 not used):
|-
 
|1<br/>on
 
|R
 
|input pin 5 on
 
|-
 
  
|rowspan="2"|i<address+1>.2
+
{| class="wikitable"
|0<br/>off
+
!ID
|R
+
!Value
|input pin 6 off
+
!R/W
|-
+
!Description
|1<br/>on
 
|R
 
|input pin 6 on
 
 
|-
 
|-
  
|rowspan="2"|i<address+1>.3
+
|rowspan="2"|o<address>.1
|0<br/>off
+
|0
|R
+
|RW
|input pin 7 off
+
|output pin 1 off
 
|-
 
|-
|1<br/>on
+
|1
|R
+
|RW
|input pin 7 on
+
|output pin 1 on
 
|-
 
|-
  
|rowspan="2"|i<address+1>.4
+
|rowspan="2"|o<address>.2
|0<br/>off
+
|0
|R
+
|RW
|input pin 8 off
+
|output pin 2 off
 
|-
 
|-
|1<br/>on
+
|1
|R
+
|RW
|input pin 8 on
+
|output pin 2 on
 
|-
 
|-
 +
|}
  
|rowspan="2"|i<address+2>.1
+
If automation 1 is enabled (base address + 1 is used):
|0<br/>off
 
|R
 
|LED 1 is off
 
|-
 
|1<br/>on
 
|R
 
|LED 1 is on
 
|-
 
  
|rowspan="2"|i<address+2>.2
+
{| class="wikitable"
|0<br/>off
+
!ID
|R
+
!Value
|LED 2 is off
+
!R/W
|-
+
!Description
|1<br/>on
 
|R
 
|LED 2 is on
 
 
|-
 
|-
  
|rowspan="2"|i<address+2>.3
+
|rowspan="6"|o<address>.1
|0<br/>off
+
|up
|R
+
|RW
|LED 3 is off
+
|shutter up command
 
|-
 
|-
|1<br/>on
+
|down
|R
+
|RW
|LED 3 is on
+
|shutter down command
 
|-
 
|-
 
+
|stop
|rowspan="2"|i<address+2>.4
+
|RW
|0<br/>off
+
|shutter stop command
|R
 
|LED 4 is off
 
 
|-
 
|-
|1<br/>on
+
|unknown
 
|R
 
|R
|LED 4 is on
+
|unknown state
 
|-
 
|-
 
+
|offup
|rowspan="2"|i<address+3>.1
+
|RW
|0<br/>off
+
|shutter off, up position
|R
 
|LED 5 is off
 
 
|-
 
|-
|1<br/>on
+
|offdown
|R
+
|RW
|LED 5 is on
+
|shutter off, down position
 
|-
 
|-
 
+
|o<address + 1>
|rowspan="2"|i<address+3>.2
+
|0 ... 100%
|0<br/>off
+
|RW
|R
+
|percent position
|LED 6 is off
 
|-
 
|1<br/>on
 
|R
 
|LED 6 is on
 
 
|-
 
|-
 +
|}
  
|rowspan="2"|i<address+3>.3
+
==== Relay outputs section 3-4 ====
|0<br/>off
+
If automation 2 is not enabled (base address + 2 not used):
|R
 
|LED 7 is off
 
|-
 
|1<br/>on
 
|R
 
|LED 7 is on
 
|-
 
  
|rowspan="2"|i<address+3>.4
+
{| class="wikitable"
|0<br/>off
+
!ID
|R
+
!Value
|LED 8 is off
+
!R/W
|-
+
!Description
|1<br/>on
 
|R
 
|LED 8 is on
 
 
|-
 
|-
  
|rowspan="2"|v<address+2>.1
+
|rowspan="2"|o<address>.1
|0<br/>off
+
|0
 
|RW
 
|RW
|LED 1 is off
+
|output pin 3 off
 
|-
 
|-
|1<br/>on
+
|1
 
|RW
 
|RW
|LED 1 is on
+
|output pin 3 on
 
|-
 
|-
  
|rowspan="2"|v<address+2>.2
+
|rowspan="2"|o<address>.2
|0<br/>off
+
|0
 
|RW
 
|RW
|LED 2 is off
+
|output pin 4 off
 
|-
 
|-
|1<br/>on
+
|1
 
|RW
 
|RW
|LED 2 is on
+
|output pin 4 on
 
|-
 
|-
 +
|}
 +
 +
If automation 2 is enabled (base address + 2 is used):
  
|rowspan="2"|v<address+2>.3
+
{| class="wikitable"
|0<br/>off
+
!ID
|RW
+
!Value
|LED 3 is off
+
!R/W
 +
!Description
 
|-
 
|-
|1<br/>on
+
 
 +
|rowspan="6"|o<address>.3
 +
|up
 
|RW
 
|RW
|LED 3 is on
+
|shutter up command
 
|-
 
|-
 
+
|down
|rowspan="2"|v<address+2>.4
 
|0<br/>off
 
 
|RW
 
|RW
|LED 4 is off
+
|shutter down command
 
|-
 
|-
|1<br/>on
+
|stop
 
|RW
 
|RW
|LED 4 is on
+
|shutter stop command
 
|-
 
|-
 
+
|unknown
|rowspan="2"|v<address+3>.1
+
|R
|0<br/>off
+
|unknown state
|RW
 
|LED 5 is off
 
 
|-
 
|-
|1<br/>on
+
|offup
 
|RW
 
|RW
|LED 5 is on
+
|shutter off, up position
 
|-
 
|-
 
+
|offdown
|rowspan="2"|v<address+3>.2
 
|0<br/>off
 
 
|RW
 
|RW
|LED 6 is off
+
|shutter off, down position
 
|-
 
|-
|1<br/>on
+
|o<address + 2>
 +
|0 ... 100%
 
|RW
 
|RW
|LED 6 is on
+
|percent position
 
|-
 
|-
 +
|}
  
|rowspan="2"|v<address+3>.3
+
==== Virtual outputs ====
|0<br/>off
+
 
 +
{| class="wikitable"
 +
!ID
 +
!Value
 +
!R/W
 +
!Description
 +
|-
 +
 
 +
|rowspan="2"|v<address>.5
 +
|0
 
|RW
 
|RW
|LED 7 is off
+
|virtual output 5 off
 +
|-
 +
|1
 +
|RW
 +
|virtual output 5 on
 +
|-
 +
 
 +
|rowspan="2"|v<address>.6
 +
|0
 +
|RW
 +
|virtual output 6 off
 
|-
 
|-
|1<br/>on
+
|1
 
|RW
 
|RW
|LED 7 is on
+
|virtual output 6 on
 
|-
 
|-
  
|rowspan="2"|v<address+3>.4
+
|rowspan="2"|v<address>.7
|0<br/>off
+
|0
 
|RW
 
|RW
|LED 8 is off
+
|virtual output 7 off
 
|-
 
|-
|1<br/>on
+
|1
 
|RW
 
|RW
|LED 8 is on
+
|virtual output 7 on
 
|-
 
|-
  
 +
|rowspan="2"|v<address>.8
 +
|0
 +
|RW
 +
|virtual output 8 off
 +
|-
 +
|1
 +
|RW
 +
|virtual output 8 on
 +
|-
 
|}
 
|}
  
{{tip|Note that the first two output addresses are reserved and should not be used. Use address + 2 and address + 3 to control the LEDs.}}
+
=== DFDM, DFDI, DFDI2, DFDI2B, DFDT, DFDIM ===
 +
The DFDM, DFDI, DFDI2, DFDI2, DFDT and DFDIM are output modules with 1 dimmer output.
  
----
+
They use one address in the DOMINO bus.
 
 
=== DFIGLASS ===
 
The DFIGLASS is an input/output module with 6 touch buttons with addressable LEDs and a buzzer for audio feedback.
 
 
 
It uses 1 input and 1 output addresses in the DOMINO bus.
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,706: Line 1,860:
 
|-
 
|-
  
|rowspan="2"|i<address>.1
+
|rowspan="4"|o<address>
|0<br/>off
+
|program
 
|R
 
|R
|button 1 off
+
|program mode
 
|-
 
|-
|1<br/>on
+
|fault
 
|R
 
|R
|button 1 on
+
|dimmer fault
 
|-
 
|-
 
+
|auto
|rowspan="2"|i<address>.2
 
|0<br/>off
 
 
|R
 
|R
|button 2 off
+
|auto mode
 
|-
 
|-
|1<br/>on
+
|man
 
|R
 
|R
|button 2 on
+
|manual mode
 
|-
 
|-
  
|rowspan="2"|i<address>.3
+
|rowspan="3"|o<address>.1
|0<br/>off
+
|off
|R
+
|RW
|button 3 off
+
|dimmer off
 +
|-
 +
|1...100%
 +
|RW
 +
|percent dimmer level
 
|-
 
|-
|1<br/>on
+
|on
|R
+
|RW
|button 3 on
+
|dimmer on at last level
 
|-
 
|-
  
|rowspan="2"|i<address>.4
+
|rowspan="3"|o<address>.ramp
|0<br/>off
+
|save
|R
+
|RW
|button 4 off
+
|saves the current ramp as default
 +
|-
 +
|1...30
 +
|RW
 +
|ramp value in seconds (1 sec steps up to 10 and 2 sec steps up to 30)
 
|-
 
|-
|1<br/>on
+
|40, 50, 60
|R
+
|RW
|button 4 on
+
|ramp value in seconds (10 sec steps)
 
|-
 
|-
  
|rowspan="2"|i<address>.5
+
|o<address>.setpoint
|0<br/>off
+
|0...1023
|R
+
|RW
|button 5 off
+
|setpoint level
|-
 
|1<br/>on
 
|R
 
|button 5 on
 
 
|-
 
|-
  
|rowspan="2"|i<address>.6
+
|o<address>.hysteresis
|0<br/>off
+
|0...255
|R
+
|RW
|button 6 off
+
|tolerance level
|-
 
|1<br/>on
 
|R
 
|button 6 on
 
 
|-
 
|-
  
|rowspan="2"|i<address>.fault
+
|o<address>.time
|0<br/>off
+
|0...255
|R
 
|no fault
 
|-
 
|1<br/>on
 
|R
 
|touch keypad fault
 
|-
 
 
 
|rowspan="2"|i<address>.led.1
 
|0<br/>off
 
 
|RW
 
|RW
|led 1 off
+
|period (seconds)
|-
 
|1<br/>on
 
|RW
 
|led 1 on
 
 
|-
 
|-
 +
|}
  
|rowspan="2"|i<address>.led.2
+
The dimmer level can be set using additional formats besides the standard percent values:
|0<br/>off
+
*absolute positive integer number between 0 and 100
|RW
+
*percent number, formatted as x%
|led 2 off
+
*fractional format, formatted as “n/m”, where 0 <= n <= m.
 +
 
 +
----
 +
 
 +
=== DF4DV ===
 +
The DF4DV, is an input/output module with 4 ballast (1-10V) outputs.
 +
 
 +
The DF4DV uses 4 consecutive addresses in the DOMINO bus.
 +
 
 +
{| class="wikitable"
 +
!ID
 +
!Value
 +
!R/W
 +
!Description
 
|-
 
|-
|1<br/>on
+
 
|RW
+
|o<address>
|led 2 on
+
|program
 +
|R
 +
|program mode
 
|-
 
|-
  
|rowspan="2"|i<address>.led.3
+
|rowspan="3"|o<address>.1
|0<br/>off
+
|off
 
|RW
 
|RW
|led 3 off
+
|dimmer off
 
|-
 
|-
|1<br/>on
+
|1...100%
 
|RW
 
|RW
|led 3 on
+
|percent dimmer level
 
|-
 
|-
 
+
|on
|rowspan="2"|i<address>.led.4
 
|0<br/>off
 
 
|RW
 
|RW
|led 4 off
+
|dimmer on at last level
 
|-
 
|-
|1<br/>on
+
 
 +
|rowspan="3"|o<address>.ramp
 +
|save
 
|RW
 
|RW
|led 4 on
+
|saves the current ramp as default
 
|-
 
|-
 
+
|1...30
|rowspan="2"|i<address>.led.5
 
|0<br/>off
 
 
|RW
 
|RW
|led 5 off
+
|ramp value in seconds (1 sec steps up to 10 and 2 sec steps up to 30)
 
|-
 
|-
|1<br/>on
+
|40, 50, 60
 
|RW
 
|RW
|led 5 on
+
|ramp value in seconds (10 sec steps)
 
|-
 
|-
  
|rowspan="2"|i<address>.led.6
+
|}
|0<br/>off
 
|RW
 
|led 6 off
 
|-
 
|1<br/>on
 
|RW
 
|led 6 on
 
|-
 
  
|rowspan="2"|i<address>.backlight
+
The dimmer level can be set using additional formats besides the standard percent values:
|0<br/>off
+
*absolute positive integer number between 0 and 100
|RW
+
*percent number, formatted as x%
|backlight off
+
*fractional format, formatted as “n/m”, where 0 <= n <= m.
|-
 
|1<br/>on
 
|RW
 
|backlight on
 
|-
 
  
|rowspan="2"|i<address>.buzzer
+
----
|0<br/>off
 
|RW
 
|buzzer disabled
 
|-
 
|1<br/>on
 
|RW
 
|buzzer enabled
 
|-
 
  
|}
+
=== DFDMX ===
 +
The DFDMX is a DMX-512 protocol output module.
  
----
+
It uses one address in the DOMINO bus.
 
 
=== DF4I/V ===
 
The DF4I/V is an input/output module with 4 digital inputs and 12 digital virtual outputs.
 
It uses four consecutive addresses in the DOMINO bus.
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,871: Line 1,999:
 
|-
 
|-
  
|rowspan="2"|i<address>.1
+
|o<address>.<command>
|0<br/>off
+
|0...255
|R
+
|RW
|input pin 1 off
+
|commands and values according to the DFDMX programming manual
 
|-
 
|-
|1<br/>on
+
|}
|R
+
 
|input pin 1 on
+
----
 +
 
 +
=== DFDALI ===
 +
The DFDALI is a DALI interface module. Using the DFDALI you can control up to 32 DALI devices.
 +
 
 +
You can control individual devices, groups or broadcast commands to all devices.
 +
 
 +
It uses one input (if enabled) and one output address in the DOMINO bus.
 +
 
 +
{| class="wikitable"
 +
!ID
 +
!Value
 +
!R/W
 +
!Description
 
|-
 
|-
  
|rowspan="2"|i<address>.2
+
|o<address>
|0<br/>off
+
|refresh
|R
+
|RW
|input pin 2 off
+
|queries the DFDALI module to update the current status of all DALI devices
|-
 
|1<br/>on
 
|R
 
|input pin 2 on
 
 
|-
 
|-
  
|rowspan="2"|i<address>.3
+
|o<address>
|0<br/>off
+
|off
|R
+
|RW
|input pin 3 off
+
|broadcast off command
|-
 
|1<br/>on
 
|R
 
|input pin 3 on
 
 
|-
 
|-
  
|rowspan="2"|i<address>.4
+
|o<address>.all
|0<br/>off
+
o<address>.0
|R
+
|<level>
|input pin 4 off
+
|RW
|-
+
|broadcast level command
|1<br/>on
 
|R
 
|input pin 4 on
 
 
|-
 
|-
  
|rowspan="2"|v<address+1>.1
+
|rowspan="2"|o<address>.group.<DALI group>
|0<br/>off
+
|off
 
|RW
 
|RW
|virtual pin 1 off
+
|group off command
 
|-
 
|-
|1<br/>on
+
|<level>
 
|RW
 
|RW
|virtual pin 1 on
+
|group level command
 
|-
 
|-
  
|rowspan="2"|v<address+1>.2
+
|rowspan="3"|o<address>.<DALI address>
|0<br/>off
+
|off
 
|RW
 
|RW
|virtual pin 2 off
+
|turn off a single device
 
|-
 
|-
|1<br/>on
+
|<level>
 
|RW
 
|RW
|virtual pin 2 on
+
|set a single device to a specific level
 
|-
 
|-
 
+
|> 100
|rowspan="2"|v<address+1>.3
 
|0<br/>off
 
 
|RW
 
|RW
|virtual pin 3 off
+
|special functions, having values between 101 and 255, as defined in the DFDALI manual
|-
 
|1<br/>on
 
|RW
 
|virtual pin 3 on
 
 
|-
 
|-
  
|rowspan="2"|v<address+1>.4
+
|rowspan="2"|i<address>.polling
|0<br/>off
+
|off
|RW
+
|R
|virtual pin 4 off
+
|polling mode is disabled
 
|-
 
|-
|1<br/>on
+
|on
|RW
+
|R
|virtual pin 4 on
+
|polling mode is enabled
 
|-
 
|-
  
|rowspan="2"|v<address+2>.1
+
|rowspan="2"|i<address>.test
|0<br/>off
+
|0
|RW
+
|R
|virtual pin 1 off
+
|test button not pressed
 
|-
 
|-
|1<br/>on
+
|1
|RW
+
|R
|virtual pin 1 on
+
|test button pressed
 
|-
 
|-
  
|rowspan="2"|v<address+2>.2
+
|rowspan="4"|i<address>.dali
|0<br/>off
+
|nopower
|RW
+
|R
|virtual pin 2 off
+
|power failure on the DALI bus
 
|-
 
|-
|1<br/>on
+
|open
|RW
+
|R
|virtual pin 2 on
+
|DALI bus is open
 
|-
 
|-
 
+
|short
|rowspan="2"|v<address+2>.3
+
|R
|0<br/>off
+
|DALI bus is shorted
|RW
 
|virtual pin 3 off
 
 
|-
 
|-
|1<br/>on
+
|on
|RW
+
|R
|virtual pin 3 on
+
|DALI bus on
 
|-
 
|-
  
|rowspan="2"|v<address+2>.4
+
|rowspan="2"|i<address>.1
|0<br/>off
+
|fault
|RW
+
|R
|virtual pin 4 off
+
|DALI device 1 reporting a lamp failure
 
|-
 
|-
|1<br/>on
+
|unknown
|RW
+
|R
|virtual pin 4 on
+
|DALI device 1 status unknown
 
|-
 
|-
 +
|}
 +
 +
The DALI level can be set using additional formats besides the standard percent values:
 +
*absolute positive integer number between 0 and 100
 +
*percent number, formatted as x%
 +
*fractional format, formatted as “n/m”, where 0 <= n <= m
 +
*special functions, having values between 101 and 255, as defined in the DFDALI manual.
 +
 +
----
 +
 +
=== DFDALI64 ===
 +
The DFDALI64 is a DALI interface module. Using the DFDALI64 you can control up to 64 DALI devices, and 16 groups, or a single broadcast address.
 +
 +
You can control individual devices, groups or broadcast commands to all devices.
 +
 +
It uses 2 to 18 input addresses (if enabled) and one output address in the DOMINO bus.
 +
 +
{{note|
 +
The Dominio I/O Server requires the DFDALI64 to be configured with at least the two base input addresses, where the first address reports the broadcast level and general status information, while the next one is the on/off status of groups 1-16. If the DFDALI64 is configured with additional input addresses associated to group levels, the status of these groups will be based on the values of the input addresses.
 +
}}
  
|rowspan="2"|v<address+3>.1
+
 
|0<br/>off
+
{| class="wikitable"
|RW
+
!ID
|virtual pin 1 off
+
!Value
 +
!R/W
 +
!Description
 
|-
 
|-
|1<br/>on
+
 
 +
|o<address>
 +
|refresh
 
|RW
 
|RW
|virtual pin 1 on
+
|queries the DFDALI module to update the current status of all DALI devices
 
|-
 
|-
  
|rowspan="2"|v<address+3>.2
+
|o<address>
|0<br/>off
+
|off
 
|RW
 
|RW
|virtual pin 2 off
+
|broadcast off command
 
|-
 
|-
|1<br/>on
+
 
 +
|o<address>.all
 +
o<address>.0
 +
|<level>
 
|RW
 
|RW
|virtual pin 2 on
+
|broadcast level command
 
|-
 
|-
  
|rowspan="2"|v<address+3>.3
+
|rowspan="3"|o<address>.group.<DALI group>
|0<br/>off
+
|off
 
|RW
 
|RW
|virtual pin 3 off
+
|group off command
 
|-
 
|-
|1<br/>on
+
|<level>
 
|RW
 
|RW
|virtual pin 3 on
+
|group level command
 +
|-
 +
|unknown
 +
|R
 +
|DALI group unknown state
 
|-
 
|-
  
|rowspan="2"|v<address+3>.4
+
|rowspan="3"|o<address>.<DALI address>
|0<br/>off
+
|off
 
|RW
 
|RW
|virtual pin 4 off
+
|turn off a single device
 
|-
 
|-
|1<br/>on
+
|<level>
 
|RW
 
|RW
|virtual pin 4 on
+
|set a single device to a specific level
 
|-
 
|-
|}
+
|> 100
 
+
|RW
=== DFAI ===
+
|special functions, having values between 101 and 255, as defined in the DFDALI manual
The DFAI is an input module (0-10V) with 2 analog inputs.
 
It uses two consecutive input addresses in the DOMINO bus.
 
 
 
{| class="wikitable"
 
!ID
 
!Value
 
!R/W
 
!Description
 
 
|-
 
|-
  
|i<address>
+
|rowspan="3"|i<address>.group.<DALI group>
|0...1000
+
|0
 
|R
 
|R
|input voltage in Volt/100
+
|DALI group off
 
|-
 
|-
 
+
|1
|i<address+1>
 
|0...1000
 
 
|R
 
|R
|input voltage in Volt/100
+
|DALI group on
 
|-
 
|-
|}
+
|unknown
 
+
|R
=== DFLUX, DFSUN ===
+
|DALI group unknown state
The DFLUX and DFSUN are input modules with 1 analog light sensor.
 
They use one input address in the DOMINO bus.
 
 
 
{| class="wikitable"
 
!ID
 
!Value
 
!R/W
 
!Description
 
 
|-
 
|-
  
|i<address>
+
|rowspan="2"|i<address>.on
|0...1023
+
|0
 
|R
 
|R
|lux level (raw level, not translated to the lux range)
+
|all DALI devices are off
 
|-
 
|-
|}
+
|1
 
+
|R
=== DFCT ===
+
|at least one DALI device is on
The DFCT is an input/output temperature sensor module.
 
It uses two consecutive input addresses and five consecutive output addresses in the DOMINO bus.
 
 
 
{| class="wikitable"
 
!ID
 
!Value
 
!R/W
 
!Description
 
 
|-
 
|-
  
|rowspan="2"|i<address>.mode
+
|rowspan="2"|i<address>.polling
|winter
+
|off
 
|R
 
|R
|winter mode
+
|polling mode is disabled
 
|-
 
|-
|summer
+
|on
 
|R
 
|R
|summer mode
+
|polling mode is enabled
 
|-
 
|-
  
|rowspan="4"|i<address>.fan
+
|rowspan="2"|i<address>.test
|min
+
|0
 
|R
 
|R
|min fan speed
+
|test button not pressed
 
|-
 
|-
|med
+
|1
 
|R
 
|R
|medium fan speed
+
|test button pressed
 
|-
 
|-
|max
+
 
 +
|rowspan="4"|i<address>.dali
 +
|nopower
 
|R
 
|R
|max fan speed
+
|power failure on the DALI bus
 
|-
 
|-
|off
+
|open
 
|R
 
|R
|fan off
+
|DALI bus is open
 
|-
 
|-
 
+
|short
|rowspan="2"|i<address>.fan.mode
 
|man
 
 
|R
 
|R
|manual fan mode
+
|DALI bus is shorted
 
|-
 
|-
|auto
+
|on
 
|R
 
|R
|auto fan mode
+
|DALI bus on
 
|-
 
|-
  
|rowspan="5"|i<address>.setpoint
+
|rowspan="4"|i<address>.1
|1
+
|fault
 
|R
 
|R
|setpoint 1
+
|DALI device 1 reporting a lamp failure
 
|-
 
|-
|2
+
|unknown
 
|R
 
|R
|setpoint 2
+
|DALI device 1 status unknown
 
|-
 
|-
|3
+
|off
 
|R
 
|R
|setpoint 3
+
|DALI device 1 off
 
|-
 
|-
|off
+
|<level>
 
|R
 
|R
|off
+
|DALI device 1 level
 
|-
 
|-
|man
+
 
|R
+
 
|manual setpoint
+
|}
 +
 
 +
The DALI level can be set using additional formats besides the standard percent values:
 +
*absolute positive integer number between 0 and 100
 +
*percent number, formatted as x%
 +
*fractional format, formatted as “n/m”, where 0 <= n <= m
 +
*special functions, having values between 101 and 255, as defined in the DFDALI manual.
 +
 
 +
----
 +
 
 +
=== DFDV ===
 +
The DFDV is an output module with 1 output (1-10V for ballast) + 1 generic power relay output.
 +
It uses one address in the DOMINO bus.
 +
 
 +
{| class="wikitable"
 +
!ID
 +
!Value
 +
!R/W
 +
!Description
 
|-
 
|-
  
|rowspan="2"|i<address>.setpoint.mode
+
|rowspan="3"|o<address>.1
|man
+
|off
|R
+
|RW
|manual setpoint mode
+
|dimmer off
 
|-
 
|-
|auto
+
|1 ... 100%
|R
+
|RW
|auto setpoint mode
+
|percent dimmer level
 
|-
 
|-
 
+
|on
|rowspan="2"|i<address>.temp
+
|RW
|<temp>
+
|dimmer on at last level
|R
 
|temperature value (in C/10)
 
|-
 
|fault
 
|R
 
|temperature sensor fault
 
 
|-
 
|-
  
|rowspan="3"|i<address>.status
+
|rowspan="2"|o<address>.2
|off
+
|0
|R
 
|off
 
|-
 
|cooling
 
|R
 
|cooling status mode
 
|-
 
|heating
 
|R
 
|heating status mode
 
|-
 
 
 
|rowspan="2"|o<address>.mode
 
|winter
 
 
|RW
 
|RW
|winter mode
+
|output pin 1 off
 
|-
 
|-
|summer
+
|1
 
|RW
 
|RW
|summer mode
+
|output pin 1 on
 
|-
 
|-
 +
|}
  
|rowspan="4"|o<address>.fan
+
The dimmer level can be set using additional formats besides the standard percent values:
|min
+
*absolute positive integer number between 0 and 100
|RW
+
*fractional format, formatted as “n/m”, where 0 <= n <= m.
|min fan speed
+
You can also set the value to “on” or “off”, that is equivalent to 1 and 0.
 +
 
 +
----
 +
 
 +
=== DFTP ===
 +
The DFTP is an output module for 2 shutters.
 +
 
 +
It uses one output address in the DOMINO bus.
 +
 
 +
Position status and control is supported, based on the module's configuration, that is automatically detected by HSYCO when connected to the DFCP.
 +
 
 +
A slider object can be used to directly show and control the position, creating the object with both ID and Address set to the o<address>.1 or o<address>.2 data point name.
 +
 
 +
{{note|
 +
When "Real Time Position" is enabled in the module's configuration, "Include Motor Status" must also be checked.
 +
}}
 +
 
 +
{| class="wikitable"
 +
!ID
 +
!Value
 +
!R/W
 +
!Description
 
|-
 
|-
|med
+
 
 +
|rowspan="7"|o<address>.1
 +
|up
 
|RW
 
|RW
|medium fan speed
+
|shutter up command
 
|-
 
|-
|max
+
|down
 
|RW
 
|RW
|max fan speed
+
|shutter down command
 
|-
 
|-
|off
+
|stop
 
|RW
 
|RW
|fan off
+
|shutter stop command
 
|-
 
|-
 
+
|0 ... 100%
|rowspan="2"|o<address>.fan.mode
+
|W
|man
+
|percent position
|RW
 
|manual fan mode
 
 
|-
 
|-
|auto
+
|unknown
|RW
+
|R
|auto fan mode
+
|unknown state
 
|-
 
|-
 
+
|offup
|rowspan="5"|o<address>.setpoint
+
|R
|1
+
|shutter off, up position
|RW
+
|-
|setpoint 1
+
|offdown
 +
|R
 +
|shutter off, down position
 
|-
 
|-
|2
+
|o<address>.1.value
 +
|0 ... 100%
 
|RW
 
|RW
|setpoint 2
+
|percent position
 
|-
 
|-
|3
+
 
 +
|rowspan="7"|o<address>.2
 +
|up
 
|RW
 
|RW
|setpoint 3
+
|shutter up command
 
|-
 
|-
|0 <br/> off
+
|down
 
|RW
 
|RW
|setpoint off
+
|shutter down command
 
|-
 
|-
|man
+
|stop
 
|RW
 
|RW
|manual setpoint
+
|shutter stop command
 
|-
 
|-
 
+
|0 ... 100%
|o<address>.setpoint.temp.1
+
|W
|<temp>
+
|percent position
|RW
 
|temperature setpoint 1 value (in C/10)
 
 
|-
 
|-
 
+
|unknown
|o<address>.setpoint.temp.2
+
|R
|<temp>
+
|unknown state
|RW
 
|temperature setpoint 2 value (in C/10)
 
 
|-
 
|-
 
+
|offup
|o<address>.setpoint.temp.3
+
|R
|<temp>
+
|shutter off, up position
 +
|-
 +
|offdown
 +
|R
 +
|shutter off, down position
 +
|-
 +
|o<address>.2.value
 +
|0 ... 100%
 
|RW
 
|RW
|temperature setpoint 3 value (in C/10)
+
|percent position
 
|-
 
|-
 +
|}
  
|o<address>.setpoint.temp.man
+
----
|<temp>
+
 
|RW
+
=== DFTP/I ===
|temperature manual setpoint 1 value (in C/10)
+
The DFTP is an input/output module for 2 shutters and 4 generic inputs.
|-
 
  
|o<address>.program.summer<br/>o<address>.program.winter
+
It uses one input and one output address in the DOMINO bus.
|refresh
 
|RW
 
|forces to daily summer/winter program for all days of the week
 
|-
 
  
|rowspan="2"|o<address>.program.summer.<day><br/>o<address>.program.winter.<day>
+
Position status and control is supported, based on the module's configuration, that is automatically detected by HSYCO when connected to the DFCP.
|refresh
 
|RW
 
|forces to daily summer/winter program for the reported day (mon:1, sun:7)
 
|-
 
|<s0>...<s47>
 
|RW
 
|48 character represents the daily setpoint program divided in time slots of 30 minutes
 
|-
 
  
|}
+
A slider object can be used to directly show and control the position, creating the object with both ID and Address set to the o<address>.1 or o<address>.2 data point name.
  
=== DFTZ ===
+
{{note|
The DFTZ is an input/output temperature sensor module.
+
When "Real Time Position" is enabled in the module's configuration, "Include Motor Status" must also be checked.
It uses 3 consecutive input addresses and 4 consecutive output addresses in the DOMINO bus.
+
}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,292: Line 2,435:
 
|-
 
|-
  
|rowspan="2"|i<address>.mode
+
|rowspan="2"|i<address>.1
|winter
+
|0
 
|R
 
|R
|winter mode
+
|input pin 1 off
 
|-
 
|-
|summer
+
|1
 
|R
 
|R
|summer mode
+
|input pin 1 on
 
|-
 
|-
  
|rowspan="3"|i<address>.setpoint
+
|rowspan="7"|o<address>.1
|comfort
+
|up
 +
|RW
 +
|shutter up command
 +
|-
 +
|down
 +
|RW
 +
|shutter down command
 +
|-
 +
|stop
 +
|RW
 +
|shutter stop command
 +
|-
 +
|0 ... 100%
 +
|W
 +
|percent position
 +
|-
 +
|unknown
 
|R
 
|R
|comfort setpoint
+
|unknown state
 
|-
 
|-
|eco
+
|offup
 
|R
 
|R
|eco setpoint
+
|shutter off, up position
 
|-
 
|-
|off
+
|offdown
 
|R
 
|R
|off
+
|shutter off, down position
 +
|-
 +
|o<address>.1.value
 +
|0 ... 100%
 +
|RW
 +
|percent position
 
|-
 
|-
  
|rowspan="2"|i<address>.temp
+
|rowspan="2"|i<address>.2
|<temp>
+
|0
 
|R
 
|R
|temperature value (in C/10)
+
|input pin 2 off
 
|-
 
|-
|fault
+
|1
 
|R
 
|R
|temperature sensor fault
+
|input pin 2 on
 
|-
 
|-
  
|rowspan="3"|i<address>.status
+
|rowspan="7"|o<address>.2
|off
+
|up
 +
|RW
 +
|shutter up command
 +
|-
 +
|down
 +
|RW
 +
|shutter down command
 +
|-
 +
|stop
 +
|RW
 +
|shutter stop command
 +
|-
 +
|0 ... 100%
 +
|W
 +
|percent position
 +
|-
 +
|unknown
 
|R
 
|R
|off
+
|unknown state
 
|-
 
|-
|cooling
+
|offup
 
|R
 
|R
|cooling status mode
+
|shutter off, up position
 
|-
 
|-
|heating
+
|offdown
 
|R
 
|R
|heating status mode
+
|shutter off, down position
 
|-
 
|-
 
+
|o<address>.2.value
|rowspan="2"|o<address>.mode
+
|0 ... 100%
|winter
 
 
|RW
 
|RW
|winter mode
+
|percent position
|-
 
|summer
 
|RW
 
|summer mode
 
 
|-
 
|-
  
|rowspan="3"|o<address>.setpoint
+
|rowspan="2"|i<address>.3
|comfort
+
|0
|RW
+
|R
|comfort setpoint
+
|input pin 3 off
 
|-
 
|-
|eco
+
|1
|RW
+
|R
|eco setpoint
+
|input pin 3 on
 
|-
 
|-
|0<br/>off
+
 
|RW
+
|rowspan="2"|i<address>.4
|off
+
|0
 +
|R
 +
|input pin 4 off
 
|-
 
|-
 
+
|1
|o<address>.setpoint.temp.comfort
+
|R
|<temp>
+
|input pin 4 on
|RW
 
|comfort setpoint value (in C/10)
 
 
|-
 
|-
  
|o<address>.setpoint.temp.eco
+
|}
|<temp>
 
|RW
 
|eco setpoint value (in C/10)
 
|-
 
  
|o<address>.setpoint.temp.limit
+
----
|<temp>
 
|RW
 
|summer/winter setpoint temperature limit (in C/10)
 
|-
 
  
|}
+
=== DFTR ===
 +
The DFTR is an output module with 1 shutter output and 1 relay output.
  
=== DFRHT ===
+
It uses one address in the DOMINO bus.
The DFRHT is a temperature and humidity sensor.
 
It uses four consecutive input addresses and two consecutive output addresses in the DOMINO bus.
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,395: Line 2,561:
 
|-
 
|-
  
|i<address>.humidity
+
|rowspan="5"|o<address>.1
|0...100
+
|up
 
|R
 
|R
|relative percent umidity
+
|shutter up
 
|-
 
|-
 
+
|down
|i<address>.temp
 
|<temp>
 
 
|R
 
|R
|temperature value
+
|shutter down
 
|-
 
|-
 
+
|unknown
|i<address>.dewpoint
 
|<temp>
 
 
|R
 
|R
|dew point value
+
|unknown state
 
|-
 
|-
 
+
|offup
|rowspan="4"|i<address>.dewpoint.limit.1
 
|0
 
 
|R
 
|R
|dew point is lower than limit 1
+
|shutter offup
 
|-
 
|-
|1
+
|offdown
 
|R
 
|R
|dew point is higher than limit 1
+
|shutter offdown
|-
 
|<temp>
 
|RW
 
|dew point limit 1
 
|-
 
|off
 
|RW
 
|limit 1 not set
 
 
|-
 
|-
  
|rowspan="4"|i<address>.dewpoint.limit.2
+
|rowspan="2"|o<address>.2
 
|0
 
|0
 
|R
 
|R
|dew point is lower than limit 2
+
|output pin 2 off
 
|-
 
|-
 
|1
 
|1
 
|R
 
|R
|dew point is higher than limit 2
+
|output pin 2 on
|-
 
|<temp>
 
|RW
 
|dew point limit 2
 
|-
 
|off
 
|RW
 
|limit 2 not set
 
 
|-
 
|-
  
|}
+
|}
 +
 
 +
----
 +
 
 +
=== DF4IL ===
 +
The DF4IL is an input/output module with 4 digital inputs and 4 digital open collector outputs for LEDs.
  
=== DFMETEO ===
+
It uses one input and one output address in the DOMINO bus.
The DFMETEO is the weather sensor module.
 
It uses four consecutive input addresses and three consecutive output addresses in the DOMINO bus.
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,462: Line 2,609:
 
|-
 
|-
  
|rowspan="2"|i<address>.temp
+
|rowspan="2"|i<address>.1
|<temp>
+
|0
 +
|R
 +
|input pin 1 off
 +
|-
 +
|1
 +
|R
 +
|input pin 1 on
 +
|-
 +
 
 +
|rowspan="2"|o<address>.1
 +
|0
 
|RW
 
|RW
|temperature value (in C/10)
+
|LED 1 off
 
|-
 
|-
|off
+
|1
 
|RW
 
|RW
|limit not set
+
|LED 1 on
 
|-
 
|-
  
|rowspan="3"|i<address>.lux
+
|rowspan="2"|i<address>.2
|<lux*10>
+
|0
 
|R
 
|R
|lux level according to the DFLUX range
+
|input pin 2 off
 +
|-
 +
|1
 +
|R
 +
|input pin 2 on
 
|-
 
|-
|<lux>
+
 
 +
|rowspan="2"|o<address>.2
 +
|0
 
|RW
 
|RW
|lux limit
+
|LED 2 off
 
|-
 
|-
|0
+
|1
 
|RW
 
|RW
|limit not set
+
|LED 2 on
 
|-
 
|-
  
|rowspan="3"|i<address>.wind
+
|rowspan="2"|i<address>.3
|1 m/s /10
+
|0
 +
|R
 +
|input pin 3 off
 +
|-
 +
|1
 
|R
 
|R
|wind value
+
|input pin 3 on
 
|-
 
|-
|m/s
+
 
 +
|rowspan="2"|o<address>.3
 +
|0
 
|RW
 
|RW
|wind limit
+
|LED 3 off
 
|-
 
|-
|0
+
|1
 
|RW
 
|RW
|limit not set
+
|LED 3 on
 
|-
 
|-
  
|rowspan="2"|i<address>.rain
+
|rowspan="2"|i<address>.4
 
|0
 
|0
 
|R
 
|R
|no rain
+
|input pin 4 off
 
|-
 
|-
 
|1
 
|1
 
|R
 
|R
|rain
+
|input pin 4 on
 
|-
 
|-
  
|rowspan="2"|i<address>.night
+
|rowspan="2"|o<address>.4
 
|0
 
|0
|R
+
|RW
|day
+
|LED 4 off
 
|-
 
|-
 
|1
 
|1
|R
+
|RW
|night
+
|LED 4 on
 +
|-
 +
|}
 +
 
 +
You can also set the value to “on” or “off”, that is equivalent to 1 and 0.
 +
 
 +
----
 +
 
 +
=== DF8IL ===
 +
The DF8IL is an input/output module with 8 digital inputs and 8 digital open collector outputs for LEDs.
 +
 
 +
It uses 4 input and 4 output addresses in the DOMINO bus.
 +
 
 +
{| class="wikitable"
 +
!ID
 +
!Value
 +
!R/W
 +
!Description
 
|-
 
|-
  
|rowspan="2"|i<address>.temp.limit
+
|rowspan="2"|i<address>.1
 
|0
 
|0
 
|R
 
|R
|measured temp is less than limit
+
|input pin 1 off
 
|-
 
|-
 
|1
 
|1
 
|R
 
|R
|measured temp is greater than limit
+
|input pin 1 on
 
|-
 
|-
  
|rowspan="2"|i<address>.lux.limit
+
|rowspan="2"|i<address>.2
 
|0
 
|0
 
|R
 
|R
|measured lux is less than limit
+
|input pin 2 off
 
|-
 
|-
 
|1
 
|1
 
|R
 
|R
|measured lux is greater than limit
+
|input pin 2 on
 
|-
 
|-
  
|rowspan="2"|i<address>.wind.limit
+
|rowspan="2"|i<address>.3
 
|0
 
|0
 
|R
 
|R
|measured wind is less than limit
+
|input pin 3 off
 
|-
 
|-
 
|1
 
|1
 
|R
 
|R
|measured wind is greater than limit
+
|input pin 3 on
 
|-
 
|-
  
|rowspan="2"|i<address>.light.south
+
|rowspan="2"|i<address>.4
 
|0
 
|0
 
|R
 
|R
|light is not coming from south
+
|input pin 4 off
 
|-
 
|-
 
|1
 
|1
 
|R
 
|R
|light is coming from south
+
|input pin 4 on
 
|-
 
|-
  
|rowspan="2"|i<address>.light.west
+
|rowspan="2"|i<address+1>.1
 
|0
 
|0
 
|R
 
|R
|light is not coming from west
+
|input pin 5 off
 
|-
 
|-
 
|1
 
|1
 
|R
 
|R
|light is coming from west
+
|input pin 5 on
 
|-
 
|-
  
|rowspan="2"|i<address>.light.east
+
|rowspan="2"|i<address+1>.2
 
|0
 
|0
 
|R
 
|R
|light is not coming from east
+
|input pin 6 off
 
|-
 
|-
 
|1
 
|1
 
|R
 
|R
|light is coming from east
+
|input pin 6 on
 
|-
 
|-
  
|rowspan="2"|i<address>.fault
+
|rowspan="2"|i<address+1>.3
 
|0
 
|0
 
|R
 
|R
|sensor not fault
+
|input pin 7 off
 
|-
 
|-
 
|1
 
|1
 
|R
 
|R
|sensor fault
+
|input pin 7 on
 
|-
 
|-
|}
 
  
=== DFCC ===
+
|rowspan="2"|i<address+1>.4
The DFCC is an energy meter and load manager module.
+
|0
In the following table, <N> is the sequential index (1 to 3) of the DFCC module.
+
|R
 +
|input pin 8 off
 +
|-
 +
|1
 +
|R
 +
|input pin 8 on
 +
|-
  
{| class="wikitable"
+
|rowspan="2"|i<address+2>.1
!ID
+
|0
!Value
+
|R
!R/W
+
|LED 1 is off
!Description
 
 
|-
 
|-
 
+
|1
|energy.<n>.power.real
 
|0...65535
 
 
|R
 
|R
|real power (Watt)
+
|LED 1 is on
 
|-
 
|-
  
|energy.<n>.power.reactive
+
|rowspan="2"|i<address+2>.2
| -32768...+32767
+
|0
 
|R
 
|R
|reactive power (var)
+
|LED 2 is off
 
|-
 
|-
 
+
|1
|energy.<n>.power.apparent
 
| -32768...+32767
 
 
|R
 
|R
|apparent power (VA)
+
|LED 2 is on
 
|-
 
|-
  
|energy.<n>.power.realavg
+
|rowspan="2"|i<address+2>.3
|0...65535
+
|0
 
|R
 
|R
|average real power (Watt)
+
|LED 3 is off
 
|-
 
|-
 
+
|1
|energy.<n>.power.reactiveavg
 
| -32768...+32767
 
 
|R
 
|R
|average reactive power (var)
+
|LED 3 is on
 
|-
 
|-
  
|energy.<n>.cos
+
|rowspan="2"|i<address+2>.4
| -1000...+1000
+
|0
 
|R
 
|R
|cos(φ) * 1000
+
|LED 4 is off
|-
 
 
 
|rowspan="2"|energy.<n>.load.1
 
|0
 
|R
 
|load 1 disabled
 
 
|-
 
|-
 
|1
 
|1
 
|R
 
|R
|load 1 enabled
+
|LED 4 is on
 
|-
 
|-
  
|rowspan="2"|energy.<n>.load.2
+
|rowspan="2"|i<address+3>.1
 
|0
 
|0
 
|R
 
|R
|load 2 disabled
+
|LED 5 is off
 
|-
 
|-
 
|1
 
|1
 
|R
 
|R
|load 2 enabled
+
|LED 5 is on
 
|-
 
|-
  
|rowspan="2"|energy.<n>.load.3
+
|rowspan="2"|i<address+3>.2
 
|0
 
|0
 
|R
 
|R
|load 3 disabled
+
|LED 6 is off
 
|-
 
|-
 
|1
 
|1
 
|R
 
|R
|load 3 enabled
+
|LED 6 is on
 
|-
 
|-
  
|rowspan="2"|energy.<n>.load.4
+
|rowspan="2"|i<address+3>.3
 
|0
 
|0
 
|R
 
|R
|load 4 disabled
+
|LED 7 is off
 
|-
 
|-
 
|1
 
|1
 
|R
 
|R
|load 4 enabled
+
|LED 7 is on
 
|-
 
|-
  
|rowspan="2"|energy.<n>.load.5
+
|rowspan="2"|i<address+3>.4
 
|0
 
|0
 
|R
 
|R
|load 5 disabled
+
|LED 8 is off
 
|-
 
|-
 
|1
 
|1
 
|R
 
|R
|load 5 enabled
+
|LED 8 is on
 
|-
 
|-
  
|rowspan="2"|energy.<n>.load.6
+
|rowspan="2"|v<address+2>.1
 
|0
 
|0
|R
+
|RW
|load 6 disabled
+
|LED 1 is off
 
|-
 
|-
 
|1
 
|1
|R
+
|RW
|load 6 enabled
+
|LED 1 is on
 +
|-
 +
 
 +
|rowspan="2"|v<address+2>.2
 +
|0
 +
|RW
 +
|LED 2 is off
 +
|-
 +
|1
 +
|RW
 +
|LED 2 is on
 
|-
 
|-
  
|rowspan="2"|energy.<n>.load.7
+
|rowspan="2"|v<address+2>.3
 
|0
 
|0
|R
+
|RW
|load 7 disabled
+
|LED 3 is off
 
|-
 
|-
 
|1
 
|1
|R
+
|RW
|load 7 enabled
+
|LED 3 is on
 
|-
 
|-
  
|rowspan="2"|energy.<n>.load.8
+
|rowspan="2"|v<address+2>.4
 
|0
 
|0
|R
+
|RW
|load 8 disabled
+
|LED 4 is off
 
|-
 
|-
 
|1
 
|1
|R
+
|RW
|load 8 enabled
+
|LED 4 is on
 
|-
 
|-
  
|}
+
|rowspan="2"|v<address+3>.1
 +
|0
 +
|RW
 +
|LED 5 is off
 +
|-
 +
|1
 +
|RW
 +
|LED 5 is on
 +
|-
  
=== DFANA ===
+
|rowspan="2"|v<address+3>.2
Network analyzer module for Domino bus.
+
|0
Uses up to 20 consecutive input addresses and, if enabled, 1 output address equal to the base input address.
+
|RW
 
+
|LED 6 is off
{| class="wikitable"
+
|-
!ID
+
|1
!Value
+
|RW
!R/W
+
|LED 6 is on
!Description
 
 
|-
 
|-
  
|i<address>.v12
+
|rowspan="2"|v<address+3>.3
|[V]
+
|0
|R
+
|RW
|chained voltage phase 1-2
+
|LED 7 is off
 
|-
 
|-
 
+
|1
|i<address>.v23
+
|RW
|[V]
+
|LED 7 is on
|R
 
|chained voltage phase 2-3
 
 
|-
 
|-
  
|i<address>.v31
+
|rowspan="2"|v<address+3>.4
|[V]
+
|0
|R
+
|RW
|chained voltage phase 3-1
+
|LED 8 is off
 
|-
 
|-
 
+
|1
|i<address>.vtm
+
|RW
|[V]
+
|LED 8 is on
|R
 
|average chained voltage
 
 
|-
 
|-
  
|i<address>.i1
+
|}
|[A]
+
 
|R
+
You can also set the value to “on” or “off”, that is equivalent to 1 and 0.
|current phase 1
+
 
 +
{{tip|Note that the first two output addresses are reserved and should not be used. Use address + 2 and address + 3 to control the LEDs.}}
 +
 
 +
----
 +
 
 +
=== DFIGLASS ===
 +
The DFIGLASS is an input/output module with 6 touch buttons with addressable LEDs and a buzzer for audio feedback.
 +
 
 +
It uses 1 input and 1 output addresses in the DOMINO bus. If the optional temperature sensor is present, DFIGLASS will use one additional input address for the temperature.
 +
 
 +
{| class="wikitable"
 +
!ID
 +
!Value
 +
!R/W
 +
!Description
 
|-
 
|-
  
|i<address>.i2
+
|rowspan="2"|i<address>.1
|[A]
+
|0
 
|R
 
|R
|current phase 2
+
|button 1 off
 
|-
 
|-
 
+
|1
|i<address>.i3
 
|[A]
 
 
|R
 
|R
|current phase 3
+
|button 1 on
 
|-
 
|-
  
|i<address>.itm
+
|rowspan="2"|i<address>.2
|[A]
+
|0
 
|R
 
|R
|average current
+
|button 2 off
 
|-
 
|-
 
+
|1
|i<address>.ptot
 
|[W]
 
 
|R
 
|R
|total active power
+
|button 2 on
 
|-
 
|-
  
|i<address>.ptotk
+
|rowspan="2"|i<address>.3
|[kW]
+
|0
 
|R
 
|R
|total active power
+
|button 3 off
 
|-
 
|-
 
+
|1
|i<address>.qtot
 
|[W]
 
 
|R
 
|R
|total reactive power
+
|button 3 on
 
|-
 
|-
  
|i<address>.qtotk
+
|rowspan="2"|i<address>.4
|[kW]
+
|0
 
|R
 
|R
|total reactive power
+
|button 4 off
 
|-
 
|-
 
+
|1
|i<address>.pf
 
|[pf]
 
 
|R
 
|R
|total power factor
+
|button 4 on
 
|-
 
|-
  
|i<address>.frequency
+
|rowspan="2"|i<address>.5
|[Hz]
+
|0
 
|R
 
|R
|frequency
+
|button 5 off
 
|-
 
|-
 
+
|1
|i<address>.v1n
+
|R
|[V]
+
|button 5 on
|R
 
|voltage phase 1
 
 
|-
 
|-
  
|i<address>.v2n
+
|rowspan="2"|i<address>.6
|[V]
+
|0
 
|R
 
|R
|voltage phase 2
+
|button 6 off
 
|-
 
|-
 
+
|1
|i<address>.v3n
 
|[V]
 
 
|R
 
|R
|voltage phase 3
+
|button 6 on
 
|-
 
|-
  
|i<address>.p1
+
|rowspan="2"|i<address>.led.1
|[W]
+
|0
 
|R
 
|R
|active power phase 1
+
|led 1 off
 
|-
 
|-
 
+
|1
|i<address>.p1k
 
|[kW]
 
 
|R
 
|R
|active power phase 1
+
|led 1 on
 
|-
 
|-
  
|i<address>.p2
+
|rowspan="2"|i<address>.led.2
|[W]
+
|0
 
|R
 
|R
|active power phase 2
+
|led 2 off
 
|-
 
|-
 
+
|1
|i<address>.p2k
 
|[kW]
 
 
|R
 
|R
|active power phase 2
+
|led 2 on
 
|-
 
|-
  
|i<address>.p3
+
|rowspan="2"|i<address>.led.3
|[W]
+
|0
 +
|R
 +
|led 3 off
 +
|-
 +
|1
 
|R
 
|R
|active power phase 3
+
|led 3 on
 
|-
 
|-
  
|i<address>.p3k
+
|rowspan="2"|i<address>.led.4
|[kW]
+
|0
 +
|R
 +
|led 4 off
 +
|-
 +
|1
 
|R
 
|R
|active power phase 3
+
|led 4 on
 
|-
 
|-
  
|}
+
|rowspan="2"|i<address>.led.5
 +
|0
 +
|R
 +
|led 5 off
 +
|-
 +
|1
 +
|R
 +
|led 5 on
 +
|-
  
== User Interface ==
+
|rowspan="2"|i<address>.led.6
 
+
|0
All DOMINO devices data points that have been defined in the systemtopo.txt database are automatically listed in the Project Editor. Adding a button to control a device output point requires just a few clicks and no additional EVENTS logic.
+
|R
 +
|led 6 off
 +
|-
 +
|1
 +
|R
 +
|led 6 on
 +
|-
  
 +
|rowspan="2"|i<address>.fault
 +
|0
 +
|R
 +
|no fault
 +
|-
 +
|1
 +
|R
 +
|touch keypad fault
 +
|-
  
[[File:IO Servers Domino Project Editor.png]]
+
|rowspan="2"|i<address>.slap
 +
|0
 +
|R
 +
|normal operation
 +
|-
 +
|1
 +
|R
 +
|multiple keys touched at the same time
 +
|-
  
 +
|rowspan="2"|i<address>.proximity
 +
|0
 +
|R
 +
|no proximity detected
 +
|-
 +
|1
 +
|R
 +
|proximity detected
 +
|-
  
Besides the direct association of control buttons and data points, the DOMINO driver also automatically updates graphical objects that represent values or states of complex devices, like the DFCT temperature control unit. It will also automatically intercept buttons to manually set operation modes and temperature set-points.
 
  
----
+
|rowspan="2"|o<address>.led.1
 +
|0
 +
|W
 +
|led 1 off
 +
|-
 +
|1
 +
|W
 +
|led 1 on
 +
|-
  
=== DFDMX ===
+
|rowspan="2"|o<address>.led.2
 +
|0
 +
|W
 +
|led 2 off
 +
|-
 +
|1
 +
|W
 +
|led 2 on
 +
|-
  
You can define a standard HSYCO DMX server for each DFDMX module, then use the [[dmx]] and [[dmxrgb]] objects to control channels 1-64 of the DMX bus connected to the DFDMX module.
+
|rowspan="2"|o<address>.led.3
 +
|0
 +
|W
 +
|led 3 off
 +
|-
 +
|1
 +
|W
 +
|led 3 on
 +
|-
  
For example:
+
|rowspan="2"|o<address>.led.4
 +
|0
 +
|W
 +
|led 4 off
 +
|-
 +
|1
 +
|W
 +
|led 4 on
 +
|-
  
<pre>
+
|rowspan="2"|o<address>.led.5
dmxServers = dmx
+
|0
dmxServersId.dmx = domino.o8
+
|W
</pre>
+
|led 5 off
 
 
{{tip|Note that, instead of defining the dmxServersIP parameter, the dmxServersId is used to associate the DMX server with the id of the DFDMX module.}}
 
 
 
----
 
 
 
=== DFCC ===
 
 
 
==== UISET Actions ====
 
 
 
{| class="wikitable"
 
!ID
 
!Attribute
 
!colspan="2"|Set to
 
 
|-
 
|-
 
+
|1
|energy.<n>.power
+
|W
|value
+
|led 5 on
|real power, followed by “ W”
 
 
|-
 
|-
|}
 
  
----
+
|rowspan="2"|o<address>.led.6
 +
|0
 +
|W
 +
|led 6 off
 +
|-
 +
|1
 +
|W
 +
|led 6 on
 +
|-
  
=== DFCT ===
+
|rowspan="2"|o<address>.disable
 
+
|0
==== UISET Actions ====
+
|RW
 
+
|not disabled (normal mode)
{| class="wikitable"
+
|-
!ID
+
|1
!Attribute
+
|RW
!colspan="2"|Set to
+
|disabled (cleaning mode)
 
|-
 
|-
  
|rowspan="2"|<address>.mode
+
|rowspan="2"|o<address>.dim
|summer
+
|0
|summer mode (cooling)
+
|RW
 +
|high intensity backlight
 
|-
 
|-
|winter
+
|1
|winter mode (heating)
+
|RW
 +
|low intensity backlight
 
|-
 
|-
  
|<address>.mode.label.summer
+
|rowspan="2"|o<address>.proximity
|visible
+
|0
|the DFCT is in summer mode
+
|RW
 +
|disable proximity backlight
 
|-
 
|-
 
+
|1
|<address>.mode.label.winter
+
|RW
|visible
+
|enable proximity backlight
|the DFCT is in winter mode
 
 
|-
 
|-
  
|rowspan="2"|<address>.status
+
|rowspan="2"|o<address>.backlight
|off
+
|0
|zone off
+
|RW
 +
|backlight off
 
|-
 
|-
|on
+
|1
|zone on
+
|RW
 +
|backlight on
 
|-
 
|-
  
|<address>.status.label.cooling
+
|rowspan="2"|o<address>.buzzer
|visible
+
|0
|if the zone is cooling
+
|RW
 +
|buzzer disabled
 +
|-
 +
|1
 +
|RW
 +
|buzzer enabled
 
|-
 
|-
  
|<address>.status.label.heating
+
|}
|visible
+
 
|if the zone is heating
+
You can also set the value to “on” or “off”, that is equivalent to 1 and 0.
 +
 
 +
==== Temperature sensor ====
 +
 
 +
{| class="wikitable"
 +
!ID
 +
!Value
 +
!R/W
 +
!Description
 
|-
 
|-
  
|rowspan="4"|<address>.fan
+
|i<address>.temp
|off
+
|<temp>
|fan off
+
|R
 +
|temperature value (in C/10)
 
|-
 
|-
|min
+
 
|minimum fan speed
+
|}
 +
 
 +
----
 +
 
 +
=== DF4I/V ===
 +
The DF4I/V is an input/output module with 4 digital inputs and 12 digital virtual outputs.
 +
 
 +
It uses four consecutive addresses in the DOMINO bus.
 +
 
 +
{| class="wikitable"
 +
!ID
 +
!Value
 +
!R/W
 +
!Description
 
|-
 
|-
|med
+
 
|medium fan speed
+
|rowspan="2"|i<address>.1
 +
|0
 +
|R
 +
|input pin 1 off
 
|-
 
|-
|max
+
|1
|maximum fan speed
+
|R
 +
|input pin 1 on
 
|-
 
|-
  
|<address>.fan.label.min
+
|rowspan="2"|i<address>.2
|visible
+
|0
|the fan speed is min
+
|R
 +
|input pin 2 off
 
|-
 
|-
 
+
|1
|<address>.fan.label.med
+
|R
|visible
+
|input pin 2 on
|the fan speed is med
 
 
|-
 
|-
  
|<address>.fan.label.max
+
|rowspan="2"|i<address>.3
|visible
+
|0
|the fan speed is max
+
|R
 +
|input pin 3 off
 +
|-
 +
|1
 +
|R
 +
|input pin 3 on
 
|-
 
|-
  
|rowspan="2"|<address>.fan.mode
+
|rowspan="2"|i<address>.4
|man
+
|0
|manual fan mode
+
|R
 +
|input pin 4 off
 
|-
 
|-
|auto
+
|1
|auto fan mode
+
|R
 +
|input pin 4 on
 
|-
 
|-
  
|rowspan="3"|<address>.setpoint
+
|rowspan="2"|v<address+1>.1
|1,2,3
+
|0
|active setpoint
+
|RW
 +
|virtual pin 1 off
 
|-
 
|-
|man
+
|1
|manual setpoint
+
|RW
|-
+
|virtual pin 1 on
|off
 
|zone off
 
 
|-
 
|-
  
|<address>.setpoint.label.1
+
|rowspan="2"|v<address+1>.2
|visible
+
|0
|setpoint 1 is active
+
|RW
 +
|virtual pin 2 off
 
|-
 
|-
 
+
|1
|<address>.setpoint.label.2
+
|RW
|visible
+
|virtual pin 2 on
|setpoint 2 is active
 
 
|-
 
|-
  
|<address>.setpoint.label.3
+
|rowspan="2"|v<address+1>.3
|visible
+
|0
|setpoint 3 is active
+
|RW
 +
|virtual pin 3 off
 
|-
 
|-
 
+
|1
|<address>.setpoint.label.man
+
|RW
|visible
+
|virtual pin 3 on
|manual setpoint is active
 
 
|-
 
|-
  
|<address>.setpoint.label.off
+
|rowspan="2"|v<address+1>.4
|visible
+
|0
|zone is off
+
|RW
 +
|virtual pin 4 off
 
|-
 
|-
 
+
|1
|rowspan="2"|<address>.setpoint.mode
+
|RW
|man
+
|virtual pin 4 on
|manual setpoint mode
 
|-
 
|auto
 
|auto setpoint mode
 
 
|-
 
|-
  
|<address>.setpoint.temp
+
|rowspan="2"|v<address+2>.1
|<value>
+
|0
|the active setpoint temperature, in Celsius degrees with one decimal digit, followed by " &deg;C"
+
|RW
 +
|virtual pin 1 off
 +
|-
 +
|1
 +
|RW
 +
|virtual pin 1 on
 
|-
 
|-
  
|<address>.setpoint.temp.1
+
|rowspan="2"|v<address+2>.2
|<value>
+
|0
|the active setpoint 1 temperature, in Celsius degrees with one decimal digit, followed by " &deg;C"
+
|RW
 +
|virtual pin 2 off
 
|-
 
|-
 
+
|1
|<address>.setpoint.temp.2
+
|RW
|<value>
+
|virtual pin 2 on
|the active setpoint 2 temperature, in Celsius degrees with one decimal digit, followed by " &deg;C"
 
 
|-
 
|-
  
|<address>.setpoint.temp.3
+
|rowspan="2"|v<address+2>.3
|<value>
+
|0
|the active setpoint 3 temperature, in Celsius degrees with one decimal digit, followed by " &deg;C"
+
|RW
 +
|virtual pin 3 off
 
|-
 
|-
 
+
|1
|<address>.setpoint.temp.man
+
|RW
|<value>
+
|virtual pin 3 on
|the manual setpoint temperature, in Celsius degrees with one decimal digit, followed by " &deg;C"
 
 
|-
 
|-
  
|rowspan="2"|<address>.temp
+
|rowspan="2"|v<address+2>.4
|<temp>
+
|0
|the manual setpoint temperature, in Celsius degrees with one decimal digit, followed by " &deg;C"
+
|RW
 +
|virtual pin 4 off
 
|-
 
|-
|fault
+
|1
|fault/error condition
+
|RW
 +
|virtual pin 4 on
 
|-
 
|-
|}
 
  
==== USER Commands ====
+
|rowspan="2"|v<address+3>.1
 
+
|0
{| class="wikitable"
+
|RW
!Name
+
|virtual pin 1 off
!Param
+
|-
!Action
+
|1
 +
|RW
 +
|virtual pin 1 on
 
|-
 
|-
  
|rowspan="4"|<address>
+
|rowspan="2"|v<address+3>.2
|mode
+
|0
|cycle through summer and winter mode
+
|RW
 +
|virtual pin 2 off
 
|-
 
|-
|mode.summer
+
|1
|set summer mode (cooling)
+
|RW
|-
+
|virtual pin 2 on
|mode.winter
 
|set winter mode (heating)
 
|-
 
|fan
 
|cycle through fan speeds and modes (auto, off, man/min, man/med, man/max, auto)
 
 
|-
 
|-
  
|rowspan="16"|<address>.setpoint
+
|rowspan="2"|v<address+3>.3
|mode
+
|0
|cycle through the manual, automatic and off operation modes
+
|RW
 +
|virtual pin 3 off
 
|-
 
|-
|mode.man
+
|1
|set manual operation mode
+
|RW
 +
|virtual pin 3 on
 
|-
 
|-
|mode.auto
+
 
|set automatic operation mode
+
|rowspan="2"|v<address+3>.4
 +
|0
 +
|RW
 +
|virtual pin 4 off
 
|-
 
|-
|mode.off
+
|1
|off mode
+
|RW
 +
|virtual pin 4 on
 
|-
 
|-
|temp.1.up
+
|}
|increase setpoint 1 temperature in 0.5C steps
+
 
 +
You can also set the value to “on” or “off”, that is equivalent to 1 and 0.
 +
 
 +
----
 +
 
 +
=== DFAI ===
 +
The DFAI is an input module (0-10V) with 2 analog inputs.
 +
 
 +
It uses two consecutive input addresses in the DOMINO bus.
 +
 
 +
{| class="wikitable"
 +
!ID
 +
!Value
 +
!R/W
 +
!Description
 
|-
 
|-
|temp.1.down
+
 
|decrease setpoint 1 temperature in 0.5C steps
+
|i<address>
 +
|0...1000
 +
|R
 +
|input voltage in Volt/100
 
|-
 
|-
|temp.1.<t>
+
 
|setpoint 1 set to temperature t, in C/10 (0 <= t <= 355)
+
|i<address+1>
 +
|0...1000
 +
|R
 +
|input voltage in Volt/100
 
|-
 
|-
|temp.2.up
+
|}
|increase setpoint 2 temperature in 0.5C steps
+
 
 +
----
 +
 
 +
=== DFLS / DFLS-P ===
 +
The DFLS and DFLS-P are modules for ambient light measurement with integrated brightness and occupancy (-P type) sensors.
 +
 
 +
They use two input addresses in the DOMINO bus.
 +
 
 +
{| class="wikitable"
 +
!ID
 +
!Value
 +
!R/W
 +
!Description
 
|-
 
|-
|temp.2.down
+
 
|decrease setpoint 2 temperature in 0.5C steps
+
|rowspan="2"|i<address>.1
 +
|0
 +
|R
 +
|input IN1 off
 
|-
 
|-
|temp.2.<t>
+
|1
|setpoint 2 set to temperature t, in C/10 (0 <= t <= 355)
+
|R
 +
|input IN1 on
 
|-
 
|-
|temp.3.up
+
 
|increase setpoint 3 temperature in 0.5C steps
+
|rowspan="2"|i<address>.2
 +
|0
 +
|R
 +
|input IN2 off
 
|-
 
|-
|temp.3.down
+
|1
|decrease setpoint 3 temperature in 0.5C steps
+
|R
 +
|input IN2 on
 
|-
 
|-
|temp.3.<t>
+
 
|setpoint 3 set to temperature t, in C/10 (0 <= t <= 355)
+
|rowspan="2"|i<address>.3
 +
|0
 +
|R
 +
|presence with delay is off
 
|-
 
|-
|temp.man.up
+
|1
|increase manual setpoint temperature in 0.5C steps
+
|R
 +
|presence with delay is on
 
|-
 
|-
|temp.man.down
+
 
|decrease manual setpoint temperature in 0.5C steps
+
|rowspan="2"|i<address>.4
 +
|0
 +
|R
 +
|presence detector light on control enabled
 
|-
 
|-
|temp.man.<t>
+
|1
|manual setpoint set to temperature t, in C/10 (0 <= t <= 355)
+
|R
 +
|presence detector light on control disabled
 
|-
 
|-
  
|rowspan="9"|<address>.fan
+
|i<address + 1>
|mode
+
|0...1000
|cycle through the manual and automatic fan speed modes
+
|R
 +
|lux level (raw level, not translated to the lux range)
 
|-
 
|-
|mode.man
+
 
|set manual fan speed mode
+
|i<address + 2>
 +
|0...100
 +
|R
 +
|preset dimmer level (SMART mode only)
 
|-
 
|-
|mode.auto
+
 
|set automatic fan speed mode
+
|rowspan="2"|o<address>.1
 +
|0
 +
|R
 +
|not active
 
|-
 
|-
|up
+
|1
|increase fan speed
+
|RW
 +
|force the expiration of the presence detector deactivation delay
 +
|-
 +
 
 +
|rowspan="2"|o<address>.2
 +
|0
 +
|RW
 +
|enable presence detector
 +
|-
 +
|1
 +
|RW
 +
|disable presence detector
 +
|-
 +
 
 +
|rowspan="2"|o<address>.3
 +
|0
 +
|R
 +
|not active
 
|-
 
|-
|down
+
|1
|decrease fan speed
+
|RW
 +
|presence forced
 
|-
 
|-
|min
+
 
|set min fan speed
+
|rowspan="2"|o<address>.4
 +
|0
 +
|RW
 +
|normal presence detector operation
 
|-
 
|-
|med
+
|1
|set med fan speed
+
|RW
 +
|disable light ON control from presence detector
 
|-
 
|-
|max
+
 
|set max fan speed
+
|o<address + 1>
 +
|0...1000
 +
|R
 +
|set the setpoint for the automatic brightness regulation
 
|-
 
|-
|off
+
 
|fan off
+
|o<address + 2>
 +
|0...65535
 +
|R
 +
|set the presence detector delay in seconds
 
|-
 
|-
 +
 
|}
 
|}
  
 
----
 
----
  
=== DFTZ ===
+
=== DFLUX, DFSUN ===
 
+
The DFLUX and DFSUN are input modules with 1 analog light sensor.
==== UISET Actions ====
+
 
 
+
They use one input address in the DOMINO bus.
{| class="wikitable"
+
 
!ID
+
{| class="wikitable"
!Attribute
+
!ID
!colspan="2"|Set to
+
!Value
|-
+
!R/W
 
+
!Description
|rowspan="2"|<address>.mode
+
|-
|summer
+
 
|summer mode (cooling)
+
|i<address>
|-
+
|0...1023
|winter
+
|R
|winter mode (heating)
+
|lux level (raw level, not translated to the lux range)
|-
+
|-
 
+
|}
|<address>.mode.label.summer
+
 
|visible
+
----
|the DFTZ is in summer mode
+
 
|-
+
=== DFCT ===
 
+
The DFCT is an input/output temperature sensor module.
|<address>.mode.label.winter
+
 
|visible
+
It uses two consecutive input addresses and five consecutive output addresses in the DOMINO bus.
|the DFTZ is in winter mode
+
 
|-
+
{{note|
 
+
The DFCT uses three preset set point values, T1, T2 and T3. When using the Domino HSYCO I/O Server it is mandatory that T1 < T2 < T3. If the set points are not in order, you will not be able to control
|rowspan="2"|<address>.status
+
the DFCT using the (temp) GUI objects.
|off
+
}}
|zone off
+
 
|-
+
 
|on
+
{| class="wikitable"
|zone on
+
!ID
|-
+
!Value
 
+
!R/W
|<address>.status.label.off
+
!Description
|visible
+
|-
|if the zone is not cooling or heating
+
 
|-
+
|rowspan="2"|i<address>.mode
 
+
|winter
|<address>.status.label.cooling
+
|R
|visible
+
|winter mode
|if the zone is cooling
+
|-
|-
+
|summer
 
+
|R
|<address>.status.label.heating
+
|summer mode
|visible
+
|-
|if the zone is heating
+
 
|-
+
|rowspan="4"|i<address>.fan
 
+
|min
|rowspan="3"|<address>.setpoint
+
|R
|com
+
|min fan speed
 +
|-
 +
|med
 +
|R
 +
|medium fan speed
 +
|-
 +
|max
 +
|R
 +
|max fan speed
 +
|-
 +
|off
 +
|R
 +
|fan off
 +
|-
 +
 
 +
|rowspan="2"|i<address>.fan.mode
 +
|man
 +
|R
 +
|manual fan mode
 +
|-
 +
|auto
 +
|R
 +
|auto fan mode
 +
|-
 +
 
 +
|rowspan="5"|i<address>.setpoint
 +
|1
 +
|R
 +
|setpoint 1
 +
|-
 +
|2
 +
|R
 +
|setpoint 2
 +
|-
 +
|3
 +
|R
 +
|setpoint 3
 +
|-
 +
|off
 +
|R
 +
|off
 +
|-
 +
|man
 +
|R
 +
|manual setpoint
 +
|-
 +
 
 +
|rowspan="2"|i<address>.setpoint.mode
 +
|man
 +
|R
 +
|manual setpoint mode
 +
|-
 +
|auto
 +
|R
 +
|auto setpoint mode
 +
|-
 +
 
 +
|rowspan="2"|i<address>.temp
 +
|<temp>
 +
|R
 +
|temperature value (in C/10)
 +
|-
 +
|fault
 +
|R
 +
|temperature sensor fault
 +
|-
 +
 
 +
|rowspan="3"|i<address>.status
 +
|off
 +
|R
 +
|off
 +
|-
 +
|cooling
 +
|R
 +
|cooling status mode
 +
|-
 +
|heating
 +
|R
 +
|heating status mode
 +
|-
 +
 
 +
|rowspan="2"|o<address>.mode
 +
|winter
 +
|RW
 +
|winter mode
 +
|-
 +
|summer
 +
|RW
 +
|summer mode
 +
|-
 +
 
 +
|rowspan="4"|o<address>.fan
 +
|min
 +
|RW
 +
|min fan speed
 +
|-
 +
|med
 +
|RW
 +
|medium fan speed
 +
|-
 +
|max
 +
|RW
 +
|max fan speed
 +
|-
 +
|off
 +
|RW
 +
|fan off
 +
|-
 +
 
 +
|rowspan="2"|o<address>.fan.mode
 +
|man
 +
|RW
 +
|manual fan mode
 +
|-
 +
|auto
 +
|RW
 +
|auto fan mode
 +
|-
 +
 
 +
|rowspan="5"|o<address>.setpoint
 +
|1
 +
|RW
 +
|setpoint 1
 +
|-
 +
|2
 +
|RW
 +
|setpoint 2
 +
|-
 +
|3
 +
|RW
 +
|setpoint 3
 +
|-
 +
|0
 +
|RW
 +
|setpoint off
 +
|-
 +
|man
 +
|RW
 +
|manual setpoint
 +
|-
 +
 
 +
|rowspan="3"|o<address>.setpoint.mode
 +
|man
 +
|RW
 +
|manual setpoint mode
 +
|-
 +
|auto
 +
|RW
 +
|auto setpoint mode
 +
|-
 +
|off
 +
|RW
 +
|off mode
 +
|-
 +
 
 +
|o<address>.setpoint.temp.1
 +
|<temp>
 +
|RW
 +
|temperature setpoint 1 value (in C/10)
 +
|-
 +
 
 +
|o<address>.setpoint.temp.2
 +
|<temp>
 +
|RW
 +
|temperature setpoint 2 value (in C/10)
 +
|-
 +
 
 +
|o<address>.setpoint.temp.3
 +
|<temp>
 +
|RW
 +
|temperature setpoint 3 value (in C/10)
 +
|-
 +
 
 +
|o<address>.setpoint.temp.man
 +
|<temp>
 +
|RW
 +
|temperature manual setpoint value (in C/10)
 +
|-
 +
 
 +
|o<address>.program.summer<br/>o<address>.program.winter
 +
|refresh
 +
|RW
 +
|forces to daily summer/winter program for all days of the week
 +
|-
 +
 
 +
|rowspan="2"|o<address>.program.summer.<day><br/>o<address>.program.winter.<day>
 +
|refresh
 +
|RW
 +
|forces to daily summer/winter program for the reported day (mon:1, sun:7)
 +
|-
 +
|<s0>...<s47>
 +
|RW
 +
|48 character represents the daily setpoint program divided in time slots of 30 minutes
 +
|-
 +
 
 +
|}
 +
 
 +
----
 +
 
 +
=== DFTZ ===
 +
The DFTZ is an input/output temperature sensor module.
 +
 
 +
It uses 3 consecutive input addresses and 4 consecutive output addresses in the DOMINO bus.
 +
 
 +
{| class="wikitable"
 +
!ID
 +
!Value
 +
!R/W
 +
!Description
 +
|-
 +
 
 +
|rowspan="2"|i<address>.mode
 +
|winter
 +
|R
 +
|winter mode
 +
|-
 +
|summer
 +
|R
 +
|summer mode
 +
|-
 +
 
 +
|rowspan="3"|i<address>.setpoint
 +
|comfort
 +
|R
 +
|comfort setpoint
 +
|-
 +
|eco
 +
|R
 +
|eco setpoint
 +
|-
 +
|off
 +
|R
 +
|off
 +
|-
 +
 
 +
|rowspan="2"|i<address>.temp
 +
|<temp>
 +
|R
 +
|temperature value (in C/10)
 +
|-
 +
|fault
 +
|R
 +
|temperature sensor fault
 +
|-
 +
 
 +
|rowspan="3"|i<address>.status
 +
|off
 +
|R
 +
|off
 +
|-
 +
|cooling
 +
|R
 +
|cooling status mode
 +
|-
 +
|heating
 +
|R
 +
|heating status mode
 +
|-
 +
 
 +
|rowspan="2"|o<address>.mode
 +
|winter
 +
|RW
 +
|winter mode
 +
|-
 +
|summer
 +
|RW
 +
|summer mode
 +
|-
 +
 
 +
|rowspan="3"|o<address>.setpoint
 +
|comfort
 +
|RW
 +
|comfort setpoint
 +
|-
 +
|eco
 +
|RW
 +
|eco setpoint
 +
|-
 +
|0
 +
|RW
 +
|off
 +
|-
 +
 
 +
|o<address>.setpoint.temp.comfort
 +
|<temp>
 +
|RW
 +
|comfort setpoint value (in C/10)
 +
|-
 +
 
 +
|o<address>.setpoint.temp.eco
 +
|<temp>
 +
|RW
 +
|eco setpoint value (in C/10)
 +
|-
 +
 
 +
|o<address>.setpoint.temp.limit
 +
|<temp>
 +
|RW
 +
|summer/winter setpoint temperature limit (in C/10)
 +
|-
 +
 
 +
|}
 +
 
 +
----
 +
 
 +
=== DFRHT ===
 +
The DFRHT is a temperature and humidity sensor.
 +
 
 +
It uses four consecutive input addresses and two consecutive output addresses in the DOMINO bus.
 +
 
 +
{| class="wikitable"
 +
!ID
 +
!Value
 +
!R/W
 +
!Description
 +
|-
 +
 
 +
|i<address>.humidity
 +
|0...100
 +
|R
 +
|relative percent umidity
 +
|-
 +
 
 +
|i<address>.temp
 +
|<temp>
 +
|R
 +
|temperature value
 +
|-
 +
 
 +
|i<address>.dewpoint
 +
|<temp>
 +
|R
 +
|dew point value
 +
|-
 +
 
 +
|rowspan="4"|i<address>.dewpoint.limit.1
 +
|0
 +
|R
 +
|dew point is lower than limit 1
 +
|-
 +
|1
 +
|R
 +
|dew point is higher than limit 1
 +
|-
 +
|<temp>
 +
|RW
 +
|dew point limit 1
 +
|-
 +
|off
 +
|RW
 +
|limit 1 not set
 +
|-
 +
 
 +
|rowspan="4"|i<address>.dewpoint.limit.2
 +
|0
 +
|R
 +
|dew point is lower than limit 2
 +
|-
 +
|1
 +
|R
 +
|dew point is higher than limit 2
 +
|-
 +
|<temp>
 +
|RW
 +
|dew point limit 2
 +
|-
 +
|off
 +
|RW
 +
|limit 2 not set
 +
|-
 +
 
 +
|}
 +
 
 +
----
 +
 
 +
=== DFMETEO ===
 +
The DFMETEO is the weather sensor module.
 +
 
 +
It uses four consecutive input addresses and three consecutive output addresses in the DOMINO bus.
 +
 
 +
{| class="wikitable"
 +
!ID
 +
!Value
 +
!R/W
 +
!Description
 +
|-
 +
 
 +
|rowspan="2"|i<address>.temp
 +
|<temp>
 +
|RW
 +
|temperature value (in C/10)
 +
|-
 +
|off
 +
|RW
 +
|limit not set
 +
|-
 +
 
 +
|rowspan="3"|i<address>.lux
 +
|<lux*10>
 +
|R
 +
|lux level according to the DFLUX range
 +
|-
 +
|<lux>
 +
|RW
 +
|lux limit
 +
|-
 +
|0
 +
|RW
 +
|limit not set
 +
|-
 +
 
 +
|rowspan="3"|i<address>.wind
 +
|1 m/s /10
 +
|R
 +
|wind value
 +
|-
 +
|m/s
 +
|RW
 +
|wind limit
 +
|-
 +
|0
 +
|RW
 +
|limit not set
 +
|-
 +
 
 +
|rowspan="2"|i<address>.rain
 +
|0
 +
|R
 +
|no rain
 +
|-
 +
|1
 +
|R
 +
|rain
 +
|-
 +
 
 +
|rowspan="2"|i<address>.night
 +
|0
 +
|R
 +
|day
 +
|-
 +
|1
 +
|R
 +
|night
 +
|-
 +
 
 +
|rowspan="2"|i<address>.temp.limit
 +
|0
 +
|R
 +
|measured temp is less than limit
 +
|-
 +
|1
 +
|R
 +
|measured temp is greater than limit
 +
|-
 +
 
 +
|rowspan="2"|i<address>.lux.limit
 +
|0
 +
|R
 +
|measured lux is less than limit
 +
|-
 +
|1
 +
|R
 +
|measured lux is greater than limit
 +
|-
 +
 
 +
|rowspan="2"|i<address>.wind.limit
 +
|0
 +
|R
 +
|measured wind is less than limit
 +
|-
 +
|1
 +
|R
 +
|measured wind is greater than limit
 +
|-
 +
 
 +
|rowspan="2"|i<address>.light.south
 +
|0
 +
|R
 +
|light is not coming from south
 +
|-
 +
|1
 +
|R
 +
|light is coming from south
 +
|-
 +
 
 +
|rowspan="2"|i<address>.light.west
 +
|0
 +
|R
 +
|light is not coming from west
 +
|-
 +
|1
 +
|R
 +
|light is coming from west
 +
|-
 +
 
 +
|rowspan="2"|i<address>.light.east
 +
|0
 +
|R
 +
|light is not coming from east
 +
|-
 +
|1
 +
|R
 +
|light is coming from east
 +
|-
 +
 
 +
|rowspan="2"|i<address>.fault
 +
|0
 +
|R
 +
|sensor not fault
 +
|-
 +
|1
 +
|R
 +
|sensor fault
 +
|-
 +
|}
 +
 
 +
----
 +
 
 +
=== DFCC ===
 +
The DFCC is an energy meter and load manager module.
 +
 
 +
In the following table, <N> is the sequential index (1 to 3) of the DFCC module.
 +
 
 +
{| class="wikitable"
 +
!ID
 +
!Value
 +
!R/W
 +
!Description
 +
|-
 +
 
 +
|energy.<n>.power.real
 +
|0...65535
 +
|R
 +
|real power (Watt)
 +
|-
 +
 
 +
|energy.<n>.power.reactive
 +
| -32768...+32767
 +
|R
 +
|reactive power (var)
 +
|-
 +
 
 +
|energy.<n>.power.apparent
 +
| -32768...+32767
 +
|R
 +
|apparent power (VA)
 +
|-
 +
 
 +
|energy.<n>.power.realavg
 +
|0...65535
 +
|R
 +
|average real power (Watt)
 +
|-
 +
 
 +
|energy.<n>.power.reactiveavg
 +
| -32768...+32767
 +
|R
 +
|average reactive power (var)
 +
|-
 +
 
 +
|energy.<n>.cos
 +
| -1000...+1000
 +
|R
 +
|cos(φ) * 1000
 +
|-
 +
 
 +
|rowspan="2"|energy.<n>.load.1
 +
|0
 +
|R
 +
|load 1 disabled
 +
|-
 +
|1
 +
|R
 +
|load 1 enabled
 +
|-
 +
 
 +
|rowspan="2"|energy.<n>.load.2
 +
|0
 +
|R
 +
|load 2 disabled
 +
|-
 +
|1
 +
|R
 +
|load 2 enabled
 +
|-
 +
 
 +
|rowspan="2"|energy.<n>.load.3
 +
|0
 +
|R
 +
|load 3 disabled
 +
|-
 +
|1
 +
|R
 +
|load 3 enabled
 +
|-
 +
 
 +
|rowspan="2"|energy.<n>.load.4
 +
|0
 +
|R
 +
|load 4 disabled
 +
|-
 +
|1
 +
|R
 +
|load 4 enabled
 +
|-
 +
 
 +
|rowspan="2"|energy.<n>.load.5
 +
|0
 +
|R
 +
|load 5 disabled
 +
|-
 +
|1
 +
|R
 +
|load 5 enabled
 +
|-
 +
 
 +
|rowspan="2"|energy.<n>.load.6
 +
|0
 +
|R
 +
|load 6 disabled
 +
|-
 +
|1
 +
|R
 +
|load 6 enabled
 +
|-
 +
 
 +
|rowspan="2"|energy.<n>.load.7
 +
|0
 +
|R
 +
|load 7 disabled
 +
|-
 +
|1
 +
|R
 +
|load 7 enabled
 +
|-
 +
 
 +
|rowspan="2"|energy.<n>.load.8
 +
|0
 +
|R
 +
|load 8 disabled
 +
|-
 +
|1
 +
|R
 +
|load 8 enabled
 +
|-
 +
 
 +
|}
 +
 
 +
----
 +
 
 +
=== DFANA ===
 +
Network analyzer module for Domino bus.
 +
 
 +
Uses up to 20 consecutive input addresses and, if enabled, 1 output address equal to the base input address.
 +
 
 +
{{note|The module's firmware should be version 1.3 or later to support negative values for active power readings.}}
 +
 
 +
{| class="wikitable"
 +
!ID
 +
!Value
 +
!R/W
 +
!Description
 +
|-
 +
 
 +
|i<address>.v12
 +
|[V]
 +
|R
 +
|chained voltage phase 1-2
 +
|-
 +
 
 +
|i<address>.v23
 +
|[V]
 +
|R
 +
|chained voltage phase 2-3
 +
|-
 +
 
 +
|i<address>.v31
 +
|[V]
 +
|R
 +
|chained voltage phase 3-1
 +
|-
 +
 
 +
|i<address>.vtm
 +
|[V]
 +
|R
 +
|average chained voltage
 +
|-
 +
 
 +
|i<address>.i1
 +
|[A]
 +
|R
 +
|current phase 1
 +
|-
 +
 
 +
|i<address>.i2
 +
|[A]
 +
|R
 +
|current phase 2
 +
|-
 +
 
 +
|i<address>.i3
 +
|[A]
 +
|R
 +
|current phase 3
 +
|-
 +
 
 +
|i<address>.itm
 +
|[A]
 +
|R
 +
|average current
 +
|-
 +
 
 +
|i<address>.ptot
 +
|[W]
 +
|R
 +
|total active power
 +
|-
 +
 
 +
|i<address>.ptotk
 +
|[kW]
 +
|R
 +
|total active power
 +
|-
 +
 
 +
|i<address>.qtot
 +
|[W]
 +
|R
 +
|total reactive power
 +
|-
 +
 
 +
|i<address>.qtotk
 +
|[kW]
 +
|R
 +
|total reactive power
 +
|-
 +
 
 +
|i<address>.pf
 +
|[pf]
 +
|R
 +
|total power factor
 +
|-
 +
 
 +
|i<address>.frequency
 +
|[Hz]
 +
|R
 +
|frequency
 +
|-
 +
 
 +
|i<address>.v1n
 +
|[V]
 +
|R
 +
|voltage phase 1
 +
|-
 +
 
 +
|i<address>.v2n
 +
|[V]
 +
|R
 +
|voltage phase 2
 +
|-
 +
 
 +
|i<address>.v3n
 +
|[V]
 +
|R
 +
|voltage phase 3
 +
|-
 +
 
 +
|i<address>.p1
 +
|[W]
 +
|R
 +
|active power phase 1
 +
|-
 +
 
 +
|i<address>.p1k
 +
|[kW]
 +
|R
 +
|active power phase 1
 +
|-
 +
 
 +
|i<address>.p2
 +
|[W]
 +
|R
 +
|active power phase 2
 +
|-
 +
 
 +
|i<address>.p2k
 +
|[kW]
 +
|R
 +
|active power phase 2
 +
|-
 +
 
 +
|i<address>.p3
 +
|[W]
 +
|R
 +
|active power phase 3
 +
|-
 +
 
 +
|i<address>.p3k
 +
|[kW]
 +
|R
 +
|active power phase 3
 +
|-
 +
 
 +
|i<address>.q1
 +
|[W]
 +
|R
 +
|reactive power phase 1
 +
|-
 +
 
 +
|i<address>.q1k
 +
|[kW]
 +
|R
 +
|reactive power phase 1
 +
|-
 +
 
 +
|i<address>.q2
 +
|[W]
 +
|R
 +
|reactive power phase 2
 +
|-
 +
 
 +
|i<address>.q2k
 +
|[kW]
 +
|R
 +
|reactive power phase 2
 +
|-
 +
 
 +
|i<address>.q3
 +
|[W]
 +
|R
 +
|reactive power phase 3
 +
|-
 +
 
 +
|i<address>.q3k
 +
|[kW]
 +
|R
 +
|reactive power phase 3
 +
|-
 +
 
 +
|i<address>.pf1
 +
|[pf]
 +
|R
 +
|power factor phase 1
 +
|-
 +
 
 +
|i<address>.pf2
 +
|[pf]
 +
|R
 +
|power factor phase 2
 +
|-
 +
 
 +
|i<address>.pf3
 +
|[pf]
 +
|R
 +
|power factor phase 3
 +
|-
 +
 
 +
|i<address>.s1
 +
|[VA]
 +
|R
 +
|apparent power phase 1
 +
|-
 +
 
 +
|i<address>.s1k
 +
|[kVA]
 +
|R
 +
|apparent power phase 1
 +
|-
 +
 
 +
|i<address>.s2
 +
|[VA]
 +
|R
 +
|apparent power phase 2
 +
|-
 +
 
 +
|i<address>.s2k
 +
|[kVA]
 +
|R
 +
|apparent power phase 2
 +
|-
 +
 
 +
|i<address>.s3
 +
|[VA]
 +
|R
 +
|apparent power phase 3
 +
|-
 +
 
 +
|i<address>.s3k
 +
|[kVA]
 +
|R
 +
|apparent power phase 3
 +
|-
 +
 
 +
|i<address>.stot
 +
|[VA]
 +
|R
 +
|total apparent power
 +
|-
 +
 
 +
|i<address>.hours
 +
|[hours]
 +
|R
 +
|counter
 +
|-
 +
 
 +
|i<address>.temperature
 +
|[°C]
 +
|R
 +
|temperature
 +
|-
 +
 
 +
|i<address>.energy.active
 +
|[kWh]
 +
|R
 +
|positive active energy
 +
|-
 +
 
 +
|i<address>.energy.activeneg
 +
|[kWh]
 +
|R
 +
|negative active energy
 +
|-
 +
 
 +
|i<address>.energy.reactive
 +
|[kVARh]
 +
|R
 +
|positive reactive energy
 +
|-
 +
 
 +
|i<address>.energy.reactiveneg
 +
|[kVARh]
 +
|R
 +
|negative reactive energy
 +
|-
 +
 
 +
|i<address>.pm
 +
|[W]
 +
|R
 +
|average positive active power
 +
|-
 +
 
 +
|i<address>.qm
 +
|[VAR]
 +
|R
 +
|average positive reactive power
 +
|-
 +
 
 +
|rowspan="2"|o<address>.reset.energy
 +
|1
 +
|R
 +
|energy counter reset
 +
|-
 +
|0
 +
|R
 +
|
 +
|-
 +
 
 +
|rowspan="2"|o<address>.reset.hours
 +
|1
 +
|R
 +
|counter reset
 +
|-
 +
|0
 +
|R
 +
|
 +
|-
 +
 
 +
|}
 +
 
 +
----
 +
 
 +
=== DFANA-M ===
 +
Network analyzer module for Domino bus.
 +
 
 +
Uses up to 20 consecutive input addresses and, if enabled, 1 output address equal to the base input address.
 +
 
 +
{| class="wikitable"
 +
!ID
 +
!Value
 +
!R/W
 +
!Description
 +
|-
 +
 
 +
|i<address>.v12
 +
|[V/10]
 +
|R
 +
|chained voltage phase 1-2
 +
|-
 +
 
 +
|i<address>.v23
 +
|[V/10]
 +
|R
 +
|chained voltage phase 2-3
 +
|-
 +
 
 +
|i<address>.v31
 +
|[V/10]
 +
|R
 +
|chained voltage phase 3-1
 +
|-
 +
 
 +
|i<address>.vtm
 +
|[V/10]
 +
|R
 +
|average chained voltage
 +
|-
 +
 
 +
|i<address>.i1
 +
|[A/100]
 +
|R
 +
|current phase 1
 +
|-
 +
 
 +
|i<address>.i2
 +
|[A/100]
 +
|R
 +
|current phase 2
 +
|-
 +
 
 +
|i<address>.i3
 +
|[A/100]
 +
|R
 +
|current phase 3
 +
|-
 +
 
 +
|i<address>.itm
 +
|[A/100]
 +
|R
 +
|average current
 +
|-
 +
 
 +
|i<address>.ptot
 +
|[W]
 +
|R
 +
|total active power
 +
|-
 +
 
 +
|i<address>.ptotk
 +
|[kW]
 +
|R
 +
|total active power
 +
|-
 +
 
 +
|i<address>.qtot
 +
|[W]
 +
|R
 +
|total reactive power
 +
|-
 +
 
 +
|i<address>.qtotk
 +
|[kW]
 +
|R
 +
|total reactive power
 +
|-
 +
 
 +
|i<address>.pf
 +
|[pf/1000]
 +
|R
 +
|total power factor
 +
|-
 +
 
 +
|i<address>.frequency
 +
|[Hz]
 +
|R
 +
|frequency
 +
|-
 +
 
 +
|i<address>.v1n
 +
|[V/10]
 +
|R
 +
|voltage phase 1
 +
|-
 +
 
 +
|i<address>.v2n
 +
|[V/10]
 +
|R
 +
|voltage phase 2
 +
|-
 +
 
 +
|i<address>.v3n
 +
|[V/10]
 +
|R
 +
|voltage phase 3
 +
|-
 +
 
 +
|i<address>.p1
 +
|[W]
 +
|R
 +
|active power phase 1
 +
|-
 +
 
 +
|i<address>.p1k
 +
|[kW]
 +
|R
 +
|active power phase 1
 +
|-
 +
 
 +
|i<address>.p2
 +
|[W]
 +
|R
 +
|active power phase 2
 +
|-
 +
 
 +
|i<address>.p2k
 +
|[kW]
 +
|R
 +
|active power phase 2
 +
|-
 +
 
 +
|i<address>.p3
 +
|[W]
 +
|R
 +
|active power phase 3
 +
|-
 +
 
 +
|i<address>.p3k
 +
|[kW]
 +
|R
 +
|active power phase 3
 +
|-
 +
 
 +
|i<address>.q1
 +
|[W]
 +
|R
 +
|reactive power phase 1
 +
|-
 +
 
 +
|i<address>.q1k
 +
|[kW]
 +
|R
 +
|reactive power phase 1
 +
|-
 +
 
 +
|i<address>.q2
 +
|[W]
 +
|R
 +
|reactive power phase 2
 +
|-
 +
 
 +
|i<address>.q2k
 +
|[kW]
 +
|R
 +
|reactive power phase 2
 +
|-
 +
 
 +
|i<address>.q3
 +
|[W]
 +
|R
 +
|reactive power phase 3
 +
|-
 +
 
 +
|i<address>.q3k
 +
|[kW]
 +
|R
 +
|reactive power phase 3
 +
|-
 +
 
 +
|i<address>.pf1
 +
|[pf/1000]
 +
|R
 +
|power factor phase 1
 +
|-
 +
 
 +
|i<address>.pf2
 +
|[pf/1000]
 +
|R
 +
|power factor phase 2
 +
|-
 +
 
 +
|i<address>.pf3
 +
|[pf/1000]
 +
|R
 +
|power factor phase 3
 +
|-
 +
 
 +
|i<address>.s1
 +
|[VA]
 +
|R
 +
|apparent power phase 1
 +
|-
 +
 
 +
|i<address>.s1k
 +
|[kVA]
 +
|R
 +
|apparent power phase 1
 +
|-
 +
 
 +
|i<address>.s2
 +
|[VA]
 +
|R
 +
|apparent power phase 2
 +
|-
 +
 
 +
|i<address>.s2k
 +
|[kVA]
 +
|R
 +
|apparent power phase 2
 +
|-
 +
 
 +
|i<address>.s3
 +
|[VA]
 +
|R
 +
|apparent power phase 3
 +
|-
 +
 
 +
|i<address>.s3k
 +
|[kVA]
 +
|R
 +
|apparent power phase 3
 +
|-
 +
 
 +
|i<address>.stot
 +
|[VA]
 +
|R
 +
|total apparent power
 +
|-
 +
 
 +
|i<address>.hours
 +
|[hours]
 +
|R
 +
|counter
 +
|-
 +
 
 +
|i<address>.temperature
 +
|[°C]
 +
|R
 +
|temperature
 +
|-
 +
 
 +
|i<address>.energy.active
 +
|[kWh]
 +
|R
 +
|positive active energy
 +
|-
 +
 
 +
|i<address>.energy.activeneg
 +
|[kWh]
 +
|R
 +
|negative active energy
 +
|-
 +
 
 +
|i<address>.energy.reactive
 +
|[kVARh]
 +
|R
 +
|positive reactive energy
 +
|-
 +
 
 +
|i<address>.energy.reactiveneg
 +
|[kVARh]
 +
|R
 +
|negative reactive energy
 +
|-
 +
 
 +
|rowspan="2"|o<address>.reset.energy
 +
|1
 +
|R
 +
|energy counter reset
 +
|-
 +
|0
 +
|R
 +
|
 +
|-
 +
 
 +
|rowspan="2"|o<address>.reset.hours
 +
|1
 +
|R
 +
|counter reset
 +
|-
 +
|0
 +
|R
 +
|
 +
|-
 +
 
 +
|}
 +
 
 +
----
 +
 
 +
=== DFCC2 ===
 +
Energy meter and load manager module for Domino bus.
 +
 
 +
Uses 10 consecutive input addresses and, if enabled, 1 output address equal to the base input address.
 +
 
 +
{| class="wikitable"
 +
!ID
 +
!Value
 +
!R/W
 +
!Description
 +
|-
 +
 
 +
|i<address>.v
 +
|[V / 10]
 +
|R
 +
|measured RMS voltage
 +
|-
 +
 
 +
|i<address>.i
 +
|[A / 100]
 +
|R
 +
|measured RMS current
 +
|-
 +
 
 +
|i<address>.p
 +
|[W]
 +
|R
 +
|active power (signed)
 +
|-
 +
 
 +
|i<address>.q
 +
|[VAR]
 +
|R
 +
|reactive power (signed)
 +
|-
 +
 
 +
|i<address>.s
 +
|[VA]
 +
|R
 +
|apparent power
 +
|-
 +
 
 +
|i<address>.pf
 +
|[x 1000]
 +
|R
 +
|power factor (signed: positive for inductive loads, negative for reactive loads)
 +
|-
 +
 
 +
|i<address>.ae
 +
|[Wh]
 +
|R
 +
|total active energy
 +
|-
 +
 
 +
|rowspan="2"|i<address>.1
 +
|0
 +
|R
 +
|load 1 disabled
 +
|-
 +
|1
 +
|R
 +
|load 1 enabled
 +
|-
 +
 
 +
|rowspan="2"|i<address>.2
 +
|0
 +
|R
 +
|load 2 disabled
 +
|-
 +
|1
 +
|R
 +
|load 2 enabled
 +
|-
 +
 
 +
|rowspan="2"|i<address>.3
 +
|0
 +
|R
 +
|load 3 disabled
 +
|-
 +
|1
 +
|R
 +
|load 3 enabled
 +
|-
 +
 
 +
|rowspan="2"|i<address>.4
 +
|0
 +
|R
 +
|load 4 disabled
 +
|-
 +
|1
 +
|R
 +
|load 4 enabled
 +
|-
 +
 
 +
|rowspan="2"|i<address>.5
 +
|0
 +
|R
 +
|load 5 disabled
 +
|-
 +
|1
 +
|R
 +
|load 5 enabled
 +
|-
 +
 
 +
|rowspan="2"|i<address>.6
 +
|0
 +
|R
 +
|load 6 disabled
 +
|-
 +
|1
 +
|R
 +
|load 6 enabled
 +
|-
 +
 
 +
|rowspan="2"|i<address>.7
 +
|0
 +
|R
 +
|load 7 disabled
 +
|-
 +
|1
 +
|R
 +
|load 7 enabled
 +
|-
 +
 
 +
|rowspan="2"|i<address>.8
 +
|0
 +
|R
 +
|load 8 disabled
 +
|-
 +
|1
 +
|R
 +
|load 8 enabled
 +
|-
 +
 
 +
|rowspan="2"|o<address>.1
 +
|0
 +
|RW
 +
|load 1 control enabled
 +
|-
 +
|1
 +
|RW
 +
|load 1 always enabled
 +
|-
 +
 
 +
|rowspan="2"|o<address>.2
 +
|0
 +
|RW
 +
|load 2 control enabled
 +
|-
 +
|1
 +
|RW
 +
|load 2 always enabled
 +
|-
 +
 
 +
|rowspan="2"|o<address>.3
 +
|0
 +
|RW
 +
|load 3 control enabled
 +
|-
 +
|1
 +
|RW
 +
|load 3 always enabled
 +
|-
 +
 
 +
|rowspan="2"|o<address>.4
 +
|0
 +
|RW
 +
|load 4 control enabled
 +
|-
 +
|1
 +
|RW
 +
|load 4 always enabled
 +
|-
 +
 
 +
|rowspan="2"|o<address>.5
 +
|0
 +
|RW
 +
|load 5 control enabled
 +
|-
 +
|1
 +
|RW
 +
|load 5 always enabled
 +
|-
 +
 
 +
|rowspan="2"|o<address>.6
 +
|0
 +
|RW
 +
|load 6 control enabled
 +
|-
 +
|1
 +
|RW
 +
|load 6 always enabled
 +
|-
 +
 
 +
|rowspan="2"|o<address>.7
 +
|0
 +
|RW
 +
|load 7 control enabled
 +
|-
 +
|1
 +
|RW
 +
|load 7 always enabled
 +
|-
 +
 
 +
|rowspan="2"|o<address>.8
 +
|0
 +
|RW
 +
|load 8 control enabled
 +
|-
 +
|1
 +
|RW
 +
|load 8 always enabled
 +
|-
 +
 
 +
|rowspan="2"|o<address>.buzzer
 +
|0
 +
|RW
 +
|buzzer disabled
 +
|-
 +
|1
 +
|RW
 +
|buzzer enabled
 +
|-
 +
 
 +
|o<address>.ae
 +
|reset
 +
|W
 +
|reset total active energy counter
 +
|-
 +
 
 +
|}
 +
 
 +
----
 +
 
 +
=== DFTA / DFTE ===
 +
The DFTA and DFTE are ambient temperature sensors. They use 1 input address in the DOMINO bus.
 +
 
 +
{| class="wikitable"
 +
!ID
 +
!Value
 +
!R/W
 +
!Description
 +
|-
 +
 
 +
|i<address>.temp
 +
|<temp>
 +
|R
 +
|temperature value (in C/10)
 +
|-
 +
 
 +
|}
 +
 
 +
----
 +
 
 +
== User Interface ==
 +
 
 +
All DOMINO devices data points that have been defined in the systemtopo.txt database are automatically listed in the Project Editor.
 +
 
 +
Adding a button to control a device output point requires just a few clicks and no additional EVENTS logic.
 +
 
 +
 
 +
[[File:IO Servers Domino Project Editor.png]]
 +
 
 +
 
 +
Besides the direct association of control buttons and data points, the DOMINO driver also automatically updates graphical objects that represent values or states of complex devices, like the DFCT temperature control unit. It will also automatically intercept buttons to manually set operation modes and temperature set-points.
 +
 
 +
----
 +
 
 +
=== DFDMX ===
 +
 
 +
You can define a standard HSYCO DMX server for each DFDMX module, then use the [[dmx]] and [[dmxrgb]] objects to control channels 1-64 of the DMX bus connected to the DFDMX module.
 +
 
 +
For example:
 +
 
 +
<pre>
 +
dmxServers = dmx
 +
dmxServersId.dmx = domino.o8
 +
</pre>
 +
 
 +
{{tip|Note that, instead of defining the dmxServersIP parameter, the dmxServersId is used to associate the DMX server with the id of the DFDMX module.}}
 +
 
 +
----
 +
 
 +
=== DFCC ===
 +
Setting the ''powerdisplay'' option to true in '''Settings''' enables the automatic display in the GUI of the total real power measured by all DFCC modules connected to this DFCP.
 +
 
 +
{{tip|Note that, if you have more than one DFCP gateway, you should enable this option for one gateway only.}}
 +
 
 +
==== UISET Actions ====
 +
 
 +
You can use any object that accepts a text attribute, usually [[text]] but also [[marquee]] and others, to automatically display the average real power measured by all DFCC modules connected to the DOMINO bus. These objects are updated even when the ''powerdisplay'' option is false.
 +
 
 +
{| class="wikitable"
 +
!ID
 +
!Attribute
 +
!colspan="2"|Set to
 +
|-
 +
 
 +
|energy.<n>.power
 +
|value
 +
|real power, followed by “ W”. <n> is the sequential index (1 to 3) of the DFCC module.
 +
|-
 +
|}
 +
 
 +
----
 +
 
 +
=== DFCT and DF8RIT===
 +
You can use the [[temp]] and [[tempmini]] objects to control DFCT or DF8RIT devices.
 +
 
 +
 
 +
[[File:IO Servers Domino DFCT.png]]
 +
 
 +
 
 +
==== UISET Actions ====
 +
You can use any object that accepts a text attribute, usually [[text]] but also [[marquee]] and others, like images, to automatically display the relevant information of all DFCT modules.
 +
 
 +
{| class="wikitable"
 +
!ID
 +
!Attribute
 +
!Set to
 +
!Description
 +
|-
 +
 
 +
|rowspan="2"|<address>.mode
 +
|rowspan="2"|value
 +
|SUMMER
 +
|summer mode (cooling)
 +
|-
 +
|WINTER
 +
|winter mode (heating)
 +
|-
 +
 
 +
|<address>.mode.label.summer
 +
|visible
 +
|true
 +
|the DFCT is in summer mode
 +
|-
 +
 
 +
|<address>.mode.label.winter
 +
|visible
 +
|true
 +
|the DFCT is in winter mode
 +
|-
 +
 
 +
|rowspan="2"|<address>.status
 +
|rowspan="2"|value
 +
|OFF
 +
|zone off
 +
|-
 +
|ON
 +
|zone on
 +
|-
 +
 
 +
|<address>.status.label.cooling
 +
|visible
 +
|true
 +
|if the zone is cooling
 +
|-
 +
 
 +
|<address>.status.label.heating
 +
|visible
 +
|true
 +
|if the zone is heating
 +
|-
 +
 
 +
|rowspan="4"|<address>.fan
 +
|rowspan="4"|value
 +
|OFF
 +
|fan off
 +
|-
 +
|MIN
 +
|minimum fan speed
 +
|-
 +
|MED
 +
|medium fan speed
 +
|-
 +
|MAX
 +
|maximum fan speed
 +
|-
 +
 
 +
|<address>.fan.label.min
 +
|visible
 +
|true
 +
|the fan speed is min
 +
|-
 +
 
 +
|<address>.fan.label.med
 +
|visible
 +
|true
 +
|the fan speed is med
 +
|-
 +
 
 +
|<address>.fan.label.max
 +
|visible
 +
|true
 +
|the fan speed is max
 +
|-
 +
 
 +
|rowspan="2"|<address>.fan.mode
 +
|rowspan="2"|value
 +
|MAN
 +
|manual fan mode
 +
|-
 +
|AUTO
 +
|auto fan mode
 +
|-
 +
 
 +
|rowspan="3"|<address>.setpoint
 +
|rowspan="3"|value
 +
|1,2,3
 +
|active setpoint
 +
|-
 +
|MAN
 +
|manual setpoint
 +
|-
 +
|OFF
 +
|zone off
 +
|-
 +
 
 +
|<address>.setpoint.label.1
 +
|visible
 +
|true
 +
|setpoint 1 is active
 +
|-
 +
 
 +
|<address>.setpoint.label.2
 +
|visible
 +
|true
 +
|setpoint 2 is active
 +
|-
 +
 
 +
|<address>.setpoint.label.3
 +
|visible
 +
|true
 +
|setpoint 3 is active
 +
|-
 +
 
 +
|<address>.setpoint.label.man
 +
|visible
 +
|true
 +
|manual setpoint is active
 +
|-
 +
 
 +
|<address>.setpoint.label.off
 +
|visible
 +
|true
 +
|zone is off
 +
|-
 +
 
 +
|rowspan="2"|<address>.setpoint.mode
 +
|rowspan="2"|value
 +
|MAN
 +
|manual setpoint mode
 +
|-
 +
|AUTO
 +
|auto setpoint mode
 +
|-
 +
 
 +
|<address>.setpoint.temp
 +
|value
 +
|<value>
 +
|the active setpoint temperature, in Celsius degrees with one decimal digit, followed by " &deg;C"
 +
|-
 +
 
 +
|<address>.setpoint.temp.1
 +
|value
 +
|<value>
 +
|the active setpoint 1 temperature, in Celsius degrees with one decimal digit, followed by " &deg;C"
 +
|-
 +
 
 +
|<address>.setpoint.temp.2
 +
|value
 +
|<value>
 +
|the active setpoint 2 temperature, in Celsius degrees with one decimal digit, followed by " &deg;C"
 +
|-
 +
 
 +
|<address>.setpoint.temp.3
 +
|value
 +
|<value>
 +
|the active setpoint 3 temperature, in Celsius degrees with one decimal digit, followed by " &deg;C"
 +
|-
 +
 
 +
|<address>.setpoint.temp.man
 +
|value
 +
|<value>
 +
|the manual setpoint temperature, in Celsius degrees with one decimal digit, followed by " &deg;C"
 +
|-
 +
 
 +
|rowspan="2"|<address>.temp
 +
|rowspan="2"|value
 +
|<temp>
 +
|the manual setpoint temperature, in Celsius degrees with one decimal digit, followed by " &deg;C"
 +
|-
 +
|FAULT
 +
|fault/error condition
 +
|-
 +
|}
 +
 
 +
==== USER Commands ====
 +
There are several predefined buttons. Use any ordinary [[user]] object, setting the ''name'' and ''param'' fields based on this table.
 +
 
 +
{| class="wikitable"
 +
!Name
 +
!Param
 +
!Action
 +
|-
 +
 
 +
|rowspan="4"|<address>
 +
|mode
 +
|cycle through summer and winter mode
 +
|-
 +
|mode.summer
 +
|set summer mode (cooling)
 +
|-
 +
|mode.winter
 +
|set winter mode (heating)
 +
|-
 +
|fan
 +
|cycle through fan speeds and modes (auto, off, man/min, man/med, man/max, auto)
 +
|-
 +
 
 +
|rowspan="16"|<address>.setpoint
 +
|mode
 +
|cycle through the manual, automatic and off operation modes
 +
|-
 +
|mode.man
 +
|set manual operation mode
 +
|-
 +
|mode.auto
 +
|set automatic operation mode
 +
|-
 +
|mode.off
 +
|off mode
 +
|-
 +
|temp.1.up
 +
|increase setpoint 1 temperature in 0.5C steps
 +
|-
 +
|temp.1.down
 +
|decrease setpoint 1 temperature in 0.5C steps
 +
|-
 +
|temp.1.<t>
 +
|setpoint 1 set to temperature t, in C/10 (0 <= t <= 355)
 +
|-
 +
|temp.2.up
 +
|increase setpoint 2 temperature in 0.5C steps
 +
|-
 +
|temp.2.down
 +
|decrease setpoint 2 temperature in 0.5C steps
 +
|-
 +
|temp.2.<t>
 +
|setpoint 2 set to temperature t, in C/10 (0 <= t <= 355)
 +
|-
 +
|temp.3.up
 +
|increase setpoint 3 temperature in 0.5C steps
 +
|-
 +
|temp.3.down
 +
|decrease setpoint 3 temperature in 0.5C steps
 +
|-
 +
|temp.3.<t>
 +
|setpoint 3 set to temperature t, in C/10 (0 <= t <= 355)
 +
|-
 +
|temp.man.up
 +
|increase manual setpoint temperature in 0.5C steps
 +
|-
 +
|temp.man.down
 +
|decrease manual setpoint temperature in 0.5C steps
 +
|-
 +
|temp.man.<t>
 +
|manual setpoint set to temperature t, in C/10 (0 <= t <= 355)
 +
|-
 +
 
 +
|rowspan="9"|<address>.fan
 +
|mode
 +
|cycle through the manual and automatic fan speed modes
 +
|-
 +
|mode.man
 +
|set manual fan speed mode
 +
|-
 +
|mode.auto
 +
|set automatic fan speed mode
 +
|-
 +
|up
 +
|increase fan speed
 +
|-
 +
|down
 +
|decrease fan speed
 +
|-
 +
|min
 +
|set min fan speed
 +
|-
 +
|med
 +
|set med fan speed
 +
|-
 +
|max
 +
|set max fan speed
 +
|-
 +
|off
 +
|fan off
 +
|-
 +
|}
 +
 
 +
==== Using slider objects for DF8RIT shutter's position ====
 +
 
 +
When shutter control is enabled on the DF8RIT multifunction module, up to four addresses are used to read and set the shutters' position (goto function).
 +
 
 +
You can use the slider objects, [[slider|sliderv]] and [[slider|sliderh]], to display and control the position. Remember that the shutters' position addresses are base_address + 1 to base_address + 4, where base_address is the address of the module. Set both the slider's ''ID'' and ''address'' to <server_name>.<base_address + N>, with N from 1 to 4.
 +
 
 +
For example, assuming that domino is the I/O Server ID, and the DF8RIT base address is 121, the slider's ID and address to control the first shutter (relays 1 and 2) should be domino.122.
 +
 
 +
{{tip|Note that you can set the ''inverse'' attribute of the [[slider|sliderv]] object to ''true'', in order to have the cursor at the top instead of bottom of the slider when the position is 0.}}
 +
 
 +
 
 +
----
 +
 
 +
==== Using slider objects for DF4RI / DF4RIR shutter's position ====
 +
 
 +
When shutter control is enabled on the DF4RI multifunction module, up to two addresses are used to read and set the shutters' position (goto function).
 +
 
 +
You can use the slider objects, [[slider|sliderv]] and [[slider|sliderh]], to display and control the position. Remember that the shutters' position addresses are base_address + 1 and base_address + 2, where base_address is the address of the module. Set both the slider's ''ID'' and ''address'' to <server_name>.<base_address + N>, with N from 1 to 2.
 +
 
 +
For example, assuming that domino is the I/O Server ID, and the DF8RIT base address is 100, the slider's ID and address to control the first shutter (relays 1 and 2) should be domino.101.
 +
 
 +
{{tip|Note that you can set the ''inverse'' attribute of the [[slider|sliderv]] object to ''true'', in order to have the cursor at the top instead of bottom of the slider when the position is 0.}}
 +
 
 +
 
 +
----
 +
 
 +
=== DFTZ ===
 +
You can use the [[tempmini]] object to control DFTZ devices.
 +
 
 +
You could also use the larger [[temp]] object, but some of its controls are not used with the DFTZ module.
 +
 
 +
[[File:IO Servers Domino DFTZ.png]]
 +
 
 +
==== UISET Actions ====
 +
 
 +
You can use any object that accepts a text attribute, usually [[text]] but also [[marquee]] and others, like images, to automatically display the relevant information of all DFTZ modules.
 +
 
 +
 
 +
{| class="wikitable"
 +
!ID
 +
!Attribute
 +
!Set to
 +
!Description
 +
|-
 +
 
 +
|rowspan="2"|<address>.mode
 +
|rowspan="2"|value
 +
|SUMMER
 +
|summer mode (cooling)
 +
|-
 +
|WINTER
 +
|winter mode (heating)
 +
|-
 +
 
 +
|<address>.mode.label.summer
 +
|visible
 +
|true
 +
|the DFTZ is in summer mode
 +
|-
 +
 
 +
|<address>.mode.label.winter
 +
|visible
 +
|true
 +
|the DFTZ is in winter mode
 +
|-
 +
 
 +
|rowspan="2"|<address>.status  
 +
|rowspan="2"|value
 +
|OFF
 +
|zone off
 +
|-
 +
|ON
 +
|zone on
 +
|-
 +
 
 +
|<address>.status.label.off
 +
|visible
 +
|true
 +
|if the zone is not cooling or heating
 +
|-
 +
 
 +
|<address>.status.label.cooling
 +
|visible
 +
|true
 +
|if the zone is cooling
 +
|-
 +
 
 +
|<address>.status.label.heating
 +
|visible
 +
|true
 +
|if the zone is heating
 +
|-
 +
 
 +
|rowspan="3"|<address>.setpoint  
 +
|rowspan="3"|value
 +
|COM
 
|comfort setpoint
 
|comfort setpoint
 
|-
 
|-
|man
+
|MAN
 
|manual setpoint
 
|manual setpoint
 
|-
 
|-
|off
+
|OFF
 
|zone off
 
|zone off
 
|-
 
|-
Line 3,245: Line 5,610:
 
|<address>.setpoint.label.1
 
|<address>.setpoint.label.1
 
|visible
 
|visible
 +
|true
 
|comfort setpoint is active
 
|comfort setpoint is active
 
|-
 
|-
Line 3,250: Line 5,616:
 
|<address>.setpoint.label.2
 
|<address>.setpoint.label.2
 
|visible
 
|visible
 +
|true
 
|eco setpoint is active
 
|eco setpoint is active
 
|-
 
|-
Line 3,255: Line 5,622:
 
|<address>.setpoint.label.off
 
|<address>.setpoint.label.off
 
|visible
 
|visible
 +
|true
 
|zone is off
 
|zone is off
 
|-
 
|-
  
 
|<address>.setpoint.temp
 
|<address>.setpoint.temp
|<value>
+
|value
 +
|<temp>
 
|the active setpoint temperature, in Celsius degrees with one decimal digit, followed by " &deg;C"
 
|the active setpoint temperature, in Celsius degrees with one decimal digit, followed by " &deg;C"
 
|-
 
|-
  
 
|<address>.setpoint.temp.1
 
|<address>.setpoint.temp.1
|<value>
+
|value
 +
|<temp>
 
|the comfort setpoint temperature, in Celsius degrees with one decimal digit, followed by " &deg;C"
 
|the comfort setpoint temperature, in Celsius degrees with one decimal digit, followed by " &deg;C"
 
|-
 
|-
  
 
|<address>.setpoint.temp.2
 
|<address>.setpoint.temp.2
|<value>
+
|value
 +
|<temp>
 
|the eco setpoint temperature, in Celsius degrees with one decimal digit, followed by " &deg;C"
 
|the eco setpoint temperature, in Celsius degrees with one decimal digit, followed by " &deg;C"
 
|-
 
|-
  
 
|<address>.setpoint.temp.man
 
|<address>.setpoint.temp.man
|<value>
+
|value
 +
|<temp>
 
|the summer or winter setpoint temperature limit, in Celsius degrees with one decimal digit, followed by " &deg;C"
 
|the summer or winter setpoint temperature limit, in Celsius degrees with one decimal digit, followed by " &deg;C"
 
|-
 
|-
  
 
|rowspan="2"|<address>.temp
 
|rowspan="2"|<address>.temp
 +
|rowspan="2"|value
 
|<temp>
 
|<temp>
 
|the manual setpoint temperature, in Celsius degrees with one decimal digit, followed by " &deg;C"
 
|the manual setpoint temperature, in Celsius degrees with one decimal digit, followed by " &deg;C"
 
|-
 
|-
|fault
+
|FAULT
 
|fault/error condition
 
|fault/error condition
 
|-
 
|-
Line 3,288: Line 5,661:
  
 
==== USER Commands ====
 
==== USER Commands ====
 +
 +
There are several predefined buttons. Use any ordinary [[user]] object, setting the ''name'' and ''param'' fields based on this table.
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 3,360: Line 5,735:
  
 
== Release Notes ==
 
== Release Notes ==
 +
 +
=== 3.7.0 ===
 +
*support of DFANA-M
 +
*support of DFDALI64
 +
*support of DFDIM
 +
*support of DFLS smart mode
 +
*support of DF4RI/DF4RIR virtual outputs
 +
*support of DF8RIT configuration with temperature input address enabled and temperature control disabled
 +
*support of position information and commands for DFTP, DFTP/I
 +
*support of DFCP counters
 +
*bus and modules fault detection
 +
*high availability support for redundant DFH installations
 +
*fixed "modulefault" data point of individual modules not working with DFH gateways
 +
 +
=== 3.6.0 ===
 +
*added support for DFTA and DFTE
 +
*DFIGLASS: added support for the optional temperature sensor, and other enhancements
 +
*improved compatibility with DF4DV
 +
*fixed a bug that could affect DF4RI/DF4RIR or DF8RIT modules with adjacent addresses and shutters defined
 +
 +
=== 3.5.1 ===
 +
*added support for DF4DV
 +
*added support for DF4RI / DF4RIR
 +
*added support for DF8RIT
 +
*added support for DFLS / DFLS-P
 +
*fixed a bug that could cause erroneous readings of DFCC2 2'complement values
 +
*DFANA updated to support negative active energy values (fw. 1.5 or later)
 +
 +
=== 3.5.0 ===
 +
*added support for DFCP4
 +
*fixed a bug that could cause erroneous readings of DFCC's 2'complements values
 +
 +
=== 3.4.0 ===
 +
*improved communication error logging
 +
*improved support of tools remote access
 +
*events generated during startup if startupevents=true are now executed sequentially
 +
*DFCC2 module support
 +
*DFH module support
 +
*fix: DFTZ user commands mode.comfort, mode.eco, mode.off not working
  
 
=== 3.2.2 ===
 
=== 3.2.2 ===

Latest revision as of 10:55, 1 October 2020

The DOMINO system is DUEMMEGI’s proprietary bus architecture for home automation. HSYCO fully integrates with this system through the DFCP or DFCP4 control and gateway module, and its FXP-XT serial communication protocol.

A serial connection between the DFCP and the HSYCO SERVER is required for the integration, either directly through the server’s RS-232 port or via the RS-232 port of a supported serial to IP gateway, including the WEBS module.

The DFCP4 can be connected via the integrated serial to IP gateway.

The Domino I/O Server requires DFCP firmware version 2.0 or later for normal operation. Firmware version 4.3 or later is required to support field upgrade of installed Domino modules. The DCPIDE configuration tools pass-through support for secure access to the DFCP via HSYCO requires DCPIDE version 3.2.1 or later.

Contents

Communication

Employ a DE-9 (often called DB-9) male-female RS-232 straight cable to connect the RS-232 DFCP port to the serial port on HSYCO SERVER or serial gateway.

RS-232 parameters:

Baud rate 9600, 38400, 57600 or 115200 bps (according to the DFCP serial port setting)
Data bits 8
Stop bit 1
Parity none
Flow control none


Note A speed of 115200 bps is recommended to achieve good performance, particularly when the number of devices connected to the bus is large.


High Availability

  • Shutdown when inactive: defaults to false.

HSYCO Configuration

You can define and connect to more than one DOMINO bus using several DFCP gateways.

The DOMINO I/O Server also supports dual, redundant connections between HSYCO and DFCP.

If the main connection fails, HSYCO automatically re-routes the communication with DFCP through the fail-over connection.

Options

ID Default Values Description
startupevents false true generate IO events also during the driver’s start-up phase
false start generating events only after HSYCO is aligned with the current status of the system
inputdiscovery false true auto-detects DOMINO’s input devices as configured in the DFCP, and automatically creates the list of all detected devices and individual data points in the systemtopo.txt file. Should be enabled to allow the automatic update of (button) objects’ states
false auto-detect for input devices is disabled
outputdiscovery true true auto-detects DOMINO’s output devices as configured in the DFCP, and automatically creates the list of all detected devices and individual data points in the systemtopo.txt file. Should be enabled to allow the automatic update of (button) objects’ states
false auto-detect for output devices is disabled
virtualdiscovery false true auto-detects DOMINO’s virtual points for input and output devices as configured in the DFCP, and automatically creates the list of all detected virtual data points in the systemtopo.txt file. Should be enabled to allow the automatic update of (button) objects’ states
false auto-detect for devices’ virtual data points is disabled
virtualpoints false 1...2033 enables polling for the first n virtual points of the DFCP. Enable this option only if you need to generate I/O events based on these virtual points
true enables polling for all the 2032 virtual points of the DFCP
false polling of the DFCP virtual data points is disabled
registers false 1...1024 enables polling for registers R0-Rn of the DFCP. Enable this option only if you need to generate I/O events based on these registers
true enables polling for registers R0-R127 of the DFCP
false polling of the DFCP registers is disabled
powerdisplay false true enables polling for registers R0-Rn of the DFCP. Enable this option only if you need to generate I/O events based on these registers
≥ 0 (DFANA address) enables the automatic display in the GUI of the total real power measured by a DFANA module connected to this DFCP. Note that, if you have more than one DFCP gateway, you should enable this option for one gateway only
false power display disabled for this DFCP
powersensivity 50 ≥ 0 measured power changes are reported only if the difference from last reading is equal or greater than the power sensivity option, in Watts
powerinterval 1 ≥ 0 power polling interval for the DFCC meter, in seconds
detectevents false true generate forced events when a device is detected at start-up
false do not generate events when a device is detected at start-up
toolspassword string set this option with a long string (only letters and numbers) password to allow the remote connection of DFCP-IDE and other configuration tools to the DFCP gateways that are connected to HSYCO. For additional security, it is recommended to set this option only when required
language english en it fr language for all messages from the DOMINO system: English, Italian or French

Initialization and Connection Events

Event name Value Description
connection online connection established to the DFCP module
offline HSYCO can’t connect to the DFCP module
detected.input.<n>. model name an input device of the type passed as value has been detected at address <n>, using addresses
detected.output.<n>. model name an output device of the type passed as value has been detected at address <n>, using addresses

The Device Configuration Database

The systemtopo.txt file contains the list of all devices and their individual input, output and virtual data points that could be directly associated to graphic object in the Web-based user interface. This file can be filled manually or automatically by HSYCO at start-up. To enable automatic discovery and automatic generation of devices’ information in the systemtopo file, use the inputdiscovery, outputdiscovery and virtualdiscovery options in Settings. The default behavior is to only discover devices with output data points.

This is an example of an automatically generated systemtopo.txt file:

(devices)
domino.o10.1 : LIGHT ; LIGHT
domino.o6.1 : LIGHT ; DIMMER
domino.o7.2 : LIGHT ; LIGHT
domino.o7.1 : LIGHT ; DIMMER
domino.o9.2 : AUTOM ; VSHUT
domino.o5.4 : LIGHT ; LIGHT
domino.o9.1 : AUTOM ; VSHUT
domino.o5.3 : LIGHT ; LIGHT
domino.o5.2 : LIGHT ; LIGHT
domino.o5.1 : LIGHT ; LIGHT

You should then manually add comments and other optional parameters:

(devices)
domino.o10.1 : LIGHT ; LIGHT; main entrance light
domino.o6.1 : LIGHT ; DIMMER; lobby dimmer
domino.o7.2 : LIGHT ; LIGHT; kitchen workbench
domino.o7.1 : LIGHT ; DIMMER; kitchen main dimmer

DFCP Data Points

The DFCP implements 2032 virtual points for binary (on/off) data and 1024 registers and counters for positive scalar values (0-65535). The DFH doesn't support virtual points or registers.

All virtual points, registers and counters can optionally generate I/O events. You can also write to the virtual data points, registers or counters using the IO action in EVENTS or ioSet() method in Java.

You cannot directly control the DFCP virtual data points, registers or counters using GUI objects.

To enable polling of the current state of the DFCP’s virtual data points, enable the virtualpoints options in hsyco.ini.

To enable polling of the current state of the DFCP’s registers, enable the registers options in hsyco.ini.

To enable polling of the current state of the DFCP’s counters, enable the counters options in hsyco.ini.

If you only have to write to virtual points or registers, enabling polling is not strictly required.

ID Value R/W Description
busfault 0 R no bus fault detected
1 R bus fault detected
modulefault 0 R no modules fault detected
1 R modules fault detected
v0.<n> 0 RW virtual data point <n> off (<n>: 1-2032)
1 RW virtual data point <n> on (<n>: 1-2032)
r0.<n> <x> RW register <n> (<n>: 0-1023) set to value <x> (<x>: 0-65535)
c0.<n> <x> RW counter <n> (<n>: 0-1023) set to value <x> (<x>: 0-65535)

DFCP Internal Clock

The DFCP module has an integrated real-time clock. You can use the clock datapoint to read the DFCP date and time, and set the DFCP clock to HSYCO’s current time.

ID Value R/W Description
clock yyyy-mm-dd hh:mm:ss R the DFCP clock current time
read W read the DFCP clock, and the delta with HSYCO’s time
sync W set the DFCP clock to HSYCO’s current time
clock.delta integer number R the delta time in seconds between the DFCP and HSYCO clocks. A positive number means that the DFCP clock is ahead of HSYCO


DFH redundant configuration for High Availability applications

When HSYCO is embedded in a DFH interface, high availability support can be configured to allow two DFH to be connected to the same Domino bus. In normal operations, the master unit will be active on the bus, while the slave unit will automatically block bus polling, to avoid traffic conflicts with the master unit.

Note DFH high availability support requires DFH firmware version 3.3 or above.

If the slave HSYCO becomes active, because it automatically detects a master's failure, the Domino I/O server will exit its idle state, and the slave DFH interface will resume polling the bus. The time required by the slave to take over the active role and become the bus master depends on the haTimeoutSeconds configuration parameter; its default is 4 seconds. A few seconds of bus polling overlapping are also normal when the master becomes active again.

In a typical configuration, the following high availability parameters should be set like:

haClientSessionsFailover = true
haDisableCommandEvents = true
haDisableFilesSync = false
haTimeoutSeconds = 4

Also, the ioServersShutdownInactive parameter of the Domino I/O server, on both master and slave, should be false (or default).

Without additional configuration, this setup will correctly address a total failure of the master DFH unit, but not other fault conditions, like a bus fault on the master unit, or LAN fault on the master or slave DFH.

If a bus fault occurs on the master DFH, HSYCO would still be active and the slave remains idle, as it would still sense the master's presence over the LAN. Also, if the master becomes disconnected from the LAN, it would still remain active, but the slave would also become active, causing polling conflicts on the Domino bus. To address these specific failure modes, add the following lines, or something similar, to the EVENTS file:

$HAMASTER$ = 1 and (IO domino.busfault = "1" or IO system.internet.connection = "offline") : { haActive(false); }
$HAMASTER$ = 1 and (IO domino.busfault = "0" and IO system.internet.connection = "online") : { haActive(true); }

The first rule forces the master to relinquish its active state in case of bus failure or when the internet connection is lost. You should probably replace the internet connection test with an equivalent command that tests local services on your LAN.

The second rule reacquires the master's active state when both the Domino bus and the LAN connections are up.


Another fault scenario that should be considered is the loss of LAN access from the slave DFH. In this case the master would remain active, but the slave HSYCO would also become active, not sensing the master. This should again be prevented, to avoid polling conflicts, with the following rules in EVENTS:

$HAMASTER$ = 0 and IO system.internet.connection = "offline" : { ioServersStop("domino"); }
$HAMASTER$ = 0 and IO system.internet.connection = "online" : { ioServersRestart("domino"); }

These rules will stop the Domino I/O server when the slave LAN is down, effectively blocking the slave DFH polling, and restart it when up.

Note that there could be other specific fault scenarios to be considered. The example presented here is only one of several possible ways to implement a DFH-based high availability configuration, and may not be adequate to handle all possible fault scenarios in an actual installation.


DOMINO Modules Events and Control

Each DOMINO module has its own set of read-only or read-write data points, mapping the specific set of features.

All modules also have a read-only "fault" data point, set to 1 if the DFCP has detected a module fault condition, or 0 if the module is working normally.

ID Value R/W Description
i<address>.fault 0 R input module working normally
1 R input module fault detected
o<address>.fault 0 R output module working normally
1 R output module fault detected


Module Code Description
DF4I 4 digital inputs
DFCK3 clock
DF8I 2x4 digital inputs
DF2R 2 outputs (relay)
DF4R, DF4RP 4 outputs (power relay)
DF4RP/I 4 generic inputs ON-OFF + 4 outputs
DF4RI / DF4RIR multifunction module with 4 digital inputs and 4 outputs (power relay)
DF8RIT multifunction module with 8 digital inputs, 8 outputs (power relay), 1 temperature sensor/controller
DFDI, DFDI2, DFDI2B, DFDM, DFDT 1 output (dimmer)
DFDMX DMX interface
DFDALI DALI interface
DFDALI64 DALI interface
DFDV 1 output (1-10V - ballast) + 1 output (power relay)
DF4DV 4 outputs (1-10V - ballast)
DFTP 2 outputs (shutters)
DFTP/I 2 outputs (shutters) + 4 digital inputs
DFTR 2 outputs (shutters) + 1 output (relay)
DF4IL 4 digital inputs + 4 outputs (LED)
DF8IL 8 digital inputs + 8 outputs (LED)
DFIGLASS 6 button touch keypad with optional temperature sensor
DFAI 2 analog inputs
DFLS / DFLS-P ambient light sensor and presence detector
DFLUX, DFSUN light sensor
DFCT/DFTZ temperature sensor
DFRHT temperature and humidity sensor
DFMETEO weather module
DFANA electric energy network analyser
DFANA-M electric energy network analyser
DFCC electric energy meter and load manager
DFCC2 electric energy meter and load manager
DFTA / DFTE temperature sensor module

DF4I

The DF4I is an input module with 4 digital inputs.

It uses one address in the DOMINO bus.

ID Value R/W Description
i<address>.1 0 R input pin 1 off
1 R input pin 1 on
i<address>.2 0 R input pin 2 off
1 R input pin 2 on
i<address>.3 0 R input pin 3 off
1 R input pin 3 on
i<address>.4 0 R input pin 4 off
1 R input pin 4 on

DFCK3

The DFCK3 is an input module for managing up to 15 different zones with an integrated clock.

It uses one address in the DOMINO bus.

ID Value R/W Description
i<address>.1 0 R input pin 1 off
1 R input pin 1 on
i<address>.2 0 R input pin 2 off
1 R input pin 2 on
i<address>.3 0 R input pin 3 off
1 R input pin 3 on
i<address>.4 0 R input pin 4 off
1 R input pin 4 on
i<address>.5 0 R input pin 5 off
1 R input pin 5 on
i<address>.6 0 R input pin 6 off
1 R input pin 6 on
i<address>.7 0 R input pin 7 off
1 R input pin 7 on
i<address>.8 0 R input pin 8 off
1 R input pin 8 on
i<address>.9 0 R input pin 9 off
1 R input pin 9 on
i<address>.10 0 R input pin 10 off
1 R input pin 10 on
i<address>.11 0 R input pin 11 off
1 R input pin 11 on
i<address>.12 0 R input pin 12 off
1 R input pin 12 on
i<address>.13 0 R input pin 13 off
1 R input pin 13 on
i<address>.14 0 R input pin 14 off
1 R input pin 14 on
i<address>.15 0 R input pin 15 off
1 R input pin 15 on

DF8I

The DF8I is an input module with 2x4 digital inputs.

It uses two consecutive addresses in the DOMINO bus.

ID Value R/W Description
i<address>.1 0 R input pin 1 off
1 R input pin 1 on
i<address>.2 0 R input pin 2 off
1 R input pin 2 on
i<address>.3 0 R input pin 3 off
1 R input pin 3 on
i<address>.4 0 R input pin 4 off
1 R input pin 4 on
i<address+1>.1 0 R input pin 1 off
1 R input pin 1 on
i<address+1>.2 0 R input pin 2 off
1 R input pin 2 on
i<address+1>.3 0 R input pin 3 off
1 R input pin 3 on
i<address+1>.4 0 R input pin 4 off
1 R input pin 4 on

DF2R

The DF2R is an output module with 2 relay outputs.

It uses one address in the DOMINO bus.

ID Value R/W Description
o<address>.1 0 RW output pin 1 off
1 RW output pin 1 on
o<address>.2 0 RW output pin 2 off
1 RW output pin 2 on

You can also set the value to “on” or “off”, that is equivalent to 1 and 0.


DF4R, DF4RP

The DF4R (DF4RP) is an output module with 4 relay outputs.

It uses one address in the DOMINO bus.

ID Value R/W Description
o<address>.1 0 RW output pin 1 off
1 RW output pin 1 on
o<address>.2 0 RW output pin 2 off
1 RW output pin 2 on
o<address>.3 0 RW output pin 3 off
1 RW output pin 3 on
o<address>.4 0 RW output pin 4 off
1 RW output pin 4 on

DF4RP/I

The DF4RP/I is an output module with 4 generic inputs and 4 relay outputs.

It uses one input address and one output address in the DOMINO bus.

ID Value R/W Description
i<address>.1 0 R input pin 1 off
1 R input pin 1 on
o<address>.1 0 RW output pin 1 off
1 RW output pin 1 on
i<address>.2 0 R input pin 2 off
1 R input pin 2 on
o<address>.2 0 RW output pin 2 off
1 RW output pin 2 on
i<address>.3 0 R input pin 3 off
1 R input pin 3 on
o<address>.3 0 RW output pin 3 off
1 RW output pin 3 on
i<address>.4 0 R input pin 4 off
1 R input pin 4 on
o<address>.4 0 RW output pin 4 off
1 RW output pin 4 on

DF8RIT

The DF8RIT is a multifunction module with 8 digital inputs, 8 outputs (power relay) and 1 temperature sensor/controller.

This module uses 1 to 7 input addresses and 1 to 10 output addresses, based on its configuration.

The module's configuration is automatically detected by HSYCO when connected to the DFCP.

Digital inputs section

ID Value R/W Description
i<address>.1 0 R input pin 1 off
1 R input pin 1 on
i<address>.2 0 R input pin 2 off
1 R input pin 2 on
i<address>.3 0 R input pin 3 off
1 R input pin 3 on
i<address>.4 0 R input pin 4 off
1 R input pin 4 on
i<address>.5 0 R input pin 5 off
1 R input pin 5 on
i<address>.6 0 R input pin 6 off
1 R input pin 6 on
i<address>.7 0 R input pin 7 off
1 R input pin 7 on
i<address>.8 0 R input pin 8 off
1 R input pin 8 on

Relay outputs section 1-2

If automation 1 is not enabled (base address + 1 not used):

ID Value R/W Description
o<address>.1 0 RW output pin 1 off
1 RW output pin 1 on
o<address>.2 0 RW output pin 2 off
1 RW output pin 2 on

If automation 1 is enabled (base address + 1 is used):

ID Value R/W Description
o<address>.1 up RW shutter up command
down RW shutter down command
stop RW shutter stop command
unknown R unknown state
offup RW shutter off, up position
offdown RW shutter off, down position
o<address + 1> 0 ... 100% RW percent position

Relay outputs section 3-4

If automation 2 is not enabled (base address + 2 not used):

ID Value R/W Description
o<address>.1 0 RW output pin 3 off
1 RW output pin 3 on
o<address>.2 0 RW output pin 4 off
1 RW output pin 4 on

If automation 2 is enabled (base address + 2 is used):

ID Value R/W Description
o<address>.3 up RW shutter up command
down RW shutter down command
stop RW shutter stop command
unknown R unknown state
offup RW shutter off, up position
offdown RW shutter off, down position
o<address + 2> 0 ... 100% RW percent position

Relay outputs section 5-6

If automation 3 is not enabled (base address + 3 not used):

ID Value R/W Description
o<address>.1 0 RW output pin 5 off
1 RW output pin 5 on
o<address>.2 0 RW output pin 6 off
1 RW output pin 6 on

If automation 3 is enabled (base address + 3 is used):

ID Value R/W Description
o<address>.5 up RW shutter up command
down RW shutter down command
stop RW shutter stop command
unknown R unknown state
offup RW shutter off, up position
offdown RW shutter off, down position
o<address + 3> 0 ... 100% RW percent position

Relay outputs section 7-8

If automation 4 is not enabled (base address + 4 not used):

ID Value R/W Description
o<address>.1 0 RW output pin 7 off
1 RW output pin 7 on
o<address>.2 0 RW output pin 8 off
1 RW output pin 8 on

If automation 4 is enabled (base address + 4 is used):

ID Value R/W Description
o<address>.7 up RW shutter up command
down RW shutter down command
stop RW shutter stop command
unknown R unknown state
offup RW shutter off, up position
offdown RW shutter off, down position
o<address + 4> 0 ... 100% RW percent position

Temperature control section

If temperature control is enabled:

The D8RIT uses three preset set point values, T1, T2 and T3. When using the Domino HSYCO I/O Server it is mandatory that T1 < T2 < T3. If the set points are not in order, you will not be able to control the D8RIT using the (temp) GUI objects.


ID Value R/W Description
i<address + 5>.mode winter R winter mode
summer R summer mode
i<address + 5>.fan min R min fan speed
med R medium fan speed
max R max fan speed
off R fan off
i<address + 5>.fan.mode man R manual fan mode
auto R auto fan mode
i<address + 5>.setpoint 1 R setpoint 1
2 R setpoint 2
3 R setpoint 3
off R off
man R manual setpoint
i<address + 5>.setpoint.mode man R manual setpoint mode
auto R auto setpoint mode
i<address + 5>.temp <temp> R temperature value (in C/10)
fault R temperature sensor fault
i<address + 5>.status off R off
cooling R cooling status mode
heating R heating status mode
o<address + 5>.mode winter RW winter mode
summer RW summer mode
o<address + 5>.fan min RW min fan speed
med RW medium fan speed
max RW max fan speed
off RW fan off
o<address + 5>.fan.mode man RW manual fan mode
auto RW auto fan mode
o<address + 5>.setpoint 1 RW setpoint 1
2 RW setpoint 2
3 RW setpoint 3
0 RW setpoint off
man RW manual setpoint
o<address + 5>.setpoint.temp.1 <temp> RW temperature setpoint 1 value (in C/10)
o<address + 5>.setpoint.temp.2 <temp> RW temperature setpoint 2 value (in C/10)
o<address + 5>.setpoint.temp.3 <temp> RW temperature setpoint 3 value (in C/10)
o<address + 5>.setpoint.temp.man <temp> RW temperature manual setpoint value (in C/10)
o<address + 5>.program.summer
o<address + 5>.program.winter
refresh RW forces to daily summer/winter program for all days of the week
o<address + 5>.program.summer.<day>
o<address + 5>.program.winter.<day>
refresh RW forces to daily summer/winter program for the reported day (mon:1, sun:7)
<s0>...<s47> RW 48 character represents the daily setpoint program divided in time slots of 30 minutes

DF4RI / DF4RIR

The DF4RI and DF4RIR are multifunction module with 4 digital inputs and 4 outputs (power relay).

This module uses 1 to 3 input and output addresses, based on its configuration.

The module's configuration is automatically detected by HSYCO when connected to the DFCP.

Digital inputs section

ID Value R/W Description
i<address>.1 0 R input pin 1 off
1 R input pin 1 on
i<address>.2 0 R input pin 2 off
1 R input pin 2 on
i<address>.3 0 R input pin 3 off
1 R input pin 3 on
i<address>.4 0 R input pin 4 off
1 R input pin 4 on

Relay outputs section 1-2

If automation 1 is not enabled (base address + 1 not used):

ID Value R/W Description
o<address>.1 0 RW output pin 1 off
1 RW output pin 1 on
o<address>.2 0 RW output pin 2 off
1 RW output pin 2 on

If automation 1 is enabled (base address + 1 is used):

ID Value R/W Description
o<address>.1 up RW shutter up command
down RW shutter down command
stop RW shutter stop command
unknown R unknown state
offup RW shutter off, up position
offdown RW shutter off, down position
o<address + 1> 0 ... 100% RW percent position

Relay outputs section 3-4

If automation 2 is not enabled (base address + 2 not used):

ID Value R/W Description
o<address>.1 0 RW output pin 3 off
1 RW output pin 3 on
o<address>.2 0 RW output pin 4 off
1 RW output pin 4 on

If automation 2 is enabled (base address + 2 is used):

ID Value R/W Description
o<address>.3 up RW shutter up command
down RW shutter down command
stop RW shutter stop command
unknown R unknown state
offup RW shutter off, up position
offdown RW shutter off, down position
o<address + 2> 0 ... 100% RW percent position

Virtual outputs

ID Value R/W Description
v<address>.5 0 RW virtual output 5 off
1 RW virtual output 5 on
v<address>.6 0 RW virtual output 6 off
1 RW virtual output 6 on
v<address>.7 0 RW virtual output 7 off
1 RW virtual output 7 on
v<address>.8 0 RW virtual output 8 off
1 RW virtual output 8 on

DFDM, DFDI, DFDI2, DFDI2B, DFDT, DFDIM

The DFDM, DFDI, DFDI2, DFDI2, DFDT and DFDIM are output modules with 1 dimmer output.

They use one address in the DOMINO bus.

ID Value R/W Description
o<address> program R program mode
fault R dimmer fault
auto R auto mode
man R manual mode
o<address>.1 off RW dimmer off
1...100% RW percent dimmer level
on RW dimmer on at last level
o<address>.ramp save RW saves the current ramp as default
1...30 RW ramp value in seconds (1 sec steps up to 10 and 2 sec steps up to 30)
40, 50, 60 RW ramp value in seconds (10 sec steps)
o<address>.setpoint 0...1023 RW setpoint level
o<address>.hysteresis 0...255 RW tolerance level
o<address>.time 0...255 RW period (seconds)

The dimmer level can be set using additional formats besides the standard percent values:

  • absolute positive integer number between 0 and 100
  • percent number, formatted as x%
  • fractional format, formatted as “n/m”, where 0 <= n <= m.

DF4DV

The DF4DV, is an input/output module with 4 ballast (1-10V) outputs.

The DF4DV uses 4 consecutive addresses in the DOMINO bus.

ID Value R/W Description
o<address> program R program mode
o<address>.1 off RW dimmer off
1...100% RW percent dimmer level
on RW dimmer on at last level
o<address>.ramp save RW saves the current ramp as default
1...30 RW ramp value in seconds (1 sec steps up to 10 and 2 sec steps up to 30)
40, 50, 60 RW ramp value in seconds (10 sec steps)

The dimmer level can be set using additional formats besides the standard percent values:

  • absolute positive integer number between 0 and 100
  • percent number, formatted as x%
  • fractional format, formatted as “n/m”, where 0 <= n <= m.

DFDMX

The DFDMX is a DMX-512 protocol output module.

It uses one address in the DOMINO bus.

ID Value R/W Description
o<address>.<command> 0...255 RW commands and values according to the DFDMX programming manual

DFDALI

The DFDALI is a DALI interface module. Using the DFDALI you can control up to 32 DALI devices.

You can control individual devices, groups or broadcast commands to all devices.

It uses one input (if enabled) and one output address in the DOMINO bus.

ID Value R/W Description
o<address> refresh RW queries the DFDALI module to update the current status of all DALI devices
o<address> off RW broadcast off command
o<address>.all

o<address>.0

<level> RW broadcast level command
o<address>.group.<DALI group> off RW group off command
<level> RW group level command
o<address>.<DALI address> off RW turn off a single device
<level> RW set a single device to a specific level
> 100 RW special functions, having values between 101 and 255, as defined in the DFDALI manual
i<address>.polling off R polling mode is disabled
on R polling mode is enabled
i<address>.test 0 R test button not pressed
1 R test button pressed
i<address>.dali nopower R power failure on the DALI bus
open R DALI bus is open
short R DALI bus is shorted
on R DALI bus on
i<address>.1 fault R DALI device 1 reporting a lamp failure
unknown R DALI device 1 status unknown

The DALI level can be set using additional formats besides the standard percent values:

  • absolute positive integer number between 0 and 100
  • percent number, formatted as x%
  • fractional format, formatted as “n/m”, where 0 <= n <= m
  • special functions, having values between 101 and 255, as defined in the DFDALI manual.

DFDALI64

The DFDALI64 is a DALI interface module. Using the DFDALI64 you can control up to 64 DALI devices, and 16 groups, or a single broadcast address.

You can control individual devices, groups or broadcast commands to all devices.

It uses 2 to 18 input addresses (if enabled) and one output address in the DOMINO bus.

The Dominio I/O Server requires the DFDALI64 to be configured with at least the two base input addresses, where the first address reports the broadcast level and general status information, while the next one is the on/off status of groups 1-16. If the DFDALI64 is configured with additional input addresses associated to group levels, the status of these groups will be based on the values of the input addresses.


ID Value R/W Description
o<address> refresh RW queries the DFDALI module to update the current status of all DALI devices
o<address> off RW broadcast off command
o<address>.all

o<address>.0

<level> RW broadcast level command
o<address>.group.<DALI group> off RW group off command
<level> RW group level command
unknown R DALI group unknown state
o<address>.<DALI address> off RW turn off a single device
<level> RW set a single device to a specific level
> 100 RW special functions, having values between 101 and 255, as defined in the DFDALI manual
i<address>.group.<DALI group> 0 R DALI group off
1 R DALI group on
unknown R DALI group unknown state
i<address>.on 0 R all DALI devices are off
1 R at least one DALI device is on
i<address>.polling off R polling mode is disabled
on R polling mode is enabled
i<address>.test 0 R test button not pressed
1 R test button pressed
i<address>.dali nopower R power failure on the DALI bus
open R DALI bus is open
short R DALI bus is shorted
on R DALI bus on
i<address>.1 fault R DALI device 1 reporting a lamp failure
unknown R DALI device 1 status unknown
off R DALI device 1 off
<level> R DALI device 1 level

The DALI level can be set using additional formats besides the standard percent values:

  • absolute positive integer number between 0 and 100
  • percent number, formatted as x%
  • fractional format, formatted as “n/m”, where 0 <= n <= m
  • special functions, having values between 101 and 255, as defined in the DFDALI manual.

DFDV

The DFDV is an output module with 1 output (1-10V for ballast) + 1 generic power relay output. It uses one address in the DOMINO bus.

ID Value R/W Description
o<address>.1 off RW dimmer off
1 ... 100% RW percent dimmer level
on RW dimmer on at last level
o<address>.2 0 RW output pin 1 off
1 RW output pin 1 on

The dimmer level can be set using additional formats besides the standard percent values:

  • absolute positive integer number between 0 and 100
  • fractional format, formatted as “n/m”, where 0 <= n <= m.

You can also set the value to “on” or “off”, that is equivalent to 1 and 0.


DFTP

The DFTP is an output module for 2 shutters.

It uses one output address in the DOMINO bus.

Position status and control is supported, based on the module's configuration, that is automatically detected by HSYCO when connected to the DFCP.

A slider object can be used to directly show and control the position, creating the object with both ID and Address set to the o<address>.1 or o<address>.2 data point name.

When "Real Time Position" is enabled in the module's configuration, "Include Motor Status" must also be checked.


ID Value R/W Description
o<address>.1 up RW shutter up command
down RW shutter down command
stop RW shutter stop command
0 ... 100% W percent position
unknown R unknown state
offup R shutter off, up position
offdown R shutter off, down position
o<address>.1.value 0 ... 100% RW percent position
o<address>.2 up RW shutter up command
down RW shutter down command
stop RW shutter stop command
0 ... 100% W percent position
unknown R unknown state
offup R shutter off, up position
offdown R shutter off, down position
o<address>.2.value 0 ... 100% RW percent position

DFTP/I

The DFTP is an input/output module for 2 shutters and 4 generic inputs.

It uses one input and one output address in the DOMINO bus.

Position status and control is supported, based on the module's configuration, that is automatically detected by HSYCO when connected to the DFCP.

A slider object can be used to directly show and control the position, creating the object with both ID and Address set to the o<address>.1 or o<address>.2 data point name.

When "Real Time Position" is enabled in the module's configuration, "Include Motor Status" must also be checked.


ID Value R/W Description
i<address>.1 0 R input pin 1 off
1 R input pin 1 on
o<address>.1 up RW shutter up command
down RW shutter down command
stop RW shutter stop command
0 ... 100% W percent position
unknown R unknown state
offup R shutter off, up position
offdown R shutter off, down position
o<address>.1.value 0 ... 100% RW percent position
i<address>.2 0 R input pin 2 off
1 R input pin 2 on
o<address>.2 up RW shutter up command
down RW shutter down command
stop RW shutter stop command
0 ... 100% W percent position
unknown R unknown state
offup R shutter off, up position
offdown R shutter off, down position
o<address>.2.value 0 ... 100% RW percent position
i<address>.3 0 R input pin 3 off
1 R input pin 3 on
i<address>.4 0 R input pin 4 off
1 R input pin 4 on

DFTR

The DFTR is an output module with 1 shutter output and 1 relay output.

It uses one address in the DOMINO bus.

ID Value R/W Description
o<address>.1 up R shutter up
down R shutter down
unknown R unknown state
offup R shutter offup
offdown R shutter offdown
o<address>.2 0 R output pin 2 off
1 R output pin 2 on

DF4IL

The DF4IL is an input/output module with 4 digital inputs and 4 digital open collector outputs for LEDs.

It uses one input and one output address in the DOMINO bus.

ID Value R/W Description
i<address>.1 0 R input pin 1 off
1 R input pin 1 on
o<address>.1 0 RW LED 1 off
1 RW LED 1 on
i<address>.2 0 R input pin 2 off
1 R input pin 2 on
o<address>.2 0 RW LED 2 off
1 RW LED 2 on
i<address>.3 0 R input pin 3 off
1 R input pin 3 on
o<address>.3 0 RW LED 3 off
1 RW LED 3 on
i<address>.4 0 R input pin 4 off
1 R input pin 4 on
o<address>.4 0 RW LED 4 off
1 RW LED 4 on

You can also set the value to “on” or “off”, that is equivalent to 1 and 0.


DF8IL

The DF8IL is an input/output module with 8 digital inputs and 8 digital open collector outputs for LEDs.

It uses 4 input and 4 output addresses in the DOMINO bus.

ID Value R/W Description
i<address>.1 0 R input pin 1 off
1 R input pin 1 on
i<address>.2 0 R input pin 2 off
1 R input pin 2 on
i<address>.3 0 R input pin 3 off
1 R input pin 3 on
i<address>.4 0 R input pin 4 off
1 R input pin 4 on
i<address+1>.1 0 R input pin 5 off
1 R input pin 5 on
i<address+1>.2 0 R input pin 6 off
1 R input pin 6 on
i<address+1>.3 0 R input pin 7 off
1 R input pin 7 on
i<address+1>.4 0 R input pin 8 off
1 R input pin 8 on
i<address+2>.1 0 R LED 1 is off
1 R LED 1 is on
i<address+2>.2 0 R LED 2 is off
1 R LED 2 is on
i<address+2>.3 0 R LED 3 is off
1 R LED 3 is on
i<address+2>.4 0 R LED 4 is off
1 R LED 4 is on
i<address+3>.1 0 R LED 5 is off
1 R LED 5 is on
i<address+3>.2 0 R LED 6 is off
1 R LED 6 is on
i<address+3>.3 0 R LED 7 is off
1 R LED 7 is on
i<address+3>.4 0 R LED 8 is off
1 R LED 8 is on
v<address+2>.1 0 RW LED 1 is off
1 RW LED 1 is on
v<address+2>.2 0 RW LED 2 is off
1 RW LED 2 is on
v<address+2>.3 0 RW LED 3 is off
1 RW LED 3 is on
v<address+2>.4 0 RW LED 4 is off
1 RW LED 4 is on
v<address+3>.1 0 RW LED 5 is off
1 RW LED 5 is on
v<address+3>.2 0 RW LED 6 is off
1 RW LED 6 is on
v<address+3>.3 0 RW LED 7 is off
1 RW LED 7 is on
v<address+3>.4 0 RW LED 8 is off
1 RW LED 8 is on

You can also set the value to “on” or “off”, that is equivalent to 1 and 0.

Note Note that the first two output addresses are reserved and should not be used. Use address + 2 and address + 3 to control the LEDs.


DFIGLASS

The DFIGLASS is an input/output module with 6 touch buttons with addressable LEDs and a buzzer for audio feedback.

It uses 1 input and 1 output addresses in the DOMINO bus. If the optional temperature sensor is present, DFIGLASS will use one additional input address for the temperature.

ID Value R/W Description
i<address>.1 0 R button 1 off
1 R button 1 on
i<address>.2 0 R button 2 off
1 R button 2 on
i<address>.3 0 R button 3 off
1 R button 3 on
i<address>.4 0 R button 4 off
1 R button 4 on
i<address>.5 0 R button 5 off
1 R button 5 on
i<address>.6 0 R button 6 off
1 R button 6 on
i<address>.led.1 0 R led 1 off
1 R led 1 on
i<address>.led.2 0 R led 2 off
1 R led 2 on
i<address>.led.3 0 R led 3 off
1 R led 3 on
i<address>.led.4 0 R led 4 off
1 R led 4 on
i<address>.led.5 0 R led 5 off
1 R led 5 on
i<address>.led.6 0 R led 6 off
1 R led 6 on
i<address>.fault 0 R no fault
1 R touch keypad fault
i<address>.slap 0 R normal operation
1 R multiple keys touched at the same time
i<address>.proximity 0 R no proximity detected
1 R proximity detected
o<address>.led.1 0 W led 1 off
1 W led 1 on
o<address>.led.2 0 W led 2 off
1 W led 2 on
o<address>.led.3 0 W led 3 off
1 W led 3 on
o<address>.led.4 0 W led 4 off
1 W led 4 on
o<address>.led.5 0 W led 5 off
1 W led 5 on
o<address>.led.6 0 W led 6 off
1 W led 6 on
o<address>.disable 0 RW not disabled (normal mode)
1 RW disabled (cleaning mode)
o<address>.dim 0 RW high intensity backlight
1 RW low intensity backlight
o<address>.proximity 0 RW disable proximity backlight
1 RW enable proximity backlight
o<address>.backlight 0 RW backlight off
1 RW backlight on
o<address>.buzzer 0 RW buzzer disabled
1 RW buzzer enabled

You can also set the value to “on” or “off”, that is equivalent to 1 and 0.

Temperature sensor

ID Value R/W Description
i<address>.temp <temp> R temperature value (in C/10)

DF4I/V

The DF4I/V is an input/output module with 4 digital inputs and 12 digital virtual outputs.

It uses four consecutive addresses in the DOMINO bus.

ID Value R/W Description
i<address>.1 0 R input pin 1 off
1 R input pin 1 on
i<address>.2 0 R input pin 2 off
1 R input pin 2 on
i<address>.3 0 R input pin 3 off
1 R input pin 3 on
i<address>.4 0 R input pin 4 off
1 R input pin 4 on
v<address+1>.1 0 RW virtual pin 1 off
1 RW virtual pin 1 on
v<address+1>.2 0 RW virtual pin 2 off
1 RW virtual pin 2 on
v<address+1>.3 0 RW virtual pin 3 off
1 RW virtual pin 3 on
v<address+1>.4 0 RW virtual pin 4 off
1 RW virtual pin 4 on
v<address+2>.1 0 RW virtual pin 1 off
1 RW virtual pin 1 on
v<address+2>.2 0 RW virtual pin 2 off
1 RW virtual pin 2 on
v<address+2>.3 0 RW virtual pin 3 off
1 RW virtual pin 3 on
v<address+2>.4 0 RW virtual pin 4 off
1 RW virtual pin 4 on
v<address+3>.1 0 RW virtual pin 1 off
1 RW virtual pin 1 on
v<address+3>.2 0 RW virtual pin 2 off
1 RW virtual pin 2 on
v<address+3>.3 0 RW virtual pin 3 off
1 RW virtual pin 3 on
v<address+3>.4 0 RW virtual pin 4 off
1 RW virtual pin 4 on

You can also set the value to “on” or “off”, that is equivalent to 1 and 0.


DFAI

The DFAI is an input module (0-10V) with 2 analog inputs.

It uses two consecutive input addresses in the DOMINO bus.

ID Value R/W Description
i<address> 0...1000 R input voltage in Volt/100
i<address+1> 0...1000 R input voltage in Volt/100

DFLS / DFLS-P

The DFLS and DFLS-P are modules for ambient light measurement with integrated brightness and occupancy (-P type) sensors.

They use two input addresses in the DOMINO bus.

ID Value R/W Description
i<address>.1 0 R input IN1 off
1 R input IN1 on
i<address>.2 0 R input IN2 off
1 R input IN2 on
i<address>.3 0 R presence with delay is off
1 R presence with delay is on
i<address>.4 0 R presence detector light on control enabled
1 R presence detector light on control disabled
i<address + 1> 0...1000 R lux level (raw level, not translated to the lux range)
i<address + 2> 0...100 R preset dimmer level (SMART mode only)
o<address>.1 0 R not active
1 RW force the expiration of the presence detector deactivation delay
o<address>.2 0 RW enable presence detector
1 RW disable presence detector
o<address>.3 0 R not active
1 RW presence forced
o<address>.4 0 RW normal presence detector operation
1 RW disable light ON control from presence detector
o<address + 1> 0...1000 R set the setpoint for the automatic brightness regulation
o<address + 2> 0...65535 R set the presence detector delay in seconds

DFLUX, DFSUN

The DFLUX and DFSUN are input modules with 1 analog light sensor.

They use one input address in the DOMINO bus.

ID Value R/W Description
i<address> 0...1023 R lux level (raw level, not translated to the lux range)

DFCT

The DFCT is an input/output temperature sensor module.

It uses two consecutive input addresses and five consecutive output addresses in the DOMINO bus.

The DFCT uses three preset set point values, T1, T2 and T3. When using the Domino HSYCO I/O Server it is mandatory that T1 < T2 < T3. If the set points are not in order, you will not be able to control the DFCT using the (temp) GUI objects.


ID Value R/W Description
i<address>.mode winter R winter mode
summer R summer mode
i<address>.fan min R min fan speed
med R medium fan speed
max R max fan speed
off R fan off
i<address>.fan.mode man R manual fan mode
auto R auto fan mode
i<address>.setpoint 1 R setpoint 1
2 R setpoint 2
3 R setpoint 3
off R off
man R manual setpoint
i<address>.setpoint.mode man R manual setpoint mode
auto R auto setpoint mode
i<address>.temp <temp> R temperature value (in C/10)
fault R temperature sensor fault
i<address>.status off R off
cooling R cooling status mode
heating R heating status mode
o<address>.mode winter RW winter mode
summer RW summer mode
o<address>.fan min RW min fan speed
med RW medium fan speed
max RW max fan speed
off RW fan off
o<address>.fan.mode man RW manual fan mode
auto RW auto fan mode
o<address>.setpoint 1 RW setpoint 1
2 RW setpoint 2
3 RW setpoint 3
0 RW setpoint off
man RW manual setpoint
o<address>.setpoint.mode man RW manual setpoint mode
auto RW auto setpoint mode
off RW off mode
o<address>.setpoint.temp.1 <temp> RW temperature setpoint 1 value (in C/10)
o<address>.setpoint.temp.2 <temp> RW temperature setpoint 2 value (in C/10)
o<address>.setpoint.temp.3 <temp> RW temperature setpoint 3 value (in C/10)
o<address>.setpoint.temp.man <temp> RW temperature manual setpoint value (in C/10)
o<address>.program.summer
o<address>.program.winter
refresh RW forces to daily summer/winter program for all days of the week
o<address>.program.summer.<day>
o<address>.program.winter.<day>
refresh RW forces to daily summer/winter program for the reported day (mon:1, sun:7)
<s0>...<s47> RW 48 character represents the daily setpoint program divided in time slots of 30 minutes

DFTZ

The DFTZ is an input/output temperature sensor module.

It uses 3 consecutive input addresses and 4 consecutive output addresses in the DOMINO bus.

ID Value R/W Description
i<address>.mode winter R winter mode
summer R summer mode
i<address>.setpoint comfort R comfort setpoint
eco R eco setpoint
off R off
i<address>.temp <temp> R temperature value (in C/10)
fault R temperature sensor fault
i<address>.status off R off
cooling R cooling status mode
heating R heating status mode
o<address>.mode winter RW winter mode
summer RW summer mode
o<address>.setpoint comfort RW comfort setpoint
eco RW eco setpoint
0 RW off
o<address>.setpoint.temp.comfort <temp> RW comfort setpoint value (in C/10)
o<address>.setpoint.temp.eco <temp> RW eco setpoint value (in C/10)
o<address>.setpoint.temp.limit <temp> RW summer/winter setpoint temperature limit (in C/10)

DFRHT

The DFRHT is a temperature and humidity sensor.

It uses four consecutive input addresses and two consecutive output addresses in the DOMINO bus.

ID Value R/W Description
i<address>.humidity 0...100 R relative percent umidity
i<address>.temp <temp> R temperature value
i<address>.dewpoint <temp> R dew point value
i<address>.dewpoint.limit.1 0 R dew point is lower than limit 1
1 R dew point is higher than limit 1
<temp> RW dew point limit 1
off RW limit 1 not set
i<address>.dewpoint.limit.2 0 R dew point is lower than limit 2
1 R dew point is higher than limit 2
<temp> RW dew point limit 2
off RW limit 2 not set

DFMETEO

The DFMETEO is the weather sensor module.

It uses four consecutive input addresses and three consecutive output addresses in the DOMINO bus.

ID Value R/W Description
i<address>.temp <temp> RW temperature value (in C/10)
off RW limit not set
i<address>.lux <lux*10> R lux level according to the DFLUX range
<lux> RW lux limit
0 RW limit not set
i<address>.wind 1 m/s /10 R wind value
m/s RW wind limit
0 RW limit not set
i<address>.rain 0 R no rain
1 R rain
i<address>.night 0 R day
1 R night
i<address>.temp.limit 0 R measured temp is less than limit
1 R measured temp is greater than limit
i<address>.lux.limit 0 R measured lux is less than limit
1 R measured lux is greater than limit
i<address>.wind.limit 0 R measured wind is less than limit
1 R measured wind is greater than limit
i<address>.light.south 0 R light is not coming from south
1 R light is coming from south
i<address>.light.west 0 R light is not coming from west
1 R light is coming from west
i<address>.light.east 0 R light is not coming from east
1 R light is coming from east
i<address>.fault 0 R sensor not fault
1 R sensor fault

DFCC

The DFCC is an energy meter and load manager module.

In the following table, <N> is the sequential index (1 to 3) of the DFCC module.

ID Value R/W Description
energy.<n>.power.real 0...65535 R real power (Watt)
energy.<n>.power.reactive -32768...+32767 R reactive power (var)
energy.<n>.power.apparent -32768...+32767 R apparent power (VA)
energy.<n>.power.realavg 0...65535 R average real power (Watt)
energy.<n>.power.reactiveavg -32768...+32767 R average reactive power (var)
energy.<n>.cos -1000...+1000 R cos(φ) * 1000
energy.<n>.load.1 0 R load 1 disabled
1 R load 1 enabled
energy.<n>.load.2 0 R load 2 disabled
1 R load 2 enabled
energy.<n>.load.3 0 R load 3 disabled
1 R load 3 enabled
energy.<n>.load.4 0 R load 4 disabled
1 R load 4 enabled
energy.<n>.load.5 0 R load 5 disabled
1 R load 5 enabled
energy.<n>.load.6 0 R load 6 disabled
1 R load 6 enabled
energy.<n>.load.7 0 R load 7 disabled
1 R load 7 enabled
energy.<n>.load.8 0 R load 8 disabled
1 R load 8 enabled

DFANA

Network analyzer module for Domino bus.

Uses up to 20 consecutive input addresses and, if enabled, 1 output address equal to the base input address.

The module's firmware should be version 1.3 or later to support negative values for active power readings.


ID Value R/W Description
i<address>.v12 [V] R chained voltage phase 1-2
i<address>.v23 [V] R chained voltage phase 2-3
i<address>.v31 [V] R chained voltage phase 3-1
i<address>.vtm [V] R average chained voltage
i<address>.i1 [A] R current phase 1
i<address>.i2 [A] R current phase 2
i<address>.i3 [A] R current phase 3
i<address>.itm [A] R average current
i<address>.ptot [W] R total active power
i<address>.ptotk [kW] R total active power
i<address>.qtot [W] R total reactive power
i<address>.qtotk [kW] R total reactive power
i<address>.pf [pf] R total power factor
i<address>.frequency [Hz] R frequency
i<address>.v1n [V] R voltage phase 1
i<address>.v2n [V] R voltage phase 2
i<address>.v3n [V] R voltage phase 3
i<address>.p1 [W] R active power phase 1
i<address>.p1k [kW] R active power phase 1
i<address>.p2 [W] R active power phase 2
i<address>.p2k [kW] R active power phase 2
i<address>.p3 [W] R active power phase 3
i<address>.p3k [kW] R active power phase 3
i<address>.q1 [W] R reactive power phase 1
i<address>.q1k [kW] R reactive power phase 1
i<address>.q2 [W] R reactive power phase 2
i<address>.q2k [kW] R reactive power phase 2
i<address>.q3 [W] R reactive power phase 3
i<address>.q3k [kW] R reactive power phase 3
i<address>.pf1 [pf] R power factor phase 1
i<address>.pf2 [pf] R power factor phase 2
i<address>.pf3 [pf] R power factor phase 3
i<address>.s1 [VA] R apparent power phase 1
i<address>.s1k [kVA] R apparent power phase 1
i<address>.s2 [VA] R apparent power phase 2
i<address>.s2k [kVA] R apparent power phase 2
i<address>.s3 [VA] R apparent power phase 3
i<address>.s3k [kVA] R apparent power phase 3
i<address>.stot [VA] R total apparent power
i<address>.hours [hours] R counter
i<address>.temperature [°C] R temperature
i<address>.energy.active [kWh] R positive active energy
i<address>.energy.activeneg [kWh] R negative active energy
i<address>.energy.reactive [kVARh] R positive reactive energy
i<address>.energy.reactiveneg [kVARh] R negative reactive energy
i<address>.pm [W] R average positive active power
i<address>.qm [VAR] R average positive reactive power
o<address>.reset.energy 1 R energy counter reset
0 R
o<address>.reset.hours 1 R counter reset
0 R

DFANA-M

Network analyzer module for Domino bus.

Uses up to 20 consecutive input addresses and, if enabled, 1 output address equal to the base input address.

ID Value R/W Description
i<address>.v12 [V/10] R chained voltage phase 1-2
i<address>.v23 [V/10] R chained voltage phase 2-3
i<address>.v31 [V/10] R chained voltage phase 3-1
i<address>.vtm [V/10] R average chained voltage
i<address>.i1 [A/100] R current phase 1
i<address>.i2 [A/100] R current phase 2
i<address>.i3 [A/100] R current phase 3
i<address>.itm [A/100] R average current
i<address>.ptot [W] R total active power
i<address>.ptotk [kW] R total active power
i<address>.qtot [W] R total reactive power
i<address>.qtotk [kW] R total reactive power
i<address>.pf [pf/1000] R total power factor
i<address>.frequency [Hz] R frequency
i<address>.v1n [V/10] R voltage phase 1
i<address>.v2n [V/10] R voltage phase 2
i<address>.v3n [V/10] R voltage phase 3
i<address>.p1 [W] R active power phase 1
i<address>.p1k [kW] R active power phase 1
i<address>.p2 [W] R active power phase 2
i<address>.p2k [kW] R active power phase 2
i<address>.p3 [W] R active power phase 3
i<address>.p3k [kW] R active power phase 3
i<address>.q1 [W] R reactive power phase 1
i<address>.q1k [kW] R reactive power phase 1
i<address>.q2 [W] R reactive power phase 2
i<address>.q2k [kW] R reactive power phase 2
i<address>.q3 [W] R reactive power phase 3
i<address>.q3k [kW] R reactive power phase 3
i<address>.pf1 [pf/1000] R power factor phase 1
i<address>.pf2 [pf/1000] R power factor phase 2
i<address>.pf3 [pf/1000] R power factor phase 3
i<address>.s1 [VA] R apparent power phase 1
i<address>.s1k [kVA] R apparent power phase 1
i<address>.s2 [VA] R apparent power phase 2
i<address>.s2k [kVA] R apparent power phase 2
i<address>.s3 [VA] R apparent power phase 3
i<address>.s3k [kVA] R apparent power phase 3
i<address>.stot [VA] R total apparent power
i<address>.hours [hours] R counter
i<address>.temperature [°C] R temperature
i<address>.energy.active [kWh] R positive active energy
i<address>.energy.activeneg [kWh] R negative active energy
i<address>.energy.reactive [kVARh] R positive reactive energy
i<address>.energy.reactiveneg [kVARh] R negative reactive energy
o<address>.reset.energy 1 R energy counter reset
0 R
o<address>.reset.hours 1 R counter reset
0 R

DFCC2

Energy meter and load manager module for Domino bus.

Uses 10 consecutive input addresses and, if enabled, 1 output address equal to the base input address.

ID Value R/W Description
i<address>.v [V / 10] R measured RMS voltage
i<address>.i [A / 100] R measured RMS current
i<address>.p [W] R active power (signed)
i<address>.q [VAR] R reactive power (signed)
i<address>.s [VA] R apparent power
i<address>.pf [x 1000] R power factor (signed: positive for inductive loads, negative for reactive loads)
i<address>.ae [Wh] R total active energy
i<address>.1 0 R load 1 disabled
1 R load 1 enabled
i<address>.2 0 R load 2 disabled
1 R load 2 enabled
i<address>.3 0 R load 3 disabled
1 R load 3 enabled
i<address>.4 0 R load 4 disabled
1 R load 4 enabled
i<address>.5 0 R load 5 disabled
1 R load 5 enabled
i<address>.6 0 R load 6 disabled
1 R load 6 enabled
i<address>.7 0 R load 7 disabled
1 R load 7 enabled
i<address>.8 0 R load 8 disabled
1 R load 8 enabled
o<address>.1 0 RW load 1 control enabled
1 RW load 1 always enabled
o<address>.2 0 RW load 2 control enabled
1 RW load 2 always enabled
o<address>.3 0 RW load 3 control enabled
1 RW load 3 always enabled
o<address>.4 0 RW load 4 control enabled
1 RW load 4 always enabled
o<address>.5 0 RW load 5 control enabled
1 RW load 5 always enabled
o<address>.6 0 RW load 6 control enabled
1 RW load 6 always enabled
o<address>.7 0 RW load 7 control enabled
1 RW load 7 always enabled
o<address>.8 0 RW load 8 control enabled
1 RW load 8 always enabled
o<address>.buzzer 0 RW buzzer disabled
1 RW buzzer enabled
o<address>.ae reset W reset total active energy counter

DFTA / DFTE

The DFTA and DFTE are ambient temperature sensors. They use 1 input address in the DOMINO bus.

ID Value R/W Description
i<address>.temp <temp> R temperature value (in C/10)

User Interface

All DOMINO devices data points that have been defined in the systemtopo.txt database are automatically listed in the Project Editor.

Adding a button to control a device output point requires just a few clicks and no additional EVENTS logic.


IO Servers Domino Project Editor.png


Besides the direct association of control buttons and data points, the DOMINO driver also automatically updates graphical objects that represent values or states of complex devices, like the DFCT temperature control unit. It will also automatically intercept buttons to manually set operation modes and temperature set-points.


DFDMX

You can define a standard HSYCO DMX server for each DFDMX module, then use the dmx and dmxrgb objects to control channels 1-64 of the DMX bus connected to the DFDMX module.

For example:

dmxServers = dmx
dmxServersId.dmx = domino.o8

Note Note that, instead of defining the dmxServersIP parameter, the dmxServersId is used to associate the DMX server with the id of the DFDMX module.


DFCC

Setting the powerdisplay option to true in Settings enables the automatic display in the GUI of the total real power measured by all DFCC modules connected to this DFCP.

Note Note that, if you have more than one DFCP gateway, you should enable this option for one gateway only.

UISET Actions

You can use any object that accepts a text attribute, usually text but also marquee and others, to automatically display the average real power measured by all DFCC modules connected to the DOMINO bus. These objects are updated even when the powerdisplay option is false.

ID Attribute Set to
energy.<n>.power value real power, followed by “ W”. <n> is the sequential index (1 to 3) of the DFCC module.

DFCT and DF8RIT

You can use the temp and tempmini objects to control DFCT or DF8RIT devices.


IO Servers Domino DFCT.png


UISET Actions

You can use any object that accepts a text attribute, usually text but also marquee and others, like images, to automatically display the relevant information of all DFCT modules.

ID Attribute Set to Description
<address>.mode value SUMMER summer mode (cooling)
WINTER winter mode (heating)
<address>.mode.label.summer visible true the DFCT is in summer mode
<address>.mode.label.winter visible true the DFCT is in winter mode
<address>.status value OFF zone off
ON zone on
<address>.status.label.cooling visible true if the zone is cooling
<address>.status.label.heating visible true if the zone is heating
<address>.fan value OFF fan off
MIN minimum fan speed
MED medium fan speed
MAX maximum fan speed
<address>.fan.label.min visible true the fan speed is min
<address>.fan.label.med visible true the fan speed is med
<address>.fan.label.max visible true the fan speed is max
<address>.fan.mode value MAN manual fan mode
AUTO auto fan mode
<address>.setpoint value 1,2,3 active setpoint
MAN manual setpoint
OFF zone off
<address>.setpoint.label.1 visible true setpoint 1 is active
<address>.setpoint.label.2 visible true setpoint 2 is active
<address>.setpoint.label.3 visible true setpoint 3 is active
<address>.setpoint.label.man visible true manual setpoint is active
<address>.setpoint.label.off visible true zone is off
<address>.setpoint.mode value MAN manual setpoint mode
AUTO auto setpoint mode
<address>.setpoint.temp value <value> the active setpoint temperature, in Celsius degrees with one decimal digit, followed by " °C"
<address>.setpoint.temp.1 value <value> the active setpoint 1 temperature, in Celsius degrees with one decimal digit, followed by " °C"
<address>.setpoint.temp.2 value <value> the active setpoint 2 temperature, in Celsius degrees with one decimal digit, followed by " °C"
<address>.setpoint.temp.3 value <value> the active setpoint 3 temperature, in Celsius degrees with one decimal digit, followed by " °C"
<address>.setpoint.temp.man value <value> the manual setpoint temperature, in Celsius degrees with one decimal digit, followed by " °C"
<address>.temp value <temp> the manual setpoint temperature, in Celsius degrees with one decimal digit, followed by " °C"
FAULT fault/error condition

USER Commands

There are several predefined buttons. Use any ordinary user object, setting the name and param fields based on this table.

Name Param Action
<address> mode cycle through summer and winter mode
mode.summer set summer mode (cooling)
mode.winter set winter mode (heating)
fan cycle through fan speeds and modes (auto, off, man/min, man/med, man/max, auto)
<address>.setpoint mode cycle through the manual, automatic and off operation modes
mode.man set manual operation mode
mode.auto set automatic operation mode
mode.off off mode
temp.1.up increase setpoint 1 temperature in 0.5C steps
temp.1.down decrease setpoint 1 temperature in 0.5C steps
temp.1.<t> setpoint 1 set to temperature t, in C/10 (0 <= t <= 355)
temp.2.up increase setpoint 2 temperature in 0.5C steps
temp.2.down decrease setpoint 2 temperature in 0.5C steps
temp.2.<t> setpoint 2 set to temperature t, in C/10 (0 <= t <= 355)
temp.3.up increase setpoint 3 temperature in 0.5C steps
temp.3.down decrease setpoint 3 temperature in 0.5C steps
temp.3.<t> setpoint 3 set to temperature t, in C/10 (0 <= t <= 355)
temp.man.up increase manual setpoint temperature in 0.5C steps
temp.man.down decrease manual setpoint temperature in 0.5C steps
temp.man.<t> manual setpoint set to temperature t, in C/10 (0 <= t <= 355)
<address>.fan mode cycle through the manual and automatic fan speed modes
mode.man set manual fan speed mode
mode.auto set automatic fan speed mode
up increase fan speed
down decrease fan speed
min set min fan speed
med set med fan speed
max set max fan speed
off fan off

Using slider objects for DF8RIT shutter's position

When shutter control is enabled on the DF8RIT multifunction module, up to four addresses are used to read and set the shutters' position (goto function).

You can use the slider objects, sliderv and sliderh, to display and control the position. Remember that the shutters' position addresses are base_address + 1 to base_address + 4, where base_address is the address of the module. Set both the slider's ID and address to <server_name>.<base_address + N>, with N from 1 to 4.

For example, assuming that domino is the I/O Server ID, and the DF8RIT base address is 121, the slider's ID and address to control the first shutter (relays 1 and 2) should be domino.122.

Note Note that you can set the inverse attribute of the sliderv object to true, in order to have the cursor at the top instead of bottom of the slider when the position is 0.



Using slider objects for DF4RI / DF4RIR shutter's position

When shutter control is enabled on the DF4RI multifunction module, up to two addresses are used to read and set the shutters' position (goto function).

You can use the slider objects, sliderv and sliderh, to display and control the position. Remember that the shutters' position addresses are base_address + 1 and base_address + 2, where base_address is the address of the module. Set both the slider's ID and address to <server_name>.<base_address + N>, with N from 1 to 2.

For example, assuming that domino is the I/O Server ID, and the DF8RIT base address is 100, the slider's ID and address to control the first shutter (relays 1 and 2) should be domino.101.

Note Note that you can set the inverse attribute of the sliderv object to true, in order to have the cursor at the top instead of bottom of the slider when the position is 0.



DFTZ

You can use the tempmini object to control DFTZ devices.

You could also use the larger temp object, but some of its controls are not used with the DFTZ module.

IO Servers Domino DFTZ.png

UISET Actions

You can use any object that accepts a text attribute, usually text but also marquee and others, like images, to automatically display the relevant information of all DFTZ modules.


ID Attribute Set to Description
<address>.mode value SUMMER summer mode (cooling)
WINTER winter mode (heating)
<address>.mode.label.summer visible true the DFTZ is in summer mode
<address>.mode.label.winter visible true the DFTZ is in winter mode
<address>.status value OFF zone off
ON zone on
<address>.status.label.off visible true if the zone is not cooling or heating
<address>.status.label.cooling visible true if the zone is cooling
<address>.status.label.heating visible true if the zone is heating
<address>.setpoint value COM comfort setpoint
MAN manual setpoint
OFF zone off
<address>.setpoint.label.1 visible true comfort setpoint is active
<address>.setpoint.label.2 visible true eco setpoint is active
<address>.setpoint.label.off visible true zone is off
<address>.setpoint.temp value <temp> the active setpoint temperature, in Celsius degrees with one decimal digit, followed by " °C"
<address>.setpoint.temp.1 value <temp> the comfort setpoint temperature, in Celsius degrees with one decimal digit, followed by " °C"
<address>.setpoint.temp.2 value <temp> the eco setpoint temperature, in Celsius degrees with one decimal digit, followed by " °C"
<address>.setpoint.temp.man value <temp> the summer or winter setpoint temperature limit, in Celsius degrees with one decimal digit, followed by " °C"
<address>.temp value <temp> the manual setpoint temperature, in Celsius degrees with one decimal digit, followed by " °C"
FAULT fault/error condition

USER Commands

There are several predefined buttons. Use any ordinary user object, setting the name and param fields based on this table.

Name Param Action
<address> mode cycle through summer and winter mode
mode.summer set summer mode (cooling)
mode.winter set winter mode (heating)
<address>.setpoint mode cycle through the manual, automatic and off operation modes
mode.comfort set comfort operation mode
mode.eco set eco operation mode
mode.off off mode
temp.up increase the active setpoint temperature in 0.5C steps
temp.down ddecrease the active setpoint temperature in 0.5C steps
temp.<t> active setpoint set to temperature t, in C/10 (0 <= t <= 355)
temp.1.up increase comfort setpoint temperature in 0.5C steps
temp.1.down decrease comfort setpoint temperature in 0.5C steps
temp.1.<t> comfort setpoint set to temperature t, in C/10 (0 <= t <= 355)
temp.2.up increase eco setpoint temperature in 0.5C steps
temp.2.down decrease eco setpoint temperature in 0.5C steps
temp.2.<t> eco setpoint set to temperature t, in C/10 (0 <= t <= 355)
temp.man.up increase setpoint temperature limit in 0.5C steps
temp.man.down decrease setpoint temperature limit in 0.5C steps
temp.man.<t> set-point temperature limit set to temperature t, in C/10 (0 <= t <= 355)

Release Notes

3.7.0

  • support of DFANA-M
  • support of DFDALI64
  • support of DFDIM
  • support of DFLS smart mode
  • support of DF4RI/DF4RIR virtual outputs
  • support of DF8RIT configuration with temperature input address enabled and temperature control disabled
  • support of position information and commands for DFTP, DFTP/I
  • support of DFCP counters
  • bus and modules fault detection
  • high availability support for redundant DFH installations
  • fixed "modulefault" data point of individual modules not working with DFH gateways

3.6.0

  • added support for DFTA and DFTE
  • DFIGLASS: added support for the optional temperature sensor, and other enhancements
  • improved compatibility with DF4DV
  • fixed a bug that could affect DF4RI/DF4RIR or DF8RIT modules with adjacent addresses and shutters defined

3.5.1

  • added support for DF4DV
  • added support for DF4RI / DF4RIR
  • added support for DF8RIT
  • added support for DFLS / DFLS-P
  • fixed a bug that could cause erroneous readings of DFCC2 2'complement values
  • DFANA updated to support negative active energy values (fw. 1.5 or later)

3.5.0

  • added support for DFCP4
  • fixed a bug that could cause erroneous readings of DFCC's 2'complements values

3.4.0

  • improved communication error logging
  • improved support of tools remote access
  • events generated during startup if startupevents=true are now executed sequentially
  • DFCC2 module support
  • DFH module support
  • fix: DFTZ user commands mode.comfort, mode.eco, mode.off not working

3.2.2

bug fixes:

  • the toolspassword optional parameter was incorrectly converted to lower case
  • fixed a bug that prevented reading the input pins of DF4RP/I and DF4RPR/I

3.2.1

  • support for DFTZ

3.2.0

  • support for DFIGLASS
  • new "detectevents" option, generates forced events when a device is detected at start-up
  • support for the toolspassword option, to allow DFCP-IDE and other tools secure remote access to the DFCP via HSYCO
  • new clock datapoint to read the DFCP internal clock and set it to HSYCO's time

3.1.2

bug fixes:

  • the (temp) object's DFCT configuration function was broken in HSYCO 3.1.0
  • energy metering data point were not updated

3.1.1

  • added support for DF4RP/I and DFDT

3.1.0

  • added support for DFANA energy meter module

3.0.3

  • optimized performance of DFCP’s registers status polling

3.0.1

  • you can now limit the number of virtual points and registers read and written by HSYCO, and have access to all of the 1024 registers; defaults are unchanged
  • added support for DF8IL, DFDI2B and DFRHT modules

3.0.0

  • update DFDMX state at startup
  • support for failover mode

1.2.0

  • fixed bugs related to the DFDM and DFDI modules
  • integration with the DMX server engine
  • enhanced GUI support for DFCC and DFCT

1.1.0

  • automatic generation of the device map in systemtopo.txt
  • Web Editor support
  • support for DFCP’s virtual data points and registers
  • support for serial connection to the DFCP through the serial ports of HWg PortBox and ERxx network devices

1.0.0

  • initial release


HSYCO and Home Systems Consulting are registered trademarks of Home Systems Consulting SpA. Java and JavaScript are registered trademarks of Oracle and/or its affiliates. DOMINO and DUEMMEGI are registered trademarks of DUEMMEGI SRL. Other products or company names can be trademarks or registered trademarks of other companies and are used for demonstrative purposes only, with no violation intent.