heythisisnate / nodemcu-smartthings

Connect wired contact sensors and/or motion sensors to SmartThings using a NodeMCU ESP8266
MIT License
64 stars 33 forks source link

Adding support for a status web page #14

Closed mfaulkinbury closed 7 years ago

mfaulkinbury commented 7 years ago

Hey Nate,

An unsolicited pull request, if you are interested.

I've found your code to be extremely helpful for my first NodeMCU project. I borrowed and refactored some of your alarm code to create a status page for your consideration.

Best, Mike

mfaulkinbury commented 7 years ago

I had not tried to run the status page concurrently with the alarm server. I didn't know there was a limit to one server. Will remove this PR until (if) I get a workaround.