BREAKING CHANGE
- 2.0.0 now uses device_tracker instead of sensor for wifi presence
A sensor hass integration that allows you to monitor devices connected to Amplifi on Wifi (LAN ports in progress).
You can use this addon to perform the following automations:
- As a presense sensor (when your mobile connects to WiFi, or a specific access point)
- Internet bandwidth usage monitor (amplifi reports data transfers on the WAN port). This integration will add 2 sensors.
- When your TV is on/off (monitoring its wifi traffic)
- Security (Create alerts for unknown devices connected to your wifi)
Do you you have HACS installed? Once you have HACS.
- Add
puttyman/hass-amplifi
as a custom repository - Click on th Install button for Hass Amplifi
- Install this platform by creating a
custom_components
folder in the same folder as your configuration.yaml, if it doesn't already exist. - Create another folder
amplifi
in thecustom_components
folder. Copy all files from custom_components into theamplifi
folder.
You can setup this component by using HA integration by going to Configuration -> Integration. Then click on the +
bottom right button. Search for Amplifi
. Simply enter your hostname and password for your Amplifi router.
- Amplifi HD firmware version >= 3.4.2
- Amplifi Alien (Limited)
- 2021.9.5
- When logged in the amplifi portal on your browser the current hass session is invalidated. However, the next data refresh should resuming monitoring.
Enable logging by defining the logger entry to your configuration.yaml.
logger:
default: info
logs:
custom_components.amplifi: debug