Skip to main content
Answered

Night mode.

  • August 1, 2019
  • 13 replies
  • 911 views

Forum|alt.badge.img
Can night mode to be schedulled? Same like on the mobile phones.

Best answer by Airgetlam

Not currently, no. It’s been requested before, though, so who knows if or when it will bubble up on the list of important things to do. Sonos doesn’t share that information with us.
This topic has been closed for further comments. You can use the search bar to find a similar topic, or create a new one by clicking Create Topic at the top of the page.

13 replies

Airgetlam
  • 44739 replies
  • Answer
  • August 1, 2019
Not currently, no. It’s been requested before, though, so who knows if or when it will bubble up on the list of important things to do. Sonos doesn’t share that information with us.

Forum|alt.badge.img+8
  • Chromatic Producer I
  • 124 replies
  • August 7, 2019
it's been requested A LOT and its curious as to why Sonos has not added this feature. I'm not a programmer but considering that they have already accomplished, scheduling Night Mode should not be a significant challenge for them.

  • Lyricist III
  • 6 replies
  • December 6, 2019

This would seem to be a great feature that I would immediately implement. My wife always goes to bed before I do, so Night-mode always gets flipped on; sometimes it might be days before it gets turned back off. 


Forum|alt.badge.img
  • Trending Lyricist I
  • 14 replies
  • January 24, 2020

Night mode and dialogue! 


  • Lyricist I
  • 2 replies
  • February 17, 2020

It’s mainly the sub. Yes, the timer would be great so you don’t have to check why it sounds so crap and then realise its still on!


  • Lyricist III
  • 8 replies
  • June 10, 2020

S2 app still doesn’t have this feature or able to turn it on and off by voice. Why Sonos!????


Forum|alt.badge.img+6
  • Prominent Collaborator II
  • 109 replies
  • June 10, 2020

A schedule would be great!


Forum|alt.badge.img+8
  • Chromatic Producer I
  • 124 replies
  • June 11, 2020

Would have been great to had this in the much over the top hyped S2 app.  


  • Lyricist I
  • 2 replies
  • October 7, 2020

My Samsung soundbar that my playbar replaced has night mode.  After the Soundbar is turned off and back on it reverts to normal sound mode.  That seems easier to accomplish than a schedule.  Sonos has a very easy to use interface and adding a schedule feature would certainly muddy things up for this type of function.  I find myself forgetting to turn night mode off and realize it a couple of days later when I notice the absence of normal base.


Forum|alt.badge.img+8
  • Chromatic Producer I
  • 124 replies
  • October 8, 2020

....After the Soundbar is turned off and back on it reverts to normal sound mode.  That seems easier to accomplish than a schedule.  ....

Well as you know, Sonos speakers do not have an option to power off.

 


  • Lyricist I
  • 2 replies
  • October 8, 2020

Good point,

I’d think with the software capacity of of Sonos, they could base it off of when the input sound source turned off.  The samsung has an auto-off function a minute or so after the input source stops.  Pretty basic.  Sonos could easily accomplish this.  


Smilja
  • 2898 replies
  • October 8, 2020

Good point,

I’d think with the software capacity of of Sonos, they could base it off of when the input sound source turned off.  The samsung has an auto-off function a minute or so after the input source stops.  Pretty basic.  Sonos could easily accomplish this.  

 

Already done. The HomeTheater device/surround setup is switching into stand-by mode 13 minutes after the TV set has been turned off.


pwt
Forum|alt.badge.img+20
  • Virtuoso
  • 1884 replies
  • October 9, 2020

Just to note that for those that can install Python and create/use simple scripts, SoCo-CLI [1] makes this kind of thing very easy.

E.g., switch to night mode at a certain time, switch back overnight:

sonos wait_until 21:00 : Lounge night_mode on : wait_until 05:00 : Lounge night_mode off : loop

[1] https://github.com/avantrec/soco-cli/blob/master/README.md