Is it possible to send Serial Monitor messages remotely with the ESP8266?

I basically have a BH1750 Digital Light Sensor and want to view the data remotely over WiFi on my Network. My current set up already uses Wifi to connect to an NTP server to get the time to start/stop reading the light level depending on the time. This is all connected to a strip of LEDs. The Light Sensor determines whether or not the lights turn on or not and how bright they should be.

The light from my computer muddies the light readings I'm getting and it's been frustrating to go back and forth tweaking my code trying to guess what the actual reading is, hence a remote option would be nice. It's probably a really silly question but how do I post this information somewhere and where do I post it to?

I'm completely new to this and have no idea where to begin.

Would it be possible to check via the local IP?

Also, while not necessary, it would be nice to have it update asynchronously. Not really sure how to do this either.

Any good resources/youtube videos/code I could look at?

Thanks heaps!

is something like this u after?

(the excel part I not not think would be necessary for you; just view your data on your web browser! :slight_smile: )

hope that helps....