#temperature-sensor #sensors #xiaomi #datadog #bluetooth #server #exporter

app xiaomi-sensor-exporter

Server that listenes for xiaomi temperature sensors

3 stable releases

1.1.1 Mar 9, 2024
1.1.0 Mar 4, 2024
1.0.0 Mar 4, 2024

#213 in Hardware support

31 downloads per month

MIT license

15KB
152 lines

Xiaomi Sensor Datadog Exporter

This comes with this article that explains how to inject a custom firmware into the Xiaomi Thermometers.

With this service, you'll be able to listen for the bluetooth messages sent from the sensors and forward them to Datadog in order to monitor whatever you want.

Building

# for current platform
docker build --tag xiaomi-sensor-exporter .
# for multi arch building
docker build --platform linux/amd64,linux/arm/v8 --tag xiaomi-sensor-datadog-exporter .

Dependencies

~17–30MB
~425K SLoC