iobroker-community-adapters / ioBroker.synology

ioBroker SYNOLOGY Adapter
MIT License
10 stars 9 forks source link

[Feature] Evaluate implementation of WakeOnLan #201

Open mcm1957 opened 1 year ago

mcm1957 commented 1 year ago

Currently the synology adapter supports commands shutdown and reboot.

A possibility to starte the synology using wake on land would be a good enhancement.

Apollon77 commented 1 year ago

or a general WOL adapter makes sense too? ;-) Right now users do this via javascript adapter I think

mcm1957 commented 1 year ago

The net-tools adapter should support wakeOnLan, but I did not test it.

I suggested this extension here as it might be a very small extension and would logically match the functionality to shutdown / reboot.

A new adapter is not needed in my oppinion as net-tools shoudl support ist and if not extending ping Adapter would be preferable to avoid running to many adapters solely for a small purpose.

But I'm open to any discussion.

OneCreek commented 1 year ago

A agree. I use net-tools adapter exactly for this purpose and works perfectly with my Synology.

Standarduser commented 1 year ago

done with PR #231