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

E1744 - actions not correct even with Legacy settings false #26225

Open
matticas opened this issue Feb 7, 2025 · 0 comments
Open

E1744 - actions not correct even with Legacy settings false #26225

matticas opened this issue Feb 7, 2025 · 0 comments
Labels
problem Something isn't working

Comments

@matticas
Copy link

matticas commented Feb 7, 2025

What happened?

Recently updated Zigbee2Mqtt. E1744 devices are reporting double and triple taps incorrectly.

Previously before update; double tap = skip forward and triple tap = skip backward.

After update; double tap = brightness_step_up triple tap = brightness_step_down both these occur without rotating the dial.

Have tried adding;

legacy: false to the config.yaml under the device, with no change, as per the 2.0.0 breaking change;

E1744, E2123: removed step_size, transition_time and the following actions: play_pause, skip_forward, skip_backward, rotate_*.

What did you expect to happen?

Expected to receive on Home Assistant play_pause, skip-forward and skip-backward actions.

How to reproduce it (minimal and precise)

Upgrade to latest version, invoke dial, monitor with mqtt or home assistant.

Zigbee2MQTT version

2.1.1

Adapter firmware version

20210708

Adapter

Electrolama zigazigah

Setup

HA, MQTT, zigbee2mqtt all in docker on same ubuntu machine

Debug log

info 2025-02-07 15:45:53z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Dial_Office/action', payload 'toggle'

info 2025-02-07 15:46:07z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Dial_Office/action', payload 'brightness_step_up'

info 2025-02-07 15:46:09z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Dial_Office/action', payload 'brightness_step_down'
@matticas matticas added the problem Something isn't working label Feb 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

1 participant