From fbc8ed7e92998f18b6ca1df5cb12f1674d154d18 Mon Sep 17 00:00:00 2001 From: Florian Date: Wed, 31 Jan 2024 14:54:59 -0600 Subject: [PATCH] [DOCS] Search optimization (#1886) --- README.md | 7 ++++--- docs/use/ble.md | 11 ++++++----- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3c65287035..daa5238686 100644 --- a/README.md +++ b/README.md @@ -28,19 +28,20 @@ Support open-source development through sponsorship and gain exclusive access to ## Products powered by OpenMQTTGateway -### Theengs Bridge, BLE gateway with external antenna +### Theengs Bridge, Bluetooth gateway (BLE) with external antenna [Theengs bridge](https://shop.theengs.io/products/theengs-bridge-esp32-ble-mqtt-gateway-with-ethernet-and-external-antenna) is a powerfull BLE to MQTT gateway for over [90 sensors](https://decoder.theengs.io/devices/devices.html). Equipped with an Ethernet port, and external antenna, ensuring an enhanced range for your BLE sensors. It supports also WiFi connectivity. [![Theengs bridge view](./docs/img/Theengs-Bridge-ble-gateway.png)](https://shop.theengs.io/products/theengs-bridge-esp32-ble-mqtt-gateway-with-ethernet-and-external-antenna) -### Theengs Plug, BLE gateway and Smart Plug +### Theengs Plug, Bluetooth gateway (BLE) gateway and Smart Plug [Theengs plug](https://shop.theengs.io/products/theengs-plug-smart-plug-ble-gateway-and-energy-consumption) brings the following features: * BLE to MQTT gateway, tens of [Bluetooth devices](https://compatible.openmqttgateway.com/index.php/devices/ble-devices/) supported thanks to Theengs Decoder library. The plug uses an ESP32 acting as a BLE to Wifi gateway to scan, decode and forward the data of the nearby sensors, * Smart plug that can be controlled remotely, * Energy consumption monitoring, -* Presence detection (beta). +* Presence detection (beta), +* Local connectivity first. [![Theengs plug view](./docs/img/Theengs-Plug-OpenMQTTGateway.png)](https://shop.theengs.io/products/theengs-plug-smart-plug-ble-gateway-and-energy-consumption) diff --git a/docs/use/ble.md b/docs/use/ble.md index a91a51ac57..4db3f3963f 100644 --- a/docs/use/ble.md +++ b/docs/use/ble.md @@ -1,10 +1,10 @@ --- -title: BLE ESP32 gateway -description: Versatile BLE gateway that scans and decodes data from various Bluetooth devices. It integrates seamlessly with MQTT brokers and controllers like Home Assistant and OpenHAB. Monitor temperature, humidity, pressure, and more for smarter control. +title: Bluetooth ESP32 gateway +description: Versatile Bluetooth gateway that scans and decodes data from various Bluetooth Low Energy (BLE) devices. It integrates seamlessly with MQTT brokers and controllers like Home Assistant and OpenHAB. Monitor temperature, humidity, pressure, and more for smarter control. --- -# BLE gateway +# Bluetooth gateway -The manufacturer agnostic BLE gateway acts as a powerful BLE scanner and decoder of [Bluetooth devices](https://compatible.openmqttgateway.com/index.php/devices/ble-devices/), allowing you to visualize and analyze information from a wide range of sensors. +The manufacturer agnostic Bluetooth Low Energy (BLE) gateway acts as a powerful BLE scanner and decoder of [Bluetooth devices](https://compatible.openmqttgateway.com/index.php/devices/ble-devices/), allowing you to visualize and analyze information from a wide range of sensors. It can also act as a presence detection gateway by reading the nearby BLE tags or tracker. Data are transmitted to an MQTT broker, where it can be used to trigger events and rules, as well as displayed, stored and processed in your favorite controller (Home Assistant, OpenHAB, Jeedom, Domoticz, ioBroker or any MQTT compatible software). @@ -19,7 +19,8 @@ With the ability to monitor and analyze data such as temperature, humidity, mois * BLE to MQTT gateway, tens of [Bluetooth devices](https://compatible.openmqttgateway.com/index.php/devices/ble-devices/) supported thanks to Theengs Decoder library. The plug uses an ESP32 acting as a BLE to Wifi gateway to scan, decode and forward the data of the nearby sensors, * Smart plug that can be controlled remotely, * Energy consumption monitoring, -* Presence detection (beta). +* Presence detection (beta), +* Local connectivity first. [![Theengs plug view](../img/Theengs-Plug-OpenMQTTGateway.png)](https://shop.theengs.io/products/theengs-plug-smart-plug-ble-gateway-and-energy-consumption)