From 9779ca07e465b6b75d1b88d2b897c14ed5794d32 Mon Sep 17 00:00:00 2001 From: Florian <1technophile@users.noreply.github.com> Date: Sat, 15 Jan 2022 14:02:08 -0600 Subject: [PATCH] Add OpenMQTTGateway compatibility to the doc --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4a9dc640..4a32264d 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,15 @@ The LYWSD03MMC sensors work out of the box with ESPHome. There are three ways to `platform: xiaomi_lywsd03mmc` is available since ESPHome 1.15, `platform: atc_mithermometer` since 1.16. +## Using custom firmware with OpenMQTTGateway +The LYWSD03MMC sensors work out of the box with [OpenMQTTGateway](https://docs.openmqttgateway.com/). You can directly upload OMG to the ESP32 from your web browser [here](https://docs.openmqttgateway.com/upload/web-install.html), choose `esp32dev-ble` or `esp32dev-ble-cont` (for continuous scanning). + +* With the original LYWSD03MMC firmware, OMG will connect to the sensor so as to retrieve the sensors values and publish to MQTT. +* With the custom LYWSD03MMC firmware from this project, OMG will detect automatically the sensor and publish to MQTT. +In both cases the sensor will be auto discovered in Home Assistant per default (no configuration needed if you are already using the MQTT integration with auto discovery). +You can also follow this tutorial(https://1technophile.blogspot.com/2021/08/get-your-ble-sensors-data-into-home.html) for the Home Assistant integration. +You can also integrate to OpenHAB or other MQTT compatible controllers + ### Stock firmware: This .zip file contains the stock firmware to go back: https://github.com/pvvx/ATC_MiThermometer/files/7300157/LYWSD03MMC_0130_upd_miaomiaoce.sensor_ht.t2.zip