{% extends "base.html" %} {% block title %}Config Wizard - RTU Portal{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Add New Device

Follow the steps to configure a new meter or sensor

1
Select Meter
2
Connection
3
Device Settings
4
Protocol
5
Review

Select Meter Type

Choose the meter model you want to configure

Available Meters

Loading meters...

Connection Settings

Configure how to connect to the meter

🔗

Use Existing Connection

Add to an existing RS485 bus or TCP connection

Create New Connection

Set up a new serial or TCP connection

Select Connection

Loading connections...

Device Settings

Configure the device identity and address

Device Identity
Unique identifier (no spaces, use hyphens)
Human-readable name for display
Modbus Address
Modbus slave address (1-247)
Monitoring Profile

Loading profiles...

Protocol Settings

Configure how data is published

MQTT Settings
Send data to MQTT broker in real-time
How often to publish to MQTT
Custom topic, leave blank for default
HTTP API Settings
Send data to HTTP API endpoint
How often to push to HTTP API
Config File

Review Configuration

Verify settings before adding the device

Meter Information

Meter Model
Profile

Device Settings

Device ID
Unit ID
Connection

Protocol Settings

MQTT
HTTP
Generated Configuration
Loading...

Device Added Successfully!

The device has been added to the configuration.

Saving configuration...

{% endblock %} {% block extra_scripts %} {% endblock %}