ESP32-C6-DevkitC-1

Hi,
Does anybody have example of working yaml configuration including zigbee/ble/wifi and available sensors/functions?

There is at least one example on here. Use the search…

I’ve used search and there isn’t much. Mostly people asking for the same I did. If there’s some code, is slightly outdated (sdk), or not complete.
As I’m new to esphome, I need a bit more of guidance of how to built config including all builtin sensors etc…

Well there is no ZigBee support at present. If you want ZigBee support you’ll need to use c++, or find a ZigBee external component for Esphome.

Also you might like to look at this thread

As mentioned there is no Zigbee component for ESPHome yet, (nor any Thread components), so unless you are a skilled C/C++ developer yourself with loads of time to spend on this then you will not get anything working easily today. However, a few such skilled developers have independently begun work on different implementations and various dependencies that would be needed before it could happen, (again nothing that is ready for just anyone to use), so check the discussion and links in this feature request here for more information on those → Zigbee/Thread support on the new upcoming ESP32-H2 variant? · Issue #1397 · esphome/feature-requests · GitHub

Thanks guys! I want to start using esp32-c6 (with builtin zigbee and thread), to have latest and feature rich esp ;-). If now I can’t use zigbee, so I can configure it at the moment only for wifi and once zigbee is fully supported it will be re-flashed.

But there is some project built already:

which requires following

external_components:
  - source: github://luar123/zigbee_esphome
    components: [ zigbee ]

zigbee:
...

Features

  • Definition of endpoints, clusters and attributes supported by esp-zigbee-sdk 1.5
  • Set attributes action
  • Manual report action
  • Reset zigbee action
  • Join trigger
  • Attribute received trigger
  • Wifi co-existence on ESP32-C6
  • Deep-sleep should work
  • Not tested: groups/scenes

And I’m not sure it will support (transmit data) sensors defined outside zigbee node?

Again there is info on that and more here → Zigbee/Thread support on the new upcoming ESP32-H2 variant? · Issue #1397 · esphome/feature-requests · GitHub