Code: Select all
domoticz.notify('The '..device.name..' was opened!', domoticz.PRIORITY_EMERGENCY, domoticz.SOUND_SIREN)
Moderator: leecollings
Code: Select all
domoticz.notify('The '..device.name..' was opened!', domoticz.PRIORITY_EMERGENCY, domoticz.SOUND_SIREN)
Hi, i use macrodroid to play the notitifications. You can adapt the action to play a sirene sound.hmjgriffon wrote:So I have notification settings for some of my scripts to send to the mobile app on my phone, they go to my phone just fine, but I specified a sound to play in the script, and in the app on the phone for the sound to override my phone's volume settings. Does anyone have this working? The notification line in my script looks like this as an example.
Everything seems to work but I don't hear any siren sound on my phone, if I turn up the volume, I just hear a generic sound. Would love to if possible make certain scripts play a loud noise on my phone regardless of volume level, do not disturb, etc. to get my attention.Code: Select all
domoticz.notify('The '..device.name..' was opened!', domoticz.PRIORITY_EMERGENCY, domoticz.SOUND_SIREN)
thanks i'll give it a shot.Lebo2d9 wrote: ↑Saturday 14 July 2018 11:26Hi, i use macrodroid to play the notitifications. You can adapt the action to play a sirene sound.hmjgriffon wrote:So I have notification settings for some of my scripts to send to the mobile app on my phone, they go to my phone just fine, but I specified a sound to play in the script, and in the app on the phone for the sound to override my phone's volume settings. Does anyone have this working? The notification line in my script looks like this as an example.
Everything seems to work but I don't hear any siren sound on my phone, if I turn up the volume, I just hear a generic sound. Would love to if possible make certain scripts play a loud noise on my phone regardless of volume level, do not disturb, etc. to get my attention.Code: Select all
domoticz.notify('The '..device.name..' was opened!', domoticz.PRIORITY_EMERGENCY, domoticz.SOUND_SIREN)
![]()
Users browsing this forum: No registered users and 1 guest