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
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_*.
Expected to receive on Home Assistant play_pause, skip-forward and skip-backward actions.
Upgrade to latest version, invoke dial, monitor with mqtt or home assistant.
2.1.1
20210708
Electrolama zigazigah
HA, MQTT, zigbee2mqtt all in docker on same ubuntu machine
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: