Skip to content

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

License

Notifications You must be signed in to change notification settings

solarkennedy/etekcity-api

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%