Actions77
- Accessory Actions
- Authentication Actions
- Backup & Restore Actions
- Config Editor Actions
- Platform Tool Actions
- Plugin Actions
- Server Actions
- Restart Server
- Restart Child Bridge
- Stop Child Bridge
- Start Child Bridge
- Get Pairing Info
- Reset Homebridge Accessory
- Reset Cached Accessories
- Get Cached Accessories
- Delete Cached Accessories
- Delete Cached Accessory
- Get Device Pairings
- Get Device Pairing
- Delete Device Pairing
- Get Unused Port
- Get Network Interfaces
- Get Bridge Network Interfaces
- Set Bridge Network Interfaces
- Setup Wizard Actions
- Status Actions
- User Actions
Overview
This node integrates with the Homebridge API, allowing users to interact with various aspects of a Homebridge server. Specifically, the "Status" resource with the "Get Child Bridges" operation enables retrieval of information about child bridges connected to the main Homebridge instance. This is useful for monitoring and managing multiple bridge devices within a Homebridge ecosystem.
Practical examples include:
- Fetching the list of child bridges to display their status in a dashboard.
- Automating checks on bridge connectivity or health.
- Integrating bridge data into home automation workflows.
Properties
| Name | Meaning |
|---|---|
| Access Token | An access token obtained from a prior login operation or entered manually to authenticate requests to the Homebridge API. |
Output
The node outputs JSON data representing the status information of child bridges connected to the Homebridge server. This typically includes details such as bridge identifiers, names, statuses, and other relevant metadata provided by the Homebridge API.
If binary data were involved (e.g., files or images), it would be summarized here, but this node focuses on JSON status data only.
Dependencies
- Requires an active connection to a Homebridge server.
- Needs an API authentication token (access token) to authorize requests.
- The user must configure credentials with the Homebridge server URL and provide the access token either via a login node or manually.
Troubleshooting
- Invalid or missing access token: The node will fail to authenticate if the access token is incorrect or absent. Ensure the token is valid and correctly supplied.
- Connection issues: If the Homebridge server URL is unreachable, verify network connectivity and server availability.
- API changes: If the Homebridge API changes, the node might not return expected data. Check for updates to the node or API documentation.
- Empty or unexpected output: Confirm that child bridges exist and the access token has sufficient permissions to retrieve their status.
Links and References
- Homebridge Official Website
- Homebridge API Documentation (if available)
- n8n Documentation on Creating Custom Nodes