{"id":20085509,"url":"https://github.com/smarthome-go/infrared-node-rs","last_synced_at":"2026-05-08T22:33:56.964Z","repository":{"id":110494007,"uuid":"527299754","full_name":"smarthome-go/infrared-node-rs","owner":"smarthome-go","description":"Raspberry-Pi microservice for Smarthome that allows IR control (Rewritten in Rust)","archived":false,"fork":false,"pushed_at":"2022-10-30T19:32:42.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-02T14:26:40.087Z","etag":null,"topics":["infrared","infrared-control","raspberry-pi"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smarthome-go.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2022-08-21T18:57:28.000Z","updated_at":"2023-04-05T20:33:39.000Z","dependencies_parsed_at":"2023-03-25T00:48:40.447Z","dependency_job_id":null,"html_url":"https://github.com/smarthome-go/infrared-node-rs","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/smarthome-go/infrared-node-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smarthome-go%2Finfrared-node-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smarthome-go%2Finfrared-node-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smarthome-go%2Finfrared-node-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smarthome-go%2Finfrared-node-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smarthome-go","download_url":"https://codeload.github.com/smarthome-go/infrared-node-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smarthome-go%2Finfrared-node-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32800261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["infrared","infrared-control","raspberry-pi"],"created_at":"2024-11-13T15:56:19.389Z","updated_at":"2026-05-08T22:33:56.935Z","avatar_url":"https://github.com/smarthome-go.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Infrared Node - Rust Rewrite\nThis is a new and improved version of [infrared-node](https://github.com/smarthome-go/infrared-node)\n\n## Usage\n```\npi@raspberrypi ~\u003e ifrs --help\ninfrared-node-rs 0.1.0\nRaspberry-Pi microservice for Smarthome that allows IR control\n\nUSAGE:\n    ifrs [OPTIONS]\n\nOPTIONS:\n    -c, --config-path \u003cCONFIG_PATH\u003e\n            The path where the configuration file should be located\n\n    -d, --discover\n            Discover mode is used to set up new buttons of a remote\n\n    -h, --help\n            Print help information\n\n    -V, --version\n            Print version information\npi@raspberrypi ~\u003e\n```\n\n## Configuration\nThe default configuration file can be found [here](./src/default_config.toml).\n```toml\n# Smarthome server configuration\n[smarthome]\nurl = \"http://smarthome.box\"        # Fully-qualified root URL of the main server\ntoken = \"your-token\"                # Authentication token for (navigate to `http://url/profile` to obtain a token)\n\n# Hardware configuration\n[hardware]\nenabled = false                     # If the infrared scanner should be initialized on startup\npin = 0                             # The BCM pin number on which the infrared scanner is attached\n\n# Button actions can be configured here\n[[actions]]\nname = \"default\"                    # A name which describes your action well\ntriggers = [101]                    # A list of numbers (the codes which match the action), multiple codes can correspond to one action\nhomescript = \"print('Homescript')\"  # The Homescript code which is executed when the action was matched (validated on startup)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmarthome-go%2Finfrared-node-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmarthome-go%2Finfrared-node-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmarthome-go%2Finfrared-node-rs/lists"}