Simon 5 is coming soon!
Simon version 5 is currently in beta testing. It is a massive update, introducing a much-requested feature: syncing the Simon data between multiple Macs, plus a Simon Status service, a Link Checker filter, improved Find filter, iMessage and Speak Error notifiers, a new app icon, and much more.
Important: please note that Simon 5 requires a minimum of macOS 10.12 (Sierra), and will be a paid upgrade from Simon 4 after the beta. Purchasers since September 1, 2020 automatically get a version 5 license (that also works in previous versions).
Re: Disk space filter?
Check the Activity log; it shows what the service and each filter outputs. That might show the error.
Though I think I see the issue, if I'm interpreting you correctly — your second filter should also be a Success one, i.e. it should be used when the previous filter is successful.
If that doesn't help, edit your original forum post to attach a screenshot of the Filters page and Activity log. (You can't attach to comments.) Or email me.
Re: Disk space filter?
Hi,
Thanks for the reply. I've added a couple of screen shots (to the original post) which hopefully will help. The Activity screen didn't really help me much. I read the filter as it is successful unless the value returned is greater than the fixed value specified, in which case it's a fail. I'm not sure what I should define as a second filter for this.
Help appreciated.
Re: Disk space filter?
Ah, the issue is that the service outputs "86%" plus a linefeed. The Number filter requires just numeric digits, so you need another filter before the Number one to strip off the percent and linefeed characters. A simple Block filter with a % in the End text (and Start text blank) would be sufficient.
Alternatively, you can edit the "Number More Than 95%" filter (or a duplicate) to ignore those characters. (I'm not sure why it doesn't already ignore the percent sign; it should.)
Another option would be to alter your service to only output the digits.
Hope this helps.
Re: Disk space filter?
Ah, now I get it! :-)
I had already filtered the percent symbol under the 'greater than' filter which obviously didn't remove the return. I removed this, added in a block filter and this now works.
Many thanks for your help
Nic