fixtSE
FixtSEFixtSE
en Englishes Espanol
Blog
Membresia
Tienda
Scribe
Acerca de
en Englishes Espanol
Blog
Membresia
Tienda
Scribe
Acerca de

Youtube
Instagram
RSS
Github
Membresia
Privacidad
Fixt•
Actualizado: Apr 21, 2025—5 min read

Sentinel Sight 2.1 - Visión con IA en la nube y local en Home Assistant

Escrito por: Fixt

Si estas suscrito al canal
inicia sesion con tu cuenta de Google para acceder a la experiencia de tutorial inteligente.

Tabla de contenidos
Sentinel Sight 2Requisitos previosIntegración LLM VisionHabilitar acceso al directorio /config/wwwInstalar el complemento Visual Studio CodeCrear tarea localApp Home Assistant CompanionAcceso a Internet de Home AssistantAntes de comprarloSnapshotProveedor de IAGPT4oGeminiOllamaNotificaciónNotificación de la app móvilNotificación de otro servicio Notify

Destacados

Relacionados

Etiquetas

Home-Assistant
Blueprint
Tutorial
IA
Asistente

Si te gusta mi trabajo, considera apoyarme en Ko-fi.

← Volver al blog

Etiquetas

Home-Assistant
Blueprint
Tutorial
IA
Asistente
← Volver al blog

Destacados

Relacionados

Etiquetas

Home-Assistant
Blueprint
Tutorial
IA
Asistente
Sentinel Sight V2.1

Sentinel Sight 2
#


Requisitos previos
#

Logo de OpenAI
Logo de Ollama

Integración LLM Vision
#

Por valentinfrlch
Instalar
Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.
Configurar
Open your Home Assistant and show de integration menu

Habilitar acceso al directorio /config/www
#

homeassistant/configuration.yaml

homeassistant:
  allowlist_external_dirs:
    - /config/www

Instalar el complemento Visual Studio Code
#

Open your Home Assistant instance and show the dashboard of a Supervisor add-on.

Crear tarea local
#

Open your Home Assistant and show de integration menu

App Home Assistant Companion
#

Acceso a Internet de Home Assistant
#

Solo es necesario para poder mostrar la vista previa de la imagen y la grabación en las notificaciones usando la app Home Assistant Companion
Open your Home Assistant instance and manage your systems network configuration.

Antes de comprarlo
#

Open your Home Assistant instance and show your service developer tools.

Snapshot
#

Herramientas de desarrollador/Servicios

service: camera.snapshot
data:
  filename: /config/www/tmp/snapshot_test1.jpg
target:
  entity_id: camera.YOUR_CAMERA

Proveedor de IA
#

GPT4o
#

Herramientas de desarrollador/Servicios

service: llmvision.image_analyzer
data:
  provider: OpenAI
  message: Tell me what you see in this image
  image_file: /config/www/tmp/snapshot_test1.jpg

Gemini
#

Herramientas de desarrollador/Servicios

service: llmvision.image_analyzer
data:
  provider: Google
  message: Tell me what you see in this image
  image_file: /config/www/tmp/snapshot_test1.jpg

Ollama
#

Herramientas de desarrollador/Servicios

service: llmvision.image_analyzer
data:
  provider: Ollama
  message: Tell me what you see in this image
  image_file: /config/www/tmp/snapshot_test1.jpg
  model: llava:latest

Notificación
#

Notificación de la app móvil
#

Herramientas de desarrollador/Servicios

service: notify.mobile_app_YOURDEVICE
data:
  title: Test Title
  message: Test AI message
  data:
    image: /local/tmp/snapshot_test1.jpg

Notificación de otro servicio Notify
#

Grabar un video

service: camera.record
data:
  filename: /config/www/tmp/video_snapshot_test.mp4
  duration: 15
target:
  entity_id: camera.YOUR_CAMERA

Enviar notificación con video

service: notify.YOUR_NOTIFY_SERVICE
data:
  title: Test Title
  message: Test Message
  data:
    video:
      file: /config/www/tmp/video_snapshot_test.mp4
Shop Content
BLUEPRINT

Now available exclusively in our store.
Get instant access by purchasing using the button above.

Already own a copy? Log in with your email account to access your unlocked items from our store.