Simple temperature humidity dashboard on the Badger2350

Hi there,

I just wanted to share the simple dashboard I made using a Badger2350 app.

It shows data from a sensor connected to Home Assistant via zigbee2mqtt. I developed a small service that connects to zigbee2mqtt to get this data and expose it via a BLE device. So there is no wifi involved here, the badger gets the data via Bluetooth.

You’ll find some details of the app on my fork of the badger2350 repo.

And here is the repo for mqttooth the backend service.

4 Likes

I added a second layout that shows the history of the data in charts.

I had a good time programming this stuff.

The feedback loop is very long and sometimes painful tho. It’d be great to have an emulator for easier development and debugging.

2 Likes