GithubHelp home page GithubHelp logo

arunans23 / temp-monitor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ssimunic/temp-monitor

1.0 2.0 0.0 1.98 MB

Internet of Things data platform for temperature and humidity sensors with maps

Home Page: https://ssimunic.github.io/Temp-Monitor/

License: GNU Affero General Public License v3.0

ApacheConf 0.24% PHP 52.61% JavaScript 0.30% HTML 46.85%

temp-monitor's Introduction

Temp Monitor

Internet of Things data platform for temperature and humidity sensors with maps

Table of contents

Demo

Visit tempmonitor.silviosimunic.com for demo.

License

See LICENSE.

Technology stack

This project is also using jQuery, Bootstrap and Google Maps API.

Theme used is Bootswatch Paper.

Charts are powered by Highcharts. See their License/Pricing.

Heatmaps are generated with heatmap.js.

ESP8266 module was used for this project.

Features

Overview

Home page when user is logged in.

Sensors list

List of sensors with latest data and action menu.

Sensor monitor

Live

Displays temperature and humidity line chart with live data.

24 hours

Displays temperature line chart (average and range) for last 24 hours.

30 days

Displays temperature line chart (average and range) for last 30 days.

Sensor settings

Change sensor settings and alerts.

Sensor API

Quick guide on how to use RESTful API for selected sensor.

Maps

Google Maps

Basic interactive Google Map with sensor data.

Custom maps (Default)

Custom map with background.

Custom maps (Heatmap)

Custom map with background and heatmap.

How to deploy

Requirements

  • Apache 2
  • PHP 5.6
  • MySQL
  • Composer

Database

Download structure.sql file and execute SQL.

root@server:~$ mysql -u root -p

mysql> source path/to/structure.sql

This will create tempmonitor database and tables.

Configure MySQL settings in .env and config/database.php files.

Composer

Run composer install inside project folder to install dependencies.

Permissions

If you are getting 500 error at this point, run

sudo chmod 755 -R project_folder

sudo chmod -R o+w project_folder/storage project_folder/public/uploads

temp-monitor's People

Contributors

ssimunic avatar

Stargazers

 avatar

Watchers

 avatar  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.