{"id":13852392,"url":"https://github.com/ssimunic/Temp-Monitor","last_synced_at":"2025-07-13T05:32:51.730Z","repository":{"id":82754360,"uuid":"63556378","full_name":"ssimunic/Temp-Monitor","owner":"ssimunic","description":"Internet of Things data platform for temperature and humidity sensors with maps","archived":false,"fork":false,"pushed_at":"2018-11-23T13:33:06.000Z","size":2023,"stargazers_count":90,"open_issues_count":4,"forks_count":35,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-11-22T07:36:03.893Z","etag":null,"topics":["data-platform","humidity","internet-of-things","iot","iot-platform","temperature"],"latest_commit_sha":null,"homepage":"https://ssimunic.github.io/Temp-Monitor/","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ssimunic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-07-17T23:07:00.000Z","updated_at":"2024-11-01T16:55:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"2e4333f4-5425-4fd3-94c9-d88f5f28bed2","html_url":"https://github.com/ssimunic/Temp-Monitor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ssimunic/Temp-Monitor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssimunic%2FTemp-Monitor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssimunic%2FTemp-Monitor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssimunic%2FTemp-Monitor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssimunic%2FTemp-Monitor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ssimunic","download_url":"https://codeload.github.com/ssimunic/Temp-Monitor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssimunic%2FTemp-Monitor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265094937,"owners_count":23710573,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-platform","humidity","internet-of-things","iot","iot-platform","temperature"],"created_at":"2024-08-04T22:01:18.438Z","updated_at":"2025-07-13T05:32:50.938Z","avatar_url":"https://github.com/ssimunic.png","language":"PHP","readme":"# Temp Monitor\nInternet of Things data platform for temperature and humidity sensors with maps\n\n## Table of contents\n  * [Demo](#demo)\n  * [License](#license)\n  * [Technology stack](#technology-stack)\n  * [Features](#features)\n    * [Overview](#overview)\n    * [Sensors list](#sensors-list)\n    * [Sensor monitor](#sensor-monitor)\n      * [Live](#live)\n      * [24 hours](#24-hours)\n      * [30 days](#30-days)\n    * [Sensor settings](#sensor-settings)\n    * [Sensor API](#sensor-api)\n    * [Maps](#maps)\n      * [Google Maps](#google-maps)\n      * [Custom maps (Default)](#custom-maps-default)\n      * [Custom maps (Heatmap)](#custom-maps-heatmap)\n  * [How to deploy](#how-to-deploy)\n    * [Requirements](#requirements)\n    * [Database](#database)\n    * [Composer](#composer)\n    * [Permissions](#permissions)\n\n\n## Demo\nVisit [tempmonitor.silviosimunic.com](http://tempmonitor.silviosimunic.com) for demo.\n\n## License\nSee [LICENSE](https://github.com/ssimunic/Temp-Monitor/blob/master/LICENSE).\n\n## Technology stack\n* [Laravel](https://laravel.com/) for website and RESTful API\n* [MySQL](https://www.mysql.com/) database\n\nThis project is also using [jQuery](https://jquery.com/), [Bootstrap](http://getbootstrap.com/) and [Google Maps API](https://developers.google.com/maps/).\n\nTheme used is [Bootswatch Paper](https://bootswatch.com/paper/). \n\nCharts are powered by [Highcharts](http://www.highcharts.com/). See their [License/Pricing](https://shop.highsoft.com/highcharts).\n\nHeatmaps are generated with [heatmap.js](https://www.patrick-wied.at/static/heatmapjs/).\n\n[ESP8266 module](https://github.com/ssimunic/esp8266-dht22) was used for this project.\n\n## Features\n### Overview\nHome page when user is logged in.\n\n![](http://i.imgur.com/GJCJ37s.png)\n\n### Sensors list\nList of sensors with latest data and action menu.\n\n![](http://i.imgur.com/SyRgTN7.png)\n\n### Sensor monitor\n#### Live\nDisplays temperature and humidity line chart with live data.\n\n![](http://i.imgur.com/O1InGkm.png)\n\n#### 24 hours\nDisplays temperature line chart (average and range) for last 24 hours.\n\n![](http://i.imgur.com/FC7EpI0.png)\n\n#### 30 days\nDisplays temperature line chart (average and range) for last 30 days.\n\n### Sensor settings\nChange sensor settings and alerts.\n\n![](http://i.imgur.com/dYZAet6.png)\n\n### Sensor API\nQuick guide on how to use RESTful API for selected sensor.\n\n![](http://i.imgur.com/uKWu0Du.png)\n\n### Maps\n#### Google Maps\nBasic interactive Google Map with sensor data.\n\n![](http://i.imgur.com/2UjlBW4.jpg)\n\n#### Custom maps (Default)\nCustom map with background.\n\n![](http://i.imgur.com/LoBJ5Ly.png)\n\n#### Custom maps (Heatmap)\nCustom map with background and heatmap.\n\n![](http://i.imgur.com/9ZYkpMY.png)\n\n## How to deploy\n\n### Requirements\n* Apache 2\n* PHP 5.6\n* MySQL\n* Composer\n\n### Database\nDownload ```structure.sql``` file and execute SQL.\n\n```\nroot@server:~$ mysql -u root -p\n\nmysql\u003e source path/to/structure.sql\n```\n\nThis will create ```tempmonitor``` database and tables.\n\nConfigure MySQL settings in ```.env``` and ```config/database.php``` files.\n\n### Composer\n\nRun ```composer install``` inside project folder to install dependencies.\n\n### Permissions\n\nIf you are getting 500 error at this point, run\n\n```\nsudo chmod 755 -R project_folder\n\nsudo chmod -R o+w project_folder/storage project_folder/public/uploads\n```\n","funding_links":[],"categories":["PHP"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssimunic%2FTemp-Monitor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fssimunic%2FTemp-Monitor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssimunic%2FTemp-Monitor/lists"}