awesome-ha-blueprints icon indicating copy to clipboard operation
awesome-ha-blueprints copied to clipboard

Bug - SYMFONISK Up/Down rotation not working

Open Reproduktor opened this issue 2 years ago • 4 comments

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 avatar Oct 08 '22 22:10 Reproduktor

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

zapp42 avatar Oct 18 '22 19:10 zapp42

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

Thanks

1liminal1 avatar Nov 26 '22 00:11 1liminal1

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

1aranzant avatar Dec 29 '22 00:12 1aranzant

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.

motoridersd avatar Feb 24 '23 14:02 motoridersd