Skip to content

More Zigbee examples for ESP32-C6 #9480

Closed
@jorisvervuurt

Description

@jorisvervuurt

Related area

Zigbee

Hardware specification

ESP32-C6

Is your feature request related to a problem?

There is just two (pretty much hidden - not visible in Arduino IDE examples list) examples regarding Zigbee on the ESP32-C6. I would like some more examples, especially for a temperature, humidity, pressure and CO2 sensor.

Describe the solution you'd like

There is just two (pretty much hidden - not visible in Arduino IDE examples list) examples regarding Zigbee on the ESP32-C6. I would like some more examples, especially for a temperature, humidity, pressure and CO2 sensor.

Describe alternatives you've considered

No response

Additional context

No response

I have checked existing list of Feature requests and the Contribution Guide

  • I confirm I have checked existing list of Feature requests and Contribution Guide.

Activity

SuGlider

SuGlider commented on Apr 11, 2024

@SuGlider
Collaborator

@P-R-O-C-H-Y - PTAL, Thanks! That may be a nice new task.

jorisvervuurt

jorisvervuurt commented on Apr 11, 2024

@jorisvervuurt
Author

Nice one. :) Looking forward to it.

lbernstone

lbernstone commented on Apr 11, 2024

@lbernstone
Contributor

A scanner would be an extremely useful example

P-R-O-C-H-Y

P-R-O-C-H-Y commented on May 16, 2024

@P-R-O-C-H-Y
Member

Zigbee examples got updated to work with latest esp-zigbee-sdk.
Also 2 new examples have been added to work together:

  • Temperature sensor (End device)
  • Thermostat (Coordinator)

Everything mentioned is included in the latest release 3.0.0-rc3.
I appreciate any feedback or suggestions on what we can improve or add next time :)

mothergooose

mothergooose commented on May 18, 2024

@mothergooose

Zigbee examples got updated to work with latest esp-zigbee-sdk. Also 2 new examples have been added to work together:

* Temperature sensor (End device)

* Thermostat (Coordinator)

Everything mentioned is included in the latest release 3.0.0-rc3. I appreciate any feedback or suggestions on what we can improve or add next time :)

Great!
I would consider smart metering and motion detection amazing examples.
Thank you for your work!

Hedda

Hedda commented on May 31, 2024

@Hedda

Zigbee examples got updated to work with latest esp-zigbee-sdk. Also 2 new examples have been added to work together:

For reference; here are the links:

https://github.com/espressif/arduino-esp32/tree/master/libraries/ESP32/examples/Zigbee

Synchronized from esp-zigbee-sdk examples:

https://github.com/espressif/esp-zigbee-sdk/tree/main/examples/

PS: Also see related discussion here:

espressif/esp-zigbee-sdk#228

Hedda

Hedda commented on May 31, 2024

@Hedda

@P-R-O-C-H-Y maybe a good idea to add a few more simple "Zigbee HA" profiles (ZHA profile specs) from the esp-zigbee-sdk?

https://github.com/espressif/esp-zigbee-sdk/tree/main/examples/esp_zigbee_HA_sample

P-R-O-C-H-Y

P-R-O-C-H-Y commented on May 31, 2024

@P-R-O-C-H-Y
Member

@P-R-O-C-H-Y maybe a good idea to add a few more simple "Zigbee HA" profiles (ZHA profile specs) from the esp-zigbee-sdk?

https://github.com/espressif/esp-zigbee-sdk/tree/main/examples/esp_zigbee_HA_sample

@Hedda I think there is no need to port more IDF zigbee-sdk examples, anyone can easily port them as you can use the 4 examples I ported as a reference. There is no much to change in the example. It's just about adding setup() and loop() and handle buttons, leds, sensors in the Arduino way. I think it's better to spent more energy on the wrapper, than porting new examples, which will be probably removed when wrapper is done :) Let me know your opinion.

But also if anyone does port any new example from zigbee-sdk, I will be really happy to see a PR adding it to the repo :)

elgerg

elgerg commented on Aug 6, 2024

@elgerg

Hi @P-R-O-C-H-Y
Thanks for the effort so far.

I am really looking forward to a wrapper that makes this easier to use as to be fair I'm so confused on what needs setting where as I'd like to extend the temp sensor example to include luminosity but have no idea how to start/where to add it into the existing cluster.

Do we have any ideas when the wrapper will be available for testing?

Thanks in advance!

28 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Area: ZigbeeIssues and Feature Request about ZigbeeType: Feature requestFeature request for Arduino ESP32

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @lboue@Hedda@jorisvervuurt@labmaster@lbernstone

      Issue actions

        More Zigbee examples for ESP32-C6 · Issue #9480 · espressif/arduino-esp32