I'd like to be able to send a Tweet every time the wind is greater than a certain value.
So far I can get it to fire once but then it doesn't fire again. I think I'm not adding the right "clear" setting, but I've tried various things and they don't work.
Here's what I've got so far:
Twitter: Incremental Alerm
Raise: [wind0wind-act=mph.1:0] > 20
Clear: [wind0wind-act=mph.1:0] < 20
Could someone lend a hand?
Twitter alarm for wind gusts
Moderator: Mattk
Re: Twitter alarm for wind gusts
Please use "one-time alarm" instead of "incremental". You don't have a number incrementing, but a condition that returns a boolean.