34 lines
1.8 KiB
YAML
34 lines
1.8 KiB
YAML
# This is the configuration file for the Mees Electronics weather station MK2
|
|
|
|
|
|
# Global settings
|
|
global:
|
|
program-log: 0 # All program output will be written to this file (0 = do not log to file)
|
|
#program-log: /home/marcel/rs458.log # All program output will be written to this file (0 = do not log to file)
|
|
data-log: /home/marcel/weather_station_data.log # All sensor data will be written to this file (0 = do not log to file). Every day the current date is added to the end of the filename, so every dat a new file is created.
|
|
mqtt-server: mqtt.meezenest.nl
|
|
|
|
# ModBus hardware settings
|
|
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
|
|
port: /dev/ttyUSB0
|
|
|
|
# Modbus servers settings
|
|
modbus_servers:
|
|
- 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
|