Qrome / printer-monitor

OctoPrint 3D Printer Monitor using Wemos D1 Mini ESP8266
MIT License
477 stars 164 forks source link

More than one on a network, second is stuck on "Web Interface on" #111

Closed bepstein111 closed 4 years ago

bepstein111 commented 4 years ago

I liked the first one so much, I set up a second for the workshop, but it appears that the second one won't show anything past "Web interface On, You May Connect to IP (local IP address) Port 80. No weather, no printer status, no clock, nothing. Just seems frozen. Anybody run into issues with more than one on a network?

Qrome commented 4 years ago

What pins did you connect the OLED to? Also, did you enable 1M SPIFFS? The OLED will freeze if you are using pin D4 -- this is reserved by Wemos D1 as the internal LED light. The OLED will freeze when the LED starts to blink. Not sure if this is your issue, but check it.

bepstein111 commented 4 years ago

Yup that's my issue. Good call, thanks for the quick reply!