does not have proper access to get statistics. This is expected for the Home Assistant addon....
This means the Home Assistant devs only need to add an option to the addon config to add the option --security-opt systempaths=unconfined to the docker run command. I already requested this change and one of the devs said he will look into this. The corresponding issue can be found here...
Describe the problem you are having I have frigate HAOS addon set up - and having an issue with laggy live view within home assistant. This whether I view with frigate live card, or other camera entity. Is there anything I can do to help...
Step 6: Home Assistant Supervised Installation Step 7: Address Installation Errors Step 8: Finalize Installation and Wi-Fi Setup Install MQTT Broker Install Frigate (Full Access) Step 1: Clone Repository Step 2: Install the Full Access Frigate NVR Addon. Step 3: Create frigate.yml Step 4: Sta...
Frigate can also be installed as aHassOS Addon. The performance of Frigate Proxmox virtual environment is better when run as an LXC container. However, the most efficient way is probably to run the Frigate container in a bare metal setup with a lightweight Linux distro. ...
The shm storage requirements have changed for 0.12, they will likely need to be recalculated and adjusted in the config,see the docsfor how to calculate this new value. NOTE: This does not apply to addon users which are unable to configure this value. ...
Several addon users have reported that a full uninstall and reinstall is necessary. In place upgrades are failing with a "Invalid build environment, can't build this add-on!" message in the supervisor logs. If you are using the Home Assistant integration and/or custom lovelace card, be sure...
I am also trying to install this stuff but it fails to install the license plate recognizer in openpjojectai home asistant addon. this is my log: 23:27:43:ALPR: No schemas installed 23:27:43:ALPR: (No schemas means: we can't detect if you're in light or dark mode) 23:27:44:...
## Home Assistant Addon 289 changes: 289 additions & 0 deletions 289 frigate/detectors/plugins/hailo8l.py Original file line numberDiff line numberDiff line change @@ -0,0 +1,289 @@ import logging import os import urllib.request import numpy as np from hailo_platform import ( HEF, Conf...
To enable the Frigate+ functionality, you need to obtain an API Key from your Frigate+ account on thesettings pageand set it via thePLUS_API_KEYenvironment variable. I am working on getting this added into the Home Assistant Addon as well. ...