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

topas/homebridge-rfbuttons: Multiple RF433 / RF315 buttons receiver to Homekit s ...

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

开源软件名称:

topas/homebridge-rfbuttons

开源软件地址:

https://github.com/topas/homebridge-rfbuttons

开源编程语言:

JavaScript 100.0%

开源软件介绍:

Homebridge plugin for RF433 / RF315 receiver on Raspberry PI

Plugin for receiving multiple RF buttons codes using Raspberry PI. No root access rights needed but the user account for running homebridge service should be in gpio group.

RF buttons will appear as stateless programmable buttons in Homekit (supported since iOS 10.3) so you can simply assign button actions in Homekit app.

Every button can be triggered by multiple RF codes. It can be useful for joining multiple RF buttons to one Homekit button.

Raspberry PI Wiring

It's very simple: RF433 / RF315 receiver has 3 wires: +5V, GND and data output. Data output should go to GPIO2 (pin number 27 on Raspberry PI 2 and 3) or just follow this tutorial how to connect RF receiver to Raspberry PI.

Wall Buttons (switches) tips

Cheap from Aliexpress:

How to install

Install wiringPi library using this tutorial.

OR here is simplified version:

pi@raspberrypi ~ $ git clone git://git.drogon.net/wiringPi
...
pi@raspberrypi ~ $ cd wiringPi/wiringPi
pi@raspberrypi ~/wiringPi/wiringPi $ sudo su
...
root@raspberrypi:/home/pi/wiringPi/wiringPi# ./build

Homebridge Configuration

{
    "bridge": {
        "name": "Homebridge",
        "username": "CC:22:3D:E3:CE:30",
        "port": 51826,
        "pin": "011-22-333"
    },

    "description": "This is an example configuration file with one fake accessory and one fake platform. You can use this as a template for creating your own configuration file containing devices you actually own.",

    "accessories": [],
    "platforms": [
        {
           "platform": "RFButtons",
           "pin": 2,
           "debounceDelay": 300,
           "buttons": [
             {
                "name": "Switch1",
                "codes": [2184098]
             },
             {
                "name": "Switch2",
                "codes": [2184104]
             },
             {
                "name": "Switch3",
                "codes": [2184100]
             }
           ]

        }
   ]
}

Credits




鲜花

握手

雷人

路过

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

请发表评论

全部评论

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

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

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

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

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