leiweibau / Pi.Alert

Scan the devices connected to your WIFI / LAN and alert you the connection of unknown devices. It also warns if a "always connected" device disconnects. In addition, it is possible to check web services for availability. For this purpose HTTP status codes and the response time of the service are evaluated.
https://leiweibau.net
GNU General Public License v3.0
342 stars 25 forks source link

Allow configuring notification settings so default is to send if opt-in vs opt-out #270

Closed jaxley closed 4 months ago

jaxley commented 4 months ago

Currently, I looks like alerts are sent for all types by default unless you go in and manually configure every device to disable certain alerts types. This results in a really noisy system that hides information for devices I really care about. I get connect and disconnect notifications but I don't care about those unless it's a new device.

The only way it seems I can tune this is to opt out of alerts one device at a time. This is tedious.

Would love to have default to send nothing unless enabled for a select set of devices. Has there been thought about simplifying tuning of alerts?

Cheers

leiweibau commented 4 months ago

There is a bulk editor with which you can switch off the alarm for all devices at once. Perhaps this will help you a little.

https://github.com/leiweibau/Pi.Alert/blob/main/docs/BULKEDITOR.md

If the default setting for a device is "no notification", Pi.Alert can no longer perform its task of notifying you of new devices. There is no distinction between the "default setting" for a known device and the "default setting" for a new device, as every known device was once a new device.

leiweibau commented 4 months ago

Closed due to missing feedback