First sort of working mqtt routines
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user