{"id":19899873,"url":"https://github.com/starwhooper/rpi-scheduler","last_synced_at":"2026-05-09T05:32:11.072Z","repository":{"id":184507761,"uuid":"446131030","full_name":"Starwhooper/RPi-scheduler","owner":"Starwhooper","description":"Small schedular to ping URLs to control 433 Outlets ober ESP8266","archived":false,"fork":false,"pushed_at":"2022-01-09T15:44:24.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-15T17:00:05.590Z","etag":null,"topics":["433mhz","esp8266","raspberry-pi","scheduler"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Starwhooper.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,"governance":null}},"created_at":"2022-01-09T15:43:27.000Z","updated_at":"2022-01-09T15:51:37.000Z","dependencies_parsed_at":"2023-07-28T18:52:14.980Z","dependency_job_id":null,"html_url":"https://github.com/Starwhooper/RPi-scheduler","commit_stats":null,"previous_names":["starwhooper/rpi-scheduler"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Starwhooper/RPi-scheduler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Starwhooper%2FRPi-scheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Starwhooper%2FRPi-scheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Starwhooper%2FRPi-scheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Starwhooper%2FRPi-scheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Starwhooper","download_url":"https://codeload.github.com/Starwhooper/RPi-scheduler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Starwhooper%2FRPi-scheduler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32808416,"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":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["433mhz","esp8266","raspberry-pi","scheduler"],"created_at":"2024-11-12T20:10:10.684Z","updated_at":"2026-05-09T05:32:11.041Z","avatar_url":"https://github.com/Starwhooper.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"RPi-scheduler\n==========\n\n* Creator: Thiemo Schuff, thiemo@schuff.eu\n* Source: https://github.com/Starwhooper/RPi-scheduler\n* License: CC-BY-SA-4.0\n\nBased on https://github.com/Starwhooper/RPi-433outlets. The RPi-433outlets used a local 433MHz transmitter. \nThe https://github.com/Starwhooper/RPi-scheduler send the commands to a ESP01 with 433 transmitter. The benefit of this solution is, that the stearing RPi could place in your Server-Rack and on any other place in your wlan, your clould place the ESP near your outlets.\n\nThe sketch and wiring on ESP01, could you find here: https://alexbloggt.com/funksteckdosensteuerung-mit-esp8266/\n\n\nPrepare your System\n-------------------\n```bash\nsudo apt-get install python3-pip\ncd /opt\nsudo git clone https://github.com/Starwhooper/RPi-scheduler\n```\n\nFirst configurtion\n------------------\n```bash\ncopy /opt/RPi-outlet433/config.json.example /opt/RPi-outlet433/config.json\nsudo nano /opt/RPi-outlet433/config.json\n```\nChange in config.json:\n* set \"[outlets][*][name]\" to Name that you want to identity the outlet\n* set \"[outlets][*][cmd_on]\" to esp01 url\n* set \"[outlets][*][cmd_off]\" to esp01 url\n* set \"[outlets][*][operations][*][type] to time or calculate\n  * case type = \"time\"\n    * set \"[outlets][][operations][][on] to time in 24h format. as example 0600 für 6am, 2205 for 5 minutes after 10pm.\n  * case type = \"calculate\"\n    * set \"[outlets][][operations][][on] to command and offset in mins. As example \"sunset;+45\" means 45minutes after local sunset. \"sunrise;-120\" means 2hours before sunrise.\n\nStart service\n-----\n```bash\n/opt/RPi-scheduler/service.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarwhooper%2Frpi-scheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarwhooper%2Frpi-scheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarwhooper%2Frpi-scheduler/lists"}