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

Bug - SYMFONISK Up/Down rotation not working #423

Open
1 task
Reproduktor opened this issue Oct 8, 2022 · 4 comments · May be fixed by #435 or Phidet/resurrected-ha-blueprints#2
Open
1 task

Bug - SYMFONISK Up/Down rotation not working #423

Reproduktor opened this issue Oct 8, 2022 · 4 comments · May be fixed by #435 or Phidet/resurrected-ha-blueprints#2
Labels
blueprint An issue related to a blueprint bug Something isn't working

Comments

@Reproduktor
Copy link

Blueprint name

ikea_e1744

Home Assistant Core Version

2022.10.1

Home Assistant Installation Type

Home Assistant Operating System

Description

Newly purchased SYMFONISK E1744 with firmware 0x23080631, connected via ZHA, with Quirk: zhaquirks.ikea.symfonisk.IkeaSYMFONISK1.

Up/Down rotations do not work at all.

Automation YAML config

alias: Controller - IKEA E1744 SYMFONISK Rotary Remote
description: ""
use_blueprint:
  path: EPMatt/ikea_e1744.yaml
  input:
    integration: ZHA
    controller_device: d82b1e8bcf25e96f846edc11614d4ab6
    helper_last_controller_event: input_text.symfoniskhelper
    rotate_left_loop: true
    rotate_right_loop: true

To Reproduce

{straightforward)

Expected behavior

The blueprint should check for correct strings in trigger_action.

Actual Behaviour

Investigated a little bit, and it seems that trigger_action generated by the blueprint for my events are:

Rotate right: move_MoveMode.Up_195_bitmap8.0_bitmap8.0
Rotate left: move_MoveMode.Down_195_bitmap8.0_bitmap8.0
Click (handled OK): toggle
Double click: step_StepMode.Up_1_0_bitmap8.0_bitmap8.0
Triple click: step_StepMode.Down_1_0_bitmap8.0_bitmap8.0

However, the blueprint is checking for these:

zha: rotate_left: [move_1_195] rotate_stop: [stop] rotate_right: [move_0_195] click_short: [toggle] click_double: [step_0_1_0] click_triple: [step_1_1_0]

Additional Details

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

Screenshots

No response

Additional context

Maybe this is caused by device firmware, maybe (Z)HA version, maybe ZHA quirk. I cannot say.

@Reproduktor Reproduktor added blueprint An issue related to a blueprint bug Something isn't working labels Oct 8, 2022
@zapp42
Copy link

zapp42 commented Oct 18, 2022

Same here. Rotation does not work at all and I see the same events as @Reproduktor .

zapp42 pushed a commit to zapp42/awesome-ha-blueprints that referenced this issue Oct 19, 2022
… names.

Info about mine:
Firmware: 0x21022631
Quirk: zhaquirks.ikea.symfonisk.IkeaSYMFONISK1

Fixes EPMatt#423.
@1liminal1
Copy link

Did this get fixed? Having the same issue ZHA media hook

Thanks

@1aranzant
Copy link

My rotation is working, but the volume only goes to 0 when turning left, or to the maximum when turning to the right.

@motoridersd
Copy link

motoridersd commented Feb 24, 2023

Updated the parameters manually in my local ikea_e1744.yaml file and the controller is working as expected when using ZHA. Is anyone with access to this repo able to commit these changes? The documentation also has to be updated to mention that the helper input used for ZHA with these updated events requires 255 characters.

New users need to create a 255 input text, existing users need to update theirs from 100 to 255. Reloading Text Inputs and Automations will make it work. Restarting HA will do the same.

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
5 participants