Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.
/ BathControl Public archive

BathControl is a smart fan control with humidity sensor and a ESP8266

Notifications You must be signed in to change notification settings

Nuto/BathControl

Repository files navigation

Nager.BathControl

Activate the bath fan if humidity high. Small responsive Webinterface to check humidity, temperature, activate the fan, get json output for historical data.

Hardware

ESP8266, Aosong AM2302

Firmware

http://nodemcu-build.com/ Modules: DHT, file, GPIO, net, node, RTC time, timer, WiFi

Available commands
  • /config/70/10 set the humidity limits
  • /wlan/SSID/password set wlan config for the home wlan
  • /command/fan/on start the fan
  • /command/fan/off stop the fan
  • /json data in json format
JSON Example
{
	"humidity": 62.3,
	"temperature": 24.5,
	"sensorState": "ready",
	"uptime": 28293,
	"treshold": 60,
	"hysteresis": 10,
	"fanActive": true,
	"heap": 16000
}

Alternative

Sonoff TH10/TH16

About

BathControl is a smart fan control with humidity sensor and a ESP8266

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published