python-broadlink icon indicating copy to clipboard operation
python-broadlink copied to clipboard

Not able to connect sp2 in configuration mode

Open AslamAlvi28 opened this issue 6 years ago • 0 comments

I have a sp2 in which i m not able to reset in to ap config mode. So its reset to config mode only. to connect in config mode I have done these steps:-

  1. i used broadlink.setup("mySSID","MyPass",3)
  2. then i used broadlink.discover(timeout=5) to discover my Sp2

but i m not able to get my Sp2.

But if i used broadlink android app to first get connect my sp2 in config mode and then use broadlink.discover() its able to find my sp2 and im able to turn it on and off.

can anyone suggest how to connect sp2 in config mode so that i dont need to use broadlink android app.

AslamAlvi28 avatar Mar 12 '19 18:03 AslamAlvi28