Skip to content

Add initial Modbus agent documentation #87

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/user-guide/agents-protocols/modbus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
sidebar_position: 7
---

# Modbus

The Modbus TCP and RTU Agents add support for integrating Modbus devices over TCP (Ethernet) and RTU (Serial) with OpenRemote.
2 changes: 1 addition & 1 deletion docs/user-guide/agents-protocols/mqtt.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 7
sidebar_position: 8
---

# MQTT
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/agents-protocols/partner-integrations.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 16
sidebar_position: 17
---

# Partner Integrations
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/agents-protocols/serial.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 10
sidebar_position: 11
---

# Serial
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/agents-protocols/simulator.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 8
sidebar_position: 9
---

# Simulator
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/agents-protocols/snmp.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 9
sidebar_position: 10
---

# SNMP
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/agents-protocols/tcp.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 11
sidebar_position: 12
---

# TCP
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/agents-protocols/udp.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 12
sidebar_position: 13
---

# UDP
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/agents-protocols/velbus.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 13
sidebar_position: 14
---

# Velbus
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/agents-protocols/websocket-agent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 14
sidebar_position: 15
---

# WebSocket
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/agents-protocols/z-wave.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 15
sidebar_position: 16
---

# Z-Wave
Expand Down