将米家设备状态导出为 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
查看数据
导入 xiaomi-miio-exporter.json 面板
pip install micloud
micloud get-devices -u <邮箱/手机号> --pretty --country 'cn'
# 输入密码
即可获取米家设备列表