{"id":15140494,"url":"https://github.com/dimer47/homebridge-rfxcom-devices","last_synced_at":"2025-04-15T01:34:29.429Z","repository":{"id":57265924,"uuid":"332483832","full_name":"dimer47/homebridge-rfxcom-devices","owner":"dimer47","description":"It is simple Homebridge platform plugin allowing 433mhz RF device support to Homekit.","archived":false,"fork":false,"pushed_at":"2021-08-15T21:23:00.000Z","size":22,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T18:17:31.767Z","etag":null,"topics":["homebridge","homebridge-plugin","homekit","rfxcom"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dimer47.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-24T15:26:54.000Z","updated_at":"2024-07-18T17:56:25.000Z","dependencies_parsed_at":"2022-08-25T03:40:50.603Z","dependency_job_id":null,"html_url":"https://github.com/dimer47/homebridge-rfxcom-devices","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimer47%2Fhomebridge-rfxcom-devices","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimer47%2Fhomebridge-rfxcom-devices/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimer47%2Fhomebridge-rfxcom-devices/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimer47%2Fhomebridge-rfxcom-devices/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dimer47","download_url":"https://codeload.github.com/dimer47/homebridge-rfxcom-devices/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248989126,"owners_count":21194532,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["homebridge","homebridge-plugin","homekit","rfxcom"],"created_at":"2024-09-26T08:22:36.017Z","updated_at":"2025-04-15T01:34:29.402Z","avatar_url":"https://github.com/dimer47.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Homebridge RFXCom Devices\n\n![Release : 2.0 ](https://img.shields.io/github/package-json/v/dimer47/homebridge-rfxcom-devices?color=red\u0026style=flat-square) ![Last update](https://img.shields.io/github/last-commit/dimer47/homebridge-rfxcom-devices?color=yellow\u0026label=Last%20update\u0026style=flat-square) ![Dependency size](https://img.shields.io/bundlephobia/minzip/homebridge-rfxcom-devices?color=green\u0026label=dependency%20size\u0026style=flat-square) ![Repo size](https://img.shields.io/github/repo-size/dimer47/homebridge-rfxcom-devices?style=flat-square) ![Downloads](https://img.shields.io/npm/dt/homebridge-rfxcom-devices?style=flat-square) [![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg?style=flat-square)](http://creativecommons.org/licenses/by-nc-sa/4.0/)\n\n\nThis Homebridge platform plugin allowing 433mhz RF device support to Homekit.\nYou need RF Gateway, personaly I used RFXtrx433XL (http://www.rfxcom.com/RFXtrx433XL).\n\n## 🔌 Supported devices\n\nAt is moment, this plugin only works with **Chacon Dio devices** like : \n* DoorBell Kit CH84201\n* Micro Module DIO Transmitter CH54700\n\nCurrently, you can control any devices listed behind has Homekit Programmable Stateless buttons.\n\n## 💻 Development\nIf your are a developer and you want contribute for increase rf devices integration, join to me !\nClone the repo and send me pull requests.\n\n## 🛠 Configure your plugin\n\nThis is a simple plugin configuration, you need to register your plugin in homebridge platforms.\n\n```json\n{\n    \"name\": \"Homebridge RFXCom Dio Button\",\n    \"serialport\": \"/dev/tty.usbserial-A129KNRC\",\n    \"platform\": \"HomebridgeRFXComDevices\",\n    \"devices\": [\n        {\n            \"uniqueid\": \"0x0235A99E\",\n            \"rfid\": \"0x0235A99E\",\n            \"type\": \"button\",\n            \"name\": \"Bouton murale chambre/couloir\",\n            \"manufacturer\": \"CHACON DiO\",\n            \"model\": \"54700\",\n            \"firmwarerevision\": \"0.1\",\n            \"serialnumber\": \"0003\",\n            \"entriesid\": \"unitCode\",\n            \"entries\": {\n                \"1\": {\n                    \"name\": \"command\",\n                    \"buttons\": [\n                        \"On\",\n                        \"Off\"\n                    ]\n                },\n                \"2\": {\n                    \"name\": \"command\",\n                    \"buttons\": [\n                        \"On\",\n                        \"Off\"\n                    ]\n                }\n            }\n        },\n        {\n            \"uniqueid\": \"0x01CC19BE\",\n            \"rfid\": \"0x01CC19BE\",\n            \"type\": \"button\",\n            \"name\": \"Bouton murale sonette\",\n            \"manufacturer\": \"CHACON DiO\",\n            \"model\": \"CH84201\",\n            \"firmwarerevision\": \"0.1\",\n            \"serialnumber\": \"0004\",\n            \"entriesid\": \"unitCode\",\n            \"entries\": {\n                \"1\": {\n                    \"name\": \"command\",\n                    \"buttons\": [\n                        \"Group On\"\n                    ]\n                }\n            }\n        }\n    ]\n}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimer47%2Fhomebridge-rfxcom-devices","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimer47%2Fhomebridge-rfxcom-devices","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimer47%2Fhomebridge-rfxcom-devices/lists"}