Sony's Developer World forum

    • Home
    • Forum guidelines

    Upcoming maintenance 

     

    Dear Customers and Partners.

    This website will be undergoing scheduled maintenance on June 14, 2023. Please be aware there may be disruption to the developer portal website and associated services during the scheduled maintenance period.

    This upgrade is essential to ensure the continued performance, reliability, and security of Developer World.

    We apologize for any inconvenience.

     

     

    Remotely powering up an EU model STR-DN1080?

    Audio Control API
    str-dn1080 audio control api
    10
    38
    74377
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      grolschie @Ribtin last edited by grolschie

      @Ribtin PM sent.

      To enable either setting you need to write an app, or send commands in the form of JSON using certain software tools such as Insomnia for Windows, or cURL in Linux.

      1 Reply Last reply Reply Quote
      • N
        Nick Hermans @grolschie last edited by

        @grolschie @cjb thank you both, I found the settings[] part in another thread and was able to replicate this on my device and it seems too keep its settings after unplugging the power (needs a minute or two to start).
        I don't know where you found these commands but I hope you don't mind me putting the completed ones on this thread for other users.

        Enable quickstart:

        {"method": "setPowerSettings","id": 55,"params": [{"settings":[{"target":"quickStartMode","value":"on"}]}],"version": "1.0"}
        

        Enable WakeOnLan:

        {"method": "setPowerSettings","id": 55,"params": [{"settings":[{"target":"wolMode","value":"on"}]}],"version": "1.0"}
        

        Power on/off:

        {"method": "setPowerStatus","id": 55,"params": [{"status":"active"}],"version": "1.1"}
        {"method": "setPowerStatus","id": 55,"params": [{"status":"off"}],"version": "1.1"}
        
        1 Reply Last reply Reply Quote
        • G
          grolschie last edited by grolschie

          @Nick-Hermans All good, I reckon. 🙂

          One thing to note with the EU model is the the Wake On LAN setting appears to be set, however under the hood it does absolutely nothing apparently. There's no response to WoL packets when it's enabled.

          Network Standby (aka Quick Start mode) can be enabled on the EU model via the API and the setting does work. It does use a lot of power, so I presumed that Sony would patch that to disable it on EU models. However, they don't seem to be in any hurry to fix long standing major bugs in this receiver, so maybe not.

          1 Reply Last reply Reply Quote
          • V
            Vincent Vanbroekhoven last edited by

            Hi @grolschie ,

            I have an EU model and for me it seems both wol and network standby seems working when set via the API. Network standby really would be a nice feature if it wouldn't consume such a lot of power... Too bad ☹️

            Best regards, Vincent

            G 1 Reply Last reply Reply Quote
            • G
              grolschie @Vincent Vanbroekhoven last edited by

              @Vincent-Vanbroekhoven very interesting. Thanks for that info.

              What did you use to send the Wake On LAN packet to wake up the receiver? Other people have reported that it shows as being enabled, but doesn't wake up. Are you using the latest firmware? Maybe firmware is the difference. I wonder, it's firmware country-specific, or region specific? 🤔

              The good news is, with Network Standby disabled, but Wake On LAN (aka Remote Start) enabled, it uses very little power. But does take longer to wake up.

              V 1 Reply Last reply Reply Quote
              • V
                Vincent Vanbroekhoven @grolschie last edited by

                @grolschie I've tried with Depicus tool and with my loxone domotics system. Both succeed to wake up the receiver after enabling wol via the API. I'm indeed on the latest firmware.. I'm also thinking of buying a smart plug to monitor the power consumption 🙂

                1 Reply Last reply Reply Quote
                • G
                  grolschie last edited by

                  @Vincent-Vanbroekhoven Thanks for that. Weird that some EU folk cannot get WOL to work.

                  1 Reply Last reply Reply Quote
                  • J
                    juanjo lopez last edited by

                    Hi, I have great news guys, after a few days dealing with this issue (enabling Network standby: ON for European devices) I found the solution 🙂

                    This is what you need to do:

                    Download MyAv app on an Android device.
                    Link your STR-DN1080
                    Go to Settings/Advance settings
                    Activate the option "Power this device up when MyAV starts (WOL)"

                    It’s working now, can’t believe it!

                    This is awesome as I was quite disappointed but now I have my AV fully working as desired.

                    Thanks to a random guy who shared this info on another forum. You made my day!

                    Please let me know if it works for you too.

                    I can wake up my AV from Spotify when streaming starts while it is in standby, I hope this helps to all the Sony fans 😉

                    Cheers,
                    Juanjo

                    G M E 3 Replies Last reply Reply Quote
                    • G
                      grolschie @juanjo lopez last edited by grolschie

                      @juanjo-lopez Hi. It's basically what my app 'StrRemote Pro' does. However, even though MyAV calls it "WOL", it's not. It's actually Network Standby.

                      1 Reply Last reply Reply Quote
                      • M
                        marky @juanjo lopez last edited by

                        @juanjo-lopez Works like a charm! You're the random guy to me and fixed a issue that bothered me for quite some time!

                        Thanks man!

                        J 1 Reply Last reply Reply Quote
                        • D
                          david DeveloperWorld last edited by david

                          I'm not 100% sure how but I but currently have WoL working for both EU and US version of str-dn1080...
                          with quickStartMode: off and wolMode: on on both (haven't tested the power consumption so I don't know if EU is truly "off", but I can't connect to the api before sending the WoL on ether and the devices looks powerd off 🙂 ).

                          I'm currently using a mac with the command

                          wakeonlan -i 255.255.255.255 -p9 XX:XX:XX:XX:XX:XX
                          

                          where XX:XX:XX:XX:XX:XX is the mac address to the wi-fi dont have any eth connected for the moment to any device.

                          On both devices the display turns on and looks redy to use, but on the US version I can query any function directly (sony music center app also works) but on the EU model I have to first send a setPowerStatus to "active" before I can send any other message (and the sony music center app don't work).
                          It also takes longer that expected some times (up to 20 sec) and I also have to send the WoL multiple times some times, from then I have sent the WoL before the device starts to turn on. So currently I running a loop sending WoL untill the API response then send a setPowerStatus "active", and it looks like it works.

                          Will test some more but this is the current status.

                          G 1 Reply Last reply Reply Quote
                          • G
                            grolschie @david last edited by

                            @david, very interesting discovery. Thanks. This may explain why it works for some and not others.

                            1 Reply Last reply Reply Quote
                            • J
                              juanjo lopez @marky last edited by

                              @marky hahahaha, thanks man! I’m glad it worked for you too!! Have a good one 😉

                              • The random guy -
                              1 Reply Last reply Reply Quote
                              • E
                                enigmauser @juanjo lopez last edited by

                                @juanjo-lopez made an account just to sat thanks! This not waking-up issue had my super annoyed and I have fixed it now with your tip! Awesome! Thanks Juanjo/'random guy' 😉

                                1 Reply Last reply Reply Quote
                                • G
                                  grolschie @cjb last edited by grolschie

                                  @cjb Is Network Standby still working for you after the most recent firmware update? I have had one report so far that it doesn't.

                                  EDIT: False alarm perhaps. No other reports of failure. And one user confirms it's still working with EU models after the update.

                                  1 Reply Last reply Reply Quote
                                  • G
                                    grolschie last edited by

                                    @david is there a way via the API to detect the region of the AVR please? Trying to anticipate problems due to the latest firmware release.

                                    D 1 Reply Last reply Reply Quote
                                    • D
                                      david DeveloperWorld @grolschie last edited by

                                      @grolschie Sorry don't know of anyway of detecting the region via the API.

                                      G 1 Reply Last reply Reply Quote
                                      • G
                                        grolschie @david last edited by

                                        @david thank you anyway.

                                        1 Reply Last reply Reply Quote
                                        • J
                                          Justusson 0 last edited by

                                          Old to the post, new to the game here 🙂

                                          I’ve looked through these discussions here - which in terms of programming goes over my head. However, on the EU model, I have found a super easy way to start the receiver via “Zone Control” (Spotify, possibly Chrome cast too).
                                          It may not be what the thread creator asked for as I haven’t read it all here, but here we go:

                                          Main menu/ Zone Controls/
                                          Zone2 Power: On

                                          Zone2 Input: Music Service List

                                          On the display it will in standby mode now say:
                                          ZONE2H

                                          For now, it doesn’t seem to be running hot as the other standby’s - and I don’t know how much power it draws. However, it works. Typical Sony to complicate things like this,..
                                          Let me know if I’m way off on this one or if this is one of the solutions which drew immensely of power,..?
                                          👋

                                          1 Reply Last reply Reply Quote
                                          • First post
                                            Last post
                                          Developer World
                                          Copyright © 2021 Sony Group Corporation. All rights reserved.
                                          • Contact us
                                          • Legal