Raspberry Pi Generic Digial IO Notifications

there are two trigger you have added, one for 0 to 1 and other for 1 to 0.

The trigger is not smart enough to do any kind of limiting. Every time you send data to Cayenne that meets the trigger logic you will get an alert. You will have to put in your code some logic to only send those values above the limit once. It’s not ideal but that’s how it works.