ghaberek / omada-api

A simple Python wrapper for the TP-Link Omada Software Controller API
MIT License
72 stars 34 forks source link

Login fails for Omada 5.7.6 #13

Open thannerfabian opened 1 year ago

thannerfabian commented 1 year ago

First of all thanks for the project.

Sadly the login fails for my Controller with firmware version 5.7.6. I get the following error message: 404 Client Error: for url: http://10.0.0.20:8088/{omadacId}/api/v2/login

getApiInfo() gives me API V3. Maybe they changed it. But changing apiPath to "/api/v3" didn´t work.

Any ideas? Thanks

thannerfabian commented 1 year ago

It seems, that the port was wrong. But now the login throws another error: omada.omada.OmadaError: errorCode=-1600, msg="Unsupported request path."