{"id":21478162,"url":"https://github.com/happyleavesaoc/python-orvibo","last_synced_at":"2025-04-05T08:09:45.069Z","repository":{"id":57449636,"uuid":"46187811","full_name":"happyleavesaoc/python-orvibo","owner":"happyleavesaoc","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-17T22:48:16.000Z","size":18,"stargazers_count":36,"open_issues_count":6,"forks_count":20,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-29T07:09:49.489Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/happyleavesaoc.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-11-14T18:59:06.000Z","updated_at":"2024-06-17T22:43:22.000Z","dependencies_parsed_at":"2024-06-18T23:43:52.388Z","dependency_job_id":"24b66199-fb52-4dc8-b681-a006d18fd941","html_url":"https://github.com/happyleavesaoc/python-orvibo","commit_stats":{"total_commits":14,"total_committers":5,"mean_commits":2.8,"dds":0.5,"last_synced_commit":"601c058c00e052b81b6956bb063524a451f7432c"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/happyleavesaoc%2Fpython-orvibo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/happyleavesaoc%2Fpython-orvibo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/happyleavesaoc%2Fpython-orvibo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/happyleavesaoc%2Fpython-orvibo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/happyleavesaoc","download_url":"https://codeload.github.com/happyleavesaoc/python-orvibo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247305935,"owners_count":20917208,"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":[],"created_at":"2024-11-23T11:16:56.573Z","updated_at":"2025-04-05T08:09:45.049Z","avatar_url":"https://github.com/happyleavesaoc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-orvibo\n\nControl Orvibo devices with Python 3. Currently supports the S20 WiFi Smart Switch.\n\n## Usage\n\n```python\nfrom orvibo.s20 import S20, discover\n\nhosts = discover() # Discover devices on your local network.\ns20 = S20(\"x.x.x.x\") # Use a discovered host, or supply a known host.\nprint(s20.on) # Current state (True = ON, False = OFF).\ns20.on = True # Turn it on.\ns20.on = False # Turn it off.\n```\n\n## Contributions\n\nPull requests are welcome. Possible areas for improvement:\n\n* Additional Orvibo devices.\n* Expand S20 functions: Timers, configuration, etc\n\n## Disclaimer\n\nNot affiliated with Shenzhen Orvibo Electronics Co., Ltd.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhappyleavesaoc%2Fpython-orvibo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhappyleavesaoc%2Fpython-orvibo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhappyleavesaoc%2Fpython-orvibo/lists"}