-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to load without MQTT configured #90
Comments
Seeing the same, MQTT disabled results in the following: [13/08/2021, 16:36:56] [Unifi protect cameras & motion sensors] VIDEO PROCESSOR: /usr/local/lib/node_modules/homebridge-unifi-protect-camera-motion/node_modules/ffmpeg-for-homebridge/ffmpeg /usr/local/lib/node_modules/homebridge-unifi-protect-camera-motion/src/utils/mqtt.js:35 |
Has anyone figured out a solution to this? I'm also getting the same error. |
Should be fixed wit 0.4.6 |
Seems to persist in 0.4.7, any thoughts? |
Should be fixed with #98 |
homebridge-unifi-protect-camera-motion/src/utils/mqtt.ts
Line 16 in 6198567
I'm guessing we need to update this test with
if (!config || !config.mqtt_enabled) {
The text was updated successfully, but these errors were encountered: