@fabianvolkers/n8n-nodes-modbus-trigger
Version:
n8n node to trigger Modbus Address on change
27 lines (15 loc) • 901 B
Markdown

# n8n-nodes-modbus-trigger
## Description
This is a n8n community node that triggers workflows based on Modbus events. It allows you to connect to Modbus devices and react to their data changes in real-time.
## Installation
Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.
## Operations
- Connect to Modbus TCP devices
- Trigger workflows on data changes
- Read and Write (holding register)
## Credentials
- **Host**: The IP address of the Modbus device.
- **Port**: The port number of the Modbus device (default is 502).
## Support
If you encounter any issues or have questions, please open an issue on the [GitHub repository](https://github.com/lostedz/n8n-nodes-modbus-trigger).