{"id":22080675,"url":"https://github.com/basvdijk/domusto-rfxcom","last_synced_at":"2025-03-23T20:45:44.975Z","repository":{"id":95816035,"uuid":"116150737","full_name":"basvdijk/domusto-rfxcom","owner":"basvdijk","description":"DOMUSTO Home Automation plugin for sending and receiving 433Mhz signals via RFXcom device","archived":false,"fork":false,"pushed_at":"2018-05-21T18:33:52.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-29T04:25:12.766Z","etag":null,"topics":["domusto","domusto-plugin","rfxcom","rfxcom-device"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/basvdijk.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-03T15:13:29.000Z","updated_at":"2018-05-21T18:33:53.000Z","dependencies_parsed_at":"2023-03-13T16:45:29.129Z","dependency_job_id":null,"html_url":"https://github.com/basvdijk/domusto-rfxcom","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basvdijk%2Fdomusto-rfxcom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basvdijk%2Fdomusto-rfxcom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basvdijk%2Fdomusto-rfxcom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basvdijk%2Fdomusto-rfxcom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/basvdijk","download_url":"https://codeload.github.com/basvdijk/domusto-rfxcom/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245168808,"owners_count":20571799,"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":["domusto","domusto-plugin","rfxcom","rfxcom-device"],"created_at":"2024-11-30T23:16:20.578Z","updated_at":"2025-03-23T20:45:44.964Z","avatar_url":"https://github.com/basvdijk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RFXcom\n\n```\nplugin:    RfxCom transceiver\nauthor:    Bas van Dijk\ncategory:  radio\nversion:   0.0.1\nwebsite:   http://domusto.com\n```\n\n## Features\n- [x] Listen/transmit device events\n- [x] listen to sensor events\n\n## Hardware needed\n- [RFXtrx433E tranceiver](http://www.rfxcom.com/) - € 109.95\n\n## Tested with\n - KaKu / CoCo APA2-2300R (AC protocol)\n - Kaku / CoCo ASUN-650 (AC protocol)\n - Thermometer / Humidity (OREGON protocol)\n - Doorbell (BYRONSX protocol, subtype SELECT_PLUS)\n\n## Installation\n```sh\n$ ./domusto.js plugin install basvdijk/domusto-rfxcom\n```\n\n## Configuration\n\n1. Connect the RFXcom device to an usb port\n2. Add the section below to your `config.ts`\n3. Set the correct com port where your have connected your RFXcom device\n4. Set the protocols you wish to receive data for\n5. Restart DOMUSTO\n\n```js\n    enabled: true,\n    debug: false,\n    type: 'RFXCOM',\n    settings: {\n        port: '/dev/ttyUSB-RFX433',\n        listenOnly: false,\n        enabledProtocols: [\n            'AC',       // KaKu\n            'BYRONSX',  // Doorbell\n            'RUBICSON'  // Temp + Humid\n        ]\n    }\n```\n\n## ListenOnly\nWhen you enable `listenOnly` the plugin listens to all possible events for the enabled protocols. When new data is received, this data is shown in the terminal.\n\n## Procols supported (not tested):\n- AC\n- ARC\n- ATI\n- BLINDST14\n- BLYSS\n- BYRONSX\n- FINEOFFSET\n- FS20\n- HIDEKI\n- HOMEEASY\n- LACROSSE\n- LIGHTING4\n- LIGHTWAVERF\n- MEIANTECH\n- MERTIK\n- OREGON\n- PROGUARD\n- RFU6\n- ROLLERTROL\n- RSL\n- RUBICSON\n- VISONIC\n- X10\n\n## Example devices\n\n```js\n\n// Temperature / humidity sensor\n{\n    id: 'TEMP1',\n    enabled: true,\n    role: 'input',\n    name: 'Living room',\n    type: 'temperature',\n    subType: 'temperature-humidity',\n    plugin: {\n        id: 'RFXCOM',\n        deviceId: 'temperaturehumidity1/TH13-0x2303',\n    }\n}\n\n// Blinds\n{\n    id: 'KAKU8',\n    screens: ['test'],\n    enabled: false,\n    role: 'output',\n    name: 'blinds',\n    type: 'switch',\n    subType: 'up/down',\n    plugin: {\n        id: 'RFXCOM',\n        deviceId: 'lighting2/AC-0x01034500/1'\n    }\n}\n\n// Chime with triggers to SHELL and PUSHBULLET plugin\n{\n    id: 'CHIME1',\n    screens: ['test'],\n    enabled: true,\n    role: 'output',\n    name: 'doorbell',\n    type: 'switch',\n    subType: 'momentary',\n    plugin: {\n        id: 'RFXCOM',\n        deviceId: 'chime1/SELECT_PLUS-0x00123EF',\n    },\n    triggers: [\n        {\n            listenToEvents: ['trigger'],\n            pluginId: 'SHELL',\n            deviceId: 'shell',\n            data: {\n                shellCommand: 'aplay build/assets/audio/doorbell.wav'\n            }\n        },\n        {\n            listenToEvents: ['trigger'],\n            pluginId: 'PUSHBULLET',\n            deviceId: 'note',\n            data: {\n                title: 'Doorbell',\n                message: 'Ding Dong!'\n            }\n        },\n    ],\n},\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasvdijk%2Fdomusto-rfxcom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasvdijk%2Fdomusto-rfxcom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasvdijk%2Fdomusto-rfxcom/lists"}