Gregory Haberek
Gregory Haberek
> So, leaving "Icon=tusk" in the .desktop file, I installed imagemagick and did the following: > > * sudo convert tusk.png -resize 512x512 /usr/share/icons/hicolor/512x512/apps/tusk.png > * sudo gtk-update-icon-cache -f /usr/share/icons/hicolor/...
What version is your controller software? I'm using 4.4.6 beta on self-hosted and the API still works fine. The firmware version and the software version are different. You can check...
The latest firmware version I'm seeing on the OC200 [downloads](https://www.tp-link.com/us/support/download/oc200/#Firmware) page is 1.9.3 which is software version 4.4.6. Is your new firmware running the [version 5](https://www.tp-link.com/us/support/download/omada-software-controller/v5/#Controller_Software) software? I haven't tested...
Aha! I just found this page: [Apache Log4j Vulnerability in Omada Controller](https://community.tp-link.com/en/business/forum/topic/514452) which shows: > **Here are the official releases for Omada Controllers:** > > - Omada_Controller_V5.0.29_Windows > - Omada_Controller_V4.4.8_Linux_x64.tar...
> take a look at https://www.tp-link.com/it/support/download/omada-software-controller/ ... not sure but seems that v5.0.29 is available also for Linux. Of course, the published date says "2022-01-07" which means they probably just...
> Hi @ghaberek, take a look at the attachment, I did some integration and it seems fine for v5.0.29 ... it's a raw exercise. thanks again Stefano [omada.py.zip](https://github.com/ghaberek/omada-api/files/7846004/omada.py.zip) Thanks for...
> But I think the the most important changes are the CookieJar addition and moving the token inside the header. > CookieJar was not required in v4.x and also token...
> Is there a new documentation for v5, I have not found on plink website or forum how to use the new patch command? Unfortunately no. I've reverse engineering most...
I will test these changes against my existing v4.4.8 controller and if all goes well I'll merge it in. Thanks!
I think overall the URL scheme should be improved but the current proposed scheme feels awkward to me. You could use something like [Hashids](https://github.com/vinkla/hashids) to generate reversible unique IDs from...