Giter VIP home page Giter VIP logo

homebridge-rfxcom-devices's Introduction

Homebridge RFXCom Devices

Release : 2.0 Last update Dependency size Repo size Downloads License: CC BY-NC-SA 4.0

This Homebridge platform plugin allowing 433mhz RF device support to Homekit. You need RF Gateway, personaly I used RFXtrx433XL (http://www.rfxcom.com/RFXtrx433XL).

๐Ÿ”Œ Supported devices

At is moment, this plugin only works with Chacon Dio devices like :

  • DoorBell Kit CH84201
  • Micro Module DIO Transmitter CH54700

Currently, you can control any devices listed behind has Homekit Programmable Stateless buttons.

๐Ÿ’ป Development

If your are a developer and you want contribute for increase rf devices integration, join to me ! Clone the repo and send me pull requests.

๐Ÿ›  Configure your plugin

This is a simple plugin configuration, you need to register your plugin in homebridge platforms.

{
    "name": "Homebridge RFXCom Dio Button",
    "serialport": "/dev/tty.usbserial-A129KNRC",
    "platform": "HomebridgeRFXComDevices",
    "devices": [
        {
            "uniqueid": "0x0235A99E",
            "rfid": "0x0235A99E",
            "type": "button",
            "name": "Bouton murale chambre/couloir",
            "manufacturer": "CHACON DiO",
            "model": "54700",
            "firmwarerevision": "0.1",
            "serialnumber": "0003",
            "entriesid": "unitCode",
            "entries": {
                "1": {
                    "name": "command",
                    "buttons": [
                        "On",
                        "Off"
                    ]
                },
                "2": {
                    "name": "command",
                    "buttons": [
                        "On",
                        "Off"
                    ]
                }
            }
        },
        {
            "uniqueid": "0x01CC19BE",
            "rfid": "0x01CC19BE",
            "type": "button",
            "name": "Bouton murale sonette",
            "manufacturer": "CHACON DiO",
            "model": "CH84201",
            "firmwarerevision": "0.1",
            "serialnumber": "0004",
            "entriesid": "unitCode",
            "entries": {
                "1": {
                    "name": "command",
                    "buttons": [
                        "Group On"
                    ]
                }
            }
        }
    ]
}

homebridge-rfxcom-devices's People

Contributors

dimer47 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

homebridge-rfxcom-devices's Issues

Gaposa devices

Hi @dimer47 ,

thank you for your work !

I'm looking for a Homebridge plugin which can replace my Gaposa remote control for my awning motor.
The RFXCom does communicate with it.
I've retrieve the RF/iD but I can't translate it into HomeKit.
The idea is to have 3 switches (up, stop, down) just like the real remote-control, and to communicate with Blinds1 / BLIND_T17 (which is supported) protocol.

Do you think your plugin can do that ?

Thx.
BR
Philippe

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.