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

Failed to setup reporting Livarno Lux E27 bulb CCT #10469

Closed
kender65 opened this issue Dec 31, 2021 · 3 comments
Closed

Failed to setup reporting Livarno Lux E27 bulb CCT #10469

kender65 opened this issue Dec 31, 2021 · 3 comments
Labels
problem Something isn't working

Comments

@kender65
Copy link

What happened?

[error] [zigbee-shepherd:zig-a-zig-ah!] Failed to setup reporting for 0x842e14fffe3b8881 Silvercrest LED-Bulb - ConfigureReporting 0x842e14fffe3b8881/1 lightingColorCtrl

What did you expect to happen?

setup reporting without errors

How to reproduce it (minimal and precise)

pair device and set up configuration and reporting

Zigbee2MQTT version

none

Adapter firmware version

2.7.1 20210708

Adapter

Electrolama zig-a-zig-ah!

Debug log

27 Dec 20:46:58 - [error] [zigbee-shepherd:zig-a-zig-ah!] Failed to setup reporting for 0x842e14fffe3b8881 Silvercrest LED-Bulb - ConfigureReporting 0x842e14fffe3b8881/1 lightingColorCtrl([{"attribute":"colorTemperature","minimumReportInterval":3,"maximumReportInterval":3600,"reportableChange":1},{"attribute":"currentX","minimumReportInterval":3,"maximumReportInterval":3600,"reportableChange":1},{"attribute":"currentY","minimumReportInterval":3,"maximumReportInterval":3600,"reportableChange":1},{"attribute":"currentSaturation","minimumReportInterval":3,"maximumReportInterval":3600,"reportableChange":1},{"attribute":"enhancedCurrentHue","minimumReportInterval":3,"maximumReportInterval":3600,"reportableChange":1},{"attribute":"colorMode","minimumReportInterval":3,"maximumReportInterval":3600,"reportableChange":1}], {"sendWhenActive":false,"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Status 'UNSUPPORTED_ATTRIBUTE')

@kender65 kender65 added the problem Something isn't working label Dec 31, 2021
@kender65
Copy link
Author

kender65 commented Dec 31, 2021

I'm currently using @hobbyquaker's node-red-contrib-zigbee (based on zigbee2mqtt) instead of native zigbee2mqtt.

It looks like @sjorge's is correct with his assumption (#6921 (comment)) about all Lidl (Livarno) bulbs provide the same behavior is coming true.
I was able to reproduce it with "non RGB devices" Livarno Lux E27 bulb CCT (https://www.zigbee2mqtt.io/devices/HG06492C.html) and Livarno Lux GU10 spot CCT (https://www.zigbee2mqtt.io/devices/HG06492A.html).
Reading attribute "enhancedCurrentHue" leads to the above mentioned error for both devices.
I checked lidl.js for devices HG06492A, HG06492B and HG06492C for meta attribute "enhancedHue: false" but it is missing.

Since I'm not familiar how to conduct a PR to fix it I'd like to ask @sjorge or @Koenkk to do it.
Thx for your support and the great work with zigbee2mqtt. I think I'll switch to the native version very soon.
Happy new year!

@kender65 kender65 changed the title [Problem]: Failed to setup reporting Livarno Lux E27 bulb CCT Dec 31, 2021
@Koenkk
Copy link
Owner

Koenkk commented Dec 31, 2021

The reporting feature has been deprecated, I recommend to migrate away from it, see second point of https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.17.1 (disabling it will solve this error)

@Koenkk Koenkk closed this as completed Dec 31, 2021
@kender65
Copy link
Author

kender65 commented Apr 22, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants