Pi tries to wake NAS up even though it is already online

Hello all,
the title says it all.
I am quite sure that there is a way to say via wakeonlan.xml: “First try to see if the resource is online and only if not, try to wake it up”. At least it worked like that for me in previous versions of OSMC, around 1 year ago. Means: if the NAs was online, OSMC did not try to wake it up. If it was offline it tries to wake it up.
However in my case it always goes into the wake-up cycle, which is extremely annoying to wait 2 minutes until i can finally browse content which was already available anyway…

Here is the content of my wakeonlan.xml:

<onaccesswakeup>
    <netinittimeout>20</netinittimeout>
    <netsettletime>500</netsettletime>
    <wakeup>
        <host>xxx</host>
        <mac>xx:xx:xx:xx:xx:xx</mac>
        <pingport>445</pingport>
        <pingmode>0</pingmode>
        <timeout>300</timeout>
        <waitonline>85</waitonline>
        <waitonline2>35</waitonline2>
        <waitservices>5</waitservices>
    </wakeup>
</onaccesswakeup>

We believe this is a Kodi issue or a specific Kodi function and as such you should look at addressing the issue there. We are unable to resolve your issue. If you do believe that this is an OSMC specific issue, please let us know.

OK, will do :wink:
Thanks

@timzett I have the same issue. If you find a solution or file a bug let me know!