
The Domat ECIO2 is a compact multi I/O module designed for HVAC and building automation. It provides 8 digital outputs (relays), 6 analogue outputs (0–10 V), 8 analogue inputs (configurable for voltage, current, resistance or Pt1000) and 8 digital inputs (24 V AC/DC). TapHome connects to the module directly via Modbus TCP over Ethernet – no additional gateway is required.
The ECIO2 is a legacy product; its successor is the Domat MCIO2 with an identical I/O configuration.
Network connection
The module has an RJ45 Ethernet port on the bottom right of the housing. Connect it to the same local network as TapHome Core using a standard Ethernet cable.
- Protocol: Modbus TCP
- Port: 502
- Slave ID: 2 (fixed, not configurable)
- Default IP address: 192.168.1.99
The Modbus address is permanently fixed to 2 and cannot be changed. When importing the template in TapHome, set the Slave ID to 2.
The RS485 port (terminals K+, K-) is used for optional Modbus RTU extension modules, not for direct TapHome communication.
Changing the IP address
The IP address and other network parameters can be changed via the built-in web server. Open the current module IP in a web browser to access the configuration page.
To reset the network settings to factory defaults, set the INIT ETH DIP switch to ON before powering up the module. This restores the default IP address 192.168.1.99.
Assign a static IP address or a DHCP reservation in the router to prevent the address from changing after a power cycle. Note the assigned IP on the module label for future reference.
Configuration
When importing the template in TapHome, provide:
- IP Address – the module’s IP on the local network (default: 192.168.1.99)
- Slave ID – must be set to 2 (fixed)
Analogue input mode
The TapHome template initializes all 8 analogue inputs to voltage mode (0–10 V) by writing 0x2222 to configuration registers H:4 and H:5. Each AI channel supports the following modes, configurable via those registers:
| Mode | Range | Scaling |
|---|---|---|
| Pt1000 | -50 to 150 °C | raw / 100 |
| Voltage | 0–10 V | raw / 1000 |
| Resistance | 0–1600 Ohm | raw / 10 |
| Current | 0–20 mA | raw / 1000 |
| Resistance (ext.) | 0–5000 Ohm | raw / 10 |
To use AI1–AI4 as 0–20 mA current inputs, set the corresponding DIP switches (left DIP switch pack, switches 1–4) to ON. This connects an internal shunt resistor – no external resistors are required. AI5–AI8 do not have DIP switches for current mode.
DIP switches
The module has two DIP switch packs:
Left pack (AI1–AI4 current mode):
| Switch | Function |
|---|---|
| 1–4 | AI1–AI4: ON = 0–20 mA current input, OFF = voltage/Pt1000/resistance |
Right pack (system):
| Switch | Function |
|---|---|
| INIT | ON at power-up = RS485 init mode (address 1, 9600 bps) |
| INIT ETH | ON at power-up = Ethernet init mode (IP reset to 192.168.1.99) |
| BUS END (3) | ON = RS485 bus termination enabled |
| BUS END (4) | ON = RS485 bus termination enabled (set together with switch 3) |
Device capabilities
The template exposes 30 devices across four I/O groups.
Digital outputs (DO1–DO8)
Eight relay outputs controlled via a single bitmask register H:9. Each output appears as an individual ON/OFF switch in TapHome.
- DO1–DO6 – normally open (NO) relay contacts, rated 3 A / 250 VAC
- DO7–DO8 – changeover relay contacts, rated 8 A / 250 VAC
DO7 and DO8 have significantly higher current ratings than DO1–DO6 and use changeover (SPDT) contacts. Assign high-power loads such as heating elements or motorized valves to DO7–DO8.
All eight outputs share register H:9 with bitmask encoding. The TapHome write script combines all DO states into a single register write to prevent race conditions.
Analogue outputs (AO1–AO6)
Six 0–10 V analogue outputs, each mapped to its own register (H:10 through H:15). The outputs use a 12-bit DAC with a raw value range of 0–4095, where 0 = 0 V and 4095 = 10 V.
The analogue output section is galvanically separated from the rest of the module with 1 kV isolation. Output impedance is less than 16 Ohm, with a minimum load of 10 kOhm and short-circuit protection limiting current to 80 mA.
Typical applications include controlling valve actuators, damper actuators and fan speed controllers that accept a 0–10 V signal.
Analogue inputs (AI1–AI8)
Eight analogue inputs, each mapped to its own register (H:17 through H:24). The template configures all channels to voltage mode (0–10 V) by default. The raw value is divided by 1000 to produce the reading in volts.
Each channel can be independently reconfigured to Pt1000, resistance or current mode via registers H:4 and H:5 (4 bits per channel). See the Analogue input mode section above for available modes and DIP switch requirements.
Digital inputs (DI1–DI8)
Eight 24 V AC/DC digital inputs read from a single bitmask register H:16. Each input appears as an individual binary sensor in TapHome.
- Input current: 4 mA
- Logic 0: voltage below 8 V
- Logic 1: voltage above 20 V
The digital inputs require 24 V AC/DC applied from the module power terminals. Dry contacts (potential-free contacts) cannot be connected directly – they must be wired in series with a 24 V source.
Additional capabilities
The ECIO2 also exposes registers for module identification, firmware version, module uptime, DI latch detection (edge capture) and communication failure safety for relay outputs (configurable timeout and fallback states). The module can additionally act as a Modbus TCP-to-RTU router, making RS485 extension modules accessible over Ethernet. These capabilities can be added to the TapHome template in a future update.
Troubleshooting
No Modbus communication
- Verify the Ethernet cable is connected to the RJ45 port, not the RS485 terminals (K+, K-)
- Confirm the module IP address – check the router’s DHCP lease table or reset to default via the INIT ETH DIP switch
- Ensure TapHome Core and the ECIO2 are on the same network and subnet
- Verify that the Slave ID in TapHome is set to 2 (the fixed address)
- Check that no firewall is blocking port 502
Analogue inputs show incorrect values
- Verify the AI mode configuration – the template defaults to voltage mode. If Pt1000 or current sensors are connected, the AI range registers (H:4, H:5) must be reconfigured accordingly
- For current mode on AI1–AI4, confirm the corresponding DIP switch is set to ON
- Check the physical wiring – analogue input and output grounds are galvanically separated. Use the correct ground terminal (AIGND for inputs, AOGND for outputs)
Relay outputs do not respond
- Verify that DO control is working by checking the green LEDs on the front panel – each LED indicates the state of the corresponding output
- If relays revert to a fixed state after a timeout, check the communication failure safety configuration (register H:7) – this feature resets relays to predefined states when Modbus communication is lost for a configurable period
