hello jeff,

specify a list of alarms (in weewx.conf under [Alarms]), each alarm being
    [[name]]
    metric ("observation type” i think is the weewx-speak for this)
    threshold value
    is_rising (does trigger occur when go above, or below, the threshold)
    abatement (once triggered, how long before this alarm can trigger again)
    mailto (when triggered, action is to send email to comma-separated 
recipient list)
e.g.
    [[Hot Outside]]
        metric = outTemp
        is_rising = true
        threshold = 30.0, degree_C
        mailto = 'Graham Eddy <[email protected]>'
        abatement = 480    # 8 h

also, superior alarms suppress inferior alarms (i.e. if alarm metric/threshold 
has triggered, then any other alarms with same metric but lesser threshold are 
skipped)

i haven’t bothered with tls/password for email as i use ISP's relay. better to 
go via localhost anyway so that alarms are spooled pending offline connections
____________
Graham Eddy

> On 19 Jun 2019, at 8:17 pm, Jeff Rabin <[email protected]> wrote:
> 
> Graham - "wview-style alarms"?     I'm very interested.  Anything you can 
> share?
> 
> Jeff
> 
> 
> On Monday, May 13, 2019 at 10:42:03 AM UTC-4, Graham Eddy wrote:
> i am now operational on weewx after migrating from wview with 12 years of 
> data.
> lots of customisations: river temperature (extraTemp1), river level (external 
> sensor), wview-style alarms, and steelseries gauges for all the sensors 
> including river
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected] 
> <mailto:[email protected]>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/3bdd6e4f-e3d2-47cb-a46a-8cf7153d6d43%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/weewx-user/3bdd6e4f-e3d2-47cb-a46a-8cf7153d6d43%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/06B152FB-6C27-4287-A6DD-81024BB2EE67%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to