I have a cistern water level sensor connected to an Arduino that, when polled serially via Xbee connected to the serial smart board on an ioBridge module, returns a numeric value based on the water level.
I would like to use the new Actions available in the latest firmware to poll the Arduino ever 30 min or so and have an event occur if the value is too low (like send an email or shut off the pump). The problem is that there doesn't appear to be a way to act on a received serial value. Is this possible or is it something that can be added (easily, I hope) to the next firmware release? Maybe I am going about this the wrong way.