First sort of working mqtt routines

This commit is contained in:
marcel
2025-08-11 21:31:31 +02:00
parent f722f8aec1
commit 8afdc890f1
15 changed files with 443 additions and 31 deletions

View File

@@ -15,7 +15,19 @@ modbus:
# Modbus servers settings
modbus_servers:
- address: 14 # ModBus address of weather station
- address: 14 # ModBus address of weather station
description: Dual temperature sensor
- address: 1
description: Dummy
aprs:
- port: ax0 # Linux AX.25 port to which APRS weather report is sent
call: PE1RXF-13 # Call from which transmissions are made (can be a different call from the call assigned to the AX.25 port)
destination: APZMDM # APRS destination
digi_path: 0 # Digipeater path for weather reports (0 = no path)
interval: 30
- port: ax1 # Linux AX.25 port to which APRS weather report is sent
call: PE1RXF-13 # Call from which transmissions are made (can be a different call from the call assigned to the AX.25 port)
destination: APZMDM # APRS destination
digi_path: WIDE2-1 # Digipeater path for weather reports (0 = no path)
interval: 30