Saur0o0n / PIDKiln

Kiln PID controller based on Espressif Systems ESP32 chip board with Arduino IDE.
GNU General Public License v2.0
102 stars 38 forks source link

Painfully slow web UI #9

Open stefan63 opened 2 years ago

stefan63 commented 2 years ago

I try to use this without any extra hardware and want to control it via http only. But I cant get it to work, slow loading, graphics does not load att all or slooooow. What am I doing wrong?

Saur0o0n commented 2 years ago

What do you mean "without any extra hardware"? You did not connect any sensors, LCD etc? Check the serial output, but it may be, that software is just busy reporting errors on missing components - I don't know, haven't tested it that way. This may be also WiFi issue (check ping), or your ESP issue - not much information to work on.

stefan63 commented 2 years ago

Yes just uploaded the code to the esp, no sensors or ssr. I plan to use it from web only so no display.

Den lör 25 sep. 2021 09:21Adrian Siemieniak @.***> skrev:

What do you mean "without any extra hardware"? You did not connect any sensors, LCD etc? Check the serial output, but it may be, that software is just busy reporting errors on missing components - I don't know, haven't tested it that way. This may be also WiFi issue (check ping), or your ESP issue - not much information to work on.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Saur0o0n/PIDKiln/issues/9#issuecomment-927025092, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAPASM7ULMHNAZRAC3O2FWTUDVZ63ANCNFSM5EWKWFNA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

Saur0o0n commented 2 years ago

Can you check latest commit? I haven't done anything with http, but LCD display was crippled and some internal tasks where also waiting much longer then should (fixed with program loop priority).