sinricpro / feature-requests

Feature request tracker for Sinric Pro
0 stars 0 forks source link

WPS connection #67

Open zyssai opened 3 months ago

zyssai commented 3 months ago

Hi!

That would be nice to have the ability to let devices (ESP32 ie.) connect with WPS mode, at least I'm able to connect my ESP32 ESP8266 with WPS but cannot get working code with SinRic Pro, probably because of dependencies.

Thanks!

kakopappa commented 3 months ago

Hi, does it work when you hardcode the WiFi credentials?

WPS does it work without SinricPro ?

zyssai commented 3 months ago

Thanks for your support.

This WPS code does not work because I'm using ESP8266 (sorry for the error in first post) so I need #include <ESP8266WiFi.h> in place of #include <Wifi.h>. So I need to rewrite some parts of this code.

But this code works perfectly, if it can help.