How to configure event triggers
Event triggers are a powerful feature of the NEON Temperature Sensor. For every measure or set of measures taken (based on the event trigger), the device will determine if the condition was met to send an event message with the condition declared as the trigger. The device will send an event message upon status change, meaning, when the condition is set from false to true and when is set from true to false.
To configure the event triggers the user must generate a downlink and send it through LoRa. The NEON configurator can be used to create the downlink. The event triggers can be configured in the NEON configurator in the Application Configuration tab > Event section.
Every event trigger is a combination of 3 fields that must be defined to set the condition in the device.
Mode: determines the operational mode of the event trigger. This can be above or below to set fixed thresholds on the values being measured, or increasing or decreasing to set a delta of the values measured.
Measurement window: the amount of measurements to monitor the defined threshold value. Note that the time between measurements is defined in the Measurement Interval field.
Threshold temperature: the value that must be reached in the measurement to trigger the event.
Examples
Mode = above, measurement window = 1, and threshold temperature = 70
The combination above will define an event trigger such as if any measurement taken by the device exceeds 70 °C an event message will be sent.
Mode = increasing, measurement window = 5, and threshold temperature = 50
The above set of parameters will establish an event trigger if the temperature within 5 measurements increases by 50 °C.
Mode = below, measurement window = 10, and threshold temperature = -20
The combination above will define an event trigger such as if in a period of 10 measurements the temperature remains below -20 °C an event message will be sent.
Last updated