Moin liebe freunde der CameraUI 
ich habe leider auch ein Problem mit den HSV Funktionalitäten...
Apple scheint einfach keine Aufnahmen zu machen.
Setup lief vorher auf meinem alten Pi 3B+ -> da hat es etwas gedauert, bis die Aufnahmen kamen, jetzt nach 2 Wochen auf dem neuen leider noch immer nichts.
Jetzt auf einem neuen Pi4 alles neu installiert und übernommen. werden mir alle Streams angezeigt aber leider keine Aufnahmen gestartet:
Setup: Reolink 800D und RLC-510 an Reolink NVR -> RSTP-Stream direkt von NVR
CameraUI v. 5.0.28-latest
Node.js v 18.16.0
Homebridge v1.6.1
Icloud 2TB + 200GB für HSV
Motion-Sensoren werden als Gerät in den Cam-Einstellungen in Home angezeigt, lösen aber nicht aus.
im Protokoll wird der Motion-Trigger immer "geskipt": (unten rot eingefärbt)
Als es auf dem alten Pi noch lief haben ich mir leider das Protokoll nicht angesehen, daher weiß ich nicht, ob das nun so richtig ist... kann mir hier jemand einen Tipp geben oder sogar mit dem Problem helfen.
Könnte es ggf. an dem AppleHome-Update liegen, welches letztens gekommen ist? habe ich noch nicht durchgeführt weil aktuell noch ein Ipad mini 4 mitgenutzt wird, welches dies nicht supportet - ich meine aber, dass nach der Ankündigung (nach iOS update) mit dem alten Pi noch alles lief
Vielen Dank und Grüße 
Protokollauszug:
[20/06/2023, 10:06:21] [CameraUI] VIDEOANALYSIS: New message: Data: {"time":"2023-06-20T08:06:21.212Z","event":"dwellTime (60s)"} - Motion: resetted - Camera: Haustür
[20/06/2023, 10:06:21] [CameraUI] Haustür: Skip motion trigger. At Home is active and Haustür is not excluded!
[20/06/2023, 10:06:45] [CameraUI] VIDEOANALYSIS: New message: Data: {"time":"2023-06-20T08:06:45.160Z","event":"forceClose (3m)"} - Motion: resetted - Camera: Parkplatz
[20/06/2023, 10:06:45] [CameraUI] Parkplatz: Skip motion trigger. At Home is active and Parkplatz is not excluded!
hier meine Config:
{
"logLevel": "info",
"port": 8081,
"atHomeSwitch": false,
"options": {
"videoProcessor": "/var/lib/homebridge/node_modules/homebridge-camera-ui/node_modules/ffmpeg-for-homebridge/ffmpeg"
},
"ssl": {
"active": false
},
"http": {
"active": false,
"port": 7272,
"localhttp": false
},
"smtp": {
"active": false,
"port": 2727,
"space_replace": "+"
},
"ftp": {
"active": false,
"useFile": false,
"port": 5050
},
"mqtt": {
"active": false,
"tls": false,
"port": 1883
},
"cameras": [
{
"name": "Garage",
"manufacturer": "Reolink",
"model": "RLC-410 via NVR",
"serialNumber": "123456",
"motion": true,
"motionTimeout": 60,
"unbridge": true,
"hsv": true,
"prebuffering": true,
"prebufferLength": 4,
"videoConfig": {
"source": "-i rtsp://xxx:[email protected]:554/h264Preview_01_sub",
"subSource": "-i rtsp://xxx:[email protected]:554/h264Preview_01_sub",
"stillImageSource": "-i rtsp://xxx:[email protected]:554/h264Preview_01_sub",
"maxWidth": 0,
"maxHeight": 0,
"maxFPS": 0,
"vcodec": "copy",
"acodec": "libfdk_aac",
"audio": true
},
"smtp": {
"email": "Garage"
},
"videoanalysis": {
"active": true
},
"mqtt": {}
},
{
"name": "Parkplatz",
"manufacturer": "Reolink",
"model": "RLC-410 via NVR",
"serialNumber": "123456",
"motion": true,
"motionTimeout": 60,
"unbridge": true,
"hsv": true,
"prebuffering": true,
"prebufferLength": 4,
"videoConfig": {
"source": "-i rtsp://xxx:[email protected]:554/h264Preview_02_main",
"subSource": "-i rtsp://xxx:[email protected]:554/h264Preview_02_sub",
"stillImageSource": "-i rtsp://xxx:[email protected]:554/h264Preview_02_sub",
"maxWidth": 0,
"maxHeight": 0,
"maxFPS": 0,
"maxBitrate": 0,
"vcodec": "copy",
"acodec": "libfdk_aac",
"audio": true
},
"smtp": {
"email": "Parkplatz"
},
"videoanalysis": {
"active": true
},
"mqtt": {}
},
{
"name": "Balkon",
"manufacturer": "Reolink",
"model": "D800 via NVR",
"serialNumber": "22041117",
"motion": true,
"motionTimeout": 60,
"unbridge": true,
"hsv": true,
"prebuffering": true,
"prebufferLength": 4,
"hksvConfig": {
"audio": true
},
"videoConfig": {
"source": "-i rtsp://xxx:[email protected]:554/h264Preview_03_sub",
"subSource": "-i rtsp://xxx:[email protected]:554/h264Preview_03_sub",
"stillImageSource": "-i rtsp://xxx:[email protected]:554/h264Preview_03_sub",
"maxWidth": 0,
"maxHeight": 0,
"maxFPS": 0,
"vcodec": "copy",
"acodec": "libfdk_aac",
"audio": true
},
"smtp": {
"email": "Balkon"
},
"videoanalysis": {
"active": true
},
"mqtt": {},
"switches": true
},
{
"name": "Haustür",
"manufacturer": "Reolink",
"model": "D800 via NVR",
"serialNumber": "22041116",
"motion": true,
"motionTimeout": 15,
"unbridge": true,
"hsv": true,
"prebuffering": true,
"prebufferLength": 4,
"hksvConfig": {
"audio": true
},
"videoConfig": {
"source": "-i rtsp://xxx:[email protected]:554/h264Preview_04_sub",
"subSource": "-i rtsp://xxx:[email protected]:554/h264Preview_04_sub",
"stillImageSource": "-i rtsp://xxx:[email protected]:554/h264Preview_04_sub",
"vcodec": "copy",
"acodec": "libfdk_aac",
"audio": true
},
"smtp": {
"email": "Haustür"
},
"videoanalysis": {
"active": true
},
"mqtt": {}
}
]
}
Alles anzeigen