/imdea-controls-cli

Script to modify IMDEA building automation parameters. Moving to intern gitlab...

Primary LanguagePythonOtherNOASSERTION

imdea-control-python Release

License

A script to control the room blinds, temperature, lights and door at the IMDEA Software Institute.

Status Travis CI

Branch Status
master Travis branch
dev Travis branch

Dependencies

You do not have to worry about this, only run install.sh script.

Installation

  1. Clone the project.

    $ git clone https://github.com/scmanjarrez/imdea-control-python.git
  2. Change to the folder.

    $ cd imdea-control-python
  3. Give execute permission to install.sh.

    $ chmod +x install.sh
  4. 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
  1. Create the configuration file, .credentials from template.

    $ cp .credentials.template .credentials
  2. 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

License

imdea-control-python is licensed under Apache 2.0. See LICENSE for the full license text.

Credits

Contributing

See CONTRIBUTING.md for more info.