Coder Social home page Coder Social logo

datacenter-monitor's Introduction

datacenter-monitor

Monitoreo de temperatura y humedad del datacenter usando una raspberry pi y un sensor BME280 Bosh

Configuración

Credenciales de los servicios de terceros (Quiubas, telegram y MySQL):

  • Copiar el archivo Scripts/data.py.dist a Scripts/data.py
  • Dentro del archivo Scripts/data.py ingresar las credenciales correspondientes

Instalación de la base de datos:

  • Crear una nueva base de datos en MySQL

  • Cargar el archivo Database/database.sql el cual contiene la estructura de la tabla y el procedimiento almacenado necesario para el funcionamiento del proyecto

      mysql -u USUARIO -p NOMBREDELABASE < Database/database.sql
    

NOTA: De forma inicial es necesario cargar en la tabla tbMetodosBot los siguientes valores, estos valores estan relacionados con el procedimiento almacenado llamado 'spMetodosBOT'

idtbMetodosBot nombreMetodo
1 Temp. Actual
2 Temp. Promedio
3 Temp. Máxima

datacenter-monitor's People

Contributors

marturojt avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.