AlexandrErohin
AlexandrErohin
Since no one else had any problems in 3 months - I close this issue
Hi. You may set airport area in integration and filter airplanes by altitude - so you will get departures and arrivals
As I dont have this extender - Would be great if you could add support for your router by creating PR with new class that extends https://github.com/AlexandrErohin/TP-Link-Archer-C6U/blob/main/tplinkrouterc6u/client.py#L19
@bchevreau Hi. As I dont have Deco router - could you use this client https://github.com/AlexandrErohin/TP-Link-Archer-C6U) and play with wifi switch? You may test like this ``` from tplinkrouterc6u import TPLinkDecoClient...
@bchevreau Try this ``` from tplinkrouterc6u import TPLinkDecoClient from logging import Logger from json import dumps client = TPLinkDecoClient('192.168.0.1', 'yourPassword', logger=Logger('test')) client.authorize() print(client.request('admin/wireless?form=wlan', dumps({'operation': 'write', 'params': {'band2_4': {'host': {'enable': True}}}})))...
Im afraid, TP-LINK restricted the WIFI network control for some Deco devices via web gui. There is no more Enable/disable guest\host wifi network for them. Only what can be controlled...
As I dont have Deco router - could you use this client https://github.com/AlexandrErohin/TP-Link-Archer-C6U) and play with wifi switch? There is also issue about Can't turn on/off Guest Wifi on Deco...
Is there any relevant logs from **Settings->System->Logs**?
As I dont have this router - It is better if you can test the python client https://github.com/AlexandrErohin/TP-Link-Archer-C6U
As I dont have this router - Would be great if you could add support for your router by creating PR with new class that extends https://github.com/AlexandrErohin/TP-Link-Archer-C6U/blob/main/tplinkrouterc6u/client.py#L19