-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] - Support UDM Pro controler #50
Comments
You could try to figure out what url's are called by the browser. Try to use steps from this page: |
Could you do something with the following api client? https://github.com/Art-of-WiFi/UniFi-API-client If I understand the code correctly only the authorisation url has changed. See |
Has there been any progress with this issue? I installed my udm pro yesterday and now my favorite homey app is broken. |
Will this help? |
Hello, I have created an app for the Unifi Protect App. The newest version has also support for UDM PRO. You can see the source at https://github.com/steffjenl/com.ubnt.unifiprotect
There is also an docker container to use older packages only this works only for protect app: |
There is also a UniFi Protect app supporting the dream machine. Search for UniFi in the Homey App Store. |
That’s me! Source code is the same in the store! |
Hope you can find the time to take a look at this, just tell me what information you need and i will try to bring it :) |
Disappointing that you can't be bothered to fix this problem, despite that @steffjenl provided the info how to do it three months ago. |
I would also love if you could implement this. I have a UDM, not pro, but i guess it works the same. |
Please fix. |
FYI, the CloudKey Gen2’s are now also moving over to UniFiOS, and hence are now also hitting this problem. |
Hitting the same issue with my recently purchased UDMP. |
Hi! Yes, please let us know if we can do anything to help out to make some progress in the development of this feature. |
Due to the lack of support I'm not gonna buy the UDM Pro, as I would loose my presence detection... so I'm still using the UniFi Controller within Docker on my NAS. |
Please note that the 2.x update for the cloudkey ck2(plus) introduces unifi OS to this device as well and will break the support for this version of the app. @josefzahner, I switched to a different precence detection app that uses the Ip address of a device, set it to fixed in the unifi controller and modify your flows to accomodate for the different app. and enjoy the same-ish functionality |
With all due respect for @mnederlof, but after not updating the app for nearly a year with major issues and not replying here on Github, I don't believe there will be a new update in the future. In the meantime.. Thanks! |
You are correct, you should not expect any update any time soon. Also, I cannot troubleshoot the udm pro as I do not have that installed. I have no problems with transferring or removing the app from homey, if someone wants to pick up development for this app. |
Thanks @mnederlof for letting us know! And really appreciate the work you did in the past, but in that case I believe it's important to find a successor for the app development. |
@mnederlof can you contact me at stephan@monkeysoft.nl? so i can pick up the development off this project? Thank you for your time! |
This app has been transferred to @steffjenl, so he will do any updates in the future. |
Thank you @mnederlof, i will release soon an new version with support for UniFi OS. |
https://homey.app/nl-nl/app/com.ubnt.unifi/Ubiquiti-UniFi-Network/test/ First test version with UniFiOS support |
Should we continue here then or make a new issue in the new repo? I'm getting the below with the new test version.
|
@Veldkornet please make an new issue on my project (fork). Please change the setting that you use UnifiOS and enter port 443. |
The new Unifi UDM Pro has its own controler. I have created a new user on the UDM pro and gave it access to the network controler. But it seems that something has changed. The url of the clients list is a bit different from https://IP/network/site/default/clients/1/50 the normal controler.
The app in homey gives the following debug info:
12-2-2020 17:40:26 : [debug] Connection success!
12-2-2020 17:40:26 : [debug] Updating status to Disconnected
12-2-2020 17:40:26 : [debug] TypeError: Cannot read property 'forEach' of undefined
12-2-2020 17:40:25 : [debug] Error while fetching usergroup list
12-2-2020 17:40:25 : [debug] Updating status to Disconnected
12-2-2020 17:40:25 : [debug] TypeError: Cannot read property 'forEach' of undefined
12-2-2020 17:40:25 : [debug] Error while fetching ap list
12-2-2020 17:40:25 : [debug] Accesspoints received
12-2-2020 17:40:25 : [debug] Updating status to Disconnected
12-2-2020 17:40:25 : [debug] TypeError: Cannot read property 'forEach' of undefined
12-2-2020 17:40:25 : [debug] Error while fetching client list:
12-2-2020 17:40:25 : [debug] Fetching user group list
12-2-2020 17:40:24 : [debug] Updating status to Connected
Let me know what more info you need to debug this issue to support this type of Unifi controler.
The text was updated successfully, but these errors were encountered: