当前位置: 首页 > 软件库 > 其他开源 > 物联网 >

homebridge-raspberrypi-temperature

授权协议 Readme
开发语言 JavaScript
所属分类 其他开源、 物联网
软件类型 开源软件
地区 不详
投 递 者 阎晗日
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

homebridge-raspberrypi-temperature

a homebridge plugin that get RaspberryPi CPU temperature.

Configuration

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
}]

Version Logs

0.0.8 (2020-11-25)

  1. (simplenotezy) Add support for celsius config parameter

0.0.7 (2018-08-04)

  1. (banzalik) Add support OrangePI.

0.0.6 (2018-02-10)

  1. (hang.yin) update 'package.json'.

0.0.5 (2018-02-10)

  1. (hang.yin) add timing update value features.

0.0.4 (2018-02-09)

  1. (hang.yin) optimized code.

0.0.3 (2017-08-20)

  1. (hang.yin) fixed bug.

0.0.2 (2017-08-14)

  1. (hang.yin) publish to www.npmjs.com.

0.0.1 (2017-05-24)

  1. (hang.yin) get RaspberryPi CPU temperature.
 相关资料
  • 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 支持插件。