Skip to content

platofan23/python_wd_nas_remote_shutdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

python_wd_nas_remote_shutdown

Description of the project

This is programm to shut down a WD MyCloud EX2 Ultra remotly
The ssh-Server needs to be activated.

Project status

The project itself is complete and ready for use. I am open for improvments.

Requirements

Requirements for running the webui are: - python (3.x.x)
- pip (v3) or any other packetmanager
- paramiko

Installation

1. Download and Install Python.
For windows go to (https://www.python.org/downloads/)
For linux use sudo apt-get install python3.x
2. Download and install pip-packetmanager
3. Install paramiko
For Windows py -3 -m pip install paramiko
For Linux pip3 install paramiko
4. Now run the NAS.py - File For Windows py -3 NAS.py
For Linux python3 NAS.py
5. Activate the ssh-Server on your WD MyCloud EX2 Ultra-NAS

Additional notes:

- In the python-script enter the IP-Adress for IP, the password for password and the number of hours, minutes and seconds to wait for hours, minutes and seconds.
- When used with cron-jobs it can shutdown the nas at set time

Releases

No releases published

Packages

No packages published

Languages