-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
get_child_device_list() capped at 10 devices? #322
Comments
Congratulations on having a substantial number of child devices. You are the first user of this library to encounter (or at least report) this issue. Upon closer examination of the decompiled Tapo app, I noticed that the The implementation will need to be updated to accommodate this. I believe it would be best to internalize a mechanism for fetching subsequent pages, so the caller doesn't have to manage this themselves. |
This has been implemented on |
@mihai-dinculescu I ran in to this issue myself, I have manually built and installed the version from |
I recently expanded the number of tapo devices I have connected to my hub to 12, and now note that even though my new devices are showing up, two of my older devices are no longer visible in the data returned from my H100 hub.
What is interesting is that hub.get_child_device_list_json() has a returned parameter "sum" which is 12, but the object only includes 10 devices.
I can confirm that the sensors are online and working correctly (one motion sensor T100, one temperature sensor T315).
Coincidence? Or something more fundamental?
The text was updated successfully, but these errors were encountered: