{"id":45974921,"url":"https://github.com/flipdot/sternenhimmel","last_synced_at":"2026-02-28T16:03:53.456Z","repository":{"id":79029211,"uuid":"450302574","full_name":"flipdot/sternenhimmel","owner":"flipdot","description":"Connects switches with lights via zigbee2mqtt","archived":false,"fork":false,"pushed_at":"2024-07-06T01:56:13.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-07-06T04:40:26.888Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flipdot.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-21T00:31:21.000Z","updated_at":"2024-07-06T01:56:15.000Z","dependencies_parsed_at":"2024-06-18T00:26:48.856Z","dependency_job_id":null,"html_url":"https://github.com/flipdot/sternenhimmel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flipdot/sternenhimmel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipdot%2Fsternenhimmel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipdot%2Fsternenhimmel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipdot%2Fsternenhimmel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipdot%2Fsternenhimmel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flipdot","download_url":"https://codeload.github.com/flipdot/sternenhimmel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipdot%2Fsternenhimmel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29941803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T13:49:17.081Z","status":"ssl_error","status_checked_at":"2026-02-28T13:48:50.396Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2026-02-28T16:03:53.360Z","updated_at":"2026-02-28T16:03:53.433Z","avatar_url":"https://github.com/flipdot.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sternenhimmel\n\nInfluence the light when the script is running:\n\n    mosquitto_pub -t \"sternenhimmel/group/b\" -m '{\"on\": true, \"amplitude\": 1, \"frequency\": 0.5}' -r\n\n## Deployment\n\n    ssh pi@raspbee2.fd\n    cd sternenhimmel\n    git pull\n    sudo systemctl restart sternenhimmel\n\n## Pair device\n\nEnable logging output\n\n    sudo vim /etc/systemd/system/zigbee2mqtt.service\n    sudo systemctl daemon-reload\n    sudo systemctl restart zigbee2mqtt\n    journalctl -fu zigbee2mqtt\n\nAllow devices to join within 120 seconds: \n\n    mosquitto_pub -t \"zigbee2mqtt/bridge/request/permit_join\" -m '{\"value\": true, \"time\": 120}'\n\nYou should see the device ID. Use it to give your device a friendly name.\n\nMore details: https://www.zigbee2mqtt.io/guide/usage/pairing_devices.html\n\n## Friendly names\n\nSwitches need to be named `switch/XXX`, whereby each X corresponds to a group named by letter X.\nBrightness switches are named `switch/brightness/XXX`.\nFrequency switches are named `switch/frequency/XXX`.\n\nLights need to be named `light/XN`, whereby X is the group (single letter) and N a number.\n\nYou can adjust the friendly names by editing the file `/opt/zigbee2mqtt/data/configuration.yaml`\n\nOR, to avoid restarting the service, rename on the fly.\n\"from\" can be friendly name or IEEE ID.\nChange will be persisted to configuration file automatically.\n\n    mosquitto_pub -t \"zigbee2mqtt/bridge/request/device/rename\" -m '{\"from\": \"switch/c\", \"to\": \"switch/brightness/cd\"}'\n    # OR, use device ID\n    mosquitto_pub -t \"zigbee2mqtt/bridge/request/device/rename\" -m '{\"from\": \"0xec1bbdfffe59bc53\", \"to\": \"switch/frequency/ab\"}'\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflipdot%2Fsternenhimmel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflipdot%2Fsternenhimmel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflipdot%2Fsternenhimmel/lists"}