Control easily your ESPEasy devices at your home.
The app makes HTTP requests to control the device(turn on, turn off, check status). Just add the device base URL and give it a name so that you will recognize it by.
Features:
- Add new device(name and address)
- Edit a device
- Delete a device
- Check status to all devices
- Reorder device list by dragging.
HTTP Requests:
Relay ON -> GET [IP]/control?cmd=gpio,[GPIO],1
Relay OFF -> GET [IP]/control?cmd=gpio,[GPIO],0
Relay status -> GET [IP]/control?cmd=status,gpio,[GPIO]
Pulse -> GET [IP]/control?cmd=Pulse,[GPIO],[state],[duration]
LongPulse -> GET [IP]/control?cmd=LongPulse,[GPIO],[state],[duration]
LongPulse_mS -> GET [IP]/control?cmd=Pulse,[GPIO],[state],[duration]
Next update --> Add ESPEasy Rules from the app.