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!