fishbigger / HomeAssistant-Tapo-P100-Control

A custom integration for home assistant to control the Tapo P100 plugs
MIT License
208 stars 69 forks source link

Offline usage? #18

Closed kpp39 closed 3 years ago

kpp39 commented 3 years ago

Can you explain the mechanism that used by this integration? Will it work in local network, when there is no internet connection, or this integration interracts with TP-Link server?

fishbigger commented 3 years ago

The integration works for polling the plug locally so it can work without the tplinkcloud and an internet connection. For more information you can see k4czp3r post on it which explains the exact api call and how it all works. Hope this helps :)

kpp39 commented 3 years ago

The integration works for polling the plug locally so it can work without the tplinkcloud and an internet connection. For more information you can see k4czp3r post on it which explains the exact api call and how it all works. Hope this helps :)

Thank you ! A great explaination !