Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.6 KiB

title, description, logo, ha_release, ha_category, ha_iot_class
title description logo ha_release ha_category ha_iot_class
APRS Instructions on how to use APRS to track devices in Home Assistant. aprs.png 0.95 Presence Detection Cloud Push

The aprs (Automatic Packet Reporting System) device tracker integration connects to the APRS-IS network for tracking amateur radio devices.

Configuration

To enable APRS tracking in Home Assistant, add the following section to configuration.yaml:

# Example configuration.yaml entry
device_tracker:
  - platform: aprs
    username: FO0BAR
    callsigns:
      - 'XX0FOO*'
      - 'YY0BAR-1'

{% configuration %} username: description: Your callsign. This is used to connect to the host. required: true type: string password: description: Your APRS password. This will verify the connection. required: false type: string default: -1 callsigns: description: A list of callsigns you wish to track. Wildcard * is allowed. Any callsigns that match will be added as devices. required: true type: list host: description: The APRS server to connect to. required: false type: string default: rotate.aprs2.net timeout: description: The number of seconds to wait to connect to the APRS-IS network before giving up. required: false type: float default: 30.0 {% endconfiguration %}

Verified connections are only required to send data to the APRS-IS network, which the aprs platform does not yet do. However, you are free to verify your connection if you know your APRS password.