An open-source entry in TopGit's GitHub warehouse: Koenkk/zigbee-OTA, 662 stars, TypeScript. A collection of Zigbee OTA files
Snapshot summary built from the project's own GitHub metadata — there's no written TopGit review yet. The page will update automatically when a full review is published.
WHY NO REVIEW YET
TopGit writes full reviews for the most-starred, most-requested repositories. This page is a snapshot until then — see the READ ME tab for the original README in full.
A collection of Zigbee OTA files, see the manifest index.json for an overview of all available firmware files.
The manifest index1.json contains firmware files for downgrade (previous available version, before the one in index.json).
[!IMPORTANT]
While a downgrade OTA file may be available for a device through automatic archiving in this repository, it does not mean the device will actually allow the downgrade, some will refuse the OTA file.
Adding new and updating existing OTA files
Create a pull request with the image(s) in their proper subdirectories (manufacturer name) under images directory.
The pull request automation will validate the image. If any error occur, a comment will be posted in the pull request. If the validation succeed, a comment will be posted to inform of the changes that merging the pull request will commit (in a following commit).
[!IMPORTANT]
Do NOT delete current images and do NOT submit images in images1 directory. The pull request automation will take care of archiving as appropriate for each file.
Example using Github
Fork https://github.com/Koenkk/zigbee-OTA/ on Github.
In your fork, navigate to images directory, then to whatever manufacturer is associated with your OTA file(s).
Click on Add file dropdown, then Upload files.
Add the file(s), a good title, and an optional description (if extra metas required, see below), then pick Create a new branch for this commit and start a pull request., then submit with Propose changes.
Then wait for the workflow to validate your file(s).
Example using the console
Fork https://github.com/Koenkk/zigbee-OTA/ on Github.
# where `username` is your Github username (to use your fork)
$ git clone --depth 1 https://github.com/username/zigbee-OTA/
$ cd zigbee-OTA
$ git checkout -b my-new-image
# where `manufacturer` is the name of the manufacturer associated with the image (if it does not already exist)
$ mkdir ./images/manufacturer/
$ cp ~/Downloads/my-new-ota.ota ./images/manufacturer/
$ git add .
$ git commit -m "New image for xyz device from abc manufacturer"
$ git push -u origin HEAD
Then go on Github, create a pull request from the notification in the repository and wait for the workflow to run the validation process.
Declaring extra metadata for automatic inclusion in the manifest
If the image(s) added to the pull request require extra metadata in the manifest (usually to avoid conflicts, or to set restrictions), you can declare them in the body of the pull request (the description field of the first post).
Example:
This is the latest OTA file for device XYZ.
```json
{
"modelId": "xyzDevice",
"manufacturerName": ["xyzManufacturer"]
}
```
The pull request automation will look for any valid JSON in-between ```json and ``` and add these fields to the manifest.
[!TIP]
If the validation failed because of something related to the extra metadata, you can edit the pull request body and make the necessary corrections. The automation will re-run when saved.
[!IMPORTANT]
Do NOT use code blocks (```) for anything else in the body to avoid issues. If necessary, add a new comment below it (only the very first post is used for extra metadata detection).
Allowed fields
Valid JSON format is expected.
Any field not in this list will be ignored. Any field not matching the required type will result in failure.
To place restrictions
"force": boolean (ignore fileVersion and always present as 'available')
"hardwareVersionMax": number
"hardwareVersionMin": number
"manufacturerName": array of strings (target only devices with one of these manufacturer names)
"maxFileVersion": number (target only devices with this version or below)
"minFileVersion": number (target only devices with this version or above)
"modelId": string (target only devices with this model ID)
For record purpose
"originalUrl": string
"releaseNotes": string
If the pull request contains multiple files, the metadata is added for all files. If some files require different metadata, add the matching fileName to the JSON using an encompassing array instead. It will be used to assign metadata as directed.
images and index.json contain added (PR or auto download) "upgrade" images.
images1 and index1.json contain automatically archived "downgrade" images (automatically moved from images/index.json after a merged PR introduced a newer version, or during auto download).
If a manual modification of the manifests is necessary, it should be done in a PR that does not trigger the update_ota_pr workflow (no changes in images/** directory). As a last resort, the label ignore-ota-workflow can be added to prevent the workflow from running.
The metadata structure for images is as below (see above for details on extra metas):
No homepage URL was recorded for Koenkk/zigbee-OTA in TopGit's last sync. The README tab above frequently contains screenshots and demo links, or check the repository description on GitHub.
Does Koenkk/zigbee-OTA have any tags?
TopGit's last sync did not record any GitHub topics for Koenkk/zigbee-OTA. GitHub topics appear in the right sidebar of a repository page; that's the authoritative place to check.
How active is development on Koenkk/zigbee-OTA?
The most recent commit recorded on Koenkk/zigbee-OTA was 2 days ago, based on the GitHub push timestamp. The repository has 328 forks — one of the better signals of community interest.
How many stars does Koenkk/zigbee-OTA have?
Koenkk/zigbee-OTA has 662 GitHub stars — refresh the page for the live number, or check github.com/Koenkk/zigbee-OTA. TopGit mirrors GitHub's count but does not claim minute-by-minute accuracy.
What language is Koenkk/zigbee-OTA written in?
Koenkk/zigbee-OTA is written primarily in TypeScript. GitHub's language field is based on the largest share of bytes in the default branch.
What license does Koenkk/zigbee-OTA use?
Koenkk/zigbee-OTA is released under the GPL-3.0 license. Always verify the LICENSE file directly on GitHub for the authoritative terms — license strings can be edited out of sync with a project's actual stance.
Where do I read more about Koenkk/zigbee-OTA?
This TopGit page is a snapshot — the READ ME tab shows the project's own README content (links stripped, images preserved). The GitHub repository at github.com/Koenkk/zigbee-OTA is the definitive source.
Read full README in the tab above.
Want a second opinion on zigbee-OTA?
Ask an AI that can read this page — one click and you get its take on zigbee-OTA.