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 0ff234d61d Better Loggin #2 2019-10-13 12:55:22 +02:00
_FIRMWARE test 2019-09-19 14:56:44 +02:00
_INSTALATION New SQL for instalation. 2019-10-08 18:08:58 +02:00
_README_IMG History Clean Up 2019-08-23 13:39:42 +02:00
app Better Loggin #2 2019-10-13 12:55:22 +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 API Clean UP 2019-10-11 17:49:31 +02:00
config_sample.php History Clean Up 2019-08-23 13:39:42 +02:00
index.php Big LNG MNG update for revox 2019-10-11 14:12:05 +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)

{

}