By Clay Li on Sunday, 29 December 2024
Category: Feature

Calem Integration 7: Asset Integration with MQTT

MQTT (message queuing telemetry transport) is a protocol for communication with devices (IoT – internet of things). MQTT integration is available in the coming release of Calem R2024g (Jan. 2025). 

1. MQTT Brokers

The first step is to configure MQTT brokers in Calem. MQTT brokers are repositories of asset meter readings. Calem connects to an MQTT broker to pull meter readings into Calem. The following is a sample MQTT broker is configured in Calem. 

2. MQTT Device Mapping

A device in MQTT is mapped to an asset meter in Calem by its device path. ​Set "Device (MQTT)" of an asset meter to a device path so Calem will apply meter readings from MQTT accordingly.

3. MQTT Scheduled Task

The last step in the MQTT integration is the setup of a scheduled task to pull readings from MQTT. For instance, an hourly cron job may be configured to pull readings from MQTT - see Calem Enterprise Admin Guide for more information.

Additional Resources

Related Posts