smart-home:home-assistant

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
smart-home:home-assistant [2025/05/03 04:52] – [HA mysql] adminsmart-home:home-assistant [2025/06/01 05:38] (current) – [HA CCTV frigate / scrypted] admin
Line 27: Line 27:
 https://www.homeautomationguy.io/blog/running-frigate-on-proxmox -- frigate install docker on proxmox\\ https://www.homeautomationguy.io/blog/running-frigate-on-proxmox -- frigate install docker on proxmox\\
 https://coral.googlesource.com/webcoral/ - TPU accelerator coral start \\ https://coral.googlesource.com/webcoral/ - TPU accelerator coral start \\
 +
 +<code BASH>
 +# get video VOD
 +http://localhost:5000/vod/<camera>/start/<start-timestamp>/end/<end-timestamp>/index.m3u8
 +</code>
 +Full reference config - https://docs.frigate.video/configuration/reference/ \\
 +good config example - https://github.com/blakeblackshear/frigate/discussions/12870 \\
  
 ===== HA. configue ===== ===== HA. configue =====
Line 64: Line 71:
   ORDER BY (data_length + index_length) DESC   ORDER BY (data_length + index_length) DESC
   limit 10;   limit 10;
 +
 +-- optimize
 +OPTIMIZE TABLE homeassistant.states;
 </code> </code>
 ++++ ++++
  • smart-home/home-assistant.1746247960.txt.gz
  • Last modified: 2025/05/03 04:52
  • by admin