• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

hirosan18/homebridge-nature-remo-sensor: Nature Remo plugin for homebridge: http ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

hirosan18/homebridge-nature-remo-sensor

开源软件地址:

https://github.com/hirosan18/homebridge-nature-remo-sensor

开源编程语言:

JavaScript 97.0%

开源软件介绍:

npm version License: MIT

homebridge-nature-remo-sensor

Nature Remo plugin for homebridge: https://github.com/nfarina/homebridge

feature

This is homebridge plugin to get NatureRemo sensor values with Siri and Homekit (Home app on iOS).

temperature humidity

This plugin uses the "Nature Remo Cloud API" to get the temperature, humidity and illumination of NatureRemo.

Therefore, you need OAuth2 access token, which can be obtained from home.nature.global.

# "Nature Remo Local API" doesn't have API to get temperature, humidity and illumination in v1.0.0, so this plugin uses "Nature Remo Cloud API". # Also, the Home app doesn't seem to be able to create automation triggered by temperature, humidity, or illumination sensors (confirmed in iOS11). # You can do this by using a third party app such as the Elgato Eve app (unconfirmed).

Installation

npm install homebridge-nature-remo-sensor -g

Configuration

1. Get Nature-Remo OAuth2 Access Token

Issue at home.nature.global

2. Set & Get Nature-Remo DeivceNickName from Remo app

Remo app → Setting → Remo → Name

nickname1 nickname2

3. Create the config.json file

$ vim ~/.homebridge/config.json
{
  "bridge": {
    "name": "Homebridge",
    "username": "CC:22:3D:E3:CE:30",
    "port": 51826,
    "pin": "031-45-154"
  },
  "description": "Nature Remo Control",
  "accessories": [{
    "accessory": "remo-sensor",
    "name": "sensor",
    "deviceName": "<DeivceNickName>",
    "schedule": "*/5 * * * *",
    "cache": true,
    "accessToken": "<Get your access token at https://home.nature.global/>",
    "mini": false,
    "sensors": {
      "temperature": true,
      "humidity": true,
      "light": false
    }
  }]
}

Note:

  • schedule is cron syntax
  • cache If true, sensor value requests via Homebridge will return the value refreshed by the schedule (default false)
  • mini must be true for Nature Remo mini
  • sensors is optional



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap