{"id":51594303,"url":"https://github.com/commandertvis/hue-manager","last_synced_at":"2026-07-11T17:01:43.675Z","repository":{"id":366871199,"uuid":"1136404766","full_name":"CommanderTvis/hue-manager","owner":"CommanderTvis","description":"Self-hosted daylight automation and control for Philips Hue. Compose Multiplatform clients + MCP","archived":false,"fork":false,"pushed_at":"2026-06-23T17:19:23.000Z","size":887,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-23T18:08:14.304Z","etag":null,"topics":["android","compose-multiplatform","graalvm","home-automation","kotlin","kotlin-multiplatform","mcp","model-context-protocol","philips-hue","quarkus","self-hosted","smart-home"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/CommanderTvis.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-01-17T16:25:29.000Z","updated_at":"2026-06-23T17:15:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/CommanderTvis/hue-manager","commit_stats":null,"previous_names":["commandertvis/hue-manager"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/CommanderTvis/hue-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommanderTvis%2Fhue-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommanderTvis%2Fhue-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommanderTvis%2Fhue-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommanderTvis%2Fhue-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CommanderTvis","download_url":"https://codeload.github.com/CommanderTvis/hue-manager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommanderTvis%2Fhue-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35368768,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-11T02:00:05.354Z","response_time":104,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["android","compose-multiplatform","graalvm","home-automation","kotlin","kotlin-multiplatform","mcp","model-context-protocol","philips-hue","quarkus","self-hosted","smart-home"],"created_at":"2026-07-11T17:01:35.882Z","updated_at":"2026-07-11T17:01:43.666Z","avatar_url":"https://github.com/CommanderTvis.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hue Manager\n\nSelf-hosted daylight automation and control for Philips Hue, with Desktop, Web, and\nAndroid clients. It keeps an all-day lighting schedule running without manual\nre-triggering and provides lamp control independent of the phone app.\n\n## Features\n\n- Daylight automation: lamps track the sun for the configured location — warm white when\n  it is dark, off when the sun is up, and an orange evening/night profile after a\n  configurable pseudo-sunset.\n- Automation resumes on its own after a lamp is switched off and back on.\n- Manual changes apply for one hour, then revert to the schedule.\n- Desktop (JVM), Web (Wasm), and Android clients, kept in sync in real time.\n- Lamps in an active Hue Sync entertainment session are left untouched until it ends.\n- MCP endpoint for reading and setting lamp state from an AI assistant.\n- The server is compiled to a GraalVM native image (~86 MB binary, ~45 MB RAM at idle).\n\n## Architecture\n\n```mermaid\ngraph LR\n    subgraph You\n        UI[Desktop / Web / Android]\n        Claude[Claude / MCP client]\n    end\n\n    Server[Quarkus server\u003cbr/\u003enative binary\u003cbr/\u003eautomation · cache · MCP]\n    Hydra[Ory Hydra\u003cbr/\u003eOAuth2]\n    Cloud[Philips Cloud]\n    Bridge[Hue Bridge]\n\n    UI --\u003e|HTTPS REST| Server\n    Claude --\u003e|MCP + OAuth| Server\n    Server --\u003e|token validation| Hydra\n    Server --\u003e|OAuth2 / REST| Cloud\n    Cloud --\u003e Bridge\n\n    style Server fill:#fff4e1\n    style Hydra fill:#ffe7e7\n    style Cloud fill:#f0f0f0\n    style Bridge fill:#ffe1f5\n```\n\nThe server reaches the bridge through Philips Cloud over OAuth2; no local network access,\nport forwarding, or VPN is required. MCP clients authenticate via OAuth (Ory Hydra); the\nweb and desktop clients use a password.\n\n## Getting started\n\n```bash\ncp .env.example .env   # set password, location, timezone, and Hue OAuth app credentials\ndocker compose up -d\n```\n\nThen open the app and authorize the bridge once (Philips login, then press the bridge\nlink button). HTTPS via Caddy is required for Hue's OAuth2 — see `Caddyfile.example`.\n\nDesktop (macOS): `brew install --cask commandertvis/hue-manager/hue-manager`\n\nSee `.env.example` for configuration and `CLAUDE.md` for the technical reference.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommandertvis%2Fhue-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcommandertvis%2Fhue-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommandertvis%2Fhue-manager/lists"}