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 8cf912993d History Clean Up 2019-08-23 13:39:42 +02:00
_FIRMWARE History Clean Up 2019-08-23 13:39:42 +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
class History Clean Up 2019-08-23 13:39:42 +02:00
controls History Clean Up 2019-08-23 13:39:42 +02:00
lang History Clean Up 2019-08-23 13:39:42 +02:00
templates History Clean Up 2019-08-23 13:39:42 +02:00
views History Clean Up 2019-08-23 13:39:42 +02:00
.editorconfig History Clean Up 2019-08-23 13:39:42 +02:00
.gitignore History Clean Up 2019-08-23 13:39:42 +02:00
.htaccess History Clean Up 2019-08-23 13:39:42 +02:00
LICENSE History Clean Up 2019-08-23 13:39:42 +02:00
README.md History Clean Up 2019-08-23 13:39:42 +02:00
api.php History Clean Up 2019-08-23 13:39:42 +02:00
config_sample.php History Clean Up 2019-08-23 13:39:42 +02:00
index.php History Clean Up 2019-08-23 13:39:42 +02:00
manifest.json History Clean Up 2019-08-23 13:39:42 +02:00
serviceWorker.js History Clean Up 2019-08-23 13:39:42 +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)

{

}