gewinh
gewinh
Same issue here. Running latest monitor version on Pi3 with 32bit ubuntu 22.04 server. Seems to work fine for a few hours then stops publishing to the mqtt server (on...
Thanks I'll give it a try. Much more professional than my stop gap of crontab @hourly systemctl restart monitor. ________________________________ From: gedger ***@***.***> Sent: Friday, July 22, 2022 5:47 PM...
Brilliant, thanks. I setup a command_line switch in HA using curl and the above commands to turn off/on motion detection. Just what I needed.
I have celebrated and closed this issue prematurely. Upon further testing I have found that turning off the Motion detection switch under Camera Settings, General (either directly from the web...
So now, after a lot of testing the most reliable solution that meets my security needs is to create switches for each inside camera using the following yaml. Cameras off...
Thanks for the excellent software and support. I look forward to the new version.
Thanks for the 0.15 firmware update, it did resolve my issues. Turning the privacy switch on in HA now turns the video off, on the camera so recording is stopped....
Another head scratcher. In between minding grandchildren, I have been trying to sort out another issue with the privacy switch. I have been testing 3 cameras all running 0.1.5. The...
OK played around some more and think I have found a more generic solution that works for both versions of the firmware and is a little more subtle that killing...
Tested this further by editing the Live privacy.sh in /mnt/mmc/sonoff-hack/www/cgi-bin/privacy.sh ###### additional Lines start_alarmserver() { ps | grep 'AlarmServer' | grep -v 'grep' | awk '{ printf $1 }' |xargs...