home-assistant.io/source/_components/thethingsnetwork.markdown
Jorim Tielemans ac4baf0a8d Various things - t (#7020)
Add missing titles
Remove trailing spaces
Fix grammar
 - login -> log in
 - show how a entry -> shows how an entry
Mention default and minimal value (telldus) or link to add-on which is mentioned (tellstick)
2018-10-23 11:09:36 +02:00

2.1 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page The Things Network Instructions for how to integrate The Things Network within Home Assistant. 2017-09-30 08:00 true false true true thethingsnetwork.png Hub 0.55 depends

The thethingsnetwork component allows one to interact with the The Things Network. This community-driven and open network supports LoRaWAN for long range (~5 to 15km) communication with a low bandwidth (51 bytes/message). Gateways transfers the received data from the sensors to the The Things Network.

The Things network support various integrations to make the data available:

The Things Network Integration Home Assistant platform
MQTT
Storage thethingsnetwork
HTTP

{% linkable_title Setup %}

Visit the The Things Network Console website, log in with your The Things Network credentials, choose your application from Applications.

The Application ID is used to identify the scope of your data.

Application overview

You need an access key to be able to read the data from your application.

Access keys

{% linkable_title Configuration %}

To enable this component, add the following lines to your configuration.yaml:

# Example configuration.yaml entry
thethingsnetwork:
  app_id: sensor-123
  access_key: ttn-account-v2.xxxxxxxxxxx_yyyyyyyyyyy

{% configuration %} app_id: description: The Application ID. required: true type: string access_key: description: The access key. required: true type: string {% endconfiguration %}