![]() |
WebUI over wifi STA mode - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1) +--- Forum: KC868-HxB series Smart Controller (https://www.kincony.com/forum/forumdisplay.php?fid=2) +--- Thread: WebUI over wifi STA mode (/showthread.php?tid=2388) |
WebUI over wifi STA mode - xray - 11-06-2022 Hi KinCony IoT, Is it possible to reach the WebUI over Wifi in STA mode to manage the relays? I can reach the webUI over LAN port. Both Ethernet and Wifi are set to TCP-Server. I was able to configure Wifi in STA mode and connect to my Wifi router. Then I disconnect the wired LAN port, but when I try to connect to the relay over the Wifi IP it doesn't give back the Relay Web UI, but the Wifi ESP32 config UI. I would like to use HTTP commands over Wifi. Is it possible? RE: WebUI over wifi STA mode - admin - 11-07-2022 do you using KC868-H32B? now config only by ethernet cable, it's the most stable. i suggest use ethernet for integration. if you must want to use wifi, you can use TCP protocol command, here is details: https://www.kincony.com/smart-controller-development-protocol.html RE: WebUI over wifi STA mode - xray - 11-07-2022 (11-07-2022, 12:16 AM)admin Wrote: do you using KC868-H32B? now config only by ethernet cable, it's the most stable. i suggest use ethernet for integration. if you must want to use wifi, you can use TCP protocol command, here is details: https://www.kincony.com/smart-controller-development-protocol.html Yes it is KC868-H32B. I'll check the development protocol. Looks also sufficient. RE: WebUI over wifi STA mode - admin - 11-07-2022 "TCP" experience is better than "HTTP". because will auto feedback message when key is pressed. |