zwave_associations
Retrieve a Z-Wave node's current associations organized by group ID, each mapping to target node and endpoint pairs. Input a node ID to see its configured associations or diagnose pairing issues.
Instructions
List a node's current associations, keyed by group id.
Each group maps to a list of association targets ({node_id, endpoint}). Raises ValueError for an unknown node id.
Args: node_id: The source Z-Wave node id, e.g. 5 endpoint: Optional endpoint index (defaults to the root device)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | ||
| endpoint | No |