Quantcast
Channel: 1 Technophile
Viewing all articles
Browse latest Browse all 25

Get your BLE sensors data into Home Assistant in 5 minutes

$
0
0
You can now upload your board directly from the web browser! 

So let's imagine you want to read data from a sensor like a Mi Flora, an LYWSD03MMC, a weight scale, or any other BLE sensor from this list 
  1. Plug an ESP32 dev board to your computer USB port
  2. Go to this website: https://docs.openmqttgateway.com/upload/web-install.html
  3. Select esp32dev-ble
  4. Click the install button
  5. Depending on your board you may have to press the BOOT button
  6. Choose the port that the ESP is connected to.
  7. Wait until the process is complete.
  8. Release the BOOT button
That's it, OMG is now loaded into your ESP32 board without Arduino IDE, platformIO or a binary flasher.

Here are the steps in images:

Now comes the Home Assistant part:
  • Add the MQTT integration and activate auto discovery
  • Create a user and a password (Configuration->Users) without administrator right for the gateway
Well, this is enough for Home Assistant.

So let's now connect both:
  1. Check the Wifi Access points available with your smartphone
  2. Search for one named OMG_something or OpenMQTTGateway
  3. Connect to it
  4. Enter the following password "your_password"
  5. Select the wifi you want the gateway connected to
  6. Enter the wifi password
  7. Enter the home assistant server IP address (mqtt server)
  8. Enter the username and password created before (mqtt user and mqtt pass)
  9. You can let the other fields as they are unless you want to apply special parameters or security aspects
  10. Click on save
Let's check the middle man (MQTT broker)
  1. Download and Open MQTT explorer
  2. Connect to Home Assistant server, you can create another user as you have done for the gateway
  3. Check the messages received
And finally, see the magic in Home Assistant:

For sensors:


For gateway:



Without any added integration than MQTT, without touching yaml, you get the gateway and the sensors into the device list!

Thanks, Home Assistant for the inspiration in adding the web flasher option!

Viewing all articles
Browse latest Browse all 25

Trending Articles