OK I went in and deactivated the alarm, hit update, reactivated the alarm and hit update. At that point it started working again.
dave
dave
Hopefully someone can help me. I'm trying out the new alarms. Here is what I'm trying:
#!/bin/sh
# The first line of any shell script must begin with the above #! line
# Comments begin with #
# Silence this alarm
al_set 0
echo "$pn Alert -- $pcurr $al_type" | sendmail -a gmail 5125798677@messaging.sprintpcs.com
Just a simple cut-n-paste from the WIKI. However, I"m not seeing it trigger, it is enabled, I did have the temp go higher than the temp I specified. I did see it trigger once, but never again.
I have manually verified that the email works. I just used: echo "test" | sendmail -a gmail ..... and got my email, so that works.
Why isn't the alarm triggering?
dave