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.
Go to file
JonatanRek e5f1fc61d6 Push Messages #2 2019-10-08 16:49:08 +02:00
_FIRMWARE test 2019-09-19 14:56:44 +02:00
_INSTALATION History Clean Up 2019-08-23 13:39:42 +02:00
_README_IMG History Clean Up 2019-08-23 13:39:42 +02:00
app Push Messages #2 2019-10-08 16:49:08 +02:00
.editorconfig History Clean Up 2019-08-23 13:39:42 +02:00
.ftpignore Some Configs 2019-09-19 14:48:01 +02:00
.gitignore Some Configs 2019-09-19 14:48:01 +02:00
.htaccess Htacess Fix 2019-09-19 15:09:15 +02:00
LICENSE History Clean Up 2019-08-23 13:39:42 +02:00
README.md Readme edit center 2019-08-23 14:03:46 +02:00
api.php FTP -> GIT (SYNC) 2019-09-19 14:48:31 +02:00
config_sample.php History Clean Up 2019-08-23 13:39:42 +02:00
index.php fix cookies 2019-09-26 20:58:11 +02:00
manifest.json Some Big Changes 2019-09-23 21:11:06 +02:00
serviceWorker.js Push Messages #2 2019-10-08 16:49:08 +02:00
test.php New editor test 2019-09-18 09:39:54 +02:00

README.md

Smart_Home

License: MIT Discord

PHP, JS, HTML - Supports PWA

Installation

default user is Admin and his password id ESP

Discord

https://discord.gg/nMe5evu

Browser (Desktop PWA)

Mobile (PWA)

API POST Message (Spínač)

{
	"token":"2"
}

Answer (Spínač)

{
	"device":{
		"hostname":"2",
		"sleepTime":0
		},
		"state":"succes",
		"value":"0"
	}
}

POST Message (Sensor)

{
	"token":"4",
	"values":{
		"door":{
			"value":1
		}
	}
}

Answer (Sensor)

{

}