Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add repeater and bridge for Zigbee #10877

Open
1 task done
DaTTcz opened this issue Jan 18, 2025 · 1 comment
Open
1 task done

Add repeater and bridge for Zigbee #10877

DaTTcz opened this issue Jan 18, 2025 · 1 comment
Labels
Type: Feature request Feature request for Arduino ESP32

Comments

@DaTTcz
Copy link

DaTTcz commented Jan 18, 2025

Related area

Zigbee

Hardware specification

ESP32-C6

Is your feature request related to a problem?

I miss using ESP32-C6 as a repeater in Zigbee.
And much greater using ESP32-C6 as a bridge in Zigbee. For example between Zigbee and MQTT(via LAN module) or Zigbee and RS485 MySensors.

Describe the solution you'd like

As Integration in an existing system.

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.
@DaTTcz DaTTcz added the Type: Feature request Feature request for Arduino ESP32 label Jan 18, 2025
@Greginkansas
Copy link

Add these lines for a repeater

#ifndef ZIGBEE_MODE_ZCZR /////////////// Router here

esp_zb_cfg_t zigbeeConfig = ZIGBEE_DEFAULT_ROUTER_CONFIG(); //////////////// Router here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature request Feature request for Arduino ESP32
Projects
None yet
Development

No branches or pull requests

2 participants