Replies: 4 comments 5 replies
-
Still off-topic but FYI; @luar123 posted a project comment that he plans on instead working on an external Zigbee component for ESPHome. |
Beta Was this translation helpful? Give feedback.
-
FYI, upcoming ESP32-H4 and ESP32-C5 MCU SoC models announced with 802.15.4 radio for Thread and/or Zigbee (+ Bluetooth).
As I understand, these should in the future eventually all be fully supported by the ESP-IDF framework as well as the ESP-Zigbee-SDK and ESP-Matter-SDK to add more flexibility in choice of model options. PS: Also announced is the new ESP32-P4 which a very powerful high-performance MCU SoC without any radios at all, so it is designed to act as a general purpose host MCU that in combination with above SoC to make a 2-SoC solution with Ethernet PHY (like for example a Zigbee Gateway). https://docs.espressif.com/projects/esp-at/en/latest/esp32/Get_Started/What_is_ESP-AT.html |
Beta Was this translation helpful? Give feedback.
-
@ffenix113 with the announcement of "Open Home Foundation" you might want to reconsider porting this project to ESPHome instead(?): https://building.open-home.io/announcing-the-open-home-foundation/
If ported to ESPHome then you would surely get more interest from likeminded developers interested in free and open source firmware. Summery; ESPHome and Home Assistant are owned by this new non-profit organization called "Open Home Foundation" that has been founded by a few of the Home Assistant founders and ESPHome developers, shere are now quite a few more strong arguments for why ESPHome has the potential of becoming the go-to MCU firmware framework for free and open-source device development in the future. I highly recommend that you watch the whole "State of the Open Home 2024" stream: https://www.youtube.com/watch?v=oa__fLArsFk ...or at the very least least listen to what the said about their roadmap for ESPHome: https://www.youtube.com/watch?v=oa__fLArsFk&t=8074s They also mention other things around ESPHome several times during that video and thier requests for others to join in the develepment. https://www.openhomefoundation.org/projects/ https://github.com/openhomefoundation The Verge has done an interview with them on the "Open Home Foundation" and posted an article about their overall ambitions and goals: https://www.theverge.com/24135207/home-assistant-announces-open-home-foundation |
Beta Was this translation helpful? Give feedback.
-
@ffenix113 yet another FYI update this another off-topic project as @luar123 has created a new separate Espressif ESP32 Zigbee custom component project for ESPHome: https://github.com/luar123/zigbee_esphome suggest at least check out the YAML syntax if nothing else: https://github.com/luar123/zigbee_esphome/blob/master/README.md |
Beta Was this translation helpful? Give feedback.
-
@ffenix113 just a heads-up since are synergies between this project and ESPHome now that there is an official Zigbee SDK for ESP32.
FYI; a developer have started working on adding native support for Espressif's Zigbee SDK for ESPHome on ESP32-H2/ESP32-C6:
https://github.com/luar123/esphome_zb_sensor
There is more roadmap discussion about that and related here:
luar123/esphome_zb_sensor#28
He also posted a comment about this in this existing feature request for ESPHome -> esphome/feature-requests#1397 (comment)
Originally posted by @luar123 in esphome/feature-requests#1397 (comment)
For reference; as mentioned in another discussion, Espressif's Zigbee stack is also based on the same ZBOSS Open Initiative (ZOI) Zigbee stack from DRS that Nordic Semiconductor is also basing their Zigbee stack for nRF Connect SDK on, but they both built their on API on top of that, however one would suspect that the likeness would be very similar since thay are both basing their SDKs and APIs on same codebase, even though Espressif is using their own ESP-IDF as the base for their SDK?
https://github.com/espressif/esp-zigbee-sdk
https://docs.espressif.com/projects/esp-zigbee-sdk/en/latest/esp32/
https://en.dsr-corporation.com/news/espressif-joins-zoi
https://dsr-zoi.com/
https://dsr-iot.com/solutions/zboss/
Verses ZBOSS in Nordic Semi's nRF Connect SDK
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/protocols/zigbee/index.html
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/protocols/zigbee/architectures.html
Beta Was this translation helpful? Give feedback.
All reactions