Skip to content

OnCommand / OffCommand does not trigger "core.ItemCommandTrigger" on the item #932

@joerg1985

Description

@joerg1985

I have a IKEA button here with an On / Off button which does report itself as Dimmer.
A rule should trigger as soon as On / Off is pressed regardless of the current item state.

configuration: {}
triggers:
  - id: "3"
    configuration:
      itemName: Auto_Klima_Button_NON_COLOR_CONTROLLER_Level_Control
    type: core.ItemCommandTrigger
conditions: []
actions:
  - inputs: {}
    id: "1"
    configuration:
      icon: fire
      message: Test
    type: notification.SendExtendedBroadcastNotification

The button does handle the zigbee command and the status of the item does change.
But there is no command send to the item, so the rule does not trigger.

Image

For most zigbee items like temperature this is okay, but a button pressed shoud in my mind send a command.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions