eventsensor icon indicating copy to clipboard operation
eventsensor copied to clipboard

Mapping Hue Smart Button via zha_event

Open Henhart opened this issue 2 years ago • 2 comments

Hi,

how can I find out the correct mapping for my hue smart button?

{ "event_type": "zha_event", "data": { "device_ieee": "zzz", "unique_id": "yyy", "device_id": "xxx", "endpoint_id": 1, "cluster_id": 6, "command": "on", "args": [] }, "origin": "LOCAL", "time_fired": "2022-02-11T21:48:24.265319+00:00", "context": { "id": "aaa", "parent_id": null, "user_id": null } }

My configuration: name: smart_button_1 event name: zha_event state: command unique_id: yyy Mapping: ?

Currently there is only the status "on" and "off_with_effect" working.

Thanks.

Henhart avatar Feb 11 '22 22:02 Henhart