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.
1b90258b55
Co-Authored-By: revoxhere <robik123.3456@gmail.com> |
||
---|---|---|
_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
PHP, JS, HTML - Supports PWA
Installation
default user is Admin and his password id ESP
Discord
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)
{
}