{"id":50161412,"url":"https://github.com/randrcomputers/ha-ipool-light","last_synced_at":"2026-05-24T16:01:23.732Z","repository":{"id":357492520,"uuid":"1237167904","full_name":"randrcomputers/ha-ipool-light","owner":"randrcomputers","description":"iPool Light (BLE) (poolexa)— Home Assistant (HACS) Home Assistant integration for RGB pool lights","archived":false,"fork":false,"pushed_at":"2026-05-24T03:14:37.000Z","size":47,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-24T04:28:55.908Z","etag":null,"topics":["ipool","ipool-light","light","pomeade","poolexa","voswitch"],"latest_commit_sha":null,"homepage":"https://www.randrcomputers.com","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/randrcomputers.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-13T00:07:38.000Z","updated_at":"2026-05-24T03:14:40.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/randrcomputers/ha-ipool-light","commit_stats":null,"previous_names":["randrcomputers/ha-ipool-light"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/randrcomputers/ha-ipool-light","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randrcomputers%2Fha-ipool-light","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randrcomputers%2Fha-ipool-light/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randrcomputers%2Fha-ipool-light/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randrcomputers%2Fha-ipool-light/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/randrcomputers","download_url":"https://codeload.github.com/randrcomputers/ha-ipool-light/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randrcomputers%2Fha-ipool-light/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33440447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-24T13:13:05.286Z","status":"ssl_error","status_checked_at":"2026-05-24T13:13:03.728Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["ipool","ipool-light","light","pomeade","poolexa","voswitch"],"created_at":"2026-05-24T16:01:21.638Z","updated_at":"2026-05-24T16:01:23.725Z","avatar_url":"https://github.com/randrcomputers.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iPool Light (BLE) (poolexa)— Home Assistant (HACS)\r\n\r\nUnofficial integration for **RGB pool lights** that speak the **LedBle** protocol (Android package **`com.ledble`**, app names such as **iPool Light**). The same hardware is often sold under **Poolexa** and **other generic / white-label brands**; if your lamp uses that app stack and the usual LedBle GATT services, this integration may work—**verify your MAC and behavior**; we do not claim compatibility with every clone firmware.\r\n\r\nPacket layout and GATT UUIDs are taken from **iPool Light 1.0.3** (`Ipoolight_1.0.3_APKPure.apk`, `NetConnectBle` in `classes.dex`). **Not affiliated with any vendor or store brand.** Use at your own risk.\r\n\r\n## Share / install via HACS\r\n\r\n**Custom repository URL:** [https://github.com/randrcomputers/ha-ipool-light](https://github.com/randrcomputers/ha-ipool-light)\r\n\r\nHACS → **Integrations** → **⋮** → **Custom repositories** → category **Integration** → paste the URL → **Add** → install **iPool Light (BLE)** → restart Home Assistant.\r\n\r\n## Requirements\r\n\r\n- Home Assistant **2024.1+**\r\n- **Bluetooth** integration (adapter or **Bluetooth proxy** near the pool)\r\n- Light **MAC address** (confirm in **Settings → Bluetooth**, e.g. `78:9C:E7:08:4C:C2`)\r\n\r\n## Features (v0.1.3)\r\n\r\n- **Light** entity only: on / off, **RGB** color, **brightness** (stable — no extra `select` entities).\r\n- **Service `ipool_light.set_rgb_effect`** — APK jump / gradient / flash presets (for the **pool light card** or automations).\r\n- **Assumed state** — no BLE notify decode; HA reflects the last command you sent.\r\n- Short BLE sessions: connect, send frame, disconnect.\r\n\r\n### Effects (card or Developer tools)\r\n\r\n```yaml\r\naction: ipool_light.set_rgb_effect\r\ndata:\r\n  entity_id: light.your_ipool_light\r\n  effect: \"Tricolor jump\"\r\n```\r\n\r\nUse the **[pool light card](https://github.com/randrcomputers/ha-pool-light-card)** for a dropdown next to the color swatches. The built-in HA light more-info dialog does not include effects (colors only).\r\n\r\n## Legal\r\n\r\n*iPool Light*, *Poolexa*, *LedBle*, and similar names are trademarks or trade names of their respective owners; this project is independent community software and is not endorsed by them.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandrcomputers%2Fha-ipool-light","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frandrcomputers%2Fha-ipool-light","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandrcomputers%2Fha-ipool-light/lists"}