omada-api icon indicating copy to clipboard operation
omada-api copied to clipboard

A simple Python wrapper for the TP-Link Omada Software Controller API

Results 19 omada-api issues
Sort by recently updated
recently updated
newest added

When I try to run led.py or clients.py etc I get an error: "File "led.py", line 1 SyntaxError: encoding problem: future_fstrings"

Hi, After upgrading to latest controller firmware (OC200v1_un_1.14.2_20211215_rel61111_up), the Python wrapper does not work anymore: ``` Traceback (most recent call last): File "/opt/omada-api/devices.py", line 83, in main() File "/opt/omada-api/devices.py", line...

Hi, Testing against Omada 5.0.29 (with other pull request). Thought I'd help with missing elements for the log section in Omada. Gilles

Hi, I did integration, but I forgot to finalize pull request. Let me know if this request is right. Thanks Stefano

This PR is to close issue #18 and #19 through adding a few functions - I think the comments associated with each function should be explanatory enough. This allows grabbing...

The package should be able to extract client data from omada insights to give a full overview of currently and previously connected clients

Omada allows blocking and unblocking clients by mac address, which is useful for e.g. keeping kids off at certain times (at least until they become more tech-savvy and start spoofing...

I was looking for a way to automate uploading new SSL certificates to my controller and found your API. I've been successfully using this code to update my SSL certificates...

## Maintainers As mentioned in #12, to say I *maintain* this project may be an overstatement. I am not disinterested in it but I also don't have a lot of...

help wanted

I added the functionality to get LAN profiles. See screenshot: I also added the functionality to set the PoE settings for a profile. See screenshot: I use this functionality, to...