文件名称:SwitchBot-Meter-API:通过本地网络上的REST API访问SwitchBot Meter数据
文件大小:4KB
文件格式:ZIP
更新时间:2024-02-24 09:14:10
raspberry-pi iot smarthome homebridge smart-home
SwitchBot仪表读数 Python脚本可从Switchbot Meter设备读取温度,湿度和电池,然后通过本地网络上的API访问数据。 该脚本已经在使用Raspberry Pi OS的Raspberry Pi Zero W上进行了测试。 你会需要: Python3 入门 用例 通过将与和插件一起使用,可以在iOS Home应用程序中查看空气质量和温度数据。 安装 安装Python3和Pip3: sudo apt-get install python3 python3-pip 安装BluePy(蓝牙框架): sudo pip3 install bluepy 安装Flask(API框架): sudo pip3 install -U Flask 安装TinyDb(存储): sudo pip3 install tinydb 运行脚本: sudo python3 meters.py SwitchBot配置 要通过蓝牙在本地找到您的SwitchBot仪表,需要MAC地址和仪表读数名称。 您可以在SwitchBot移动应用程序中找到此信息。 找到后,使用设备中的值设置以下变量。
【文件预览】:
SwitchBot-Meter-API-master
----meters.py(7KB)
----README.md(3KB)
----switchbot_api.service(249B)