Skip to content
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

Fully implement the TP-Link Smart Home Protocol #10

Closed
mweinelt opened this issue Nov 24, 2016 · 3 comments
Closed

Fully implement the TP-Link Smart Home Protocol #10

mweinelt opened this issue Nov 24, 2016 · 3 comments

Comments

@mweinelt
Copy link
Collaborator

Existing commands are referenced here: https://github.com/softScheck/tplink-smartplug/blob/master/tplink-smarthome-commands.txt

We should try and implement the existing ones with a sane documentation of input values, which might be a bit difficult when it comes to things like setting the timezone.

@rytilahti
Copy link
Collaborator

Some more API is implemented in #11. The case of timezone is unclear, but from looks of it they have a a hard-coded array of possible values + offset for those (as returned by get_timezone()), but set_timezone() itself is the setter for time() where index indicates the selected timezone. There seem to be no separate set_time() there.

@rytilahti
Copy link
Collaborator

@rytilahti
Copy link
Collaborator

We are closing this repository for new changes in favor of a new, asyncio-enabled continuation project: https://github.com/python-kasa/python-kasa

If the issue is still present in the new project, please feel free to open an issue there, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants