ff3c796484c859683c6cafe8d2b4a58386348104
				
			
			
		
	Make your own Smart Home automation system
About Smart_Home
Smart_Home is a home automation project suited for ESP boards family (including NodeMCU). It supports PWA; supports tons of sensors; has modern and elegant UI; is easily customizable; is multilangual.
What works with Smart_Home?
- temperature sensors (e.g. DHT11/22)
 - humidity sensors (e.g. DHT11/22)
 - light detectors
 - water leak sensors
 - voltage meters
 - electricity consumption meters
 - switches
 - and many more!
 
Table of Contents
Screenshots
Browser (Desktop PWA)
Mobile (PWA)
Installation
See Wikis for help about installation, usage and troubleshooting.
API
POST Message (switch)
{
	"token":"2"
}
Answer (switch)
{
	"device":{
		"hostname":"2",
		"sleepTime":0
		},
		"state":"succes",
		"value":"0"
	}
}
POST Message (sensor)
{
	"token":"4",
	"values":{
		"door":{
			"value":1
		}
	}
}
Answer (sensor)
{
}
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. If you know how to fix, improve or optimze something, go ahead and contribute! Help is greatly appreciated.
- Fork the Project
 - Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Make sure everything works as intended
 - Open a Pull Request
 
License
Distributed under the MIT License. See LICENSE for more information.
Authors
- GamerClassN7 - Lead developer
 - Silentis - Developer
 - Xinatorus - Developer
 - revoxhere - ReadMe & Wikis
 
Project Link: https://github.com/GamerClassN7/Smart_Home/ 
 
Tags (ignore): ESP32 ESP12 ESP08 ESP01 ESP Smart Home Automation System PWA PHP HTML JS DHT11 DHT22
					Languages
				
				
								
								
									PHP
								
								44.5%
							
						
							
								
								
									HTML
								
								26%
							
						
							
								
								
									CSS
								
								18.5%
							
						
							
								
								
									JavaScript
								
								8%
							
						
							
								
								
									TSQL
								
								2.7%
							
						
							
								
								
									Other
								
								0.3%
							
						
					




