I have a rainfall tipping bucket device with a variable sending total bucket tip counts since starting. During periods of no rainfall, the variable returns the same value as the previous timestamp.
i have a synthetic vriable calculating the delta (increase in pulse counts) from the previous reading.
is it possible to use the where() function to ignore creating a value (dot/data point) in the synthetic variable if the function is false?
OR
Is it possible for ubidots to perform this where() function to the original count variable, at the time it recieves the data (from The Thing Network via ubidots plugin).
the end game is to not ingest redundant data containing periods with the same values