{"id":19262044,"url":"https://github.com/aquajo/huefl","last_synced_at":"2025-08-19T01:06:59.903Z","repository":{"id":253710880,"uuid":"843049018","full_name":"AquaJo/hueFL","owner":"AquaJo","description":"Minimalistic yet powerful hue bridge controller GUI. Set live ambiances, create rooms, customize, ...","archived":false,"fork":false,"pushed_at":"2024-08-22T00:12:28.000Z","size":1374,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T18:46:13.683Z","etag":null,"topics":["ambiance","phillips","phillipshue","zigbee"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/AquaJo.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":"2024-08-15T17:09:55.000Z","updated_at":"2024-08-22T00:12:30.000Z","dependencies_parsed_at":"2024-08-22T01:19:01.214Z","dependency_job_id":null,"html_url":"https://github.com/AquaJo/hueFL","commit_stats":null,"previous_names":["aquajo/huefl"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/AquaJo/hueFL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AquaJo%2FhueFL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AquaJo%2FhueFL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AquaJo%2FhueFL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AquaJo%2FhueFL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AquaJo","download_url":"https://codeload.github.com/AquaJo/hueFL/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AquaJo%2FhueFL/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271083509,"owners_count":24696310,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"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":["ambiance","phillips","phillipshue","zigbee"],"created_at":"2024-11-09T19:29:28.976Z","updated_at":"2025-08-19T01:06:59.876Z","avatar_url":"https://github.com/AquaJo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg align=\"left\" src=\"build/hueFL-md.png#gh-dark-mode-only\" width=\"240\"\u003e\n\u003cimg align=\"left\" src=\"build/hueFL-md-inv.png#gh-light-mode-only\" width=\"240\"\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\nhueFL allows you to control Zigbee lamps and other devices managed through a Hue Bridge. It comes with a quite intuitive, minimalist, and sleek design, along with optional settings.\\\nJava is required for some major features, such as syncing desktop background color and brightness.\\\nThis is a project from over a year ago that I've decided to revisit, with the goal of refining it into a **more** polished and stable state.\\\nIt's not exactly where I wanted it to be, but at the moment, I have some other projects running ^^\\\nUse this software at your own risk.\n\n# Installation\n\nCheck out the [releases](https://github.com/AquaJo/hueFL/releases) and feel free to install the latest version.\\\nAlternatively, you can build it yourself, [here](#build).\\\nIf you already know your API key and bridge IP, feel free to press `k` for manual login.\n\n### Preview\n\n![](build/preview.png)\n\n# Build\n\nI used [Electron-Builder \u0026 Electron-Updater](https://www.electron.build/) for building.\\\nTherefore, `npm run dist` is the main way to build the application.\n\nIf you want to compile the [Java code](src/jars/Hue-Ambiance), feel free to use tools like BlueJ.\n\n# Development\n\nThe development experience isn't the smoothest at the moment.\n\n- Set `git config core.hooksPath .githooks` before creating commits.\n- You need to bundle the setting's JS files before running `electron .` when working with settings.\n  - This can be automated by e.g. running `npm start`\n- Also, `Ctrl+C` might not stop the Java process.\n  - Feel free to manually close the application as an end-user would.\n\n# Credits\n\n_Amazing thanks to_\n\n- **For styling:**\n  - [Ahmad Emran](https://codepen.io/ahmadbassamemran) - [Day \u0026 toggle-switch](https://codepen.io/ahmadbassamemran/pen/yLBXBmy)\n  - [Vincent Garreau](https://github.com/VincentGarreau) - [Particle.js](https://github.com/VincentGarreau/particles.js)\n  - [Aaron Iker](https://codepen.io/aaroniker) - [Color picker (including JS, CSS, and HTML)](https://codepen.io/aaroniker/pen/NLjmdz)\n  - [Andreas Storm](https://codepen.io/avstorm) - [Toggle-switch (used in settings)](https://codepen.io/avstorm/pen/jOEpBLW)\n  - [yourpalnurav](https://codepen.io/yourpalnurav) - [Animated button (used in settings)](https://codepen.io/yourpalnurav/pen/LqNmzL)\n  - **...**\n  ***\n  - [HubSpot](https://github.com/hubspot) - [Vex](https://github.com/hubspot/vex) for their nice alerts\n  - [Bootstrap](https://github.com/twbs/bootstrap) for nice content-building\n  - [Google](https://www.google.com/) for their excellent [Material Icons](https://fonts.google.com/icons) and [Fonts](https://fonts.google.com/) :]\n  - **...**\n- **For libraries:**\n  - [Brian Grinstead](https://github.com/bgrins) - [TinyColor tool](https://github.com/bgrins/TinyColor)\n  - **...**\n\n# Todo\n\n- Improve development experience\n- Set `asar` to true again and address related issues (zip version?)\n- GitHub Actions with minimal install only\n- Fix abrupt program closing causing Java to remain running\n- URL pipe rewriting\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faquajo%2Fhuefl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faquajo%2Fhuefl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faquajo%2Fhuefl/lists"}