From a229aff05a67a0ffb8c848c4516f9f64a8546b9a Mon Sep 17 00:00:00 2001 From: Florian <1technophile@users.noreply.github.com> Date: Tue, 4 Oct 2022 16:16:19 -0500 Subject: [PATCH] [DOCS] Add tips --- docs/prerequisites/controller.md | 4 ++++ docs/use/use.md | 1 + 2 files changed, 5 insertions(+) diff --git a/docs/prerequisites/controller.md b/docs/prerequisites/controller.md index adcce2b..5287893 100644 --- a/docs/prerequisites/controller.md +++ b/docs/prerequisites/controller.md @@ -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. diff --git a/docs/use/use.md b/docs/use/use.md index 9e969a8..b4c213e 100644 --- a/docs/use/use.md +++ b/docs/use/use.md @@ -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