Skip to content
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

IKEA LED2003G10 with IKEA E2001/E2002 Styrbar remote / Zigbee2MQTT #581

Open
1 task
monsterflo opened this issue Nov 15, 2023 · 9 comments · May be fixed by #584
Open
1 task

IKEA LED2003G10 with IKEA E2001/E2002 Styrbar remote / Zigbee2MQTT #581

monsterflo opened this issue Nov 15, 2023 · 9 comments · May be fixed by #584
Labels
blueprint An issue related to a blueprint bug Something isn't working

Comments

@monsterflo
Copy link

Blueprint name

Hook - Light

Home Assistant Core Version

2023.11.2

Home Assistant Installation Type

Home Assistant Supervised

Description

Hello,
my Ikea bulbs misbehave for a while now and since it's getting darker outside this issue starts to annoy me again.
When dimming or brightening the lights they just keep on going instead of stopping when the remote button is released.
I don't know if this connected with an update of Zigbee2MQTT and if the behavour of Z2M changed.

Any help is appreciated.

Thanks in advance
Florian

Automation YAML config

alias: Wandlampe Fernbedienung AN-AUS-Helligkeit-Farbe
description: ""
use_blueprint:
  path: EPMatt/ikea_e2001_e2002.yaml
  input:
    integration: Zigbee2MQTT
    controller_device: 21124e381ab0840918bef480453a2c8c
    controller_entity: sensor.zb_remote_eg_kz1_action
    helper_last_controller_event: input_text.zb_remote_kz1_helper


alias: Wandlampe Fernbedienung
description: ""
use_blueprint:
  path: EPMatt/light.yaml
  input:
    controller_device: 21124e381ab0840918bef480453a2c8c
    controller_entity: sensor.zb_remote_eg_kz1_action
    controller_model: IKEA E2001/E2002 STYRBAR Remote control
    light: light.kinderzimmer_wandlampe
    min_brightness: 2
    force_brightness: true
    on_brightness: 5

To Reproduce

  1. Go to '...'
  2. Click on '....'
  3. Trigger the automation '....'
  4. See error

Expected behavior

stop dimming/brightening when remote button is released

Actual Behaviour

dimming/brightening doesn't stop

Additional Details

  • I'd like to help developing a fix for this issue.

Screenshots

No response

Additional context

No response

@monsterflo monsterflo added blueprint An issue related to a blueprint bug Something isn't working labels Nov 15, 2023
@vasylievd
Copy link

I have the same issue. Hopefully any help comes soon :)

@SvenBuis
Copy link

SvenBuis commented Dec 6, 2023

Yeah, i'm having the same issue

@jiridostal
Copy link

Hello, I had the same issue and was looking at what could go wrong. I found that one condition to check the previous value of the button pressed does not work as expected. Unfortunately, I don't know why this is happening, but deleting the condition fixes the issue, or at least I did not encounter any side behavior. Basically detection of last last pressed button for triggering the correct "release" action is now disabled. Feel free to try my fix and propose a better solution #584.

@Nelus2311
Copy link

I have the same issue. Tested you're solution and it work's.
Thanks!

@peyn
Copy link

peyn commented Jan 2, 2024

Had the same issue. Solution provided by @jiridostal worked for me, too.
Thank you.

@FredericG-BE
Copy link

The proposed solution works for me too, thanks!

@klimeryk
Copy link

klimeryk commented Jan 8, 2024

Same issue here - and the fix indeed works ❤️ Thank you!

@Sab3rRid3r
Copy link

Worked for me too, thanks!

@return666evil
Copy link

@jiridostal
Same issue here, I was struggling with it for 3 days until I found the solution here. THANK YOU!
❤️ ❤️ ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blueprint An issue related to a blueprint bug Something isn't working
Projects
None yet
10 participants