pimuzzo / ilifev7s-rest-remote

Rest remote for Chuwi iLife v7s built on ESP8266

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ilifev7s-rest-remote

Rest remote for Chuwi iLife v7s built on ESP8266

Hardware

  • ESP8266 (~ 5.00€)
  • IR led (~ 0.60€)

Schema

Usage

Debug endpoint just to see if it is working:

  • http GET http://{ip}:80

Execute an action (wake_up, clean, stop, spot, home, edge):

  • http POST http://{ip}:80/ilifev7s action={action}

See the previous executed action:

  • http GET http://{ip}:80/ilifev7s

Most important dependencies

  • ESP8266WebServer Simple web server that knows how to handle HTTP requests
  • ArduinoJson C++ JSON library for IoT. Simple and efficient
  • IRremoteESP8266 Infrared remote library for ESP8266: send and receive infrared signals with multiple protocols

Thanks to

About

Rest remote for Chuwi iLife v7s built on ESP8266

License:GNU Affero General Public License v3.0


Languages

Language:C++ 100.0%