|
1 year ago | |
---|---|---|
.docker@0ee345e496 | 1 year ago | |
app | 1 year ago | |
backup | 1 year ago | |
config | 1 year ago | |
lang | 1 year ago | |
library | 1 year ago | |
logs | 2 years ago | |
public | 1 year ago | |
updater | 2 years ago | |
.editorconfig | 2 years ago | |
.ftpignore | 2 years ago | |
.gitignore | 1 year ago | |
.htaccess | 1 year ago | |
.todo | 2 years ago | |
LICENSE | 2 years ago | |
New_JS_EDITOR_ TEST.php | 2 years ago | |
README.md | 2 years ago | |
adminer.php | 1 year ago | |
make.sh | 2 years ago | |
serviceWorker.js | 1 year ago |
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.
See Wikis for help about installation, usage and troubleshooting.
{
"token":"2"
}
{
"device":{
"hostname":"2",
"sleepTime":0
},
"state":"succes",
"value":"0"
}
}
{
"token":"4",
"values":{
"door":{
"value":1
}
}
}
{
}
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. If you know how to fix, improve or optimze something, go ahead and contribute! Help is greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/GamerClassN7/Smart_Home/
Tags (ignore): ESP32 ESP12 ESP08 ESP01 ESP Smart Home Automation System PWA PHP HTML JS DHT11 DHT22
- /app # app specific files
- /controllers
- UserController.php
- /library # helpers etc.
- /models
- /types
- Units.php
- UserModal.php
- /views
- /layouts
- default.phtml
- /templates
- /components
- /pages
- Bootstrap.php
- Db.php
- Routes.php
- /library # framework, 3rd libraries etc.
- /vendor
- Controller.php
- Db.php
- Router.php
- config
- config.php /
- public
- /css
- /images
- /js
- .htaccess
- index.php