Is anyone using ZHO? I know its not supported any more but on a small network the overheads shouldn't matter?
![]()
Spent an hour or so getting a router, POE switch and 5x APs set up for my parent's new build. Also set up a raspberry pi 3 as their controller
For the life of me I couldn't figure out how to plug their router in to my network (use my WAN) whilst setting up, so went for brute force and just unplugged mine for an hour to get everything update.
I've put in about 48 runs of cat 6 but they insisted on keeping as much of their tech wireless as possible and with their current place have terrible signal I wanted to blanket the house in high speed coverage. Not sure if you know but any new build in Wales now has to have a sprinkler system, so a few APs is not an eyesore and it'll save me a load of time in tech calls5x APs, big place!
##Prepare your SD
diskutil list
sudo diskutil unmountDisk /dev/disk2
sudo dd bs=1m if=~/Downloads/2018-03-13-raspbian-stretch-lite.img of=/dev/rdisk2
##Transfer blank “ssh” file to root directory
sudo diskutil unmountDisk /dev/disk2
##Connect to Pi
SSH [email protected]
sudo apt-get update && sudo apt-get upgrade -y
sudo apt install dirmngr
echo 'deb http://www.ubnt.com/downloads/unifi/debian stable ubiquiti' | sudo tee -a /etc/apt/sources.list.d/ubnt.list > /dev/null
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv C0A52C50
sudo raspi-config
Expand filesystem
Change user password
sudo reboot
##Install Unifi Controller
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install unifi -y
echo 'ENABLE_MONGODB=no' | sudo tee -a /etc/mongodb.conf > /dev/null
sudo apt-get install oracle-java8-jdk -y
sudo cp /lib/systemd/system/unifi.service /etc/systemd/system/
sudo sed -i '/^\[Service\]$/a Environment=JAVA_HOME=/usr/lib/jvm/jdk-8-oracle-arm32-vfp-hflt' /etc/systemd/system/unifi.service
sudo reboot
As I said in a previous thread, the performance of both does vary hugely from house to house. I personally would get some decent homeplugs (over 10/100) and trial it and if the homeplugs turn out to be unsuitable put them on the MM. they're not that expensive.Chaps
We have a room in corner of the house that doesn’t get a good WiFi signal from its closest AP (AC-LR). I can’t run any cat5 there either.
I was thinking about using a AP-Lite as a Repeater in wireless link mode, I don’t really like to do this because of the performance hit.
It’s either that or use a power line adapter to that room and hook up the AP with that.
Which one will give better performance ? Bare in mind most powelines are 10/100mb and we have 200mb broadband.
Thanks
Give the Pi a static address and sounds like you may have duplicate IP with the hg and usg.