{"id":44594296,"url":"https://github.com/teh-hippo/ha-home-rules","last_synced_at":"2026-05-03T19:05:19.246Z","repository":{"id":338380451,"uuid":"1156875630","full_name":"teh-hippo/ha-home-rules","owner":"teh-hippo","description":"Solar-aware aircon automation as a Home Assistant custom integration","archived":false,"fork":false,"pushed_at":"2026-04-27T23:08:40.000Z","size":1492,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-28T01:12:42.490Z","etag":null,"topics":["aircon","automation","hacs","home-assistant","home-automation","homeassistant","hvac","raspberry-pi","solar"],"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/teh-hippo.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-13T06:37:50.000Z","updated_at":"2026-04-26T17:09:12.000Z","dependencies_parsed_at":"2026-03-05T05:02:32.155Z","dependency_job_id":null,"html_url":"https://github.com/teh-hippo/ha-home-rules","commit_stats":null,"previous_names":["teh-hippo/ha-home-rules"],"tags_count":78,"template":false,"template_full_name":null,"purl":"pkg:github/teh-hippo/ha-home-rules","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teh-hippo%2Fha-home-rules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teh-hippo%2Fha-home-rules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teh-hippo%2Fha-home-rules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teh-hippo%2Fha-home-rules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teh-hippo","download_url":"https://codeload.github.com/teh-hippo/ha-home-rules/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teh-hippo%2Fha-home-rules/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32581052,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: 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":["aircon","automation","hacs","home-assistant","home-automation","homeassistant","hvac","raspberry-pi","solar"],"created_at":"2026-02-14T08:03:59.437Z","updated_at":"2026-05-03T19:05:19.185Z","avatar_url":"https://github.com/teh-hippo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/teh-hippo/ha-home-rules/master/logo.png\" alt=\"Home Rules\" width=\"420\" /\u003e\n\u003c/p\u003e\n\n# Home Rules\n\n[![HACS][hacs-badge]][hacs-url]\n[![GitHub Release][release-badge]][release-url]\n[![Validate][validate-badge]][validate-url]\n[![Home Assistant][ha-badge]][ha-url]\n\nSolar-aware aircon automation for Home Assistant.\n\n## Features\n\n- Uses one **Control Mode** selector (**Disabled / Dry Run / Live / Aggressive**).\n- Exposes decision sensors so you can see why a mode/action was chosen.\n- Can optionally send mode-change alerts to a `notify.*` target.\n- Runtime integration code is intentionally compact to keep maintenance overhead low.\n\n## Installation\n\nInstall through HACS as a custom repository:\n1. Add `https://github.com/teh-hippo/ha-home-rules` as an **Integration** repository.\n2. Install **Home Rules**.\n3. Restart Home Assistant.\n\n## Configuration\n\nAdd **Home Rules** from Settings -\u003e Devices \u0026 Services, select your entities, then tune options.\nHome Rules manages its own aircon timer internally, so you do not need a separate `timer.*` helper entity.\n\n`select.home_rules_control_mode` defaults to **Monitor** for safe setup. Switch to **Solar Cooling** once you're happy with decisions and want the integration to control your climate entity.\n\n## Development\n\n```bash\nbash scripts/check.sh\n```\n\nRequires [uv](https://docs.astral.sh/uv/). Uses [Conventional Commits](https://www.conventionalcommits.org/).\n\n## Troubleshooting\n\n- Verify all configured entities exist and are available.\n- Keep Control Mode in **Dry Run** until behavior matches expectations.\n- Check Home Assistant logs for `home_rules` issues.\n\n## License\n\nMIT\n\n[hacs-badge]: https://img.shields.io/badge/HACS-Custom-41BDF5.svg\n[hacs-url]: https://github.com/hacs/integration\n[release-badge]: https://img.shields.io/github/v/release/teh-hippo/ha-home-rules\n[release-url]: https://github.com/teh-hippo/ha-home-rules/releases\n[validate-badge]: https://img.shields.io/github/actions/workflow/status/teh-hippo/ha-home-rules/validate.yml?branch=master\u0026label=validate\n[validate-url]: https://github.com/teh-hippo/ha-home-rules/actions/workflows/validate.yml\n[ha-badge]: https://img.shields.io/badge/HA-2026.2%2B-blue.svg\n[ha-url]: https://www.home-assistant.io\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteh-hippo%2Fha-home-rules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteh-hippo%2Fha-home-rules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteh-hippo%2Fha-home-rules/lists"}