3 stable releases
1.1.1 | Mar 9, 2024 |
---|---|
1.1.0 | Mar 4, 2024 |
1.0.0 | Mar 4, 2024 |
#305 in Hardware support
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–26MB
~401K SLoC