Site updated at 2017-11-11 10:08:36 UTC

This commit is contained in:
Travis CI 2017-11-11 10:08:36 +00:00
parent c9b9a5c518
commit 6f9875f8b7
28 changed files with 145 additions and 149 deletions

View file

@ -4,7 +4,7 @@
<title><![CDATA[Category: How-To | Home Assistant]]></title>
<link href="https://home-assistant.io/blog/categories/how-to/atom.xml" rel="self"/>
<link href="https://home-assistant.io/"/>
<updated>2017-11-11T09:15:17+00:00</updated>
<updated>2017-11-11T09:58:07+00:00</updated>
<id>https://home-assistant.io/</id>
<author>
<name><![CDATA[Home Assistant]]></name>
@ -28,7 +28,7 @@ At the moment Home Assistant only supports one [MQTT broker](/docs/mqtt/). This
To check what your devices are sending, subscribe to the topic `+/devices/+/up` with a command-line tool like `mosquitto_sub`. The `<Region>` is the postfix of the **Handler** entry in your **Application overview**. `<AppID>` is the **Application ID** and `<AppKey>` is your access key.
``bash
```bash
$ mosquitto_sub -v -h <Region>.thethings.network -t '+/devices/+/up' -u '<AppID>' -P '<AppKey>'
{
"app_id": "ha-demo",