{"id":18665358,"url":"https://github.com/robertklep/onvif2mqtt","last_synced_at":"2025-11-06T10:30:42.568Z","repository":{"id":232210409,"uuid":"625510413","full_name":"robertklep/onvif2mqtt","owner":"robertklep","description":"ONVIF2MQTT — subscribe to ONVIF events and publish them to MQTT","archived":false,"fork":false,"pushed_at":"2023-04-10T16:29:30.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T02:43:05.916Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robertklep.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-09T10:40:09.000Z","updated_at":"2025-02-10T12:27:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"44559d5c-b8a6-4035-9cf8-9eb206ab4de7","html_url":"https://github.com/robertklep/onvif2mqtt","commit_stats":null,"previous_names":["robertklep/onvif2mqtt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertklep%2Fonvif2mqtt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertklep%2Fonvif2mqtt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertklep%2Fonvif2mqtt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertklep%2Fonvif2mqtt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertklep","download_url":"https://codeload.github.com/robertklep/onvif2mqtt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239492689,"owners_count":19647994,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T08:27:21.023Z","updated_at":"2025-11-06T10:30:42.505Z","avatar_url":"https://github.com/robertklep.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ONVIF2MQTT\n\nThis project can be used to connect to IP-camera's supporting ONVIF events and publish all reported events to an MQTT broker.\n\n## Installing and running\n\n```shell\n# clone repository\n$ git clone https://github.com/robertklep/onvif2mqtt\n$ cd onvif2mqtt\n\n# create a configuration file from the provided example\n$ cp config.example.yml config.yml\n$ vi config.yml\n\n# (optional) edit docker-compose.yml\n$ vi docker-compose.yml\n\n# create Docker image\n$ docker-compose build\n\n# start Docker container in detached mode\n$ docker-compose up -d\n```\n\nFor the first run and/or to test the configuration, enable the `DEBUG` environment variable in `docker-compose.yml` and run the container in attached mode (by not using `-d`).\n\n## MQTT topics\n\nMQTT topics used (assuming the default `onvif2mqtt` prefix):\n* `onvif2mqtt/status`: retained message that holds the current online/offline status of ONVIF2MQTT\n* `onvif2mqtt/camera/CAMERA/info`: published when connection to camera is established, contains device information\n* `onvif2mqtt/camera/CAMERA/event/EVENT`: published when `EVENT` occurs on `CAMERA`. The name of the event, and its value, will be camera-dependent.\n* `onvif2mqtt/camera/CAMERA/event`: JSON-string with event information\n\n## Configuration\n\nSee `config.example.yml` for an example configuration file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertklep%2Fonvif2mqtt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertklep%2Fonvif2mqtt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertklep%2Fonvif2mqtt/lists"}