Skip to content

jimyag/xiaomi-miio-exporter

Repository files navigation

小米物联网设备 exporter

将米家设备状态导出为 metrics 数据

使用

获取设备 token,参考 获取设备 token

修改 config.py 文件中的设备信息

pip install -r requirements.txt
python exporter.py

访问 http://localhost:8000/metrics 查看数据

使用 docker 运行

# 修改配置
# 运行
docker compose up -d

访问 http://localhost:10014/metrics 查看数据

grafana 面板配置

image

导入 xiaomi-miio-exporter.json 面板

获取设备 token

pip install micloud
micloud get-devices  -u <邮箱/手机号> --pretty --country 'cn'
# 输入密码

即可获取米家设备列表

参考