silence at night with exceptions

Post your questions and help other users.

Moderator: Martin

Post Reply
ajdelaiglesia
Posts: 1
Joined: 21 Oct 2013 21:39

silence at night with exceptions

Post by ajdelaiglesia » 21 Oct 2013 21:45

From a complete noob user, is there any way to creste a flow to silence the phone at night allowing only to ring calls for some given numbers or contacts?

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: silence at night with exceptions

Post by Martin » 22 Oct 2013 12:04

Hi,

You could build flows to silence the ringer at night and handle incoming calls using a second flow to play a ringtone or vibrate.
Flow Silence at night:
-trigger everyday 22:00
-action Set Ringer Mode: Silent

Flow back to Normal in the morning
-trigger everyday 7:00
-action Set Ringer Mode: Normal

Flow Important call
-trigger Incoming Call. State: Ringing, Numbers: 1234567
-condition Ringer Mode: Silent
--> true: -action Sound: Ringtone, action Vibrate: Pattern 2 (-- --)

Alternatively you can change the ringer mode back to normal when a certain number calls at night:
Flow Important call
-trigger Incoming Call. State: Ringing, Numbers: 1234567
-condition Ringer Mode: Silent
--> true: -action Set Ringer Mode: Normal, action Set Audio Stream Volume: Ring to level 5

Regards,
Martin

steelersmb
Posts: 30
Joined: 21 Oct 2013 21:27

Re: silence at night with exceptions

Post by steelersmb » 03 Nov 2013 13:44

Flow Important call
-trigger Incoming Call. State: Ringing, Numbers: 1234567
-condition Ringer Mode: Silent
--> true: -action Sound: Ringtone, action Vibrate: Pattern 2 (-- --)

This doesn't seem to work if the ringer is set to silence. There is still no sound.

Post Reply