Skip to content

Original code depricated due to password based auth. Making some changes to make this work again.

Notifications You must be signed in to change notification settings

lazerusrm/frigate-mqtt-nxwitness

 
 

Repository files navigation

frigate-mqtt-nxwitness

Bridge between Frigate and NX Witness

Creates a bookmark in NX Witness whenever a specifed object is detected by Frigate.

Installation

  1. Install docker and docker-compose
  2. set configuration. nxwitness camera id's are available by right clicking a camera in the tree and select 'camera rules' the search bar will display the currently selected cameras "nxwId" for use in the config json. file.
  3. Run with docker-compose :-)

Configuration

Configuration sample:

{
   "nxwitness": {
       "host": "192.168.0.99",
       "port": "7001",
       "username": "admin",
       "password": "YOURPASSWORD"
   },
   "mqtt": {
       "host": "192.168.0.100",
       "topic": "frigate"
   },
   "cameraMap": [
       {
           "frigateName": "camera1",
           "nxwId": "00000000-0000-0000-0000-000000000000"
       },
       {
           "frigateName": "camera2",
           "nxwId": "00000000-0000-0000-0000-000000000000"
       }
   ]
}

About

Original code depricated due to password based auth. Making some changes to make this work again.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.0%
  • Dockerfile 4.0%