Site updated at 2017-03-28 20:01:16 UTC
This commit is contained in:
parent
cadc83b0db
commit
7bdcf5f264
24 changed files with 40 additions and 40 deletions
|
@ -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-03-28T07:32:43+00:00</updated>
|
||||
<updated>2017-03-28T19:57:38+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
@ -31,7 +31,7 @@ The app could be hosted on any Node.js hosting. I prefer [Heroku: Cloud Applicat
|
|||
1. Configure the Home Assistant [MQTT trigger](https://home-assistant.io/docs/automation/trigger/#mqtt-trigger).
|
||||
1. Configure [CloudMQTT](https://www.cloudmqtt.com/). Check this [video tutorial](https://www.youtube.com/watch?v=VaWdvVVYU3A) for details.
|
||||
1. [](https://heroku.com/deploy?template=https://github.com/petkov/http_to_mqtt) HTTP to MQTT bridge app.
|
||||
1. Add the (Configuration Variables)(https://devcenter.heroku.com/articles/config-vars#setting-up-config-vars-for-a-deployed-application) to your Heroku app mentioned here.
|
||||
1. Add the [Configuration Variables](https://devcenter.heroku.com/articles/config-vars#setting-up-config-vars-for-a-deployed-application) to your Heroku app mentioned here.
|
||||
* AUTH_KEY: Can be any string, eg. `912ec803b2ce49e4a541068d495ab570`.
|
||||
* MQTT_HOST: The host of your MQTT broker, eg. mqtts://k99.cloudmqtt.com:21234.
|
||||
* MQTT_USER: MQTT username
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue