Skip to content

Python scripts to control the indoor air quality of a computer room at the University. This project was implemented on a Raspberry Pi, and an accompanying textual app was created for interaction

Notifications You must be signed in to change notification settings

jakubziebin/computer_room_control

Repository files navigation

Computer Room Control

image

Python scripts designed to monitor and manage the indoor air quality of a computer room at the University. This project utilizes a Raspberry Pi for implementation and includes a textual application for user interaction.

How to Use

  1. Clone the Repository: Begin by creating a virtual environment (venv) and cloning the repository using the --recurse-submodules flag to ensure all dependencies are included.

    git clone --recurse-submodules <link_to_repository>
  2. Install DHT Library: Navigate to the Adafruit_Python_DHT directory and install the DHT library using the following command:

    cd Adafruit_Python_DHT
    sudo python3 setup.py install
  3. Install Application Dependencies: Install the necessary dependencies by running the following command:

    pip install -r requirements.txt
  4. Run the Application: Execute the Python scripts to start monitoring and controlling the indoor air quality of the computer room. python app.py

About

Python scripts to control the indoor air quality of a computer room at the University. This project was implemented on a Raspberry Pi, and an accompanying textual app was created for interaction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages