Replies: 1 comment
-
|
I just went through this... If you have SSH access to the wifi unifi device, use "http://:8081/inform" with the "set-inform" command. Ha-OS remaps port 8080 to port 8081, and port 8443 is using a self-signed certificate that is not accepted by the device on adoption. So, use 8081. IE: set-inform http://1.2.3.4:8081/inform the log on the device itself at /var/log/messages helped me quite a bit figuring out what was happening in the adoption process. You might have fixed your issue, but for anyone else that comes along with the same problem, this is how I fixed mine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I installed the Unifi add-on for Home Assistant OS from scratch and followed both the manual and automatic adoption methods — including setting the
Inform Host Overrideparameter — but I always end up with the same issue: a constant loop of “Adopting → Offline” for all my devices.Setup
Symptoms
Devices appear as “Adopting” in the Unifi UI, then go “Offline”, and repeat endlessly.
Logs
What I’ve tried
http://<ha-ip>:8080/inform)Override inform hostIs there something I’m missing in the configuration or a known compatibility issue with the Unifi add-on on HAOS?
Thanks in advance for any guidance!
Beta Was this translation helpful? Give feedback.
All reactions