Skip to content

Instantly share code, notes, and snippets.

@suuhm
Created October 27, 2021 22:32
Show Gist options
  • Save suuhm/3907101cfcbab9017d1b8ee802b26125 to your computer and use it in GitHub Desktop.
Save suuhm/3907101cfcbab9017d1b8ee802b26125 to your computer and use it in GitHub Desktop.
Unifi set Controller inform in different Subnet and LCD Color Changer
# ssh in AP and run:
# set-inform http://ip.of.the.controller:8080/inform
#
# suuhm 2021
# echo '2' >/proc/gpio/led_pattern
mgmt.is_default=false
mgmt.led_enabled=true
mgmt.cfgversion=x
mgmt.authkey=x
mgmt.selfrun_guest_mode=pass
mgmt.capability=notif,notif-assoc-stat
mgmt.use_aes_gcm=true
mgmt.report_crash=true
mgmt.servers.1.url=http://10.168.178.2:8080/inform
stun_url=stun://10.168.178.2/
mgmt_url=https://10.168.178.2:8443/manage/site/default
mgmt.led_pattern_override=42
mgmt.led_tempo_override=3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment