a homebridge plugin that get RaspberryPi CPU temperature.
simple configuration
"accessories": [{
"accessory": "RaspberryPiTemperature",
"name": "RaspberryPi CPU Temperature"
}]
set temperature measurement to celsius
"accessories": [{
"accessory": "RaspberryPiTemperature",
"name": "RaspberryPi CPU Temperature",
"temperatureMeasurement": "celsius"
}]
if you want temperature value timing update, you can set 'updateInterval' attribute(unit: milliseconds).
"accessories": [{
"accessory": "RaspberryPiTemperature",
"name": "RaspberryPi CPU Temperature",
"temperatureMeasurement": "celsius",
"updateInterval": 1000
}]
for Orange PI
"accessories": [{
"accessory": "RaspberryPiTemperature",
"name": "OrangePi CPU Temperature",
"file": "/sys/devices/virtual/thermal/thermal_zone0/temp",
"temperatureMeasurement": "celsius",
"multiplier": 1
}]
This repo is outdated and is not maintained anymore. For better and cheaper devices see https://github.com/RavenSystem/esp-homekit-devices/wiki/Home-Accessory-Architect For better RPI camera see https
meta-raspberrypi 是针对树莓派的 OpenEmbedded BSP layer,树莓派是开源硬件的掌上电脑,OpenEmbedded是用于构建linux 操作系统的工具。
太感谢你了,Pouya
地址 https://mirrors.ustc.edu.cn/archive.raspberrypi.org/ 或 https://mirrors.ustc.edu.cn/raspberrypi/ 说明 树莓派的 archive.raspberrypi.org 软件源,也即 /etc/apt/sources.list.d/raspi.list , 是由树莓派基金会提供的软件源,包括 ui 相关程序
SRS支持arm,在树莓派上成功运行,本文记录了树莓派的性能指标。 Install SRS 树莓派下安装和运行SRS,有以下方式: 编译源站和运行:SRS在arm/raspberrypi下的编译,参考Build: RaspberryPi 直接下载binary文件,然后安装运行,下载RespberryPi的安装包:Github站点 或者 国内镜像站点。安装方法见页面。 查看SRS是否启动:/etc/
Homebridge 是一个轻量级 NodeJS 服务器,它模拟 iOS HomeKit API,提供从 HomeKit 到“智能家居”设备制造商提供的各种第三方 API 的基本桥接。通过 Homebridge 的桥接,可以让 Siri 控制完全不支持 HomeKit 的设备。 此外 Homebridge 支持插件。