nochmal eine kurze Rückmeldung:
alles läuft weiterhin super - Livebild funktioniert im Device und in den WebLink Devices - und es gibt keine Systemabstürze.
perfekt!
wegen dem sshUser und den Zugriffen auf die Motion logs - hast du Lust dir da weiter was anzuschauen?
ich kann dir Logfiles zukommen lassen.
ich denke hier zb u.a. daran, das Licht einschalten zu lassen, wenn eine Bewegung in der Kamera erkannt wird, oder eben per Telegram einen Snapshot schicken.
so schaut bei mir zb. das Log aus, wenn bei einer Kamera ein Event auftaucht:
# tail -n 0 -F /srv/unifi-protect/logs/events.cameras.log
2021-03-08T16:14:52.730Z - info: Purging events for G3 Micro [AABBCC112233 @ xxx.xxx.xxx.123]
2021-03-08T16:14:52.781Z - info: Purging events for G4 Pro [AABBCC112233 @ xxx.xxx.xxx.103]
2021-03-08T16:14:52.835Z - info: Purging events for G4 Bullet [AABBCC112233 @ xxx.xxx.xxx.135]
2021-03-08T16:14:52.886Z - info: Purging events for G3 Flex [AABBCC112233 @ xxx.xxx.xxx.124]
2021-03-08T16:15:42.756Z - verbose: motion.event.start G3 Flex [AABBCC112233 @ xxx.xxx.xxx.124]
{ motionAlgorithm: 'enhanced', start: 1615220131517 }
2021-03-08T16:15:46.028Z - verbose: motion.event.stop G3 Flex [AABBCC112233 @ xxx.xxx.xxx.124]
{ motionAlgorithm: 'enhanced',
end: 1615220152673,
data:
{ clockBestMonotonic: 13326726,
clockBestWall: 1615220142517,
clockMonotonic: 13329882,
clockStream: 13321033,
clockStreamRate: 1000,
clockWall: 1615220145673,
edgeType: 'stop',
eventId: 4,
eventType: 'motion',
motionHeatmap: 'heatmap_00000002.png',
motionSnapshot: 'motionsnap_00000002.jpg' } }
2021-03-08T16:15:46.531Z - info: event saved
{ type: 'motion',
start: 1615220131517,
end: 1615220152673,
thumbnailId: '60464db201dc6303870004d9',
heatmapId: '60464db202016303870004da',
score: 38,
smartDetectTypes: [],
smartDetectEvents: [],
cameraId: 'CAMIDxxxxxxxxxxxxxxxxx',
partitionId: null,
id: '60464dae02f56303870004d8' }
2021-03-08T16:15:52.730Z - info: Purging events for G3 Micro [AABBCC112233 @ xxx.xxx.xxx.123]
2021-03-08T16:15:52.781Z - info: Purging events for G4 Pro [AABBCC112233 @ xxx.xxx.xxx.103]
2021-03-08T16:15:52.835Z - info: Purging events for G4 Bullet [AABBCC112233 @ xxx.xxx.xxx.135]
2021-03-08T16:15:52.886Z - info: Purging events for G3 Flex [AABBCC112233 @ xxx.xxx.xxx.124]
lg