CORS block detected. The browser won't allow this hosted page to call your local controller directly. Two ways to fix:
Option 1 — Local CORS proxy (run in terminal on your local machine):
npx local-cors-proxy --proxyUrl https://192.168.1.1 --port 8010
Then set Controller URL to
http://localhost:8010 above.
Option 2 — Open page locally. Download this page, open it in Chrome, and visit
https://192.168.1.1 once first to accept the self-signed cert.