I am trying the same thing with the same device, but i keep getting this response
{
"event_type": "my_write_event",
"data": {
"ieee_org": "cc:86:ec:ff:fe:d8:46:e1",
"ieee": "cc:86:ec:ff:fe:d8:46:e1",
"command": "attr_write",
"start_time": "2022-01-24T23:19:58.433075+00:00",
"errors": [
"DeliveryError('[0xae9a:1:0x0000]: Message send failure')"
],
"params": {
"cmd_id": null,
"endpoint_id": 1,
"cluster_id": 0,
"attr_id": 16394,
"attr_type": 32,
"attr_val": 1,
"min_interval": null,
"max_interval": null,
"reportable_change": null,
"dir": null,
"manf": 4,
"tries": 1,
"expect_reply": true,
"args": [],
"state_id": null,
"state_attr": null,
"allow_create": false,
"event_success": null,
"event_fail": null,
"event_done": "my_write_event",
"read_before_write": true,
"read_after_write": true,
"write_if_equal": false
},
"success": false
},
"origin": "LOCAL",
"time_fired": "2022-01-24T23:19:58.437786+00:00",
"context": {
"id": "ba82fcc4da5ff92a090d65aaa4200f2e",
"parent_id": null,
"user_id": null
}
}
here is my snippet
service: zha_toolkit.execute
data:
command: attr_write
ieee: cc:86:ec:ff:fe:d8:46:e1
endpoint: 1
cluster: 0
attribute: 16394
attr_val: '1'
attr_type: 32
manf: 4
event_done: write_leak_led
Any insight is appreciated