Luminosity sensor added, APRSIS messages are now forwarded to MQTT
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
# Global settings
|
||||
global:
|
||||
log-rf: /home/marcel/test/pe1rxf_aprs-rf.log # Log RF traffic to file (0=no logging)
|
||||
log-rf: /home/marcel/ham/weather_station/pe1rxf_aprs-rf.log # Log RF traffic to file (0=no logging)
|
||||
|
||||
modbus:
|
||||
port: /dev/serial/by-path/platform-3f980000.usb-usb-0:1.3:1.0-port0 # USB port to which RS-485 dongle is connected
|
||||
@@ -41,32 +41,32 @@ weather:
|
||||
- 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: WIDE2-2 # Digipeater path for weather reports (0 = no path)
|
||||
digi_path: WIDE2-1 # Digipeater path for weather reports (0 = no path)
|
||||
position: 5302.76N/00707.85E_ # The position string for the weather station
|
||||
interval: 10 # Time between weather report transmissions (0 = disable)
|
||||
interval: 30 # Time between weather report transmissions (0 = disable)
|
||||
- port: ax1
|
||||
call: PE1RXF-13
|
||||
destination: APZMDM
|
||||
digi_path: WIDE2-2
|
||||
digi_path: WIDE2-1
|
||||
position: 5302.76N/00707.85E_
|
||||
interval: 30
|
||||
- port: aprsis
|
||||
call: PE1RXF-13
|
||||
destination: APZMDM
|
||||
digi_path: 0
|
||||
position: 5302.76N/00707.85E_
|
||||
interval: 10
|
||||
# - port: aprsis
|
||||
# call: PE1RXF-13
|
||||
# destination: APZMDM
|
||||
# digi_path: 0
|
||||
# position: 5302.76N/00707.85E_
|
||||
# interval: 10
|
||||
|
||||
# APRS beacon section
|
||||
beacon:
|
||||
- port: ax0 # The AX.25 port on which to transmit (use aprsis for beaconing to the internet via APRS-IS, set to 0 if you want to use the call assigned to the port in /etc/ax25/axports)
|
||||
- port: ax1 # The AX.25 port on which to transmit (use aprsis for beaconing to the internet via APRS-IS, set to 0 if you want to use the call assigned to the port in /etc/ax25/axports)
|
||||
call: PE1RXF-1 # 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 # Specifie the digipeater path (best practise is to use WIDE2-1, WIDE2-2 or set to 0 for no path)
|
||||
position: "!5302.78NR00707.91E&" # The position string for the beacon (better to put this string between parentheses)
|
||||
message: APRS RX iGATE 144.800MHz # The beacon text
|
||||
interval: 30 # Beacon interval in minutes
|
||||
- port: ax1
|
||||
- port: ax0
|
||||
call: PE1RXF-3
|
||||
destination: APZMDM
|
||||
digi_path: WIDE2-1
|
||||
@@ -87,3 +87,10 @@ beacon:
|
||||
position: "!5302.78NL00707.91E&"
|
||||
message: LoRa APRS RX iGATE 433.775MHz
|
||||
interval: 10
|
||||
- port: aprsis
|
||||
call: PE1RXF
|
||||
destination: APJ8CL
|
||||
digi_path: 0
|
||||
position: "=5302.78N/00707.90EG"
|
||||
message: JS8 to APRS RX iGate 7.078MHz
|
||||
interval: 10
|
||||
|
Reference in New Issue
Block a user