Page 1 of 1

small nightmare: reset AP

PostPosted: Tue Oct 17, 2017 5:19 pm
by Different Computers
So, realized I had to reset my AP to get control of it since the computer that was running Unifi Controller is no more.

Am I totally screwed regarding the matchup between old Unifi devices present in Indigo and the new ones that will, I assume, populate again at some point? Because right now, even though the plugin can find the AP and communicate with it, and the AP is at the same IP address it was and the SSID is the same as it was and a dozen+ devices reconnected automatically, Indigo thinks every single Unifi device, including the AP, is expired.

Re: small nightmare: reset AP

PostPosted: Tue Oct 17, 2017 6:52 pm
by kw123
1. can you try to ssh to the AP with your controller id/password; type "mca-dump" w/o the " and check if you get a long dump. (thats the dict yo should see in step 2

2.check the indigo/unifi directory and check the AP dict files e.g.: . /Users/your id/indigo/unifi/dict-SW#1-Seq-0.txt
if they are old it can not connect if ok you should see:
{
"board_rev": 35,
"bootrom_version": "unifi-v1.5.7.216-ge491e681",
"cfgversion": "5a1a927d27cd5121",
"connect_request_ip": "192.168.1.4",
"connect_request_port": "36052",
"country_code": 840,
"countrycode_table": [
840,
124,
630
],
"default": false,
"discovery_response": false,
"dualboot": true,
"fw_caps": 6155,
"guest_token": "A769859EAFAAC350CDA3FEBE20D2F57A",
"has_eth1": false,
"has_speaker": false,
"hostname": "4-kons",
"if_table": [
{
"full_duplex": true,
"ip": "0.0.0.0",
"mac": "44:d9:e7:02:52:54",
"name": "eth0",
...

Karl