AlexandrErohin
AlexandrErohin
Hi You may use callsign filter in automation like ``` alias: Flight Radar Test description: "" trigger: - platform: event event_type: flightradar24_entry condition: - condition: template value_template: "{{ trigger.event.data.callsign in...
Thank you for this example!
@iter8tor Hi So the integrations works with Archer AX53 V2 - no upload/download speeds The integration doesnt show router speeds. To get this information you may use UPnP HomeAssistant Integration...
@iter8tor try this one ``` from tplinkrouterc6u import TplinkRouter from logging import Logger router = TplinkRouter('192.168.0.1', 'password', logger=Logger('test')) router.authorize() print(router.request('admin/status?form=all&operation=read', 'operation=read') ``` I need the output to check the problem
@iter8tor You may mask sensitive information like mac address, ip and ect, but I need the output to debug the client
@iter8tor Thank you! This response says you have only 12 clients. Could you try this one? ``` from tplinkrouterc6u import TplinkRouter from logging import Logger router = TplinkRouter('192.168.0.1', 'password', logger=Logger('test'))...
@iter8tor Any updates?
@nicholas-l Hi Thanks for PR to client. I have updated this integration. Please try v1.14.0 P.S. Would be great if you could give a star to these 2 repos :)...
Hi. Your router is not supported by this integration. 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
@Ken-dono Hi! Could you try the HA integration latest version please?