Skip to content

My central heating computer does not have a remote to turn it off, so I connected ESP8266 with a transistor to it.

License

Notifications You must be signed in to change notification settings

lomber1/central-heating-esp8266

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

central-heating-esp8266

My central heating computer does not have a remote to turn it off, so I connected ESP8266 with a transistor to it.

Config

This project requires a file named secrets.h in directory include. It stores 3 values:

  • WIFI's SSID (const char WIFI_SSID[])
  • WIFI's password (const char WIFI_PASSWORD[])
  • Device IP const (IPAddress IP(xxx, xxx, xxx, xxx))

Example:

#include <ESP8266WiFi.h>
const char WIFI_SSID[] = "Your WIFI SSID";
const char WIFI_PASSWORD[] = "Your WIFI password";
const IPAddress IP(192, 168, 1, 2);

About

My central heating computer does not have a remote to turn it off, so I connected ESP8266 with a transistor to it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published