October 6, 2025Oct 6 john_smithWhat version of BIOS do you have on your motherboard? Do you have the latest BIOS? Imho most likely causesPCIe conflict/instability in the M.2 E‑key (CNVi) slot on Z390: lane sharing with other slots/SATA, ASPM/L1.2, AER. The NVMe becoming unavailable after a reboot is a strong clue.Coral M.2 overheating (no heatsink/airflow) → watchdog/device reset.Bug/incompatibility of the apex/gasket driver with the kernel version (AER/ASPM).3.3 V power on the M.2 E‑key (PCH VRM) – voltage drops under load.Physical contact of the 2230 module – poor seating/pressure, intermittent disconnects.
October 6, 2025Oct 6 Author On 10/4/2025 at 8:45 PM, john_smith said:Reaching out for help here as I've done research elsewhere and tried optimizing a handful of different things both in hardware and software but still having the same issue with the coral TPU going offline making Frigate stop working (even though the container doesn't crash). This has started happening more frequently recently, on the order of multiple times a week, escalating today where it happened post reboot within 30 minutes. How can i correctly troubleshoot this to figure out what to do to fix it?System info:intel i7-9700K processor (w/ quicksync)ASRock Z390 Pro4 ATX LGA1151 Motherboard2x M.2 key M slot + 1x M.2 Key E slot32 GB RAM (4x8GB)Google Coral TPU Accelerator, M.2 (A/E Key)1 HDD for frigate storage in pool (no parity)some dashcam footage is also synced to this drive2 nvme for zfs cache (mirrored)Cameras:7x 1080p wyze v3 (thingino fw)2x 2K tapo c1201x 2K reolink wifi doorbell1x 4K reolink POEHere are some of the steps i've taken thus far:confirmed all streams are using sub stream for detect, and main stream only for record/audiomoved 1 nvme ssd from M.2 key M slot to PCIe slot via M.2 to PCIe adapterpreviously when coral tpu offline issue occurred, reboot would cause second nvme ssd to become unavailable - only solution was full shutdown. Making this change mitigated this, allowing normal reboot to bring coral tpu back online.optimized Frigate container Extra Parameters:--shm-size=4G --mount type=tmpfs,target=/tmp/cache,tmpfs-size=1000000000 --restart unless-stopped --log-opt max-size=10m --log-opt max-file=3 --memory=16G --memory-swap=16Goptimized Extra Parameters on one other high RAM use container:--memory=12G --memory-swap=12Ginstalled Netdata containernot sure what to look for yetIf you are sure that it is not related to temperature issues, test with https://coral.ai/software/, maybe you have a faulty device.
October 6, 2025Oct 6 5 hours ago, Xwint5 said:john_smithWhat version of BIOS do you have on your motherboard? Do you have the latest BIOS?Imho most likely causesPCIe conflict/instability in the M.2 E‑key (CNVi) slot on Z390: lane sharing with other slots/SATA, ASPM/L1.2, AER. The NVMe becoming unavailable after a reboot is a strong clue.Coral M.2 overheating (no heatsink/airflow) → watchdog/device reset.Bug/incompatibility of the apex/gasket driver with the kernel version (AER/ASPM).3.3 V power on the M.2 E‑key (PCH VRM) – voltage drops under load.Physical contact of the 2230 module – poor seating/pressure, intermittent disconnects.I do have the latest BIOS actually, forgot to mention this in my troubleshooting steps. I did this after the first step actually.I am wondering if it's related to load, but why would it fail catastrophically? shouldn't it just throttle and then take longer to detect?5 hours ago, yayitazale said:If you are sure that it is not related to temperature issues, test with https://coral.ai/software/, maybe you have a faulty device.i will look into this Edited October 6, 2025Oct 6 by john_smith
October 17, 2025Oct 17 Hi, So my frigate instance which is connected to HA OS suddenly stopped running and when I try to restart it I get this message:Error: open /config/config.yaml: too many open filesI tried setting the ulimit option but that made no difference. Any idea why this is happening?
October 17, 2025Oct 17 On 10/6/2025 at 9:01 AM, Xwint5 said:john_smithWhat version of BIOS do you have on your motherboard? Do you have the latest BIOS?Imho most likely causesPCIe conflict/instability in the M.2 E‑key (CNVi) slot on Z390: lane sharing with other slots/SATA, ASPM/L1.2, AER. The NVMe becoming unavailable after a reboot is a strong clue.Coral M.2 overheating (no heatsink/airflow) → watchdog/device reset.Bug/incompatibility of the apex/gasket driver with the kernel version (AER/ASPM).3.3 V power on the M.2 E‑key (PCH VRM) – voltage drops under load.Physical contact of the 2230 module – poor seating/pressure, intermittent disconnects.I had reseated it a few times, and never saw the temps go anywhere near even throttling. I don't know whether it was a power issue under load, something buggy with the kernel/driver/apex, or a PCIe conflict/instability, but tbh it sounded like more than one of these, and I was a bit tired of troubleshooting this.Given all i've read about the issues with coral A+E key TPUs causing issues on desktop motherboards' m.2 slot meant for wifi chips (here and elsewhere) I ended up replacing my coral M.2 A+E key TPU with a Hailo-8L M.2 B+M key TPU. It's only been a few weeks but haven't had any issues since.
October 18, 2025Oct 18 14 hours ago, supawiz6991 said:Hi, So my frigate instance which is connected to HA OS suddenly stopped running and when I try to restart it I get this message:Error: open /config/config.yaml: too many open filesI tried setting the ulimit option but that made no difference.Any idea why this is happening?Update: I resolved this. My appdata plugin was ultimately to blame. My appdata plugin started failing to backup (root cause of this is still under investigation), once this failure started it kept retrying the backup and failing repeatedly. This resulted in two things: 1. Backup directory got spammed with failed partial backups. 2. Errors spammed the log from the failing backups. The two of these caused my system to hit the minimum free space setting which then caused docker to fail and spam the logs even more.Partial resolution: Disable the appdata backup plugin, delete the 4TB of failed partial backups, restart the server to clear the logs and everything came back up normally.To Do: Determine the root cause as to why the appdata backup plugin went off the rails, mitigate the cause and re-enable the plugin so that backups can resume.TL:DR Cascade failure due to a misbehaving backup plugin that caused the minimum free space threshold to be reached. Edited October 18, 2025Oct 18 by supawiz6991
October 24, 2025Oct 24 Hi all,I recently switched to an intel Core Ultra 7 and was wondering if there is any way to use the embedded NPU.I noticed there is an accel0 device detected within unraid and could read here and there that people managed to use the NPU in Frigate but I couldn't put my hands on an actual guide to do this.Thanks!
October 27, 2025Oct 27 Author On 10/24/2025 at 3:31 PM, mathgoy said:Hi all,I recently switched to an intel Core Ultra 7 and was wondering if there is any way to use the embedded NPU.I noticed there is an accel0 device detected within unraid and could read here and there that people managed to use the NPU in Frigate but I couldn't put my hands on an actual guide to do this.Thanks!Frigate v16 doesn't support NPU, v17 will do. https://github.com/blakeblackshear/frigate/discussions/13248 https://github.com/blakeblackshear/frigate/pull/20536
October 30, 2025Oct 30 Good morning,It turns out I'm having trouble getting my Coral M.2 Accelerator A+E key to work. It used to work perfectly through an M.2 adapter, but now that I’ve changed the motherboard (due to a warranty issue), I can’t get it to work anymore.Here are the details of the change:Previously, I had this motherboard:cwwkCWWK N100/i3-N305 six-bay NAS monster board/4x 2.5G/6x SA...CWWK is committed to developing a reliable, secure, and customizable firewall or VPN appliance for network professionals and enthusiasts.And now I’ve switched to this one:https://cwwk.net/collections/nas/products/cwwk-eight-slot-10g-nas-motherboard-n150-n305-n355-dual-2-5g-network-card-10g-10g-port-single-ddr5-dual-nvme-nas-motherboardThe new board has an M.2 E-Key PCIe & CNVi Wi-Fi socket (I’m not sure if it’s supposed to work there).I’ve tried both that connector and the M.2 slot with the adapter I already had, but neither works — I get the error:“No PCI-based Coral TPU found!”I’m attaching pictures of everything.Thanks! Edited October 30, 2025Oct 30 by Lerk
October 30, 2025Oct 30 Author 5 hours ago, Lerk said:Good morning,It turns out I'm having trouble getting my Coral M.2 Accelerator A+E key to work. It used to work perfectly through an M.2 adapter, but now that I’ve changed the motherboard (due to a warranty issue), I can’t get it to work anymore.Here are the details of the change:Previously, I had this motherboard:cwwkCWWK N100/i3-N305 six-bay NAS monster board/4x 2.5G/6x SA...CWWK is committed to developing a reliable, secure, and customizable firewall or VPN appliance for network professionals and enthusiasts.And now I’ve switched to this one:https://cwwk.net/collections/nas/products/cwwk-eight-slot-10g-nas-motherboard-n150-n305-n355-dual-2-5g-network-card-10g-10g-port-single-ddr5-dual-nvme-nas-motherboardThe new board has an M.2 E-Key PCIe & CNVi Wi-Fi socket (I’m not sure if it’s supposed to work there).I’ve tried both that connector and the M.2 slot with the adapter I already had, but neither works — I get the error:“No PCI-based Coral TPU found!”I’m attaching pictures of everything.Thanks!Did you try to unisntall the plugin and install it again?
October 30, 2025Oct 30 33 minutes ago, yayitazale said:Did you try to unisntall the plugin and install it again?Yes.The only difference (not sure if this is expected) is that the repository is from Limetech. As far as I understand, it’s the official one and the same I’ve successfully used before.I’ll need to check if there’s an option in the BIOS to enable PCIe/CVNI.
November 2, 2025Nov 2 Recently replaced my Coral A+E m.2 TPU with a Hailo-8L B+M m.2 TPU, which has made Frigate stable, with the TPU itself never going offline in the weeks since. However, today I noticed the following error keeps popping up associated with the kernel, such that when it does it happens numerous times that day, but then it won't happen for at least a week or so. Is this a concern?Log excerpt hereNov 2 09:47:26 server kernel: ------------[ cut here ]------------ Nov 2 09:47:26 server kernel: WARNING: CPU: 2 PID: 2683488 at include/linux/rwsem.h:80 find_vma+0x29/0x60 Nov 2 09:47:26 server kernel: Modules linked in: xt_connmark iptable_mangle xt_comment iptable_raw wireguard curve25519_x86_64 libcurve25519_generic libchacha20poly1305 chacha_x86_64 poly1305_x86_64 ip6_udp_tunnel udp_tunnel libchacha udp_diag nft_masq nft_chain_nat nf_conntrack_netlink xt_nat veth xt_conntrack xfrm_user xfrm_algo xt_addrtype dm_crypt dm_mod hailo_pci(O) md_mod zfs(PO) spl(O) xt_MASQUERADE xt_tcpudp xt_mark tun nf_tables nfnetlink ip6table_nat iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ntfs3 tcp_diag inet_diag nct6775 nct6775_core hwmon_vid apex(O) gasket(O) ip6table_filter ip6_tables iptable_filter ip_tables x_tables efivarfs bridge stp llc bonding tls intel_rapl_common x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel i915 kvm iosf_mbi drm_buddy ttm i2c_algo_bit drm_display_helper drm_kms_helper crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel sha512_ssse3 sha256_ssse3 drm sha1_ssse3 aesni_intel crypto_simd cryptd rapl mei_hdcp mei_pxp wmi_bmof intel_wmi_thunderbolt nvme Nov 2 09:47:26 server kernel: i2c_i801 intel_gtt intel_cstate intel_uncore e1000e i2c_smbus agpgart nvme_core mei_me mei ahci i2c_core libahci intel_pch_thermal video wmi backlight acpi_tad acpi_pad button Nov 2 09:47:26 server kernel: CPU: 2 UID: 0 PID: 2683488 Comm: frigate.detecto Tainted: P W O 6.12.24-Unraid #1 Nov 2 09:47:26 server kernel: Tainted: [P]=PROPRIETARY_MODULE, [W]=WARN, [O]=OOT_MODULE Nov 2 09:47:26 server kernel: Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./Z390 Pro4, BIOS P4.70 01/20/2021 Nov 2 09:47:26 server kernel: RIP: 0010:find_vma+0x29/0x60 Nov 2 09:47:26 server kernel: Code: 90 0f 1f 44 00 00 48 83 ec 10 65 48 8b 04 25 28 00 00 00 48 89 44 24 08 31 c0 48 89 34 24 48 8b 87 a8 00 00 00 48 85 c0 75 02 <0f> 0b 48 83 c7 40 48 83 ca ff 48 89 e6 e8 b5 a6 88 00 48 8b 54 24 Nov 2 09:47:26 server kernel: RSP: 0018:ffffc90024547da8 EFLAGS: 00010246 Nov 2 09:47:26 server kernel: RAX: 0000000000000000 RBX: ffff8881ac335600 RCX: 0000000000000080 Nov 2 09:47:26 server kernel: RDX: 0000000000000070 RSI: 0000148f839e0000 RDI: ffff8881f8bc7900 Nov 2 09:47:26 server kernel: RBP: ffffc90024547e38 R08: 0000000000000dc0 R09: 00000000ffffffff Nov 2 09:47:26 server kernel: R10: ffff88817ba392f8 R11: 0000148fcc9fb5c0 R12: 0000000000000000 Nov 2 09:47:26 server kernel: R13: 0000148fcc9fb5c0 R14: ffff8881bcdf1100 R15: 0000000000000000 Nov 2 09:47:26 server kernel: FS: 0000148fcc9fd6c0(0000) GS:ffff88884e080000(0000) knlGS:0000000000000000 Nov 2 09:47:26 server kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Nov 2 09:47:26 server kernel: CR2: 0000148fa8153028 CR3: 000000045a59e005 CR4: 00000000003726f0 Nov 2 09:47:26 server kernel: DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 Nov 2 09:47:26 server kernel: DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 Nov 2 09:47:26 server kernel: Call Trace: Nov 2 09:47:26 server kernel: <TASK> Nov 2 09:47:26 server kernel: hailo_vdma_buffer_map+0xa0/0x590 [hailo_pci] Nov 2 09:47:26 server kernel: hailo_vdma_buffer_map_ioctl+0x10b/0x210 [hailo_pci] Nov 2 09:47:26 server kernel: hailo_pcie_fops_unlockedioctl+0x1ed/0x5b0 [hailo_pci] Nov 2 09:47:26 server kernel: vfs_ioctl+0x1b/0x30 Nov 2 09:47:26 server kernel: __do_sys_ioctl+0x52/0x80 Nov 2 09:47:26 server kernel: do_syscall_64+0x68/0xe0 Nov 2 09:47:26 server kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e Nov 2 09:47:26 server kernel: RIP: 0033:0x148fd1fc3d5b Nov 2 09:47:26 server kernel: Code: 00 48 89 44 24 18 31 c0 48 8d 44 24 60 c7 04 24 10 00 00 00 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00 00 0f 05 <89> c2 3d 00 f0 ff ff 77 1c 48 8b 44 24 18 64 48 2b 04 25 28 00 00 Nov 2 09:47:26 server kernel: RSP: 002b:0000148fcc9fb510 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 Nov 2 09:47:26 server kernel: RAX: ffffffffffffffda RBX: 0000148fcc9fb810 RCX: 0000148fd1fc3d5b Nov 2 09:47:26 server kernel: RDX: 0000148fcc9fb5c0 RSI: 00000000c0287604 RDI: 0000000000000057 Nov 2 09:47:26 server kernel: RBP: 0000000004e98380 R08: 0000000000000001 R09: 0000000000000000 Nov 2 09:47:26 server kernel: R10: 0000000000001900 R11: 0000000000000246 R12: 0000000004e98410 Nov 2 09:47:26 server kernel: R13: 0000000004e98438 R14: 0000148f839e0000 R15: 0000000004e98380 Nov 2 09:47:26 server kernel: </TASK> Edited November 2, 2025Nov 2 by john_smith
November 4, 2025Nov 4 Author On 11/2/2025 at 6:58 PM, john_smith said:Recently replaced my Coral A+E m.2 TPU with a Hailo-8L B+M m.2 TPU, which has made Frigate stable, with the TPU itself never going offline in the weeks since. However, today I noticed the following error keeps popping up associated with the kernel, such that when it does it happens numerous times that day, but then it won't happen for at least a week or so. Is this a concern?Log excerpt hereNov 2 09:47:26 server kernel: ------------[ cut here ]------------ Nov 2 09:47:26 server kernel: WARNING: CPU: 2 PID: 2683488 at include/linux/rwsem.h:80 find_vma+0x29/0x60 Nov 2 09:47:26 server kernel: Modules linked in: xt_connmark iptable_mangle xt_comment iptable_raw wireguard curve25519_x86_64 libcurve25519_generic libchacha20poly1305 chacha_x86_64 poly1305_x86_64 ip6_udp_tunnel udp_tunnel libchacha udp_diag nft_masq nft_chain_nat nf_conntrack_netlink xt_nat veth xt_conntrack xfrm_user xfrm_algo xt_addrtype dm_crypt dm_mod hailo_pci(O) md_mod zfs(PO) spl(O) xt_MASQUERADE xt_tcpudp xt_mark tun nf_tables nfnetlink ip6table_nat iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ntfs3 tcp_diag inet_diag nct6775 nct6775_core hwmon_vid apex(O) gasket(O) ip6table_filter ip6_tables iptable_filter ip_tables x_tables efivarfs bridge stp llc bonding tls intel_rapl_common x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel i915 kvm iosf_mbi drm_buddy ttm i2c_algo_bit drm_display_helper drm_kms_helper crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel sha512_ssse3 sha256_ssse3 drm sha1_ssse3 aesni_intel crypto_simd cryptd rapl mei_hdcp mei_pxp wmi_bmof intel_wmi_thunderbolt nvme Nov 2 09:47:26 server kernel: i2c_i801 intel_gtt intel_cstate intel_uncore e1000e i2c_smbus agpgart nvme_core mei_me mei ahci i2c_core libahci intel_pch_thermal video wmi backlight acpi_tad acpi_pad button Nov 2 09:47:26 server kernel: CPU: 2 UID: 0 PID: 2683488 Comm: frigate.detecto Tainted: P W O 6.12.24-Unraid #1 Nov 2 09:47:26 server kernel: Tainted: [P]=PROPRIETARY_MODULE, [W]=WARN, [O]=OOT_MODULE Nov 2 09:47:26 server kernel: Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./Z390 Pro4, BIOS P4.70 01/20/2021 Nov 2 09:47:26 server kernel: RIP: 0010:find_vma+0x29/0x60 Nov 2 09:47:26 server kernel: Code: 90 0f 1f 44 00 00 48 83 ec 10 65 48 8b 04 25 28 00 00 00 48 89 44 24 08 31 c0 48 89 34 24 48 8b 87 a8 00 00 00 48 85 c0 75 02 <0f> 0b 48 83 c7 40 48 83 ca ff 48 89 e6 e8 b5 a6 88 00 48 8b 54 24 Nov 2 09:47:26 server kernel: RSP: 0018:ffffc90024547da8 EFLAGS: 00010246 Nov 2 09:47:26 server kernel: RAX: 0000000000000000 RBX: ffff8881ac335600 RCX: 0000000000000080 Nov 2 09:47:26 server kernel: RDX: 0000000000000070 RSI: 0000148f839e0000 RDI: ffff8881f8bc7900 Nov 2 09:47:26 server kernel: RBP: ffffc90024547e38 R08: 0000000000000dc0 R09: 00000000ffffffff Nov 2 09:47:26 server kernel: R10: ffff88817ba392f8 R11: 0000148fcc9fb5c0 R12: 0000000000000000 Nov 2 09:47:26 server kernel: R13: 0000148fcc9fb5c0 R14: ffff8881bcdf1100 R15: 0000000000000000 Nov 2 09:47:26 server kernel: FS: 0000148fcc9fd6c0(0000) GS:ffff88884e080000(0000) knlGS:0000000000000000 Nov 2 09:47:26 server kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Nov 2 09:47:26 server kernel: CR2: 0000148fa8153028 CR3: 000000045a59e005 CR4: 00000000003726f0 Nov 2 09:47:26 server kernel: DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 Nov 2 09:47:26 server kernel: DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 Nov 2 09:47:26 server kernel: Call Trace: Nov 2 09:47:26 server kernel: <TASK> Nov 2 09:47:26 server kernel: hailo_vdma_buffer_map+0xa0/0x590 [hailo_pci] Nov 2 09:47:26 server kernel: hailo_vdma_buffer_map_ioctl+0x10b/0x210 [hailo_pci] Nov 2 09:47:26 server kernel: hailo_pcie_fops_unlockedioctl+0x1ed/0x5b0 [hailo_pci] Nov 2 09:47:26 server kernel: vfs_ioctl+0x1b/0x30 Nov 2 09:47:26 server kernel: __do_sys_ioctl+0x52/0x80 Nov 2 09:47:26 server kernel: do_syscall_64+0x68/0xe0 Nov 2 09:47:26 server kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e Nov 2 09:47:26 server kernel: RIP: 0033:0x148fd1fc3d5b Nov 2 09:47:26 server kernel: Code: 00 48 89 44 24 18 31 c0 48 8d 44 24 60 c7 04 24 10 00 00 00 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00 00 0f 05 <89> c2 3d 00 f0 ff ff 77 1c 48 8b 44 24 18 64 48 2b 04 25 28 00 00 Nov 2 09:47:26 server kernel: RSP: 002b:0000148fcc9fb510 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 Nov 2 09:47:26 server kernel: RAX: ffffffffffffffda RBX: 0000148fcc9fb810 RCX: 0000148fd1fc3d5b Nov 2 09:47:26 server kernel: RDX: 0000148fcc9fb5c0 RSI: 00000000c0287604 RDI: 0000000000000057 Nov 2 09:47:26 server kernel: RBP: 0000000004e98380 R08: 0000000000000001 R09: 0000000000000000 Nov 2 09:47:26 server kernel: R10: 0000000000001900 R11: 0000000000000246 R12: 0000000004e98410 Nov 2 09:47:26 server kernel: R13: 0000000004e98438 R14: 0000148f839e0000 R15: 0000000004e98380 Nov 2 09:47:26 server kernel: </TASK>There is a open discussion for this issue:https://github.com/blakeblackshear/frigate/discussions/18850#discussioncomment-14717742
November 4, 2025Nov 4 2 hours ago, yayitazale said:There is a open discussion for this issue:https://github.com/blakeblackshear/frigate/discussions/18850#discussioncomment-14717742If they're harmless, why are the messages coming up?
December 2, 2025Dec 2 Looks like Google Coral TPU can run YOLO v9 object detection models. I didnt get it to work, but i think it is more related to unraid and where to place the models. Maybe someone else has more luck: https://github.com/dbro/frigate-detector-edgetpu-yolo9On reddit several guys confirmed that is working.
December 3, 2025Dec 3 Author 13 hours ago, sylus said:Looks like Google Coral TPU can run YOLO v9 object detection models. I didnt get it to work, but i think it is more related to unraid and where to place the models. Maybe someone else has more luck: https://github.com/dbro/frigate-detector-edgetpu-yolo9On reddit several guys confirmed that is working.I wasn't aware of this, but since the Merge request has already been accepted, I assume this option will be released as a feature in the next version. Just be patient.
January 4Jan 4 Can someone please point this noob in the right direction? I've bought two Tapo c110 cameras and wanted to integrate them into my unraid server. I've setup Frigate through the community applications and got my two cameras working through rtsp. All great. Then I set up mosquitto and tried to link it to Frigate and my Home Assistant docker container for notifications. I did not get this to work. After trying for a while I found out that there's a blueprint for HA. But this blueprint requires a frigate add on in HA installed through HACS. HA on Unraid doesn't have HACS and now I'm stuck. Can someone point me in the right direction?
January 4Jan 4 12 minutes ago, ontosan said:Can someone please point this noob in the right direction? I've bought two Tapo c110 cameras and wanted to integrate them into my unraid server. I've setup Frigate through the community applications and got my two cameras working through rtsp. All great. Then I set up mosquitto and tried to link it to Frigate and my Home Assistant docker container for notifications. I did not get this to work. After trying for a while I found out that there's a blueprint for HA. But this blueprint requires a frigate add on in HA installed through HACS. HA on Unraid doesn't have HACS and now I'm stuck. Can someone point me in the right direction?You didn’t provide many details about how you are running HA on Unraid but the HACS docs cover multiple install methods for different scenarios.https://www.hacs.xyz/docs/use/download/download/#to-download-hacs
January 5Jan 5 22 hours ago, wgstarks said:You didn’t provide many details about how you are running HA on Unraid but the HACS docs cover multiple install methods for different scenarios.https://www.hacs.xyz/docs/use/download/download/#to-download-hacsExactly the nudge I needed, I found the HA docs and the Frigate docs but didn't look for HACS docs. Thanks so much, it works! And to be fair, I did mention I run HA as a docker container in Unraid :-) Edited January 5Jan 5 by ontosan
January 5Jan 5 3 minutes ago, ontosan said:to be fair, I did mention I run HA as a docker container in Unraid :-)Yeah, apologies. I just missed it.😊
January 6Jan 6 Hi guys, very sorry if this is a stupid request butr for the love no money can i get Frigate installed on my Unraid server.Now i download through the apps and leave everything on default apart from deleting the Coral and Nvidia stuff it then installs. I have to click logs quick to get the username and password which it nevers gives, and i have tried more than 10 times to install and delete with different settings in the install part.I have looked online for guides (idiot proof ones) and videos with out any success.Could anybody help a noob out please as im loosing the will to live....
January 7Jan 7 20 hours ago, xtremedetailz said:Hi guys, very sorry if this is a stupid request butr for the love no money can i get Frigate installed on my Unraid server.Now i download through the apps and leave everything on default apart from deleting the Coral and Nvidia stuff it then installs.I have to click logs quick to get the username and password which it nevers gives, and i have tried more than 10 times to install and delete with different settings in the install part.I have looked online for guides (idiot proof ones) and videos with out any success.Could anybody help a noob out please as im loosing the will to live....Have you added a config.yml file in your Frigate folder, usally /mnt/user/appdata/frigate?
January 7Jan 7 Author On 1/6/2026 at 5:46 PM, xtremedetailz said:Hi guys, very sorry if this is a stupid request butr for the love no money can i get Frigate installed on my Unraid server.Now i download through the apps and leave everything on default apart from deleting the Coral and Nvidia stuff it then installs.I have to click logs quick to get the username and password which it nevers gives, and i have tried more than 10 times to install and delete with different settings in the install part.I have looked online for guides (idiot proof ones) and videos with out any success.Could anybody help a noob out please as im loosing the will to live....Please give us some info. Copy and paste de error logs for example
January 7Jan 7 5 hours ago, flosken said:Have you added a config.yml file in your Frigate folder, usally /mnt/user/appdata/frigate?52 minutes ago, yayitazale said:Please give us some info. Copy and paste de error logs for exampleOk guys i have now got it installed and can log in and even find a camera. (had to set static ip i think in the camera)Now the cameras i have are hikvision 4k ones and for the love nor money understand how to edit the yml so i can see the high resolution for recording 24/7 or even when viewing in the frigate viewer.I appreciate your helps guys.When i got to config editor this is what i have.mqtt: enabled: false cameras: name_of_your_camera: # <------ Name the camera enabled: true ffmpeg: inputs: - path: rtsp://viewer:[email protected].***:554/streaming/channels/102 # <----- The stream you want to use for detection roles: - detect - path: rtsp://viewer:[email protected].***:554/streaming/channels/101 roles: - record detect: enabled: false # <---- disable detection until you have a working camera feed width: 3840 height: 2160 detect: enabled: true version: 0.16-0
January 8Jan 8 Author 14 hours ago, xtremedetailz said:Ok guys i have now got it installed and can log in and even find a camera. (had to set static ip i think in the camera)Now the cameras i have are hikvision 4k ones and for the love nor money understand how to edit the yml so i can see the high resolution for recording 24/7 or even when viewing in the frigate viewer.I appreciate your helps guys.When i got to config editor this is what i have.mqtt:enabled: false cameras:name_of_your_camera: # <------ Name the camera enabled: true ffmpeg: inputs: - path: rtsp://viewer:[email protected].***:554/streaming/channels/102 # <----- The stream you want to use for detection roles: - detect - path: rtsp://viewer:[email protected].***:554/streaming/channels/101 roles: - record detect: enabled: false # <---- disable detection until you have a working camera feed width: 3840 height: 2160detect:enabled: trueversion: 0.16-0Are you following the getting started?https://docs.frigate.video/guides/getting_started#configuring-frigateAre you looking in the logs for errors?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.