Skip to content

Frigate mqtt events posted to telegram with text + snapshot + video stored on telegram

Notifications You must be signed in to change notification settings

krisf/frigate_telegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-compose example:

services:
  frigate_telegram:
    container_name: frigate_telegram
    restart: unless-stopped
    image: ghcr.io/krisf/frigate_telegram:master
    environment:
      TELEGRAM_TOKEN: 7024604673:AAE2zAAAAAAAAAAAAAAAAAAAAAAAAAAA
      TELEGRAM_CHAT_ID: -1002226239999
      MQTT_HOST: 192.168.0.100
      MQTT_PORT: 1883
      MQTT_USER: myusername
      MQTT_PASS: mypassword
      FRIGATE_URL: "http://192.168.0.100:5000"

About

Frigate mqtt events posted to telegram with text + snapshot + video stored on telegram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages