V2/Concepts/Connector
Connectors
Connectors are applications built to allow external systems to communicate with Senfi. At the moment, Senfi provides a MQTT interface for receiving data from external systems.
Here's a diagram of Senfi solution architecture showing the role of Connectors as a communicator between external systems and Senfi.
A typical integration follows this pattern:
External system --> Connector --> Senfi MQTT endpoint
Either the external system you are monitoring pushes to the Connector, or the Connector polls the external system for its current values. Either way, once the Connector has the values of its measurement, the Connector can prepare to send it to Senfi's MQTT endpoint.
Connectors should be built on standard communications protocol for building automation and control systems such as BACnet, OPC UA, Modbus etc.
What's Next
- Learn about API Key
- Writing Connectors