24 May 2021

OpenMQTTGateway

By Bolukan

OpenMQTTGateway delivers a gateway, in this example between Bluetooth to MQTT.
Prerequisite: ESP32

Download the four files from the list of binaries and upload them to the ESP32
Bootloader – link
Partition table – esp32dev-ble-partitions.bin
Boot switch – boot_app0
Application – esp32dev-ble-firmware.bin

Configure the ESP32 for WiFi and MQTT.

post {"onlysensors":true} to home/OpenMQTTGateway/commands/MQTTtoBT/config to limit messages to the detected sensors only.

Done