Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bvujovic/relayesp
Turning on/off something (e.g. aquarium light) every day at some set time.
https://github.com/bvujovic/relayesp
arduino esp esp8266 relay webserver wifi
Last synced: 9 days ago
JSON representation
Turning on/off something (e.g. aquarium light) every day at some set time.
- Host: GitHub
- URL: https://github.com/bvujovic/relayesp
- Owner: bvujovic
- Created: 2020-02-13T01:43:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T18:49:39.000Z (about 2 years ago)
- Last Synced: 2024-11-08T17:29:16.915Z (2 months ago)
- Topics: arduino, esp, esp8266, relay, webserver, wifi
- Language: C++
- Homepage:
- Size: 2.58 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RelayESP
Turning on/off some electrical appliance that works on 110/220V (e.g. aquarium light):
1. Every day at some set time (e.g. it's ON 07:00 - 07:45 and the rest of the day is OFF).
2. Turn ON on click (web page button or device button). Appliance is ON for some specified time (e.g. 15min).Usage:
Turning ON and OFF an electrical appliance with this device is set via web page found on http://192.168.0.x/ where x is defined in config.ini and in ReadConfigFile() in main.cpp.
- Short/normal device button clicks:
- 1 click -> applience is ON for 10min
- 2 clicks -> 20min ...
- Long click
- if WiFi is OFF -> it will be turned ON
- if WiFi is ON -> Over The Air update is enabled## Web App
![RelayESP: Web App](https://github.com/bvujovic/RelayESP/blob/master/docs/pics/web_app.png)## Device - Aquarium Light
![RelayESP: Device - Aquarium Light](https://github.com/bvujovic/RelayESP/blob/master/docs/pics/big_aq.jpg)![RelayESP: Inside Device](https://github.com/bvujovic/RelayESP/blob/master/docs/pics/big_aq_inside.jpg)