-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
[BUG] IKEA Tradfri Remote E1810 "Hold/Release events" for < > are not recognized by deconz #215
Comments
Hi @tnaumann71, This seems to be a problem of deCONZ, not ControllerX. I currently do not have this controller set up with deCONZ to help you out with it. However, I can say that Z2M does report hold and release actions for the firmware Regards, |
Hi' guys. Ciao ! |
Just checked. Release Version: 1.10.4New features and changes in Accessories: Remote Control V-2.3.014. |
As you can see per reference I opened an Issue with deconz-rest-plugin. |
response: dresden-elektronik/deconz-rest-plugin#4091 (comment) Cite: Just checked with mine, and it doesn't emit those events either. However, I've sniffed the traffic, and the device doesn't even send the "expected" commands, but just all the same. Therefore, it is related to the device (configuration) and not deconz itself. |
Whaaat ??? Not correct !! Feel free to cut and forward my z2m log below showing that Ikea E1810 HW v1, with fw 2.3.014 indeed sends hold and release commands for all four direction buttons.
Ciao ! |
Thanks Henning. |
After factory reset and new pairing and holding the remote direct beside the ConBee II nothing changed. Found and solved the issue. Strange thing is that this happens with a battery level higher than 50%. Anyway... Thanks for you support. I really appreciate that and your work. |
Thank you @tnaumann71 for reporting back and closing the ticket :) |
Hi @tnaumann71, Did you open this ticket back for any reason? Regards, |
Hi, strange behaviour. deconz now gets the events and "basic" features of the E1810MediaPlayerController are working with but without the "next/previous_source" actions. apps.yaml - default mapping for "next/previous_source" actions are not working:
deconz and HA show me the events from the E1810 but ControllerX doesn't react. apps.yaml - default mapping and extra "mapping:" for "next/previous_source" actions is working BUT none of all the others:
Questions: Why does ControllerX not reacting on "Holding/Releasing" "<" ">" without "mapping:" definition? |
Hi @tnaumann71,
The essen_speakers:
module: controllerx
class: E1810MediaPlayerController
controller: tradfri_fernbedienung
integration: deconz
media_player: media_player.esszimmer
volume_steps: 20
merge_mapping:
4001: previous_source
5001: next_source You don't need to add the
I just checked the mapping for this controller and I see that for deCONZ and ZHA, I missed the essen_speakers:
module: controllerx
class: E1810MediaPlayerController
controller: tradfri_fernbedienung
integration: deconz
media_player: media_player.esszimmer
volume_steps: 20 Regards, |
Thanks for your quick response and the hint with Thx, |
No worries! What it matters is that you know it now :) The fix is added to the |
Bug report
IKEA Tradfri Remote E1810 "Hold/Release events" for < > are not recognized by deconz
When holding "<" or ">" the deconz_events
4001 → Hold <
4003 → Release <
5001 → Hold >
5003 → Release >
are not recognized. Therefore I can't switch the sources.
Description
Holding and releasing the "<" or ">" buttons leads only to 4002 or 5002 events. It doesnt matter how long I'm holding them.
Normal behaviour would be 4001/4003 and 5001/5003 events which will lead to source skipping.
Additional information
deconz
AppDaemon app configuration
Logs
Additional Context
The text was updated successfully, but these errors were encountered: