Troubleshooting - AP (with static IP) fails to connect to the L3 controller when configured an AP from DHCP to static in the controller UI, make sure you have put the IP of DNS. If not, then the AP cannot contact DNS to resolve controller domain name. if the AP has been reset (by...
I think the underlying issue here is, that the Intercom is not really a protect device as it just gets relayed via Access to have the recordings within protect. As far as I know, live view via protect should not be possible anyways, which in return would mean that we don't need it i...
m encountering an issue with my Unifi U7 Pro when connected to a Huraco 2.5Gb switch the same that was reviewd by STH. Sunday all sudden my Unifi U7 Pro started acting up, wifi on and off, in Unifi console i noticed that the U7 was showing up and then disappear, then adopting. I...
if(registry.ap[c.mac].state == "ADOPTING") then handle_adopting(c) c.status = 200;-- if we are encrypted then we need to encrypt the data -- with the key we used to decrypt (not the new key) if(c.encrypted) then local rc, err = unisvr.encrypt(c, authkey); ...