-
-
Notifications
You must be signed in to change notification settings - Fork 75
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] Dimming down Ikea Controller won't work anymore #455
Comments
My instance has the same problem. |
Hi both, Could ypu please privide the following:
Cheers, |
Hi Xavi, Thanks for your reply. I tried different way to activate the log_level but I didn't find the proper way. Can you guide me please ? The ZHA event : When down is held : Événement 4 déclenché 17:14: when pressed : Événement 6 déclenché 17:16: Cheers |
Hi @olibissa , Is the hold down the only one not working? I see the mapping is wrong (maybe something changed in ZHA), but the step one also changed. So wondering if you have problems with other actions. Regarding the log_level, it needs to be place like this: example_app:
log_level: DEBUG
module: controllerx
class: ...
light: ... Cheers, |
You rock ! The press down doesn't work either. Here is the log : 2022-04-08 18:20:42.368464 DEBUG telecommande_5_boutons_bureau: 🎮 Button event triggered, but not registered: |
Hi @olibissa , Seems the problem is the two 0's added in the args, this makes the command being unexpected by controllerx. I will work on this when I have time to fix it. In the meantime, you can use Regards, |
After I updated HA today to 2022.4.1 my remote (E1743) had the same issue. |
Thank you @Philipameen for checking it. If someone with this controller with ZHA and it is willing to change the code, I would appreciate. All is needed to change is this: https://github.com/xaviml/controllerx/blob/dev/apps/controllerx/cx_devices/ikea.py#L63-L79 We need to map the right mapping in there. It can be tested with the Otherwise, I would need someone that shares with me the "command" and the "args" of all events (clicks, holds, releases of all buttons). Regards, |
I'm having same problem with E1810MediaPlayerController with ZHA. Volume down doesn't work. The zha_event fires, but doesn't show in the AppDaemon logs. Here's the zha_event for volume down click. { |
Hey everyone, Is that enough to correct ? E1810Controller
Log for the release event. I don't get why it not recongnized 2022-04-09 19:27:43.231305 INFO telecommande_5_boutons_bureau: 🎮 Button event triggered: E1743Controller
W2049
Logs : Strange thing about Light.HOLD_COLOR_UP - It triggers a on event. Here is the log. Hope this helps 2022-04-09 19:53:49.904322 INFO interrupteur_ikea_salon: Previous message repeated 2 times
Hope this helps |
I'm having the same issue using E1744 dials as media controllers. Only press down is working, none of the dial rotations are working. |
FYI A bug is opened on the ZHA side |
It seems this got fixed in 2022.4.1: home-assistant/core#69633 Could someone try 2022.4.1 or 2022.4.2? Thanks, |
I'm on it |
The last update of hass corrects the bug. Thanks a lot for your time Xavi. Cheers and keep up the great work. |
Bug report
Description
Hye,
I've been using controllerx with 2 IKEA remotes. Dimming lights and groups was just fine but since the last HA upgrade Dimming down doesn't work anymore. Dimming Up works just fine.
Additional information
AppDaemon app configuration
telecommande_5_boutons_bureau:
module: controllerx
class: E1810Controller
controller: 14:b4:57:ff:fe:d0:3a:00
integration: zha
light: light.groupe_lumiere_couleur_bureau
interrupteur_ikea_camila:
module: controllerx
class: E1743Controller
controller: 04:cd:15:ff:fe:4a:71:4d
integration: zha
light: light.ikea_ampoule_02
interrupteur_ikea_salon:
module: controllerx
class: W2049LightController
controller: 50:32:5f:ff:fe:2a:c7:b2
integration: zha
light: light.ikea_ampoule_couleur_01
Logs
Here is the log in appdeamon when I long press to dim down from the E1810 Controller
2022-04-07 11:20:42.541788 INFO telecommande_5_boutons_bureau: 🎮 Button event triggered:
stop
2022-04-07 11:20:42.544479 INFO telecommande_5_boutons_bureau: 🏃 Running
Predefined (release)
nowThanks in advance for your help and great job by the way.
Cheers
The text was updated successfully, but these errors were encountered: