controllerx: [BUG] Dimming down Ikea Controller won't work anymore
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
- Devices involved:
- Model: E1810Controller, E1743Controller, W2049LightController
- …
- Integration: Choose from zha
- AppDaemon version: v0.8.2
- ControllerX version: v4.18.2
- HACS version (if installed from there): v1.24.3
- Home Assistant Core version: core-2022.4.0
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💿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) now
Thanks in advance for your help and great job by the way.
Cheers
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 15 (5 by maintainers)
Commits related to this issue
- fix(ikea): Fix ZHA mapping for IKEA controllers related to #455, #457 — committed to xaviml/controllerx by xaviml 2 years ago
- fix(ikea): fix E1744 ZHA mapping related to #455, #457 — committed to xaviml/controllerx by xaviml 2 years ago
- docs(release_notes): add warning note related to ##455, #457 — committed to xaviml/controllerx by xaviml 2 years ago
- fix(ikea): Fix ZHA mapping for IKEA controllers (#459) * fix(ikea): Fix ZHA mapping for IKEA controllers related to #455, #457 * fix(ikea): fix E1744 ZHA mapping related to #455, #457 * d... — committed to xaviml/controllerx by xaviml 2 years ago
- fix(ikea): Fix ZHA mapping for IKEA controllers (#459) * fix(ikea): Fix ZHA mapping for IKEA controllers related to #455, #457 * fix(ikea): fix E1744 ZHA mapping related to #455, #457 * d... — committed to xaviml/controllerx by xaviml 2 years ago
- docs(device): change docs for E1744 ZHA mapping related to #455, #457 — committed to xaviml/controllerx by xaviml 2 years ago
- fix(device): fix ZHA mapping for E1743 related to #455, #457 — committed to xaviml/controllerx by xaviml 2 years ago
The last update of hass corrects the bug.
Thanks a lot for your time Xavi.
Cheers and keep up the great work.
FYI
https://github.com/home-assistant/core/issues/69375
A bug is opened on the ZHA side
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: { “event_type”: “zha_event”, “data”: { “device_ieee”: “14:b4:57:ff:fe:d0:3a:00”, “unique_id”: “14:b4:57:ff:fe:d0:3a:00:1:0x0008”, “device_id”: “06d154020805af723b1e4cb3141f0a86”, “endpoint_id”: 1, “cluster_id”: 8, “command”: “stop”, “args”: [ 0, 0 ], “params”: { “options_mask”: 0, “options_override”: 0 } }, “origin”: “LOCAL”, “time_fired”: “2022-04-08T15:14:24.538169+00:00”, “context”: { “id”: “6b6fc36f2fd8c7d8de3ecf0bd0397b86”, “parent_id”: null, “user_id”: null } } Événement 3 déclenché 17:14: { “event_type”: “zha_event”, “data”: { “device_ieee”: “14:b4:57:ff:fe:d0:3a:00”, “unique_id”: “14:b4:57:ff:fe:d0:3a:00:1:0x0008”, “device_id”: “06d154020805af723b1e4cb3141f0a86”, “endpoint_id”: 1, “cluster_id”: 8, “command”: “move”, “args”: [ 1, 84, 0, 0 ], “params”: { “move_mode”: 1, “rate”: 84, “options_mask”: 0, “options_override”: 0 } }, “origin”: “LOCAL”, “time_fired”: “2022-04-08T15:14:24.189212+00:00”, “context”: { “id”: “3e1d13954d2c622838ab00b2d6431a54”, “parent_id”: null, “user_id”: null } }
when pressed :
Événement 6 déclenché 17:16: { “event_type”: “zha_event”, “data”: { “device_ieee”: “14:b4:57:ff:fe:d0:3a:00”, “unique_id”: “14:b4:57:ff:fe:d0:3a:00:1:0x0008”, “device_id”: “06d154020805af723b1e4cb3141f0a86”, “endpoint_id”: 1, “cluster_id”: 8, “command”: “step”, “args”: [ 1, 43, 5, 0, 0 ], “params”: { “step_mode”: 1, “step_size”: 43, “transition_time”: 5, “options_mask”: 0, “options_override”: 0 } }, “origin”: “LOCAL”, “time_fired”: “2022-04-08T15:16:06.008228+00:00”, “context”: { “id”: “2cdb997861a95c2c095313014a3e8576”, “parent_id”: null, “user_id”: null } }
Cheers