makerbase-mks / MKS-TinyBee

MKS TinyBee is a mainboard for 3d printing, based on ESP32 module
GNU General Public License v3.0
116 stars 115 forks source link

Information missing from the WebUI #59

Closed Caian closed 1 year ago

Caian commented 1 year ago

I've cloned the latest version (5f248e6a6cd968b85ac0a9818a4e4b48c0eca5c2) of this repository, built and flashed the firmware without any issues, managed to connect to the printer and upload the WebUI gz file that is also in this commit.

The printer is connected to my home WiFi and printing from the WebUI without issues, however, it is not showing information like the temperature graph, also all commands in the command panel only return "Ok", even those that are supposed to return additional information like M105, M118,...

How do I fix this issue?

jirka-malvin commented 1 year ago

in the right top corner -> check every 3 seconds ...

Snímek obrazovky 2022-10-07 v 18 13 22
Caian commented 1 year ago

Already tried, the horizontal lines of the graph show up, but nothing is plotted.

jirka-malvin commented 1 year ago
Snímek obrazovky 2022-10-07 v 20 45 52

It shoul looks like this pisture ... At me - this is working

Caian commented 1 year ago

I found the issue, I was tunneling my connection through ssh into my network. But apparently ESP32Lib creates a websocket for the WebUI that is not being tunneled.