breezy-weather / breezy-weather

A Material Design Weather Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turn off notifications of low severity alerts

xxyxxyxyx1 opened this issue · comments

Describe your idea

I like to have system notification weather alerts for extreme weather. However, where I live, there is a low-level (1/4) wind warning on average once per day. It's just windy here, and the threshold for a warning is unreasonably low.

I would like to be able to customize which weather warnings result in system notifications. I think this could be best accomplished with a "blacklist" of warnings that should not be notified. We want warnings for all unexpected things, and we can add something to the blacklist when we receive it too often.

The blacklist could simply consist of strings of text that. If a string is found in a warning, prevent the system notification from happening.

Other details

No response

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open or closed issue.
  • The idea I’m suggesting is not in the list of features that will not be implemented.
  • I have written a short but informative title.
  • I have updated the app to version 5.1.8 or later.
  • I understand that this app is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, so I may not get a positive reply to my request, if any at all.

What you're looking for is the severity:

  • “Extreme” - Extraordinary threat to life or property
  • “Severe” - Significant threat to life or property
  • “Moderate” - Possible threat to life or property
  • “Minor” – Minimal to no known threat to life or property
  • “Unknown” - Severity unknown

Unfortunately, we have a few sources with only unknown severity, which would make it not working.

Alternatively, your suggestion is complex and opens the door to missing important alerts. I prefer someone receives more notifications than missing an important one.

I have an idea in mind to improve the system. However, first, I would like to focus on:

where I live, there is a low-level (1/4) wind warning on average once per day

  1. If it's the same alert every day, you shouldn't be notified of it every day. Can you give a bit more details?
  2. Additionally, how were your previous weather apps notification of alerts working? I don't believe they had a regular expression system?

V5.2.1 will no longer send notifications for alerts with minimal to no known threat to life or property. You can still receive notifications for alerts with unknown severity.

I am attaching example screenshots from the 4 notifications "level 1 of 4" that I received yesterday that I do not want. I also include 1 notification "level 2 of 4" that I received the day before that perhaps I would want (depending how often it happens).

There are two notifications for wind gusts: 0800–1800, and 1324–1800
image image

There are two notifications for thunderstorms: 1517–1545, and 1650–1715
image image

There is one notification from the day before for gale force gusts
image

The previous weather app I used only gave notifications very rarely, I believe for alert levels 3/4 and 4/4. But that was on an old phone and I unfortunately do not remember the app name.

Simply having checkboxes for the 4 alert levels would be perfect, but since this alert level system is specific to my country, I thought that would be too niche to implement.

I am curious to know which numbers on the 1-4 scale would correspond to "minimal to no known threat to life or property"; it is not obvious to me.

I believe you would be less spammed if you were using Bright Sky (DWD) source instead of AccuWeather as your alert source. I don't consider AccuWeather a reliable source for alerts (more generally, not a reliable weather source for Europe). They often send duplicate alerts, sometimes random start time/end time, some users reported missing alerts, etc.

Thank you for the suggestion. However, I cannot figure out how to change my alert source in the app, are there instructions?

Either swipe from right to left on your location list, or tap the Edit button at the bottom of the main screen.

Thank you, I was able to change the Alerts source.

I've looked around the app quite a bit related to this issue, and I never found these settings in the bottom 'Edit' menu. Some of these settings, the 'main screen' and 'location service', are available from the main settings menu, which I assumed contained all the settings. To me, scrolling to the bottom or swiping on a location are not obvious ways to find a setting, especially when a settings area already exists. Perhaps this could be made more discoverable. (Or perhaps I'm just incompetent).

Anyhow, thanks for the help. I will comment again if I receive an unreasonable amount of notifications after using DWD for some days.

Global settings and per-location settings are two different things, so they should not be mixed.
Having two ways to access per-location settings is more than enough IMO

scrolling to the bottom

#311 has plans to consider moving the "Edit" button to the top as a pencil icon on top right