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框