Skip to Content
Welcome to Enture Documentation site 🎉
DocumentationModbus & MQTT Devices

Modbus Devices

Modbus Devices are devices that use Modbus communication. A device will contain the slave/unit ID of the Modbus device.

All parameters inside the device will automatically inherit the unit ID from the parent device.

Modbus Device Types:

  • Modbus RTU
  • Modbus TCP

In case of Modbus TCP, the Modbus Gateway ID is also required. The IP and Port Number will be inherited from this Modbus Gateway (configured in the Control Panel).


Creating Modbus Devices

  1. Open the Devices menu.
  2. Enable Settings View (top-right corner).
  3. Click on the workspace where you want to add the device.
  4. Click “ADD MODBUS DEVICE” (highlighted in dark blue).
  5. Fill in the required details:
    • Name
    • Slave ID
    • Device Type (Dropdown)
    • Connection Type (Dropdown)
    • Description
  6. Click “Create” to add the device.
Modbus Device Creation

Editing or Deleting Modbus Devices

  • Click the dropdown icon near the created Modbus device.
  • Two icons appear: ✏️ (Edit) and 🗑️ (Delete).
  • Click Edit to modify and update the device details.
  • Click Delete to remove the device.
Modbus Device Management

MQTT Devices

MQTT Devices communicate using the MQTT protocol. These devices listen to specific topics and parse parameters from the payload.

Creating an MQTT Device

  1. Open the Devices menu.
  2. Enable Settings Mode (top-right corner).
  3. Select a workspace and click it.
  4. Click “ADD MQTT DEVICE”.
  5. A form will appear where you enter:
    • Name
    • Topic
    • Identifier
    • Identifier Value
    • Description
  6. Click “Create” to add the device.
MQTT Device Creation

Editing or Deleting MQTT Devices

  • Click the dropdown icon near the created MQTT device.
  • Two icons appear: ✏️ (Edit) and 🗑️ (Delete).
  • Click Edit to modify and update the device details.
  • Click Delete to remove the device.
MQTT Device Management