-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Lidl FB20-002 the "on" button is only evaluated once #6509
Comments
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
Hello. Were you able to figure this one out? |
My observations actually explain why it is happening: Remote has on-board memory of last button state. It sends payload 'on' only if previously was pressed button OFF. When you press ON more than once, it tries to cycle through 4 hardcoded scenes instead. Unfortunately, in such cases it sends raw data that isn't supported by Z2M yet. |
yeah... It's a shame though really, basically renders this remote less useful as we can't bind a completely independent actions on every button |
I'm so glad that I found that issue. I was starting to question myself bc I thought I made a mistake in my Home Assistant configuration. So here is my though on this: I would like to request, that zigbee2mqtt interprets these commands as "On" as well. |
same here, find it less usefull, if that ON Button only works once |
@makoONE I just came back here. Would you mind re-opening this issue and removing stale label? |
Would be nice when this can be solved and the RC sending always the on command when pushing the on button |
I second this proposal. |
Same issue there, but I don't even see any RAW commands in logs. Is it because my remote was never connected to Tuya? |
I don't think so. I have never used anything else than Zigbee2MQTT with my device and I did see these commands. |
Is here a solution or workaround? |
Could you check if the issue is fixed with the following external converter:
external_converters:
- ext_converter.js
|
Hello @Koenkk , it worked after the small change: Logs before:
Logs now:
Thank you! |
Hi @Koenkk , |
Great, integrated the fix. You can remove the ext converter after updating to the next release. Changes will be available in the dev branch in a few hours from now. |
I was about to jump into this issue, all of my ceiling lights came with this remote and they were useless before |
After some testing I found out the first 'on' button press is not registered anymore after this update. @Koenkk could the issue be opened again? |
Do you have the steps to reproduce? I have some issues when the first button press doesn't get registered, but I think it is not related to the update, I had it before. Cannot debug it, because it happens only after I haven't used the remote for a week |
My experience is that Zigbee remotes start blinking when they are reconnecting. Reproducing is easy: don't touch your remote for about 30 minutes and push the on button. |
What happened
The status of the "on" button is only evaluated for a single actuation.
Pressing the "on" button again will be ignored. The other buttons ("off", "brightness up", "brightness down)" generate an event each time they are pressed, as expected.
What did you expect to happen
I will get an event every time i press the button again.
How to reproduce it (minimal and precise)
Pressing the "on"-button several times and watch the mqtt messages for expected actions or by debugging in a simple Node-RED flow.
Debug info
Zigbee2MQTT version: 1.17.1
Adapter hardware: CC2531
Adapter firmware version: 20190608 (coordinator)
The text was updated successfully, but these errors were encountered: