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: 4 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T18:49:39.000Z (over 2 years ago)
- Last Synced: 2025-01-01T15:27:57.439Z (6 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
## Device - Aquarium Light
