notifications domoticz problem with priority and sound
Posted: Friday 08 May 2020 14:55
Hi dear friends.
I've been trying to make the sound change or priority work with notifications by fcm (app) for more than a week, but I don't get it, the same sound is always emitted, even if I select "default sound" on my android phone, changing the priority I don't get changes. The script I use is as follows
domoticz.notify("subject" , "message " , domoticz.PRIORITY_HIGH,domoticz.NO_SOUND, "", "fcm" )
domoticz.notify("subject" , "message " , domoticz.PRIORITY_HIGH,domoticz.SOUND_SIREN, "", "fcm" )
Alwais i get the same sound, I also test with telegram but the same result. In the Domoticz payment app they are an option thath is possible add a alarm durinx x seconds. this option is very good .
It would be interesting to be able to mute the sound by adding "No_sound" or changing the "priority level" but I don't get results. There is very little information on the dzvents wiki and internet browsers. Is this feature correctly implemented in domoticz?
Thanks in advance, kind regards
I've been trying to make the sound change or priority work with notifications by fcm (app) for more than a week, but I don't get it, the same sound is always emitted, even if I select "default sound" on my android phone, changing the priority I don't get changes. The script I use is as follows
domoticz.notify("subject" , "message " , domoticz.PRIORITY_HIGH,domoticz.NO_SOUND, "", "fcm" )
domoticz.notify("subject" , "message " , domoticz.PRIORITY_HIGH,domoticz.SOUND_SIREN, "", "fcm" )
Alwais i get the same sound, I also test with telegram but the same result. In the Domoticz payment app they are an option thath is possible add a alarm durinx x seconds. this option is very good .
It would be interesting to be able to mute the sound by adding "No_sound" or changing the "priority level" but I don't get results. There is very little information on the dzvents wiki and internet browsers. Is this feature correctly implemented in domoticz?
Thanks in advance, kind regards