All Projects → puttyman → hass-amplifi

puttyman / hass-amplifi

Licence: other
A home assistant integration for Ubiquiti Amplifi

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to hass-amplifi

hifiberry
This is a custom component to allow control of HifiberryOS devices in Home Assistant using the audiocontrol2 REST API.
Stars: ✭ 26 (+52.94%)
Mutual labels:  home-automation, home-assistant, hacs
Integration
HACS gives you a powerful UI to handle downloads of all your custom needs.
Stars: ✭ 2,114 (+12335.29%)
Mutual labels:  integration, home-assistant, hacs
ynab
YNAB component for Home Assistant
Stars: ✭ 26 (+52.94%)
Mutual labels:  integration, home-assistant, hacs
ocpp
Home Assistant integration for electric vehicle chargers that support the Open Charge Point Protocol (OCPP).
Stars: ✭ 82 (+382.35%)
Mutual labels:  home-automation, home-assistant, hacs
ad-alexatalkingclock
Alexa (or other Smart Speakers) tell you the time without asking every hour. Please ⭐️if you like my app :)
Stars: ✭ 30 (+76.47%)
Mutual labels:  home-automation, home-assistant, hacs
hass-pandora-cas
Home Assistant custom component for Pandora Car Alarm System
Stars: ✭ 15 (-11.76%)
Mutual labels:  home-automation, home-assistant, hacs
ha-zoom-automation
Custom Home Assistant component for Zoom. Tracks when you are connected to a Zoom call by default but may allow you to track more.
Stars: ✭ 47 (+176.47%)
Mutual labels:  integration, home-assistant, hacs
hilo
Hilo integration for Home Assistant
Stars: ✭ 26 (+52.94%)
Mutual labels:  home-automation, integration, home-assistant
ha-config-ataraxis
My Home Assistant Configs. If you like what you see, please ⭐️my repo. It would encourage me a lot 🤘
Stars: ✭ 146 (+758.82%)
Mutual labels:  home-automation, home-assistant, hacs
Tuya-v2-Supported-Devices
A collection of all of the known working Tuya v2 Devices
Stars: ✭ 30 (+76.47%)
Mutual labels:  home-automation, integration, home-assistant
ha-iaquk
Indoor Air Quality Sensor Component for Home Assistant
Stars: ✭ 57 (+235.29%)
Mutual labels:  home-assistant, hacs
lovelace-valetudo-map-card
Draws the map available from a Xiaomi Vacuum cleaner flashed with Valetudo in a Home Assistant Lovelace card
Stars: ✭ 149 (+776.47%)
Mutual labels:  home-assistant, hacs
Smart Home
⭐ (Almost) everything needed to run my smart home with Home Assistant and more!
Stars: ✭ 221 (+1200%)
Mutual labels:  home-automation, home-assistant
Locative Ios
[NOT MAINTAINED] The Locative iOS app. Helping you to get the best out of your automated home, geofencing, iBeacons at your hand.
Stars: ✭ 213 (+1152.94%)
Mutual labels:  home-automation, home-assistant
node-homeassistant
Node.js wrapper for the home-assistant websocket api
Stars: ✭ 27 (+58.82%)
Mutual labels:  home-automation, home-assistant
numberbox-card
Replace input_number sliders with plus and minus buttons
Stars: ✭ 61 (+258.82%)
Mutual labels:  home-assistant, hacs
home-assistant-config
🏠 Home Assistant Configuration & Documentation for my smart home using Node-RED for automations. Press ⭐ for notification of updates.
Stars: ✭ 34 (+100%)
Mutual labels:  home-automation, home-assistant
Netdisco
🔎 Python library to scan local network for services and devices.
Stars: ✭ 240 (+1311.76%)
Mutual labels:  home-automation, home-assistant
Home Assistant Cli
💻 Command-line tool for Home Assistant
Stars: ✭ 243 (+1329.41%)
Mutual labels:  home-automation, home-assistant
Brad Homeassistant Config
Home Assistant configuration
Stars: ✭ 212 (+1147.06%)
Mutual labels:  home-automation, home-assistant

hacs_badge

Hass Amplifi 2.0.0

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)
  • 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)

Installation

Install with HACS (recomended)

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 manually

  1. Install this platform by creating a custom_components folder in the same folder as your configuration.yaml, if it doesn't already exist.
  2. Create another folder amplifi in the custom_components folder. Copy all files from custom_components into the amplifi folder.

Setup

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.

Supported devices

  • Amplifi HD firmware version >= 3.4.2
  • Amplifi Alien (Limited)

Supported HA

  • 2021.9.5

Caveats

  • When logged in the amplifi portal on your browser the current hass session is invalidated. However, the next data refresh should resuming monitoring.

Development

Enable logging by defining the logger entry to your configuration.yaml.

logger:
  default: info
  logs:
    custom_components.amplifi: debug
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].