I tried setting a different report interval via using a ZHA toolkit service
I copied what the guy in a forum thread did except changing the IEEE to the entity ID of my own temperature sensor and put my thermostat to pairing mode next to my coordinator right after
service: zha_toolkit.execute
data:
ieee: sensor.principal_temperature
command: conf_report
endpoint: 1
cluster: 0x402
attribute: 0
min_interval: 5
max_interval: 300
reportable_change: 10
tries: 20
event_done: zha_done
I’m getting the error
This error originated from a custom integration.
Logger: zigpy_deconz.api
Source: custom_components/zha_toolkit/zcl_attr.py:275
Integration: 🧰 ZHA Toolkit (documentation, issues)
First occurred: 4:41:35 PM (4 occurrences)
Last logged: 4:43:25 PM
No response to 'Command.aps_data_request' command with seq id '0x2f'
No response to 'Command.aps_data_request' command with seq id '0x5d'
No response to 'Command.aps_data_request' command with seq id '0x93'
No response to 'Command.aps_data_request' command with seq id '0xb6'
The zha_done event looks like:
event_type: zha_done
data:
zha_toolkit_version: v1.0.0
zigpy_version: 0.57.1
zigpy_rf_version: 0.21.1
ieee_org: sensor.ewelink_th01_2d256b22_temperature
ieee: 00:12:4b:00:22:6b:25:2d
command: conf_report
command_data: null
start_time: "2023-09-29T10:30:21.195407+00:00"
errors: []
params:
endpoint_id: 1
cluster_id: 1026
attr_id: 0
min_interval: 60
max_interval: 600
reportable_change: 10
dir: 0
tries: 20
expect_reply: true
args: []
event_done: zha_done
read_before_write: true
read_after_write: true
success: false
origin: LOCAL
time_fired: "2023-09-29T10:33:44.946902+00:00"
context:
id: 01HBG80RQJE4VPQ42P9YHTY8V1
parent_id: null
user_id: null
and the reporting interval doesn’t change
What should I do now?