-
Notifications
You must be signed in to change notification settings - Fork 7.6k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Can't connect to Zigbee Gateway #11247
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
Comments
Hi @tvixen, can you post logs from the ESP (please set Core Debug Level to Verbose) and also some additional informations about your Zigbee network? |
I can certainly do that, but I actually just wanted to know if I could continue using Arduino IDE 1.8.19 or if I should switch to IDE 2.0 before it will work with Zigbee? As I worte, IDE 1.8.19 is working fine with ESP32S3. |
The IDE 1.8.19 is working. I am using that actually. |
ok thanks for that. I will provide you the requested info asap. |
Heres the log from ESP: |
I see in the logs that after many tries it has successfully joined the network:
So where is actually the issue? We are running Zigbee devices on ESPs without any problems. |
Yes, but my Tuya app says "no new devices found" Im a supposed to delete the old device in the Tuya app before adding a new function to the Zigbee device? |
For sure, when flashing new firmware to ESP, remove the device first , flash and add again. But TBH I am not sure if the ESP is supposed to work under Tuya app. I did not see anyone trying that before. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Board
ESP32C6
Device Description
I have 2 ESP32S3 and 2 ESP32C6,
Hardware Configuration
uint8_t led = RGB_BUILTIN;
uint8_t button = BOOT_PIN;
Version
v3.2.0
IDE Name
Arduino IDE 1.8.19
Operating System
Windows 10
Flash frequency
80Mhz
PSRAM enabled
yes
Upload speed
921600
Description
I use the the Arduino compiler IDE version 1.8.19, and is working very fine with ESP32S3 and all of my code using I2C, SPI, Wifi etc.
But when I use the ESP32C6 in Zigbee mode as end device, it seem to struggle a bit. It compiles fine with the examples in the library and uploads fine til the board. But it dosent seem to connect to my Zigbee gateway.
Any one who can clarify this for me?
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: