Low cost smart home IOT heating with adapted eq3n and esp8266-07. Server, Webapp and ESP8266 code for autonomous thermostat controling over the internet.
Inspired by https://abtlog.wordpress.com/2016/03/07/heizungsthermostatsteuerung-mit-esp8266-fuer-unter-5-eur For building the thermostat consult the above link. Hint: You can leave out the transistors.
This is just a hobby project. I really do not have much time to contribute on a regular basis, nor to refactor a lot. Please feel free to fork or open PRs. If you have any ideas or you found bugs, open some issues.
- Usermanagement
- responsive design to be used on Smartphone and Tablet
- WifiManager to make device configurable (as Access Point). Once configured connects as Wifi client
- Deep Sleep and Wake Up every 15 min to save energy
- stays on for reconfiguring 3 mins while network unreachable, sleeps and reconnects if not configured in this period
- provides reset pin for clearing wifi Settings and force configuring mode
- Multiple Users are supported but parallel usage (updates in UI) is not implemented atm.