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 f089205dc0 beta test 2019-08-23 22:17:42 +02:00
_FIRMWARE beta test 2019-08-23 22:17: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 Automation Rewrite 1% 2019-08-23 14:21:07 +02:00
controls Automation Creation modal Fix 2019-08-23 14:30:46 +02:00
lang History Clean Up 2019-08-23 13:39:42 +02:00
templates Automation Creation modal Fix 2019-08-23 14:30:46 +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 Readme edit center 2019-08-23 14:03:46 +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)

{

}