This application is running on the server side in order to check values of temperatures and humidity agains thesholds values. This Repo is the counter part of the repo: https://github.com/ioviedodev/control_iot_device
[Slides that explain the solution:] (https://docs.google.com/presentation/d/1YqlZjaNNOZlFV8sqCAmtnP8eDVZ2vFeIC-Xp1g5lGaE/edit?usp=sharing)
[Shemas availables in:] (https://www.figma.com/file/v052r38GpQTONbrULF8FYP/CHARLA-AN%C3%81LISIS-Y-RESOLUCI%C3%93N-DE-PROBLEMAS-CON-MQTT?type=whiteboard&node-id=0%3A1&t=TAvaVEIJWmEByLWU-1)
[About the author:] (https://docs.google.com/presentation/d/1eQJoli29T4LMaO1BUyO9tlBybk57rlD9V3FFFrCrc4c/edit?usp=sharing)
IDE: VISUAL STUDIO CODE
- Setear enviroment:
- python.exe -m venv my_env_lab // Crear un enviroment
- cd .\my_env_lab\Scripts\ // Cambiar de directorio
- .\activate // Activar al enviroment
- cd ..
- Extras:
- python -m pip install --upgrade pip //upgrade pip.
- pip install paho-mqtt //Instalar mqtt en el enviroment