2015-05-27, 07:56
I have WOL working ok with my NAS (Synology DS215j), the only issue seems to be the time it waits for the NAS to wake which seems to be just over two minutes from fully off.
I tried the settings below thinking Kodi would wait four minutes in total but it still starts without fully waiting and because of that doesn't show my shares.
Am I right in saying I need to increase <waitservices> and perhaps decrease <waitonline> a little for this to work?
I tried the settings below thinking Kodi would wait four minutes in total but it still starts without fully waiting and because of that doesn't show my shares.
Code:
<onaccesswakeup>
<netinittimeout>20</netinittimeout>
<netsettletime>500</netsettletime>
<wakeup>
<host>XXX.XXX.XXX.XXX</host>
<mac>00:11:22:33:44:55</mac>
<pingport>0</pingport>
<pingmode>0</pingmode>
<timeout>300</timeout>
<waitonline>120</waitonline>
<waitonline2>120</waitonline2>
<waitservices>5</waitservices>
</wakeup>
</onaccesswakeup>
Am I right in saying I need to increase <waitservices> and perhaps decrease <waitonline> a little for this to work?