{"id":19114639,"url":"https://github.com/aligator/ledcontrol","last_synced_at":"2025-08-03T06:12:09.446Z","repository":{"id":91176851,"uuid":"221569793","full_name":"aligator/LedControl","owner":"aligator","description":"Controling a RGB LED matrix by using MQTT. Runs on an esp 8266 and may be other arduinos.","archived":false,"fork":false,"pushed_at":"2024-02-13T18:42:32.000Z","size":73,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-02T09:37:25.553Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","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/aligator.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}},"created_at":"2019-11-13T23:18:02.000Z","updated_at":"2021-12-29T15:10:33.000Z","dependencies_parsed_at":"2024-02-13T19:44:45.698Z","dependency_job_id":null,"html_url":"https://github.com/aligator/LedControl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aligator/LedControl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aligator%2FLedControl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aligator%2FLedControl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aligator%2FLedControl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aligator%2FLedControl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aligator","download_url":"https://codeload.github.com/aligator/LedControl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aligator%2FLedControl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268500685,"owners_count":24260178,"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-03T02:00:12.545Z","response_time":2577,"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":[],"created_at":"2024-11-09T04:44:06.458Z","updated_at":"2025-08-03T06:12:09.400Z","avatar_url":"https://github.com/aligator.png","language":"C++","readme":"# LED Control\n\nThis is a firmware to control a led matrix using an esp8266 over MQTT with auto discovery for HomeAssistant.\n\nThe base topic and all other connection confiurations can be configured in the `Config.h`.\nJust copy over the `Config.example.h`.\n\nThe available topics are:  \n`\u003cMQTT_TOPIC\u003e/set/brightness`  `0` - `255`\n`\u003cMQTT_TOPIC\u003e/set/fps`  `-1` - `500` (`-1` means no restriction -\u003e as fast as the main loop runs)  \n`\u003cMQTT_TOPIC\u003e/set/switch` `ON` / `OFF`\n`\u003cMQTT_TOPIC\u003e/set/text/text` any string  \n`\u003cMQTT_TOPIC\u003e/set/text/scroll` `ON` / `OFF` If the text should scroll. The text is just cut off, if it is too long.\n`\u003cMQTT_TOPIC\u003e/set/blink` `ON` / `OFF` If the blink mode is enabled  \n\nThe color can be changed using these topics:  \n`\u003cMQTT_TOPIC\u003e/add/color`  \n  Add a color to the current color array  \n`\u003cMQTT_TOPIC\u003e/set/color`  \n  Set and replace the current colors with a specific color (array)  \n\nThe colors can have the following formats:\n* Numeric `0 - 16777215` (int representation of 0x000000 - 0xFFFFFF)\n* JSON array: `[255, 255, 255]`  \n* HomeAssistant default format: `rrr,ggg,bbb` e.g. `0,100,255`\n\nThe `\u003cMQTT_TOPIC\u003e/set/color` also supports json arrays:\n* Numeric `[0, 5555454, 16777215]`\n* JSON array: `[[255, 255, 255], [255, 255, 255]]`  \n* HomeAssistant default format: `[\"rrr,ggg,bbb\", \"rrr,ggg,bbb\"]` e.g. `[\"0,100,255\", \"255,0,0\"]`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faligator%2Fledcontrol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faligator%2Fledcontrol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faligator%2Fledcontrol/lists"}