Hello!
I’m currently working on an issue with a device I have. It randomly sends messages in the wrong format, and I need to be alerted when it happens.
To make things clear, this is the kind of error that will appear in the app log:
Unfortunately, I can’t seem to find a way of triggering something with this message. The only plausible nodes available are the MQTT Trigger and Device: State Trigger
But there’s not exactly a “state” being reported and the MQTT trigger doesn’t subscribe to private topics.
I also tried, from the Losant API node, to get the app logs and device logs, but no relevant information is returned.
Is there currently a way of using error messages as triggers? Can I read past error messages?
Thanks in advance!