{"id":13747739,"url":"https://github.com/Josef-Friedrich/Hue-shell","last_synced_at":"2025-05-09T09:30:52.493Z","repository":{"id":10098328,"uuid":"12160344","full_name":"Josef-Friedrich/Hue-shell","owner":"Josef-Friedrich","description":"A collection of UNIX shell scripts to control the Hue LED lamps from Philips.","archived":true,"fork":false,"pushed_at":"2020-12-11T08:20:52.000Z","size":404,"stargazers_count":51,"open_issues_count":2,"forks_count":5,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-02-11T18:46:35.934Z","etag":null,"topics":["hue-lamps","shell","unix"],"latest_commit_sha":null,"homepage":"http://josef-friedrich.github.io/Hue-shell/","language":"Shell","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/Josef-Friedrich.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}},"created_at":"2013-08-16T14:26:06.000Z","updated_at":"2024-02-11T18:46:35.935Z","dependencies_parsed_at":"2022-08-07T05:15:29.542Z","dependency_job_id":null,"html_url":"https://github.com/Josef-Friedrich/Hue-shell","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Josef-Friedrich%2FHue-shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Josef-Friedrich%2FHue-shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Josef-Friedrich%2FHue-shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Josef-Friedrich%2FHue-shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Josef-Friedrich","download_url":"https://codeload.github.com/Josef-Friedrich/Hue-shell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224849390,"owners_count":17380110,"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","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":["hue-lamps","shell","unix"],"created_at":"2024-08-03T06:01:40.650Z","updated_at":"2024-11-15T21:30:53.661Z","avatar_url":"https://github.com/Josef-Friedrich.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/Josef-Friedrich/Hue-shell.svg?branch=master)](https://travis-ci.org/Josef-Friedrich/Hue-shell)\n\n`Hue-shell` is a collection of shell scripts to control the Hue lamps\nfrom Philips.\n\n```\n                    _________________________\n                   /                         \\\n                  +    ___________________    +\n                  |   /                   \\   |                      .\n                  |   + _$ hue set 1 --on  +  |            .    +    ,\n                  |   |                    |  |             \\   '   /\n  ,+.             |   +                    +  |              ` ,+. '\n (   )            |   \\___________________/   |           +-+ (   ) +-+\n  \\ /     --\u003e     +  /+\\               _      +     --\u003e        \\ /\n _+=+_             \\_________________________/                _+=+_\n+_____+              !______________________!                +_____+\n\n```\n\nIt is designed for embedded operating systems with very\nlimited resources (successfully tested on the old and outdated wifi\nrouter \"Linksys WRT54GL\").\n\n`Hue-shell` runs on many shells (sh, dash,\nash, bash) and many UNIX operating systems (Linux, MacOS X, FreeBSD,\nOpenWrt). `Hue-shell` works well in a small BusyBox environment. Out\nof the box `Hue-shell` runs on many single-board computer like\nRaspberry Pi, Cubieboard, BeagleBone etc.\n\n# Installation\n\n```sh\nsudo sh -c \"OPT=install; $(curl -fksSkL http://raw.github.com/Josef-Friedrich/Hue-shell/master/install.sh)\"\n```\n\nTo install `Hue shell` manually please read the [documentation on the project page](http://josef-friedrich.github.io/Hue-shell/installation.html).\n\n# Features\n\n```\n              .--------------.\n           ___|  _  _  _  _  |_________________\n          /   |  || || || ||_|___             /;      Hue-shell runs on\n         /.--------------.      /|___        //     many single-board computer\n        / |  _  _  _  _  |     / ___ \\      //     like Raspberry Pi,\n       /  |  || || || || |____/ ___ \\(\\)   //     Cubieboard, BeagleBone etc.\n      /   |  || || || || |    | /  \\(\\)   //\n     /    |______________|____|/   (\\)   //\n    / _                                 //\n   / (\\) Raspberry Pi                  //\n  /___________________________________//\n  `-----------------------------------'\n```\n\n* Versatile basic command `hue set ...`\n* Requires very little resources, runs in small UNIX environments\n* Moving light scenes to create a ambient and decent atmosphere (`huescene-breath` `..-pendulum`, `..-sequence`)\n* Background services to detect reachable bridge and blubs.\n\nFor further documentation please visit the [project site](http://josef-friedrich.github.io/Hue-shell/):\n\nhttp://josef-friedrich.github.io/Hue-shell/\n\n# Commands\n\n## Basic commands\n\n* [hue](http://josef-friedrich.github.io/Hue-shell/docs/hue.html)\n\n## Load commands\n\n* [hueload-default](http://josef-friedrich.github.io/Hue-shell/docs/hueload-default.html)\n* [hueload-random](http://josef-friedrich.github.io/Hue-shell/docs/hueload-random.html)\n* [hueload-scene](http://josef-friedrich.github.io/Hue-shell/docs/hueload-scene.html)\n\n## One color commands\n\n* [huecolor-basic](http://josef-friedrich.github.io/Hue-shell/docs/huecolor-basic.html)\n* [huecolor-recipe](http://josef-friedrich.github.io/Hue-shell/docs/huecolor-recipe.html)\n\n## Scene commands\n\n* [huescene-breath](http://josef-friedrich.github.io/Hue-shell/docs/huescene-breath.html)\n* [huescene-pendulum](http://josef-friedrich.github.io/Hue-shell/docs/huescene-pendulum.html)\n* [huescene-sequence](http://josef-friedrich.github.io/Hue-shell/docs/huescene-sequence.html)\n\n## Service commands\n\n* [hueservice-detect-bridge](http://josef-friedrich.github.io/Hue-shell/docs/hueservice-detect-bridge.html)\n* [hueservice-detect-lights](http://josef-friedrich.github.io/Hue-shell/docs/hueservice-detect-lights.html)\n\n## Management commands\n\n* [hue-manager](http://josef-friedrich.github.io/Hue-shell/docs/hue-manager.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJosef-Friedrich%2FHue-shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJosef-Friedrich%2FHue-shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJosef-Friedrich%2FHue-shell/lists"}