Replies: 10 comments 2 replies
-
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? |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
The IDE 1.8.19 is working. I am using that actually. |
Beta Was this translation helpful? Give feedback.
-
ok thanks for that. I will provide you the requested info asap. |
Beta Was this translation helpful? Give feedback.
-
Heres the log from ESP: |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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? |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
I did transfer you issue to discussions, as there is no real issue :) |
Beta Was this translation helpful? Give feedback.
-
Thats ok. So I deleted the device in Tuya app , and tried to add it again. No luck: "no new devices found" I tried another examples (Zigbee_Light_on_off) and this appear in Tuya ... and I can turn off and on the little LED on the board with the Tuya app. I checked the Tuya app, for dimming light, and it has a what they call "Light modulator" so I guess its supported Heres the new log after deletion of the device:
|
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions