{"id":21120762,"url":"https://github.com/bomberus/somfy_receiver","last_synced_at":"2025-09-15T12:45:58.602Z","repository":{"id":230616434,"uuid":"727354576","full_name":"Bomberus/somfy_receiver","owner":"Bomberus","description":"Make Somfy Sender WIFI capable using RPI Pico W","archived":false,"fork":false,"pushed_at":"2024-05-14T06:35:57.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T05:11:28.121Z","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/Bomberus.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":"2023-12-04T17:41:23.000Z","updated_at":"2024-05-14T06:36:01.000Z","dependencies_parsed_at":"2024-04-13T15:06:27.274Z","dependency_job_id":"0eb91616-085f-422e-b03a-e67fa5cbbea3","html_url":"https://github.com/Bomberus/somfy_receiver","commit_stats":null,"previous_names":["bomberus/somfy_receiver"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bomberus%2Fsomfy_receiver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bomberus%2Fsomfy_receiver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bomberus%2Fsomfy_receiver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bomberus%2Fsomfy_receiver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bomberus","download_url":"https://codeload.github.com/Bomberus/somfy_receiver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243565425,"owners_count":20311705,"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-20T03:18:22.633Z","updated_at":"2025-03-14T11:12:36.809Z","avatar_url":"https://github.com/Bomberus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# How to use\n## RPI Pico Setup\n- Connect RPI Pico with micro usb cable (that supports data transfer) to your PC\n- Install RPI Pico firmware\n- Use Thonny IDE to upload all files in this repo to the device\n- Adjust the user + password in config.py\n- Check IP address of the device (when\n\n## Home Assistant\n- Add the following settings in configuration.yaml\n```yaml\nrest_command:\n  markise_hoch:\n    url: http://192.168.178.142:5000/up\n    method: POST\n  markise_runter:\n    url: http://192.168.178.142:5000/down\n    method: POST\n  markise_stop:\n    url: http://192.168.178.142:5000/stop\n    method: POST\n  markise_position:\n    url: \"http://192.168.178.142:5000/set?target={{position}}\"\n    method: POST\nrest:\n  - resource: \"http://192.168.178.142:5000/status\"\n    scan_interval: 10\n    sensor:\n      - name: \"MARKISE_POSITION\"\n        value_template: \"{{ value_json['state']['percent'] | round }}\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbomberus%2Fsomfy_receiver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbomberus%2Fsomfy_receiver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbomberus%2Fsomfy_receiver/lists"}