AlexGustafsson / homebridge-wol

A Wake on Lan plugin for Homebridge
MIT License
301 stars 30 forks source link

Wake up and shutdown command for window 10 #126

Closed yu1302 closed 4 years ago

yu1302 commented 4 years ago

I do not know what should be input for both Wake up command and shutdown command for this plugin. My PC that wants to remote control is window 10 I already get my PC's mac address and IP.

AlexGustafsson commented 4 years ago

Please see the community Wiki post: https://github.com/AlexGustafsson/homebridge-wol/wiki/Running-on-Synology-Docker-and-turn-Windows-10-on-off-using-SSH-and-Samba.

There are also examples in the README covering the topic. There are also issues previously solved that touch the same subject.

Please look through them and get back if you're unable to solve the issue. You might also find better help at stack overflow or another stack exchange website as your question is generally about Windows 10 and beyond the scope of this plugin.

Closing for now, please feel free to reopen if you find any issue with the plugin that keeps remote control from working.

yu1302 commented 4 years ago

Please see the community Wiki post: https://github.com/AlexGustafsson/homebridge-wol/wiki/Running-on-Synology-Docker-and-turn-Windows-10-on-off-using-SSH-and-Samba.

There are also examples in the README covering the topic. There are also issues previously solved that touch the same subject.

Please look through them and get back if you're unable to solve the issue. You might also find better help at stack overflow or another stack exchange website as your question is generally about Windows 10 and beyond the scope of this plugin.

Closing for now, please feel free to reopen if you find any issue with the plugin that keeps remote control from working.

For the shutdown command I use "net rpc shutdown --ipaddress 192.168.1.151 --user username%password". But I don't know the what "username" and "password" should I input. Is it the homebridge usersname and password? Because my computer do not have password... Thanks.

AlexGustafsson commented 4 years ago

You’ll have to use your Windows machine’s credentials. If you have no password then try to omit it. If you have continued issues try posting about it here: https://superuser.com/ as they’ll have more experience in solving Windows issues. This plugin merely allows you to use a command and has no say in how it’s used.