A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By TardisTraveller
#69140 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!