Site updated at 2015-09-24 16:08:02 UTC
This commit is contained in:
parent
cb366470d9
commit
17b840e64b
26 changed files with 580 additions and 425 deletions
|
@ -108,7 +108,7 @@
|
|||
<p><img src='/images/supported_brands/mqtt.png' class='brand pull-right' />
|
||||
MQTT (aka MQ Telemetry Transport) is a machine-to-machine or “Internet of Things” connectivity protocol on top of TCP/IP. It allows extremely lightweight publish/subscribe messaging transport.</p>
|
||||
|
||||
<p>The MQTT component needs an MQTT broker like <a href="http://mosquitto.org/">Mosquitto</a> or <a href="http://www.mosca.io/">Mosca</a>. The Eclipse Foundation is running a public MQTT broker at <a href="iot.eclipse.org">iot.eclipse.org</a> or the Mosquitto Project under <a href="http://test.mosquitto.org">test.mosquitto.org</a>. If you prefer to use a public, keep in mind to adjust the topic and that your messages may be publicly accessible.</p>
|
||||
<p>The MQTT component needs an MQTT broker like <a href="http://mosquitto.org/">Mosquitto</a> or <a href="http://www.mosca.io/">Mosca</a>. The Eclipse Foundation is running a public MQTT broker at <a href="http://iot.eclipse.org/getting-started">iot.eclipse.org</a> or the Mosquitto Project under <a href="http://test.mosquitto.org">test.mosquitto.org</a>. If you prefer to use a public, keep in mind to adjust the topic and that your messages may be publicly accessible.</p>
|
||||
|
||||
<p>To integrate MQTT into Home Assistant, add the following section to your <code>configuration.yaml</code> file:</p>
|
||||
|
||||
|
@ -153,7 +153,7 @@ The MQTT component has no TLS support at the moment. This means that only plain-
|
|||
<ul>
|
||||
<li><a href="/components/sensor.mqtt.html">MQTT Sensor</a></li>
|
||||
<li><a href="/components/switch.mqtt.html">MQTT Switch</a></li>
|
||||
<li><a href="/components.device_tracker.mqtt.html">MQTT Device Tracker</a></li>
|
||||
<li><a href="/components/device_tracker.mqtt.html">MQTT Device Tracker</a></li>
|
||||
<li><a href="/components/automation.html#mqtt-based-automation">MQTT-automation rule</a></li>
|
||||
<li>Integrating it into a component. See the <a href="https://github.com/balloob/home-assistant/blob/dev/config/custom_components/mqtt_example.py">MQTT example component</a> how to do this.</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue