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

OSRAM AC0251100NJ/AC0251600NJ/AC0251700NJ Hue_Stop not firing #25652

Closed
HuismAndre opened this issue Jan 7, 2025 · 4 comments
Closed

OSRAM AC0251100NJ/AC0251600NJ/AC0251700NJ Hue_Stop not firing #25652

HuismAndre opened this issue Jan 7, 2025 · 4 comments
Labels
problem Something isn't working

Comments

@HuismAndre
Copy link

What happened?

After update to Z2M 2.0 the event "hue_stop" (releasing circle button after long press) doesn't fire any more. I tested this with 4 pieces OSRAM AC0251100NJ/AC0251600NJ/AC0251700NJ devices and even went as far as resetting 1 of them and adding it again to Z2M.

What did you expect to happen?

hue_stop event to fire when releasing circle button after long press.

How to reproduce it (minimal and precise)

Install Z2M version 2.0 and see the hue_stop event magically disappear.

Zigbee2MQTT version

2.0.0 commit: 060ae99

Adapter firmware version

20240710

Adapter

SONOFF ZigBee 3.0 USB Dongle Plus, TI CC2652P

Setup

Docker on Synology DS224+, Dongle on Pi2 through Ser2Net

Debug log

log.log

@HuismAndre HuismAndre added the problem Something isn't working label Jan 7, 2025
@m0wlheld
Copy link

m0wlheld commented Jan 7, 2025

Could it be related to the breaking changes #24198 including the removal of action and event sensors?

@HuismAndre
Copy link
Author

Looks like there's something missing in the declaration:

[2025-01-07 15:43:45] debug: z2m: Received Zigbee message from 'Gamehoek Switch', type 'commandMoveHue', cluster 'lightingColorCtrl', data '{"movemode":0,"rate":0}' from endpoint 3 with groupID 0
[2025-01-07 15:43:45] debug: z2m: No converter available for 'AC0251100NJ/AC0251600NJ/AC0251700NJ' with cluster 'lightingColorCtrl' and type 'commandMoveHue' and data '{"movemode":0,"rate":0}'[

@HuismAndre
Copy link
Author

HuismAndre commented Jan 7, 2025

Could it be related to the breaking changes #24198 including the removal of action and event sensors?

Other events from the same switches work just fine. No, it looks like the "hue_stop" event simply wasn't declared for this device. Worked fine in 1.4 (with flags set that would pave a smooth(er) way to 2.0) but doesn't work in 2.0.

@Koenkk
Copy link
Owner

Koenkk commented Jan 7, 2025

Fixed it!

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

@m0wlheld thanks for all the help you have been offering lately, it is really appreciated!

@Koenkk Koenkk closed this as completed Jan 7, 2025
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

3 participants