Sunoo / homebridge-smtp-motion

Converts SMTP messages into HTTP motion alerts that homebridge-camera-ffmpeg understands
BSD 2-Clause "Simplified" License
9 stars 3 forks source link

Can't Determine HTTP Port when using homebridge-camera-ui #111

Closed monza258 closed 3 years ago

monza258 commented 3 years ago

Hi, after update to 1.2.0 I can't use your Plugin. It missed the http _port option that I can set by my self. 1.1.4 works fine.

Sunoo commented 3 years ago

It now reads the HTTP port from the homebridge-camera-ffmpeg plugin that is required to be set anyways.

monza258 commented 3 years ago

I use your plugin in combination with the homebridge-camara-ui Plugin from Seydx. It need to set the http_port to get a Message.

Sunoo commented 3 years ago

Ah, I didn't consider that people used it with that. I will see about either reading their config or just allowing an override.

Will give it some thought today and determine the best way forward.

Sunoo commented 3 years ago

Added override_http in v1.2.1