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>