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 b303a49445 Api atHome Fix 2019-09-04 19:09:36 +02:00
_FIRMWARE Sonoff basic, s20 firmware update 2019-08-23 23:03:55 +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 Merge branch 'master' of https://git.steelants.cz/JonatanRek/PHP_SMART_HOME_V3 2019-09-01 15:55:49 +02:00
controls Automation and api fixes 2019-08-24 13:07:07 +02:00
lang Some minor changes of Automation system 2019-08-25 14:07:01 +02:00
templates Merge branch 'master' of https://git.steelants.cz/JonatanRek/PHP_SMART_HOME_V3 2019-09-01 15:55:49 +02:00
views Merge branch 'master' of https://git.steelants.cz/JonatanRek/PHP_SMART_HOME_V3 2019-09-01 15:55:49 +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

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)

{

}