2019-09-19 14:56:44 +02:00
2019-10-08 18:08:58 +02:00
2019-08-23 13:39:42 +02:00
2019-10-11 17:41:58 +02:00
2019-08-23 13:39:42 +02:00
2019-09-19 14:48:01 +02:00
2019-09-19 14:48:01 +02:00
2019-09-19 15:09:15 +02:00
2019-10-11 17:49:31 +02:00
2019-08-23 13:39:42 +02:00
2019-10-11 14:12:05 +02:00
2019-08-23 13:39:42 +02:00
2019-09-23 21:11:06 +02:00
2019-10-12 21:45:12 +02:00
2019-10-08 16:49:08 +02:00
2019-09-18 09:39:54 +02:00

PHP JS HTML License: MIT Discord

About Smart_Home

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.

What works with Smart_Home?

  • temperature sensors (e.g. DHT11/22),
  • humidity sensors (e.g. DHT11/22),
  • light detectors,
  • water leak sensors,
  • voltage meters,
  • electricity consumption meters,
  • switches,
  • and many more...

Table of Contents

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

Description
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.
Readme 12 MiB
Languages
PHP 44.5%
HTML 26%
CSS 18.5%
JavaScript 8%
TSQL 2.7%
Other 0.3%