This is a small guide to set up Unifi AP LED Control using Home Assistant.
These scripts have been tested as working on the following hardware:
- U7 Pro FW version 8.0.19
- U6 Lite FW version 6.6.77
- UAP AC Mesh FW version 6.6.78
This is a small guide to set up Unifi AP LED Control using Home Assistant.
These scripts have been tested as working on the following hardware:
# As per https://cloud.google.com/compute/docs/disks/creating-linux-application-consistent-pd-snapshots | |
# Append to existing file | |
# /etc/default/instance_configs.cfg | |
[Snapshots] | |
enabled = true | |
timeout_in_seconds = 60 |
#include <ESP8266WiFi.h> | |
// https://github.com/dawidchyrzynski/arduino-home-assistant | |
#include <ArduinoHA.h> | |
// https://github.com/crankyoldgit/IRremoteESP8266 | |
#include <IRremoteESP8266.h> | |
#include <IRsend.h> | |
const uint16_t kIrLed = 4; | |
IRsend irsend(kIrLed); |