This repository contains the code for a web-based interface that allows users to control a climate chamber. The interface provides functionalities to monitor and adjust temperature.
- Real-time monitoring of climate chamber conditions
- Control temperature using a graph based approach
- Mocking climate chamber and sensors if no physical chamber is available
- WIP Logging and reporting of climate chamber data
To install and run the interface locally, follow these steps:
-
Clone the repository:
git clone https://github.com/bergskenop/FlaskSensorInterfaceV3.git cd FlaskSensorInterfaceV3 -
Install dependencies: Not yet implemented
npm install
Once the server is running, open your browser and navigate to http://localhost:5000. You can monitor and control the climate chamber settings through the web interface.