-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error -1012 trying to turn on Tapo P105 #21
Comments
Hello , I'm facing same issue now. I hope it will be work fine. |
I found a workaround for this problem and created the PR (#29). before: TapoP100/PyP100/auth_protocol.py Line 52 in 04c452f
after:
You can get the device mac address in Tapo App or |
I have a Tapo P105 with following information:
Hardware Version: 1.0.0
Firmware Version: 1.4.1
I can execute .getDeviceInfo() and .get_status(), but if I try to execute .turnOn(), I get
Exception: Error Code: -1012
How do I solve this?
The text was updated successfully, but these errors were encountered: