[GH-ISSUE #1298] [Feature Request] Override Volume Setting #921

Open
opened 2026-05-07 00:28:45 +02:00 by BreizhHardware · 6 comments

Originally created by @jraffeiner on GitHub (Mar 24, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1298

💡 Idea
Add the option to use the alarm stream for Max Priority Alerts, as it is being used for "Keep alerting", even on "Only alert once", as this would allow a notification to be heard even if the Phone is on Silent/DND, and maybe add an option to override the volume for this audio stream

💻 Target components
Android app

Originally created by @jraffeiner on GitHub (Mar 24, 2025). Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1298 :bulb: **Idea** Add the option to use the alarm stream for Max Priority Alerts, as it is being used for "Keep alerting", even on "Only alert once", as this would allow a notification to be heard even if the Phone is on Silent/DND, and maybe add an option to override the volume for this audio stream :computer: **Target components** Android app
Author
Owner

@xcpn commented on GitHub (Apr 13, 2025):

@binwiederhier please take this FR into consideration.

I'm hosting my own NTFY instance and have my VPS send alerts such as SSH logins and system reboots.

I have 3 topics

  • urgent priority max
  • warnings priority high
  • info priority default

The urgent topic works great and bypasses vibrate mode on Samsung (I have it on vibrate permanently), but the high and default priority notifications do not.

I really want to be able to chose if I want all priority notifications to bypass it and give me a notifications with sound. Currently trying to find a way to do it via Tasker but haven't found anything.

<!-- gh-comment-id:2799941023 --> @xcpn commented on GitHub (Apr 13, 2025): @binwiederhier please take this FR into consideration. I'm hosting my own NTFY instance and have my VPS send alerts such as SSH logins and system reboots. I have 3 topics - urgent `priority max` - warnings `priority high` - info `priority default` The urgent topic works great and bypasses vibrate mode on Samsung (I have it on vibrate permanently), but the high and default priority notifications do not. I really want to be able to chose if I want all priority notifications to bypass it and give me a notifications with sound. Currently trying to find a way to do it via Tasker but haven't found anything.
Author
Owner

@wunter8 commented on GitHub (Apr 13, 2025):

If you go into the ntfy subscription settings, it should give you the option to "customize notification settings." That will take you to the system notification settings and will create a new channel for each priority level of that subscription/topic. You can then configure the notification settings for each priority level.

Have you tried this already?

<!-- gh-comment-id:2799962803 --> @wunter8 commented on GitHub (Apr 13, 2025): If you go into the ntfy subscription settings, it should give you the option to "customize notification settings." That will take you to the system notification settings and will create a new channel for each priority level of that subscription/topic. You can then configure the notification settings for each priority level. Have you tried this already?
Author
Owner

@xcpn commented on GitHub (Apr 13, 2025):

If you go into the ntfy subscription settings, it should give you the option to "customize notification settings." That will take you to the system notification settings and will create a new channel for each priority level of that subscription/topic. You can then configure the notification settings for each priority level.

Have you tried this already?

Admittedly, I did not know this and I just configured it.

This doesn't change anything in my situation because only notifications received with Priority: max will bypass the vibrate/mute mode of the phone and actually give sound.

I only get the vibration. It doesn't work for me because I have enabled Keep alerting for highest priority.

What I'd really want is to be able to play the notification sound like it does on max priority notifications, without necessarily the need of continuous alerts until dismissed. Hope it's clear what I'm asking!

<!-- gh-comment-id:2799971676 --> @xcpn commented on GitHub (Apr 13, 2025): > If you go into the ntfy subscription settings, it should give you the option to "customize notification settings." That will take you to the system notification settings and will create a new channel for each priority level of that subscription/topic. You can then configure the notification settings for each priority level. > > Have you tried this already? Admittedly, I did not know this and I just configured it. This doesn't change anything in my situation because **only notifications received with Priority: max** will bypass the vibrate/mute mode of the phone and actually give sound. I only get the vibration. It doesn't work for me because I have enabled `Keep alerting for highest priority`. What I'd really want is to be able to play the notification sound like it does on max priority notifications, without necessarily the need of continuous alerts until dismissed. Hope it's clear what I'm asking!
Author
Owner

@xcpn commented on GitHub (Apr 16, 2025):

Update: I found a workaround, although the feature request would still be very helpful.

I did not think of it before because I was under the assumption that I needed to enable UnifiedPush for this, but I don't need to.

If you enable Broadcast messages in NTFY settings, you can then use Tasker like shown here to bypass the Vibrate/Silent Mode and do whatever you want.

In my case, I used the Music Play task in Tasker and added 2 different If statements for each of my %warnings and %info topics, so when notifications come through I can hear them even on Vibrate. This is not a problem with max priority modifications because it will always bypass the Vibrate/Silent Mode on its own, but the high/default priority ones will not.

<!-- gh-comment-id:2809535157 --> @xcpn commented on GitHub (Apr 16, 2025): Update: I found a workaround, although the feature request would still be very helpful. I did not think of it before because I was under the assumption that I needed to enable UnifiedPush for this, but I don't need to. If you enable **Broadcast messages** in NTFY settings, you can then use Tasker like shown [here](https://docs.ntfy.sh/subscribe/phone/#automation-apps) to bypass the Vibrate/Silent Mode and do whatever you want. In my case, I used the _Music Play_ task in Tasker and added 2 different _If_ statements for each of my _%warnings_ and _%info_ topics, so when notifications come through I can hear them even on Vibrate. This is not a problem with max priority modifications because it will always bypass the Vibrate/Silent Mode on its own, but the high/default priority ones will not.
Author
Owner

@efstajas commented on GitHub (Sep 26, 2025):

Would greatly welcome this change. It's the only thing currently keeping us from using ntfy as our only critical alert delivery method.

I have my personal Home Assistant instance set up to deliver alarm notifications etc. by first changing my phone's ringer mode to ring, then raising the volume to max, then delivering the actual notification with a terrible sound. This has worked reliably.

If ntfy had a way to achieve something like this out of the box (acquire permissions for changing device settings, come with a few long alarm sounds, etc., allow setting a topic to always force the device into ring mode), I think it'd greatly enhance its viability as a critical alert delivery channel.

<!-- gh-comment-id:3336984696 --> @efstajas commented on GitHub (Sep 26, 2025): Would greatly welcome this change. It's the only thing currently keeping us from using ntfy as our only critical alert delivery method. I have my personal Home Assistant instance set up to deliver alarm notifications etc. by first changing my phone's ringer mode to ring, then raising the volume to max, then delivering the actual notification with a terrible sound. This has worked reliably. If ntfy had a way to achieve something like this out of the box (acquire permissions for changing device settings, come with a few long alarm sounds, etc., allow setting a topic to always force the device into ring mode), I think it'd greatly enhance its viability as a critical alert delivery channel.
Author
Owner

@jraffeiner commented on GitHub (Oct 17, 2025):

@binwiederhier please consider this FR and its implementation.

<!-- gh-comment-id:3414130955 --> @jraffeiner commented on GitHub (Oct 17, 2025): @binwiederhier please consider this FR and its implementation.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#921
No description provided.