lsismeiro / awesome-ha-blueprints

A curated collection of automation blueprints for Home Assistant.
https://epmatt.github.io/awesome-ha-blueprints
GNU General Public License v3.0
78 stars 16 forks source link

E1743 long press still doesn't work with latest pull #4

Closed LewisSpring closed 10 months ago

LewisSpring commented 11 months ago
          Hey, thanks for the great work! For my E1743 buttons, the long press still doesn't work with this, what could I be doing wrong?

Originally posted by @timcreatedit in https://github.com/lsismeiro/awesome-ha-blueprints/issues/1#issuecomment-1820416580

LewisSpring commented 11 months ago

Hi Tim @timcreatedit

I don't have this remote so unfortunately can't test for you. Maybe @elephantmetropolis can provide some insight if possible, :)

Can you confirm whether the actions from the remote and the blueprint are matching?

Cheers :)

LewisSpring commented 10 months ago

Turns out I have the remote, will test ASAP :D

LewisSpring commented 10 months ago

Just tested, am seeing same behaviour.

Move actions appear the same but unfortunately I don't know how they work. button_up_long: [move_with_on_off_0_83]

data:
  device_ieee: [redacted]
  unique_id: [redacted]
  device_id: [redacted]
  endpoint_id: 1
  cluster_id: 8
  command: move_with_on_off
  args:
    - 0
    - 83
  params:
    move_mode: 0
    rate: 83
origin: LOCAL
time_fired: "2023-12-04T12:58:45.437142+00:00"

button_down_long: [move_1_83]

event_type: zha_event
data:
  device_ieee: [redacted]
  unique_id: [redacted]
  device_id: [redacted]
  endpoint_id: 1
  cluster_id: 8
  command: move
  args:
    - 1
    - 83
    - 0
    - 0
  params:
    move_mode: 1
    rate: 83
    options_mask: 0
    options_override: 0
origin: LOCAL
time_fired: "2023-12-04T13:04:49.296544+00:00"

Will test previous version of blueprint

LewisSpring commented 10 months ago

Apologies for delay, have tested previous version. Does not seem to work either, if someone can confirm if it ever worked?

LewisSpring commented 10 months ago

Scratch that, we have been provided new actions that seem to work (see #5 )

This issue will get closed once tested and merged

LewisSpring commented 10 months ago

For now, resolved by #5 cc @timcreatedit