37 lines
2.1 KiB
YAML
37 lines
2.1 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)
|
|
mqtt-server: mqtt.meezenest.nl
|
|
mqtt-port: 1883
|
|
telemetry-interval: 10 # number of seconds between transmissions
|
|
|
|
# APRS settings
|
|
aprs:
|
|
- port: ax1 # Linux AX.25 port to which APRS weather report is sent
|
|
from_call: PE1RXF-13 # Call from which transmissions are made (can be a different call from the call assigned to the AX.25 port)
|
|
to_call: PE1RXF-1 # Call of the receiver
|
|
destination: APZMDM # APRS destination
|
|
digipath: 0 # Digipeater path for weather reports (0 = no path)
|
|
# - 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
|
|
# digipath: WIDE2-1 # Digipeater path for weather reports (0 = no path)
|
|
|
|
# Define the MQTT data to transmit over AX25. The order of the items is the order the data is combined to the telemetry string.
|
|
mqtt:
|
|
subscribe:
|
|
- mees_electronics/4d45000000000002/wind_direction
|
|
- mees_electronics/4d45000000000002/wind_speed
|
|
- mees_electronics/4d45000000000002/wind_gust
|
|
- mees_electronics/4d45000000000002/rain_last_hour
|
|
- mees_electronics/4d45000000000002/rain_last_24 hours
|
|
- mees_electronics/4d45000000000002/temperature
|
|
- mees_electronics/4d45000000000002/humidity
|
|
- mees_electronics/4d45000000000002/barometric_pressure
|
|
- mees_electronics/4d45000000000002/temperature_pressure_sensor
|
|
- mees_electronics/4d45000000000002/status_bits
|
|
- mees_electronics/4d45000000000002/luminosity
|