mihai-dinculescu / tapo

Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with light bulbs (L510, L520, L530, L610, L630), light strips (L900, L920, L930), plugs (P100, P105, P110, P115, P300), hubs (H100), switches (S200B) and sensors (KE100, T100, T110, T300, T310, T315).
MIT License
339 stars 35 forks source link

H100 Support in Python #128

Open LMT1337 opened 10 months ago

LMT1337 commented 10 months ago

Hi,

are there any plans to support the H100 hub in python? I can see the hub, but I'd like to get data from a temperature sensor thats connected to the hub.

Thanks

mihai-dinculescu commented 10 months ago

The plan is to have the Python version on version parity with the Rust one. Support for H100 in Python will come in the next couple of months.

Avnsx commented 5 months ago

Support for H100 in Python will come in the next couple of months.

Still looking forward to this ✌️

mihai-dinculescu commented 4 months ago

I'm currently working on it.

mihai-dinculescu commented 3 months ago

Added partial support for the H100 hub and its child devices. Currently, only the get_device_info function is supported for the child devices through the hub's get_child_device_list method.