/etekcity-api

Arduino to RF bridge to make an HTTP API to control EtekCity Remote Control Outlets

Primary LanguageArduinoApache License 2.0Apache-2.0

etekcity-api

Build Status

Arduino to RF bridge to make an HTTP API to control EtekCity Remote Control Outlets

Build It

BOM

etekcity outlets

Connections

breadboard

Software

Libraries Used

API

web interface

See the /help/ page for more API docs. Here is a snippet:

# Where N is the outlet number
curl http://arduino-ip/?N=(Off|On)

# Send out an arbitrary RF code:
curl http://arduino-ip/code/?code=NUM

TODO

  • Raw code API
  • Online help
  • Multi remote capability
  • Use eeprom to store remote number or outlet offset instead of DEFINE
  • Better web interface