SmartgridOne logo
SmartgridOne logo
Accessories
AppCertificates
Configuration from A to Z
Control response timeController
Customer Specific
Devices
Boiler
Cloud
Energy Meter
Ev Charging Station
Gas Meter
Heat Pump
New integrations
Plc
EME eCON++ Fluvius Telecontrole v4 GatewayFluvius Telecontrol through Third Party PLCPLC / Datalogger / Gateway as a slave
Pv Hybrid And Battery Inverters
Switched Loads
Water Meter
External Signals
InstallationLicenseNetworkQuick StartSafety, maintenance and legal noticesSpecificationsStatus LEDs
Toolbox
Troubleshooting
Video tutorialsWiring & connectivity guidelines
DevicesPlc

Fluvius Telecontrole v4 through an EME eCON++ Gateway

EME Logo

EME eCON++ Fluvius Telecontrole v4 Gateway

Warning
Warning

Prefer the native Fluvius Telecontrole support The SmartgridOne Controller can talk to the Fluvius Telecontrole RTU directly, without an EME eCON++ Gateway or any other gateway in between. That setup is recommended and easier to commission, but it requires a SmartgridOne Controller with two ethernet ports, because the Fluvius RTU is connected to a network port of its own. Only use the integration described on this page when the installation already has an EME eCON++ Gateway. See Adding Fluvius Telecontrole RTU.

On some medium voltage installations, Fluvius Telecontrole is not wired to the SmartgridOne Controller directly, but through an EME eCON++ Gateway (Electro Mechanic Equipment nv, Glabbeek). This manual describes what that gateway does and how to configure both halves of the integration.

How the gateway works

Fluvius does not speak Modbus. The chain looks as follows:

Fluvius RTU  ──IEC 60870-5-104──►  IEC104 gateway  ──Modbus TCP──►  EME eCON++ Gateway  ──Modbus TCP──►  EMS controller
                                                                     (server/slave)                       (client/master)

The EME eCON++ Gateway is a Modbus TCP server; the SmartgridOne Controller connects to it as a client on port 502. The gateway mirrors the Fluvius telecontrol signals onto its Modbus registers:

  • The commands coming from Fluvius (control mode, test operation, active and reactive power setpoint) are published on its input registers (3x).
  • The command feedback is expected back on its holding registers (4x). The gateway relays that feedback to Fluvius. Fluvius uses it to confirm that the EMS received and accepted the command — if the feedback stops, the DSO no longer sees a working EMS.
  • The process data measured by Fluvius at the access point (active and reactive power, the three phase-phase voltages) is also published on the input registers. Fluvius refreshes this data once per minute.
Important
Important

The device and the external signal driver always go together The device driver only reads the Fluvius commands and answers the feedback handshake. It does not curtail anything by itself. Translating the setpoints into actual limits is done by the Eme Fluvius Modbus TCP external signal driver. An installation with only one of the two is not functional:

  • device without external signal driver → the Fluvius setpoints are recorded but never applied;
  • external signal driver without device → it reports "No EME Modbus Device found in site devices."

Step 1: Network configuration

Connect the SmartgridOne Controller to the ethernet switch of the EME eCON++ Gateway and give it a fixed IP address in the same subnet as the gateway. The gateway must be reachable on TCP port 502. The IP addresses and the Modbus unit address are site specific; ask EME or the panel builder for the ones used in your installation.

The link between the Fluvius RTU, the IEC104 gateway and the EME eCON++ Gateway is configured by EME and is outside the scope of the SmartgridOne Controller.

Step 2: Configure the grid limits

Fluvius sends its setpoints as a percentage, and the SmartgridOne Controller converts them into power limits using the grid limits of the site. All four limits below must be filled in before the external signal driver can work.

  1. Under Settings → Grid limits, set Allowed grid import power and Allowed grid export power (see Grid limits). These are the 100 % reference for the active power setpoint. They are already requested during the initial setup of the site.
  2. Under Settings → Advanced settings, set Enable reactive power control (Experimental) to True. The two reactive limits only appear once this is enabled.
  3. Still under Advanced settings, set Allowed grid import reactive power (kVAr) and Allowed grid export reactive power (kVAr). These are the 100 % reference for the reactive power setpoint.
Warning
Warning

The reactive limits are not optional Even when Fluvius only sends active power setpoints, the external signal driver reads all four limits on every remote control cycle. If the two reactive limits have never been saved on the site, the external signal driver fails and no Fluvius setpoint is applied at all. Open Advanced settings and save them explicitly, also when you keep the proposed values.

Step 3: Add the gateway as a device

  1. Go to Devices and start the wizard.
  2. Choose the category Energy meter, brand EME, connection Modbus TCP, and select EME eCON++ Fluvius Telecontrole v4 Gateway.
  3. Fill in the IP address and port (502) of the gateway and its Modbus unit address (1 by default).

The device reports the Fluvius commands and the access point measurements it reads from the gateway:

MeasurementMeaning
controlMode0 = undefined, 1 = local control, 2 = remote control by Fluvius
testOperationTest operation requested by the Fluvius RTU (0 = low, 1 = high)
powerSetpointPercentageActive power setpoint from Fluvius, −100 % … +100 %
reactivePowerSetpointPercentageReactive power setpoint from Fluvius, −100 % … +100 %
actualPowerTot_W, reacPowerTot_VArActive and reactive power at the access point, as measured by Fluvius
voltageL1L2_V, voltageL2L3_V, voltageL3L1_VPhase-phase voltages at the access point
Warning
Warning

Not a grid meter These measurements come from Fluvius and are only refreshed once per minute. Do not use this device as the main grid meter of the site — the control algorithms need a meter that is read at the normal measurement interval.

Step 4: Add the Fluvius Telecontrole external signal driver

  1. Click External Signals in the top menu and start the wizard.
  2. Choose Distribution system operator / grid operator, select Fluvius, then select Eme Fluvius Modbus TCP as the external signal driver and click Next.

There is nothing to fill in: the external signal driver takes everything it needs from the device and from the grid limits of the site. See Fluvius (through an EME eCON++ gateway).

What the SmartgridOne Controller does with the Fluvius commands

Fluvius commandBehaviour of the SmartgridOne Controller
Control mode = 0 (undefined) or 1 (local)No action. The site keeps running on its own strategy.
Control mode = 2 (remote), active setpoint = 0 %Import and export limit are both set to 0 W, so the site stops exchanging power with the grid. A small minimum band is kept for stability.
Control mode = 2, active setpoint > 0 %Import limit = setpoint % × Allowed grid import power.
Control mode = 2, active setpoint < 0 %Export limit = setpoint % × Allowed grid export power.
Control mode = 2, reactive setpoint > 0 %Reactive power setpoint = setpoint % × Allowed grid import reactive power.
Control mode = 2, reactive setpoint < 0 %Reactive power setpoint = setpoint % × Allowed grid export reactive power.

Independently of the control mode, the device answers every command with the matching feedback and mirrors the heartbeat back to the gateway, so Fluvius keeps seeing a responsive EMS.

Fluvius allows the installation up to 3 minutes to settle on a new setpoint after it has changed.

Verifying the installation

  1. Open the device in the commissioning interface and check that controlMode and the setpoint percentages are being read. As long as Fluvius is in local control, the control mode is 1.
  2. Check the feedback message of the external signal driver under External Signals. It reports whether Fluvius is in local control, or which setpoint is being applied.
  3. Ask Fluvius to perform a test operation. The gateway raises testOperation, and the SmartgridOne Controller answers it immediately.

Troubleshooting

SymptomCause
The external signal driver reports "No EME Modbus Device found in site devices."The gateway device is not added, or is not communicating. Add it as described in step 3.
Setpoints are visible on the device, but nothing is curtailedThe external signal driver is not added, or the grid limits of the site are not completely configured — including the two reactive limits of step 2.
Fluvius reports that the EMS does not answerThe device is not communicating with the gateway, so the command feedback is no longer written. Check the IP address, port 502 and the Modbus unit address.
Last updated August 5, 2026Edit this page

Plc

Previous Page

Fluvius Telecontrol through Third Party PLC

Next Page

On this page

EME eCON++ Fluvius Telecontrole v4 GatewayHow the gateway worksStep 1: Network configurationStep 2: Configure the grid limitsStep 3: Add the gateway as a deviceStep 4: Add the Fluvius Telecontrole external signal driverWhat the SmartgridOne Controller does with the Fluvius commandsVerifying the installationTroubleshooting