We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have several sengled bulbs and the device definition here shows that this bulb has color_xy capabilities but it does not, it only can do color_temp.
When you try to get the color of the lamp you get the following error:
z2m: Publish 'get' 'color' to 'Living Room Lamp' failed: 'Error: ZCL command 0xb0ce1814030309dc/1 lightingColorCtrl.read(["colorMode","currentX","currentY","enhancedCurrentHue","currentSaturation","colorTemperature"], {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Status 'UNSUPPORTED_ATTRIBUTE')'
I expected that the device definition would align with the capabilities of the bulb
add a sengled Z01-A19NAE26 to z2m and see how it exposes color_xy based on the device defition
1.39.0-1
20210708
Sonoff Zigbee 3.0 USB Dongle Plus
addon on HassOS running as a VM on proxmox
The text was updated successfully, but these errors were encountered:
Removed!
Changes will be available in the dev branch in a few hours from now.
Sorry, something went wrong.
fix: Remove unsupported color_xy from Sengled Z01-A19NAE26 Koenkk/zig…
8e066c1
…bee2mqtt#23462
No branches or pull requests
What happened?
I have several sengled bulbs and the device definition here shows that this bulb has color_xy capabilities but it does not, it only can do color_temp.
When you try to get the color of the lamp you get the following error:
z2m: Publish 'get' 'color' to 'Living Room Lamp' failed: 'Error: ZCL command 0xb0ce1814030309dc/1 lightingColorCtrl.read(["colorMode","currentX","currentY","enhancedCurrentHue","currentSaturation","colorTemperature"], {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Status 'UNSUPPORTED_ATTRIBUTE')'
What did you expect to happen?
I expected that the device definition would align with the capabilities of the bulb
How to reproduce it (minimal and precise)
add a sengled Z01-A19NAE26 to z2m and see how it exposes color_xy based on the device defition
Zigbee2MQTT version
1.39.0-1
Adapter firmware version
20210708
Adapter
Sonoff Zigbee 3.0 USB Dongle Plus
Setup
addon on HassOS running as a VM on proxmox
The text was updated successfully, but these errors were encountered: