Hello!
I’m trying to make a simple e-mail alert for every blackout in a building.
My energy management device connection status returns “Device establishing new connection” for every blackout, so a simple logic would be something like:
Where the conditional node checks {{data.disconnectReason}} == ‘Device establishing new connection’.
However, the Device: Disconnect Trigger Node triggers the workflow for every disconnection, and my device has a lot of quick disconnections (just for a few seconds) because of its signal - these register as “Keepalive Timeout” and “Connection Closed”.
The payload usage would be significantly reduced if the trigger node had a “reason” filter, in addition to the device selected.