kiesel / PowerTimer

A ESP8266 based power timer for the household, uses RCSwitch library for 433Mhz outlets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PowerTimer

PowerTimer is an ESP8266 based application that controls configurable devices over a 433 Mhz remote control switch. In my case, it control outlets that power various consumers in my household.

It makes use of these other libraries:

Currently, there's only support for:

  • daily, fixed time alarms
  • Intertechno power outlets
  • a breathing status LED

... more is up to what I need:).

Adaption

The program can be adapted by changing the configuration in constants.h, where wifi config & some other stuff lives; the alarm list and socket configuration needs to be changed in config.h prior to recompilation. Yes, the configuration is compiled into the program at this time.

About

A ESP8266 based power timer for the household, uses RCSwitch library for 433Mhz outlets.

License:MIT License


Languages

Language:C++ 76.4%Language:C 23.6%