{"id":15987447,"url":"https://github.com/andraxdev/rgb-controller","last_synced_at":"2025-03-27T05:31:21.484Z","repository":{"id":50329410,"uuid":"518490410","full_name":"AndraxDev/rgb-controller","owner":"AndraxDev","description":"A simple app to controll your IoT devices","archived":false,"fork":false,"pushed_at":"2025-03-13T22:14:24.000Z","size":34931,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T05:23:38.310Z","etag":null,"topics":["android","iot","java","mobile","smart-home"],"latest_commit_sha":null,"homepage":"https://play.google.com/store/apps/details?id=com.teslasoft.iot.rgbcontroller","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/AndraxDev.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}},"created_at":"2022-07-27T14:25:22.000Z","updated_at":"2025-01-17T21:04:47.000Z","dependencies_parsed_at":"2025-03-13T23:34:08.941Z","dependency_job_id":null,"html_url":"https://github.com/AndraxDev/rgb-controller","commit_stats":{"total_commits":23,"total_committers":2,"mean_commits":11.5,"dds":0.4347826086956522,"last_synced_commit":"f82a1779168c3b3bcc4cd75879becce412f90f7d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndraxDev%2Frgb-controller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndraxDev%2Frgb-controller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndraxDev%2Frgb-controller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndraxDev%2Frgb-controller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndraxDev","download_url":"https://codeload.github.com/AndraxDev/rgb-controller/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245791467,"owners_count":20672665,"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":["android","iot","java","mobile","smart-home"],"created_at":"2024-10-08T03:23:20.989Z","updated_at":"2025-03-27T05:31:21.465Z","avatar_url":"https://github.com/AndraxDev.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RGB controller\r\n\r\nA simple app to control your lighting IoT devices\r\n\r\n### Screenshots\r\n\r\n\u003cdiv align = \"center\"\u003e\r\n\t\u003cimg src=\"https://teslasoft.org/rgb-controller/1.png\" width=\"200\"/\u003e\r\n\t\u003cimg src=\"https://teslasoft.org/rgb-controller/2.png\" width=\"200\"/\u003e\r\n\t\u003cimg src=\"https://teslasoft.org/rgb-controller/3.png\" width=\"200\"/\u003e\r\n\u003c/div\u003e\r\n\r\n### Tested devices:\r\n- ESP8266\r\n- OpenLab MQTT Lights at Technical University of Kosice\r\n\r\n### Usage:\r\n```\r\n{PROTOCOL}://{HOSTNAME}:{PORT}{CMD}\r\n```\r\n\r\n### Command line:\r\n- {_r} - Param for red color\r\n- {_g} - Param for green color\r\n- {_b} - Param for blue color\r\n- {_a} - Enable hardware animation (optional param)\r\n\r\n### Examples of command line:\r\n\r\n```\r\n/?script.py?red={_r}\u0026green={_g}\u0026blue={_b}\u0026animation={_a}\u0026\r\n```\r\n\r\n```\r\n/?r{_r}\u0026g{_g}b{_b}a{_a}\u0026\r\n```\r\n\r\n\u003e **Warning**  \r\n\u003e {_color} placeholders are case-sensitive\r\n### Available values for each color\r\n\r\n```\r\n0-255\r\n```\r\n\r\n### Supported OS:\r\n- Android 9 - Android 15\r\n- Windows subsystem for Android\r\n\r\n### How to connect?\r\n\r\n1) Connect to the same Wi-Fi network with IoT device\r\n2) Enter info about device and fill the command line\r\n3) Use color picker or color fields to set colors\r\n\r\n### How many colors are supported?\r\n\r\n```\r\n16,777,216\r\n```\r\n\r\n### Some examples\r\n\r\n\u003e See \"examples\" folder\r\n\r\n### License\r\n\r\n```\r\nCopyright (c) 2022-2024 Dmytro Ostapenko. All rights reserved.\r\n\r\nLicensed under the Apache License, Version 2.0 (the \"License\");\r\nyou may not use this file except in compliance with the License.\r\nYou may obtain a copy of the License at\r\n\r\n  http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nUnless required by applicable law or agreed to in writing, software\r\ndistributed under the License is distributed on an \"AS IS\" BASIS,\r\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nSee the License for the specific language governing permissions and\r\nlimitations under the License.\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandraxdev%2Frgb-controller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandraxdev%2Frgb-controller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandraxdev%2Frgb-controller/lists"}