question on how to control tapo T100 #1432
Unanswered
willis1203
asked this question in
Q&A
Replies: 1 comment 13 replies
-
You cannot turn sensors on and off, and at the moment it does not support changing many settings either. What are you trying to do with the sensor (besides reading if the movement has been detected)? Anyway, here's an example how you can explore the device API:
You can also access individual modules and use their API instead of
You can find the code for individual sensors under https://github.com/python-kasa/python-kasa/tree/master/kasa/smart/modules if you want to use the regular, non-Feature based API. |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I try to control Tapo T100 with python. It is link with Tapo H200. I use "await sensor.turn_on()" to turn it on, but it always say the sensor is not turning on when I check it state.

Beta Was this translation helpful? Give feedback.
All reactions