Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Late night mode on Onkyo receivers #212

Closed
dsedivec opened this issue Feb 4, 2021 · 12 comments
Closed

Late night mode on Onkyo receivers #212

dsedivec opened this issue Feb 4, 2021 · 12 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@dsedivec
Copy link

dsedivec commented Feb 4, 2021

Hi! I'm using the iOS app bought from the App Store, and I don't see a button for late night mode on my Onkyo TX-NR636. Is there a chance to add a quick way to turn late night mode up to "high"?

(Currently I do this with either the onkyo-eiscp program in Python or else I have to drill through the menus.)

Thanks for your consideration!

@mkulesh
Copy link
Owner

mkulesh commented Feb 4, 2021

Hi @dsedivec,
yes, it is possible. However, I only have NS-6170 that do not have such a mode. Therefore I need more information about it. I know onkyo-eiscp, could you provide me an exact command for this late night mode? Is this mode available in the official Onkyo app? If yes could you please provide me a screenshot from this app that shows this button? Do you use macOS? If yes do you like to test the macOS build of my app?

@mkulesh mkulesh added the enhancement New feature or request label Feb 4, 2021
@dsedivec
Copy link
Author

dsedivec commented Feb 6, 2021

Hi @dsedivec,
yes, it is possible. However, I only have NS-6170 that do not have such a mode. Therefore I need more information about it. I know onkyo-eiscp, could you provide me an exact command for this late night mode?

$ onkyo --help-commands main late-night
Possible values for this command:
  off - sets Late Night Off
  ('low-dolbydigital', 'on-dolby-truehd') - sets Late Night Low@DolbyDigital,On@Dolby TrueHD
  high-dolbydigital - sets Late Night High@DolbyDigital,(On@Dolby TrueHD)
  auto-dolby-truehd - sets Late Night Auto@Dolby TrueHD
  up - sets Late Night State Wrap-Around Up
  query - gets The Late Night Level

# Example usage
$ onkyo -t 192.168.1.10 late-night=high-dolbydigital

Does that help?

Is this mode available in the official Onkyo app? If yes could you please provide me a screenshot from this app that shows this button?

No, as far as I am aware the official app does not have a "late night mode" button of any sort. To do it from the official app I usually have to go through the receiver's menus with the "quick" button and arrow keys and such.

Do you use macOS? If yes do you like to test the macOS build of my app?

Yes, and I would be happy to test via macOS if you'd like, just let me know.

@mkulesh
Copy link
Owner

mkulesh commented Feb 6, 2021

Analyze: Add new message and a selector in the DEVICE tab
"LTN" - Late Night Command
"00" | sets Late Night Off
"01" | sets Late Night Low@DolbyDigital,On@Dolby TrueHD
"02" | sets Late Night High@DolbyDigital,(On@Dolby TrueHD)
"03" | sets Late Night Auto@Dolby TrueHD
"UP" | sets Late Night State Wrap-Around Up

@mkulesh mkulesh self-assigned this Feb 6, 2021
@mkulesh mkulesh added this to the Analyzed milestone Feb 6, 2021
@mkulesh
Copy link
Owner

mkulesh commented Feb 6, 2021

Hi @dsedivec,
thank you for details. The next iOS release 2.9.5 is already in review on AppStore and, therefore, this feature will be added in 2.9.6. I will implement it within the next couple of days in macOS version and provide you a link to it. The last macOS build (that not yet have this feature) is available here: https://github.com/mkulesh/onpc/raw/autobuild/autobuild/onpc-v2.9.4-release.dmg.zip

@mkulesh
Copy link
Owner

mkulesh commented Feb 7, 2021

Hi @dsedivec,
Late night mode is now available in the latest macOS build in the DEVICE tab:
Screenshot 2021-02-07 at 17 35 59
Please download and install this DMG: https://github.com/mkulesh/onpc/raw/autobuild/autobuild/onpc-v2.10.0-release.dmg.zip
Could you please test how does it work for you?

@mkulesh
Copy link
Owner

mkulesh commented Feb 8, 2021

Hi @dsedivec,
I moved the build into new directory https://github.com/mkulesh/onpc/tree/autobuild/release
Please look at this link for the actual builds

@mkulesh mkulesh modified the milestones: Analyzed, Implemented, In Progress Feb 8, 2021
@dsedivec
Copy link
Author

dsedivec commented Feb 8, 2021

Hi @dsedivec,
I moved the build into new directory https://github.com/mkulesh/onpc/tree/autobuild/release
Please look at this link for the actual builds

Nice! It works. I click the "Late night mode" value and it cycles between off, low, and high, which are the only three modes supported by my receiver (at least given the Dolby Digital audio I'm currently feeding it).

LGTM! Thanks again!

@mkulesh
Copy link
Owner

mkulesh commented Feb 8, 2021

Hi @dsedivec,
thank you for feedback! The iOS version will be available on TestFlight approx. in two or three weeks.

@mkulesh mkulesh added this to Done in Premium release 2.10 Feb 11, 2021
@mkulesh
Copy link
Owner

mkulesh commented Feb 11, 2021

To be merged into free branch

@mkulesh
Copy link
Owner

mkulesh commented Feb 28, 2021

Hi @dsedivec
The iOS version is now available on TestFlight

@mkulesh
Copy link
Owner

mkulesh commented Feb 28, 2021

Released in version 2.10.0

@mkulesh
Copy link
Owner

mkulesh commented Feb 28, 2021

Released in version 1.23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

2 participants