19 lines
598 B
YAML
19 lines
598 B
YAML
# This is the configuration file for the Mees Electronics weather station MK2
|
|
|
|
|
|
# Global settings
|
|
global:
|
|
log-rf: /home/marcel/ham/weather_station/pe1rxf_aprs-rf.log # Log RF traffic to file (0=no logging)
|
|
|
|
# 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
|