Hello,
I tried the below setting , with aqara lumi temp sensor.
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: 100
event_done: zha_done
Here the full log
2023-01-14 10:04:28.581 DEBUG (MainThread) [custom_components.zha_toolkit.default] Trying to import custom_components.zha_toolkit.zcl_attr to call conf_report
2023-01-14 10:04:28.586 DEBUG (MainThread) [custom_components.zha_toolkit.zcl_attr] Try 1/100: configure report(0,5,300,10,None)
2023-01-14 10:04:56.622 DEBUG (MainThread) [custom_components.zha_toolkit.zcl_attr] Try 2/100: configure report(0,5,300,10,None)
2023-01-14 10:05:24.676 DEBUG (MainThread) [custom_components.zha_toolkit.zcl_attr] Try 3/100: configure report(0,5,300,10,None)
2023-01-14 10:05:52.740 DEBUG (MainThread) [custom_components.zha_toolkit.zcl_attr] Try 4/100: configure report(0,5,300,10,None)
2023-01-14 10:06:20.774 DEBUG (MainThread) [custom_components.zha_toolkit.zcl_attr] Try 5/100: configure report(0,5,300,10,None)
2023-01-14 10:06:48.823 DEBUG (MainThread) [custom_components.zha_toolkit.zcl_attr] Try 6/100: configure report(0,5,300,10,None)
2023-01-14 10:07:16.861 DEBUG (MainThread) [custom_components.zha_toolkit.zcl_attr] Try 7/100: configure report(0,5,300,10,None)
2023-01-14 10:07:44.900 DEBUG (MainThread) [custom_components.zha_toolkit.zcl_attr] Try 8/100: configure report(0,5,300,10,None)
2023-01-14 10:08:12.943 DEBUG (MainThread) [custom_components.zha_toolkit.zcl_attr] Try 9/100: configure report(0,5,300,10,None)
2023-01-14 10:08:40.991 DEBUG (MainThread) [custom_components.zha_toolkit.zcl_attr] Try 10/100: configure report(0,5,300,10,None)
2023-01-14 10:09:09.032 DEBUG (MainThread) [custom_components.zha_toolkit.zcl_attr] Try 11/100: configure report(0,5,300,10,None)
2023-01-14 10:09:37.064 DEBUG (MainThread) [custom_components.zha_toolkit.zcl_attr] Try 12/100: configure report(0,5,300,10,None)
2023-01-14 10:10:05.109 DEBUG (MainThread) [custom_components.zha_toolkit.zcl_attr] Try 13/100: configure report(0,5,300,10,None)
2023-01-14 10:10:33.162 DEBUG (MainThread) [custom_components.zha_toolkit.zcl_attr] Try 14/100: configure report(0,5,300,10,None)
2023-01-14 10:11:01.221 DEBUG (MainThread) [custom_components.zha_toolkit.zcl_attr] Try 15/100: configure report(0,5,300,10,None)
2023-01-14 10:11:08.442 INFO (MainThread) [custom_components.zha_toolkit.zcl_attr] Configure report result: Default_Response(command_id=6, status=<Status.UNSUP_GENERAL_COMMAND: 130>)
2023-01-14 10:11:08.443 DEBUG (MainThread) [custom_components.zha_toolkit.zcl_attr] Configure report exception ‘uint8_t’ object is not subscriptable,0,5,300,10,None
2023-01-14 10:11:08.443 DEBUG (MainThread) [custom_components.zha_toolkit] event_data {‘zha_toolkit_version’: ‘v0.8.28’, ‘zigpy_version’: ‘0.53.0’, ‘zigpy_rf_version’: ‘0.19.2’, ‘ieee_org’: ‘sensor.lumi_lumi_weather_temperature_2’, ‘ieee’: ‘00:15:8d:00:08:30:11:d6’, ‘command’: ‘conf_report’, ‘command_data’: None, ‘start_time’: ‘2023-01-14T09:04:28.570920+00:00’, ‘errors’: [], ‘params’: {‘endpoint_id’: 1, ‘cluster_id’: 1026, ‘attr_id’: 0, ‘min_interval’: 5, ‘max_interval’: 300, ‘reportable_change’: 10, ‘dir’: 0, ‘tries’: 100, ‘expect_reply’: True, ‘args’: [], ‘event_done’: ‘zha_done’, ‘read_before_write’: True, ‘read_after_write’: True}, ‘success’: False, ‘result_conf’: Default_Response(command_id=6, status=<Status.UNSUP_GENERAL_COMMAND: 130>)}
What could be the reason? Any help will be very appreciated.