Forwards PE1RXF APRS telemetry to MQTT broker
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Configuration file for the PE1RXF APRS telemetry to MQTT bridge.
|
|
|
|
# The program does some syntax checking, but not extensively. Be aware that the program may crash when there is an error in this file!
|
|
|
|
#
|
|
|
|
# Add APRS nodes under topics. More than one can be defined.
|
|
|
|
|
|
|
|
# Global settings apply to all other entries
|
|
|
|
global:
|
|
|
|
broker: pe1rxf.ampr.org # The MQTT broker we are going to use
|
|
|
|
port: 1883 # The tcp port of the MQTT broker
|
|
|
|
topic_root: hamnet_aprs_nodes # MQTT topic root
|
|
|
|
poll_rate: 300 # Number of second between polling
|
|
|
|
topics:
|
|
|
|
# MQTT topic: each telemtry node has its own name (sub root) and must be unique
|
|
|
|
- name: solar_generator
|
|
|
|
# telemetry_file is obsolete. Use call instead.
|
|
|
|
#telemetry_file: /home/marcel/ham/aprs_utils/aprs_log/latest_telemetry_PE1RXF-9.dat
|
|
|
|
# Call of the telemetry node
|
|
|
|
call: PE1RXF-9
|
|
|
|
# AX.25 port to listen on (all for all ports)
|
|
|
|
ax_port: all
|
|
|
|
# Defines the names of the values in the telemetry data. These names are used to publish to the MQTT broker.
|
|
|
|
# Make sure the number of descriptions match the number of values in the telemetry data!
|
|
|
|
description:
|
|
|
|
- soc
|
|
|
|
- voltage
|
|
|
|
- power
|
|
|
|
- temperature
|