Skip to content

Vasallo94/Humedades

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to My Home Climate App!

This project is a web application developed using Streamlit that displays temperature and humidity data from sensors in my home. The data is collected using a Govee sensor and saved in a CSV file. Additionally, the application includes interactive charts that allow you to visualize the variables' evolution over time.

Installation

  1. Clone the repository: git clone https://github.com/Vasallo94/Humedades.git

  2. Install the required packages: pip install -r requirements.txt

  3. Run the Streamlit app: streamlit run app.py

Usage

  1. Open the Streamlit app in your browser.

  2. Select the location.

  3. Use the sliders to filter the data by date and time.

  4. View the data in the interactive plot.

Contributors