kushagharahi / homebridge-dahua-alerts

Routes motion alerts for Dahua and Lorex camera streams to homebridge-camera-ffmpeg
27 stars 13 forks source link

DahuaVTO2MQTT implementation #23

Closed Olepir closed 3 years ago

Olepir commented 3 years ago

Is it possible to implement DahuaVTO2MQTT into this plugin? Thanks

https://github.com/elad-bar/DahuaVTO2MQTT

kushagharahi commented 3 years ago

Unfortunately this feature request is not in the scope of what Homebridge is used for. Homebridge is for exposing IoT device control to Homekit. MQTT message publishing from this plugin, while possible, is out of scope for Homebridge and Homekit, as it does not give any new Homekit control options.

My suggestion is to run the VTO2MQTT application separately along side this plugin.