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

Sunricher ZG2858A no action on color wheel #22467

Closed
adescamps opened this issue May 5, 2024 · 2 comments · Fixed by Koenkk/zigbee-herdsman-converters#7757
Closed

Sunricher ZG2858A no action on color wheel #22467

adescamps opened this issue May 5, 2024 · 2 comments · Fixed by Koenkk/zigbee-herdsman-converters#7757
Labels
problem Something isn't working

Comments

@adescamps
Copy link

adescamps commented May 5, 2024

What happened?

Hello,

I've included the device, device is recognized and interviewed completed I can on/off, change color temperature, brightness up/down

When I tried to change the color with the color wheel, nothing happens (Nothing in the logbook of the device in HA) and in the logs I can see:

debug: 	zh:deconz:frameparser: response payload: 1,5,6,51,254,6,0,0,0
debug: 	zh:controller: Received payload: clusterID=768, address=55992, groupID=47105, endpoint=1, destinationEndpoint=0, wasBroadcast=true, linkQuality=255, frame={"header":{"frameControl":{"frameType":1,"manufacturerSpecific":false,"direction":0,"disableDefaultResponse":false,"reservedBits":0},"manufacturerCode":null,"transactionSequenceNumber":5,"commandIdentifier":6},"payload":{"hue":51,"saturation":254,"transtime":6},"command":{"ID":6,"parameters":[{"name":"hue","type":32},{"name":"saturation","type":32},{"name":"transtime","type":33}],"name":"moveToHueAndSaturation"}}
debug: 	zh:controller: Skipping command 'moveToHueAndSaturation' because it is missing from the lookup

When testing I never got the events:
color_loop_set, enhanced_move_to_hue_and_saturation, hue_stop

Seems that the error in the log is the same as in #21210 (comment)

Let me know if you need more logs/info or if it's enough.

Thanks !!

What did you expect to happen?

That some events are triggered when using the color wheel so we can retrieve the desired color

How to reproduce it (minimal and precise)

Include the remote with default converter and try to use the color wheel on any group.

Zigbee2MQTT version

1.37.0

Adapter firmware version

0x26780700

Adapter

ConBee2

Setup

RPi 4, Add-on on Home Assistant 2024.5.1, OS 12.2

Debug log

No response

@adescamps adescamps added the problem Something isn't working label May 5, 2024
Koenkk added a commit to Koenkk/zigbee-herdsman that referenced this issue May 5, 2024
Koenkk added a commit to Koenkk/zigbee-herdsman-converters that referenced this issue May 5, 2024
@Koenkk
Copy link
Owner

Koenkk commented May 5, 2024

Fixed!

Changes will be available in the dev branch in a few hours from now.

@adescamps
Copy link
Author

adescamps commented May 6, 2024

Awesome.
I confirm that I now get the action move_to_hue_and_saturation with 1.37.0-dev commit: 358e2ee

Thank you!

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

Successfully merging a pull request may close this issue.

2 participants