https://github.com/ffenix113/zigbee_home
Project to provide functionality similar to ESPHome but for Zigbee instead of WiFi for nRF52
https://github.com/ffenix113/zigbee_home
esphome home-assistant nrf52 nrf52840 nrf52840-dongle zigbee zigbee2mqtt
Last synced: 17 days ago
JSON representation
Project to provide functionality similar to ESPHome but for Zigbee instead of WiFi for nRF52
- Host: GitHub
- URL: https://github.com/ffenix113/zigbee_home
- Owner: ffenix113
- License: gpl-3.0
- Created: 2023-12-04T18:47:03.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-03-11T16:09:15.000Z (about 1 month ago)
- Last Synced: 2025-03-31T22:17:22.969Z (24 days ago)
- Topics: esphome, home-assistant, nrf52, nrf52840, nrf52840-dongle, zigbee, zigbee2mqtt
- Language: Go
- Homepage: https://ffenix113.github.io/zigbee_home/
- Size: 805 KB
- Stars: 589
- Watchers: 53
- Forks: 11
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Support: docs/supported_boards.md
Awesome Lists containing this project
README
# Zigbee Home
Project that aims to provide similar functionality to [ESPHome](https://github.com/esphome/esphome), but for Zigbee devices.
# :information_source: Note
`dev` branch is for experiments and exploration.
It cannot be used to determine quality of resulting project.## Status
Currently work is being carried to develop CLI application and adding sensors.
Priorities can be ordered as:
* Board(bootloader) support
* Adding known sensors
* Adding Zigbee clusters & templates for unavailable clusters in ZBOSS## Examples
Some examples of configuration files can be seen in `examples` directory. They do not provide complete and full configuration option usage, at least for now.### Licenses
This project uses information from ZBOSS SDK, license for which can be found in `zboss_license.txt`.### References
* nRF Connect SDK
* * [Download page](https://www.nordicsemi.com/Products/Development-software/nRF-Connect-SDK)
* * [Source](https://github.com/nrfconnect/sdk-nrf)
* * [Documentation](http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest)
* [Zephyr project](https://www.zephyrproject.org/)
* [ESPHome](https://esphome.io/)
* [Zigbee Cluster Library](https://csa-iot.org/wp-content/uploads/2022/01/07-5123-08-Zigbee-Cluster-Library-1.pdf)## Special thanks
* @rsporsche - for donating nRF52840 DK board
* @Hedda - for informational support