Skip to content

Commit f2e287c

Browse files
Merge pull request home-assistant#2850 from hamid-elaosta/patch-1
Owntracks compatibility
2 parents 84264dd + 07dcfc0 commit f2e287c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

source/_docs/mqtt/broker.markdown

+7-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,13 @@ Home Assistant contains an embedded MQTT broker. If no broker configuration is g
3131
mqtt:
3232
```
3333
34-
<p class='note'>
35-
This broker does not currently work with OwnTracks because of a protocol version issue.
36-
</p>
34+
### {% linkable_title Owntracks%}
35+
36+
To use Owntracks with the internal broker a small configuration change must be made in order for the app to use MQTT protocol 3.1.1 (Protocol Level 4).
37+
38+
In the Owntracks preferences (Android: v1.2.3+, iOS: v9.5.1+) open **Configuration Management**; Find the value named `mqttProtocolLevel` and set the value to `4`. The application will now use MQTT 3.1.1 to connect, which is compatible with the embedded broker.
39+
40+
### {% linkable_title Settings %}
3741

3842
If you want to customize the settings of the embedded broker, use `embedded:` and the values shown in the [HBMQTT Broker configuration](http://hbmqtt.readthedocs.org/en/latest/references/broker.html#broker-configuration). This will replace the default configuration.
3943

0 commit comments

Comments
 (0)