seydx
seydx
Currently working on the next major release, any suggestions here related to privacy/at home/exclude switch?
@vascott1 Can you post your config.json pls
Try this one ```json "cameras": [ { "name": "HSV Shed cam", "manufacturer": "Wyze", "motion": true, "motionTimeout": 15, "unbridge": true, "hsv": true, "prebuffering": true, "prebufferLength": 4, "hksvConfig": { "audio": true },...
Please enable debug and post the whole log ```json { "name": "CameraUI", "port": 8282, "atHomeSwitch": false, "debug": true, "mqtt": { "active": false, "tls": false, "port": 1883 }, "http": { "active":...
Can you try the current beta pls v5.0.21-beta.1
hm there must be something wrong with your camera settings
@platini76 can you post your FULL log (after restart of homebridge) with debug enabled pls
@platini76 can you try the current beta pls `sudo npm i -g homebridge-camera-ui@latest --unsafe-perm` (Need the whole log again, so from start of homebridge to motion detection)
@platini76 there is still missing debug in your log, can you copy paste this config and post the whole log again again pls ```json { "name": "CameraUI", "port": 8282, "atHomeSwitch":...
@platini76 ```json { "name": "CameraUI", "port": 8282, "atHomeSwitch": false, "logLevel": "debug", "mqtt": { "active": false, "tls": false, "port": 1883 }, "http": { "active": false, "port": 7575, "localhttp": false }, "smtp":...