#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

#240 in Hardware support

Download history 174/week @ 2024-02-28 178/week @ 2024-03-06 15/week @ 2024-03-13 16/week @ 2024-03-27 35/week @ 2024-04-03

51 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

~16–29MB
~418K SLoC