First commit
This commit is contained in:
18
software/test_software/config.yml
Normal file
18
software/test_software/config.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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
|
Reference in New Issue
Block a user