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 215ffd7fc6 New editor test 2019-09-18 09:39:54 +02:00
_FIRMWARE Improved firmware 2019-09-09 20:46:49 +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 Log in automations Fix 2019-09-18 09:38:24 +02:00
controls Sleep time in edit hot fix 2019-09-09 21:01:45 +02:00
lang Lang typo fix 2019-09-18 09:39:13 +02:00
templates Home load time is now 80% less 2019-09-09 21:30:35 +02:00
views At home indicator 2019-09-09 21:30:50 +02:00
.editorconfig History Clean Up 2019-08-23 13:39:42 +02:00
.gitignore Aditional changes afiliated to log 2019-08-30 17:44:22 +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 Readme edit center 2019-08-23 14:03:46 +02:00
api.php Api atHome Fix 2019-09-04 19:09:36 +02:00
config_sample.php History Clean Up 2019-08-23 13:39:42 +02:00
index.php Log page, 404 page 2019-09-01 15:55:33 +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
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)

{

}