{"id":16075490,"url":"https://github.com/kwintenvdb/homebridge-divoom","last_synced_at":"2025-03-18T05:31:21.063Z","repository":{"id":48134098,"uuid":"298785661","full_name":"Kwintenvdb/homebridge-divoom","owner":"Kwintenvdb","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-04T10:38:49.000Z","size":451,"stargazers_count":12,"open_issues_count":5,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-24T04:11:46.220Z","etag":null,"topics":["ditoo","divoom","hacktoberfest","homebridge","plugin"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kwintenvdb.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":"2020-09-26T09:59:46.000Z","updated_at":"2024-08-20T03:04:19.608Z","dependencies_parsed_at":"2024-08-21T19:51:06.596Z","dependency_job_id":null,"html_url":"https://github.com/Kwintenvdb/homebridge-divoom","commit_stats":{"total_commits":21,"total_committers":2,"mean_commits":10.5,"dds":"0.19047619047619047","last_synced_commit":"c15946e8141117f47f833c2273a01d7550240cdd"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":"homebridge/homebridge-plugin-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kwintenvdb%2Fhomebridge-divoom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kwintenvdb%2Fhomebridge-divoom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kwintenvdb%2Fhomebridge-divoom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kwintenvdb%2Fhomebridge-divoom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kwintenvdb","download_url":"https://codeload.github.com/Kwintenvdb/homebridge-divoom/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244164957,"owners_count":20409016,"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":["ditoo","divoom","hacktoberfest","homebridge","plugin"],"created_at":"2024-10-09T09:05:38.925Z","updated_at":"2025-03-18T05:31:16.689Z","avatar_url":"https://github.com/Kwintenvdb.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Homebridge Divoom Plugin\n\nThis [Homebridge](https://github.com/homebridge/homebridge) allows you to control your [Divoom](https://www.divoom.com/) devices from Apple's HomeKit.\n\n**Note:** only tested on a single Divoom Ditoo, other types of Divoom devices or multiple devices might not be supported currently.\n\nCredit to [node-divoom-timebox-evo](https://github.com/RomRider/node-divoom-timebox-evo) for doing the majority of the legwork to properly reverse-engineer the protocol and exposing it in a nice API.\n\n## Prerequisites\n\n**Only supports up to Node v12.x currently. Later versions will not work.**\n\nOn Linux, install the Bluetooth development packages in order to build [node-bluetooth-serial-port](https://github.com/eelcocramer/node-bluetooth-serial-port).\n\n`apt-get install build-essential libbluetooth-dev`\n\n## Installing the plugin\n\n`npm install -g homebridge-divoom`\n\n## Configuration\n\n1. Ensure the Divoom device is paired with the device running the Homebridge server.\n2. Find out the Divoom device's MAC address.\n   * I recommend using BlueZ, run `apt-get install bluez` then `bluetoothctl` to retrieve the MAC addresses of all paired devices.\n\n### Homebridge config\n\nAfter installing the plugin, add the following to the `platforms` array of your `config.json` or through the Config menu in the Homebridge UI. Replace `DIVOOM_MAC_ADDRESS` by the MAC address of the Divoom device.\n\n```json\n\"platforms\": [\n    {\n        \"platform\": \"DivoomPlatform\",\n        \"devices\": [\n            \"DIVOOM_MAC_ADDRESS\"\n        ]\n    }\n]\n```\n\n## Capabilities\n\nCurrent features:\n\n* Changing display brightness\n* Changing display color\n   * Note: changing the display color wil automatically switch the device to the \"time\" channel.\n* Changing volume\n\nPlanned features:\n\n* TBD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwintenvdb%2Fhomebridge-divoom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkwintenvdb%2Fhomebridge-divoom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwintenvdb%2Fhomebridge-divoom/lists"}