Trigger Function

Does HIVEMQ has some sort of triggers or pushover (real time notification)? I mean that if a certain data / reading from sensor has reached a threshold stage, it will inform the user rather than the user has to monitor for a certain period of time, such as every hour and so on.

Hi @mohd

HiveMQ does not natively provide built-in triggers or real-time notifications for specific sensor data thresholds. However, you can achieve this functionality by integrating HiveMQ with monitoring tools like Prometheus and Grafana. Additionally, using third-party tools such as Node-RED allows you to create flows that process MQTT messages from HiveMQ, evaluate sensor data against predefined thresholds, and send notifications through various notification services like Pushover.

Kind regards,
Diego from HiveMQ Team