jlg89
jlg89
I'm on homebridge 1.5.0, Node 16.17.1, plugin v3.1.4, and I have two different installs working fine. If you've tried uninstalling the plugin, restarting the homebridge box, and reinstalling the plugin,...
Check here: https://sunoo.github.io/homebridge-camera-ffmpeg/configs/August-Doorbell-Cam-Pro.html
FWIW, on a "vanilla" homebridge install, I can successfully add this plugin using: ``` $ sudo npm install -g --unsafe-perm github:dacarson/homebridge-weather-plus ```
FWIW, this seems to have fixed the issue. The "evac" phase is indeed when it empties its bin, which typically happens more than once during a job (depending on the...
I'm running into this issue with a Maruson TAK-LV1K UPS using the nutdrv_qx driver. The USB connection resets every few seconds, and eventually the Pi reboots on its own. NUT...
FWIW I've tried a different USB cable, ran rpi-update and rpi-eeprom-update. No change. I'll try putting a powered hub in there and see if that helps.
I redid /etc/udev/rules.d/90-local.rules to: ``` ATTR{idVendor}=="06da", ATTR{idProduct}=="0201", ENV{MTP_NO_PROBE}="1" ``` ...but I still got the "...was not an MTP device" messages in syslog. Finally found the way to disable MTP at...
The UPS is the only USB device connected to the Pi, and the resets occur at double the NUT polling rate. I think default is 2 seconds, if I read...
I inserted a powered USB hub between the Pi and the UPS, no change at all. So I'll see what I can do with some debug logging.
I put "DEBUG_MIN 6" in ups.conf but I'm not seeing any additional log entries in syslog or kern.log. Am I looking in the wrong place?