Unifi

From Wildsong
Revision as of 01:30, 22 March 2018 by Brian Wilson (talk | contribs)
Jump to navigationJump to search

I use a Ubiquiti WAP and it talks Unifi. I run the controller here: https://bellman:8443/ and I have a page on its feature Presence detection

Dockerized

2018-03-21 built a systemctl file for it

2017-08-16 it's now dockerized.

I already had a version running locally so I reused its data and log folders. When I started it up it migrated my old database to the 5.5 version of UniFi. It was able to successfully detect my UniFi AP and updated its IP address to my new address scheme and then provisioned it. EXCELLENT.

See https://hub.docker.com/r/jacobalberty/unifi/

docker run -d --dns=192.168.123.2 -p 8080:8080 -p 8443:8443 -p 3478:3478 -p 10001:10001 -e TZ='Americas/Los_Angeles' \
-v /home/unifi:/var/lib/unifi -v /var/log/unifi:/var/log/unifi --name=unifi jacobalberty/unifi

Troubleshooting

Watch the daemon.log on Bellman and you can watch devices try to associate with the WAP.