-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Zigbee Color Dimmable Light Example: wrong RGB values #11156
Comments
Hi @wf2020, can you post some more logs from the ESP? Please select in the Arduino IDE Tools menu -> Zigbee mode -> End Device - DEBUG and also set Core Debug Level -> Verbose and post whole log here :) Also If anyone using Z2M can test this and confirm, I will appreciate the help. |
This is the output on color changes: [342870][V][ZigbeeHandlers.cpp:77] zb_attribute_set_handler(): Received message: endpoint(10), cluster(0x300), attribute(0x4), data size(2) |
Can you please provide full log? Thanks |
Here including pairing: [ 0][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): DeingbeeCore.cpp:289] esp_zb_app_signal_handler(): Network steering was not successful (status: ESP_FAIL) =========== After Setup Start ============
|
Board
ESP32-C6
Device Description
Development Board
Hardware Configuration
GPIO15 connected to LED
Version
latest master (checkout manually)
IDE Name
Arduino IDE
Operating System
Windows 11
Flash frequency
80 MHz
PSRAM enabled
no
Upload speed
921600
Description
Tried the Zigbee Color Dimmable Light Example.
When setting colors with Zigbee2Mqtt (Home Assistant) the RGB values set in the example don't match the values sent:
Setting red to 255 sets red only to 69.
Setting green to 255 sets green only to 34.
Setting blue to 255 sets blue only to 128.
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: