{% extends "base.html" %} {% block title %}Configuration - RTU Portal{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
๐Ÿ“ Select a file to edit
๐Ÿ“‚

No File Selected

Select a configuration file from the sidebar to view and edit

Or use the wizard to add a new device โ†’

๐Ÿ“ก

Slave Config

Define Modbus devices and their registers

connections: - id: "rs485" clients: - id: "meter-1" unit_id: 1 meter_model: "lt_wl4400"
๐ŸŒ

Communication

API endpoints and MQTT settings

api: base_url: "https://..." mqtt: broker: "mqtt.example.com" port: 8883
โšก

Keyboard Shortcuts

Ctrl+S - Save file
Ctrl+K - Quick search
Escape - Cancel

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