PHP_SMART_HOME_V3/README.md

2.5 KiB

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