| 1 | I use StormXmlSiren to monitor both my local area in Texas and where my family lives in Tennessee. I have developed a strategy that takes advantage of the filtering capability of StormXmlSiren to avoid annoying family members with useless notifications. |
|---|
| 2 | |
|---|
| 3 | The general concept is that for a given email address (or other end alert device) that two devices configuration instances are created. The first device configuration for the email address will alert only on warnings and watches for the counties that surround where my family lives. |
|---|
| 4 | |
|---|
| 5 | In this case it would be the counties that surround Warren County, Tennessee (Cannon, Coffee, Grundy, Sequatchie, Van Buren, White, and Dekalb). A second device would be created that would alert on all available weather types (statement, advisory, forecast, watch, and warnings) for the county and city of where they live (McMinnville,TN and Warren, TN). |
|---|
| 6 | |
|---|
| 7 | The result is a configuration that looks similar to following for one of my family members: |
|---|
| 8 | |
|---|
| 9 | {{{ |
|---|
| 10 | [5] |
|---|
| 11 | device = email |
|---|
| 12 | to = ckfreeze@example.com |
|---|
| 13 | alert = watch,warning |
|---|
| 14 | areas = Cannon,TN:Coffee,TN:Grundy,TN:Sequatchie,TN:Van Buren,TN:White,TN:Dekalb,TN |
|---|
| 15 | |
|---|
| 16 | [6] |
|---|
| 17 | device = email |
|---|
| 18 | to = ckfreeze@example.com |
|---|
| 19 | alert = watch,warning,forecast,statement,advisory |
|---|
| 20 | areas = McMinnville,TN:Warren,TN |
|---|
| 21 | |
|---|
| 22 | }}} |
|---|
| 23 | [[Image(tennessee.png, nolink,800px)]] |
|---|
| 24 | |
|---|
| 25 | For me or my wife, the configuration looks similar to following: |
|---|
| 26 | |
|---|
| 27 | {{{ |
|---|
| 28 | [8] |
|---|
| 29 | device = email |
|---|
| 30 | to = rcfreeze@example.com |
|---|
| 31 | alert = forecast,statement,advisory |
|---|
| 32 | areas = Rockwall,TX |
|---|
| 33 | |
|---|
| 34 | [9] |
|---|
| 35 | device = email |
|---|
| 36 | to = rcfreeze@example.com |
|---|
| 37 | alert = watch,warning |
|---|
| 38 | areas = Rockwall,TX:Collin,TX:Dallas,TX:Kaufman,TX:Hunt,TX |
|---|
| 39 | }}} |
|---|
| 40 | [[Image(texas.png, nolink,800px)]] |
|---|
| 41 | |
|---|
| 42 | We also do something similar with our MythTV PVRs. In the main familyroom, we like all the alerts from both the Tennessee and Texas areas. In the master bedroom though, we only really care about warnings and watches for our local area. In this instance, the configuration looks like the following: |
|---|
| 43 | |
|---|
| 44 | {{{ |
|---|
| 45 | [3] |
|---|
| 46 | device = mythtv |
|---|
| 47 | to = master-bedroom.example.com:6948 |
|---|
| 48 | wait_time = 20 |
|---|
| 49 | alert = watch,warning |
|---|
| 50 | areas = Rockwall,TX:Collin,TX:Dallas,TX:Kaufman,TX:Hunt,TX |
|---|
| 51 | [15] |
|---|
| 52 | device = mythtv |
|---|
| 53 | to = familyroom.example.com:6948 |
|---|
| 54 | wait_time = 5 |
|---|
| 55 | alert = forecast,statement,advisory,watch,warning |
|---|
| 56 | areas = Rockwall,TX:Collin,TX:Dallas,TX:Kaufman,TX:Hunt,TX:McMinnville,TN:Warren,TN:Cannon,TN:Coffee, |
|---|
| 57 | TN:Grundy,TN:Sequatchie,TN:Van Buren,TN:White,TN:Dekalb,TN |
|---|
| 58 | }}} |
|---|