Configuring Output Devices
20
O3-DIN EnOcean Application Guide
Edition 1.0
ElseIf ('Rocker OFF state variable' = 5) Then
// send the release packet here
'RPS Force Send' = On
ElseIf ('Rocker OFF state variable' = 6) Then
'RPS Force Send' = Off
Else
'OFF Value' = OFF_VALUE
'Rocker OFF state variable' = 0
'Rocker OFF and release switch.Manual_Override' = 0
End If
End Do
End If
Configuring Load Controllers with Central
Command Support
Load controllers are typically used in lighting and HVAC circuit applications and usually include
a feedback signal.
Many EnOcean output devices offer central command support (
). This feature is
typically used in combination with another profile. For example, the gateway can use the A5-38-
08 lighting dimming profile and the A5-11-01 lighting controller status feedback profile together
to control the output device.
Download A5-38-08+A5-11-01 from
https://support.deltacontrols.com/Products/EnOceanEEPs
Currently, the O3-DIN EnOcean gateway only supports the switching (0x01) and dimming (0x02)
command bytes for A5-38-08.
Be extra careful when setting up the packet data. The gateway has the following behaviors for
out-of-range or unexpected data values:
l
The command byte can be set to an out-of-range value.
l
Other values can be set out of range. For example, the Dimming Value AV object for
Command 0x02 has a range of 0 to 255 but can be set to a value greater than 255. The
gateway uses the remainder of the value as its data.
l
Negative values that are out of range are set to 0 by the gateway. A zero in the packet data
indicates an error.
The combined A5-38-08 + A5-11-01 mapping file should contain following objects: