imdea-control-python
A script to control the room blinds, temperature, lights and door at the IMDEA Software Institute.
Status Travis CI
Branch | Status |
---|---|
master |
|
dev |
Dependencies
You do not have to worry about this, only run install.sh
script.
- Python 2.7
- See requeriments.txt
- An account and office at the IMDEA Software Institute.
Installation
-
Clone the project.
$ git clone https://github.com/scmanjarrez/imdea-control-python.git
-
Change to the folder.
$ cd imdea-control-python
-
Give execute permission to
install.sh
.$ chmod +x install.sh
-
Run install script.
- Install python, pip, and requeriments.txt
- This will create an alias in
~/.aliases
to run the python script at any location.
$ ./install.sh
-
Create the configuration file,
.credentials
from template.$ cp .credentials.template .credentials
-
Edit the
.credentials
with your IMDEA Software information.[credentials] user = Your_IMDEA-Software_User pass = Your_IMDEA-Software_Pass room = Your_IMDEA-Software_Room_to_modify
Authors
Licensing
imdea-control-python is licensed under Apache 2.0. See LICENSE for the full license text.
Credits
- Michael Emmi for his imdea-controls script.
- Sergio Valverde for improving the Michael Emmi imdea-controls script.
Contributing
See CONTRIBUTING.md for more info.