Per-Area Presence Reporting In Home Assistant ZHA

This may not be the right forum, but I’ve been trying to find documentation / instructions on how to run the Advanced commands specified in Blue Series mmWave Presence Dimmer Switch • Advanced mmWave Configuration | Inovelli Help Center . I wanted to debug the presence detection to see how many targets my switch was seeing and their locations. I tried using the ZHA developer tools to execute commands by manually entering the endpoint, cluster, command and IEEE ID.

Cluster type: in

Command type: Client

Leaving the args empty gives me this error:

Failed to perform the action zha.issue_zigbee_cluster_command. must contain at least one of args, params.. Got {'type': 'execute_script', 'sequence': [{'action': 'zha.issue_zigbee_cluster_command', 'data': {'cluster_type': 'in', 'command_type': 'client', 'ieee': '0C:2A:6F:FF:FE:F7:15:84', 'endpoint_id': 1, 'cluster_id': 64562, 'command': 1}}], 'id': 50}

Would appreciate some pointers on where to go from here. The manage device options don’t have these commands listed under the FC32 cluster.