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).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

H100 Support in Python

LMT1337 opened this issue · comments

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

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.

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

Still looking forward to this ✌️

I'm currently working on it.

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.