python-broadlink
python-broadlink copied to clipboard
Not able to connect sp2 in configuration mode
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:-
- i used broadlink.setup("mySSID","MyPass",3)
- 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.