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.
_FIRMWARE | ||
_INSTALATION | ||
_README_IMG | ||
app | ||
.editorconfig | ||
.ftpignore | ||
.gitignore | ||
.htaccess | ||
api.php | ||
config_sample.php | ||
index.php | ||
LICENSE | ||
manifest.json | ||
README.md | ||
serviceWorker.js | ||
test.php |
Smart_Home
Smart_Home is a home automation project suited for NodeMCU boards. It supports PWA; supports temperature, humidity, light sensors and switches; has modern and elegant UI; is easily customizable; is multilangual.
Table of contents
- tu jebnę tabelkę
- taką wyjebaną
- w c..j xD
Installation
//zrób tu dużo panie revoxie!
Screenshots
Browser (Desktop PWA)
Mobile (PWA)
API
POST Message (switch)
{
"token":"2"
}
Answer (switch)
{
"device":{
"hostname":"2",
"sleepTime":0
},
"state":"succes",
"value":"0"
}
}
POST Message (sensor)
{
"token":"4",
"values":{
"door":{
"value":1
}
}
}
Answer (sensor)
{
}
Contributions
//tu jebnę coś o pull requestach
Authors
//tu jebnę autorów