{"id":27129501,"url":"https://github.com/danielgiljam/homebridge-nexa-switch-platform","last_synced_at":"2025-06-28T17:06:43.050Z","repository":{"id":57265761,"uuid":"141878228","full_name":"DanielGiljam/homebridge-nexa-switch-platform","owner":"DanielGiljam","description":"This is a Homebridge plugin for controlling remote controlled power switches manufactured by Nexa.","archived":false,"fork":false,"pushed_at":"2019-06-27T18:50:47.000Z","size":58,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-13T01:17:10.142Z","etag":null,"topics":["homebridge-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/DanielGiljam.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}},"created_at":"2018-07-22T08:20:05.000Z","updated_at":"2021-05-28T20:33:10.000Z","dependencies_parsed_at":"2022-08-25T03:40:46.946Z","dependency_job_id":null,"html_url":"https://github.com/DanielGiljam/homebridge-nexa-switch-platform","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DanielGiljam/homebridge-nexa-switch-platform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielGiljam%2Fhomebridge-nexa-switch-platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielGiljam%2Fhomebridge-nexa-switch-platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielGiljam%2Fhomebridge-nexa-switch-platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielGiljam%2Fhomebridge-nexa-switch-platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DanielGiljam","download_url":"https://codeload.github.com/DanielGiljam/homebridge-nexa-switch-platform/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielGiljam%2Fhomebridge-nexa-switch-platform/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262465750,"owners_count":23315638,"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-plugin"],"created_at":"2025-04-07T19:56:29.824Z","updated_at":"2025-06-28T17:06:43.032Z","avatar_url":"https://github.com/DanielGiljam.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# homebridge-nexa-switch-platform\n\nThis is a [Homebridge](https://www.npmjs.com/package/homebridge) plugin for controlling remote controlled power switches manufactured by Nexa.\nIt may potentially work with any switch-like device communicating over the HomeEasy protocol.\n\nThe prerequisites are:\n- A Raspberry Pi Model A or B (any generation)\n- An external radio transmitter connected to your Pi's GPIO that transmits on the 433 MHz frequency\n- piHomeEasy: a software for communicating with devices using the HomeEasy protocol ([github.com/nbogojevic/piHomeEasy](https://github.com/nbogojevic/piHomeEasy)) --\u003e Check out its GitHub page for details on how to get it and install it\n\nMore information about the radio transmitter and how to connect it to the Pi can also be found on piHomeEasy's GitHub page.\n\n**NOTE!**\nAfter you've installed piHomeEasy, you need to make sure it's executable by others and that it has the setuid bit set. \nExample of what piHomeEasy's properties should look like:\n\n```bash\n$ ls -l `which piHomeEasy`\n-rwsr-xr-x 1 root staff 19056 Jun 27  2019 /usr/local/bin/piHomeEasy\n```\n\nIn your **_`config.json`_** -file, the following information needs to be added in order for the Nexa Switch Platform to be set up:\n```json\n{\n  \"bridge\": {\n    ...\n  },\n  \"platforms\": [\n    {\n      \"platform\": \"NexaSwitchPlatform\",\n      \"transmitterPin\": 0,\n      \"emitterId\": 31415,\n      \"accessories\": [\n        {\n          \"accessoryName\": \"Example Switch\",\n          \"accessoryId\": 0,\n          \"manufacturer\": \"Example Manufacturer\",\n          \"model\": \"Example Model\",\n          \"serialNumber\": \"XXX000000000\"\n        }\n      ]\n    }\n  ]\n}\n```\nAn example configuration file can be found in the _.homebridge_ -folder inside this package.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielgiljam%2Fhomebridge-nexa-switch-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielgiljam%2Fhomebridge-nexa-switch-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielgiljam%2Fhomebridge-nexa-switch-platform/lists"}