-
-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
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.
For most zigbee items like temperature this is okay, but a button pressed shoud in my mind send a command.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels