{"id":24963599,"url":"https://github.com/nicdumz/devdeck-hue","last_synced_at":"2025-10-11T01:06:09.872Z","repository":{"id":62567827,"uuid":"425512744","full_name":"nicdumz/devdeck-hue","owner":"nicdumz","description":"Plugin for DevDeck (Elgato Linux controller) which allows controlling Philips Hue lights.","archived":false,"fork":false,"pushed_at":"2023-11-27T10:20:49.000Z","size":108,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-03T21:38:54.342Z","etag":null,"topics":["devdeck","elgato","hue","hue-lights","streamdeck"],"latest_commit_sha":null,"homepage":"","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/nicdumz.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":"2021-11-07T13:36:37.000Z","updated_at":"2023-04-09T13:48:49.000Z","dependencies_parsed_at":"2022-11-03T17:35:54.036Z","dependency_job_id":null,"html_url":"https://github.com/nicdumz/devdeck-hue","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicdumz%2Fdevdeck-hue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicdumz%2Fdevdeck-hue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicdumz%2Fdevdeck-hue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicdumz%2Fdevdeck-hue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicdumz","download_url":"https://codeload.github.com/nicdumz/devdeck-hue/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246117693,"owners_count":20726068,"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":["devdeck","elgato","hue","hue-lights","streamdeck"],"created_at":"2025-02-03T09:57:41.346Z","updated_at":"2025-10-11T01:06:04.851Z","avatar_url":"https://github.com/nicdumz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DevDeck - Philips Hue integration\n\n![CI](https://github.com/nicdumz/devdeck-hue/workflows/CI/badge.svg?branch=main)\n\nPhilips Hue light controls for [DevDeck](https://github.com/jamesridgway/devdeck).\n\n## Installing\n\nSimply install _DevDeck - Hue_ into the same python environment that you have installed DevDeck.\n\n    pip install devdeck-hue\n\nYou can then update your DevDeck configuration to use decks and controls from this package.\n\n## Controls\n\n- `toggle.Toggle`\n\n  Can be used to toggle on/off a Philips Hue lamp.\n\n- `brightness.Increase`\n\n  Can be use to increase light brightness by a static amount.\n\n- `brightness.Decrease`\n\n  Can be use to decrease light brightness by a static amount.\n\n## One-time setup\n\nThe `phue` module which is used under the hood requires a one-time pairing with\nthe Hue bridge, once. Easiest way to do this is:\n\n```\npython3 -m phue --host 192.168.1.42\n```\n\nWhere `--host` is the IP of the Hue bridge.\n\n## Configuration\n\nExample configuration:\n\n    decks:\n      - serial_number: ABC123\n        name: devdeck.decks.single_page_deck_controller.SinglePageDeckController\n        settings:\n          controls:\n            - name: devdeck_hue.toggle.Toggle\n              key: 0\n              settings:\n                host: 192.168.1.23\n                light_id: 4\n            - name: devdeck_hue.brightness.Increase\n              key: 1\n              settings:\n                host: 192.168.1.23\n                light_id: 4\n                step: 20\n            - name: devdeck_hue.brightness.Decrease\n              key: 1\n              settings:\n                host: 192.168.1.23\n                light_id: 4\n                step: 20\n\n`light_id` is the light ID from the hue bridge. A simply way to list connected\nlights by id is to run the following Python snippet:\n\n```\npython3 -c 'import phue; b=phue.Bridge(); b.connect(); print(b.get_light_objects(mode=\"id\"))'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicdumz%2Fdevdeck-hue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicdumz%2Fdevdeck-hue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicdumz%2Fdevdeck-hue/lists"}