-->
Page 1 of 1

Door push notification using esp8266 & prowl (help needed)

PostPosted: Wed Aug 16, 2017 12:02 pm
by TardisTraveller
I would like to use an ESP8266 (Wemos D1 Mini Pro) along with Prowl to send notifications when doors in the house are opened.
The doors are all hardwired to the basement utility room. WiFi router is also located in utility room.

I'm diving in head first, not really sure what I'm doing, but here is my goal:

Use a wemos chip without any aditional controller to notify when doors are opened.
Use the Wemos D1 Mini Pro with a Prowl Push notification (different messages for different doors).
I'd also like to use as many doors as I can with the GPIO inputs that the 8266 chip can handle.

I'm able to get this to work with 1 door sensor using a sketch here: https://github.com/marcos69/EspProwl
I just don't have the programming skills to make it work on multiple inputs.

Any help on this project would be appreciated!