-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
[Improvement] Schedule #166
Comments
You are correct. The schedule is stored on the device itself, and the Tapo App is not required to trigger it. I have previously encountered the schedule set and get API endpoints, so I am confident that support for them can be added. I'm not sure when I'll be able to get to it myself. Currently, my focus is on bringing the Python wrapper up to feature parity and then adding support for the camera devices. |
I tried to setup a wireshark to capture packet sent to the Tapo without success (i'm a beginner in network :D) If you want me to capture this, it may take some time (I have successuly setup wireshark to decode https packets, I did not see one going to the tapo) |
I don't think that Wireshark is needed. I see the following methods available in the API:
The easiest way to go about it would be to set different schedules in the Tapo App and use |
Hey, i second this. Any chance this will be implemented soon? EDIT: i do only have the P115 though. |
I would like to automatically power off my plug after 10 minutes of my computer shutdowns. |
Hi @mihai-dinculescu , Do I understand from this
that the API for the plugs is available (probably via reverse engineering)? |
I've managed to decompile it by using ApkStudio on the downloaded Android APK. |
Hello @mihai-dinculescu if you are able to create a little walkthrough to implement a new feature on the library I could try to develop the schedule part. |
By using the official app, I have seen there is a scheduler to turn P100 off or on
It seems not to be a timer integrated in the app, as I tried to completely shut down my phone after setting the timer, the plug has switched on while the phone was powered off
If you need some tests to get the API used, I can try to help
The text was updated successfully, but these errors were encountered: