Skip to content

Commit

Permalink
[DOCS] Add tips (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
1technophile authored Oct 4, 2022
1 parent 616514c commit 2b74e84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/prerequisites/controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ There are many choices of brokers, here are some of the most popular:
* [HiveMQ](https://www.hivemq.com/hivemq/features/)
* Embedded MQTT brokers (Home Assistant and OpenHAB)

::: tip Note
MQTT broker should be installed on a local network or accessed through a VPN as Theengs app only support unencrypted connexion on port 1883 for now.
:::

This [wikipedia list](https://en.wikipedia.org/wiki/Comparison_of_MQTT_implementations) gives you more details about the different choices you have.
This [github list](https://github.com/mqtt/mqtt.github.io/wiki/libraries) seems to be the most exhaustive ones.
Here is also some [ideas of criteria](https://www.hivemq.com/blog/top-10-mqtt-broker-criteria/) from HiveMQ.
Expand Down
1 change: 1 addition & 0 deletions docs/use/use.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Some devices also require the GPS to be turned on while scanning for new sensors

::: tip Note
Android has drastically reduced the capabilities of apps to run in the background, as a consequence the Update interval set into the app may not be followed by the operating system.
You may also have more regular results when the device is charging.
:::

## iOS
Expand Down

0 comments on commit 2b74e84

Please sign in to comment.