Tapo C100 motion alarm not registering

Hi, I’m running openHAB 3.4.2 on Win 10 Home Ver 22H2. I’ve installed a number of switches and IR Blasters without issue. I’ve recently installed a few Tapo C100 cameras and have not had an issue configuring them. ffmpeg is installed so no issue with streaming or snapshots. However, I cannot seem to get the motion sensors to be read.
The cameras all fire off motion notifications which can be seen in both the Tapo app as well as with ONVIF Device Manager. I’ve tried multiple cameras of the same model, just in case I had a dud. I’m running the latest camera firmware Ver 1.1.15, and the hardware model is recent, 2.0. I’ve used Device Manager to sync the camera time setting with the Win 10 host. All for not. With trace turned on, log:set TRACE org.openhab.binding.ipcamera, there is no notification of a motion event in the log. I’m running out of ideas.
The Thing:
UID: ipcamera:onvif:192168169
label: Camera_2
thingTypeUID: ipcamera:onvif
configuration:
mjpegOptions: -q:v 5 -r 2 -vf scale=640:-2 -update 1
ipAddress: 192.168.1.69
updateImageWhen: “0”
gifPreroll: 0
onvifPort: 2020
ffmpegLocation: c:\ffmpeg\bin\ffmpeg.exe
ipWhitelist: DISABLE
mp4OutOptions: -c:v copy -c:a copy
pollTime: 1000
password: XXXX-01
port: 80
snapshotOptions: -an -vsync vfr -q:v 2 -update 1
ptzContinuous: false
onvifMediaProfile: 0
gifOutOptions: -r 2 -filter_complex
scale=-2:360:flags=lanczos,setpts=0.5*PTS,split[o1][o2];[o1]palettegen[p];[o2]fifo[o3];[o3][p]paletteuse
hlsOutOptions: -strict -2 -f lavfi -i aevalsrc=0 -acodec aac -vcodec copy
-hls_flags delete_segments -hls_time 2 -hls_list_size 4
username: XXXX-01
location: Garage

During motion the log continues to show the snapshot capture, but nothing more.
2023-03-11 16:42:02.488 [TRACE] [hab.binding.ipcamera.internal.Ffmpeg] - frame= 23 fps=0.3 q=2.0 size=N/A time=00:01:24.00 bitrate=N/A speed=0.94x
2023-03-11 16:42:02.994 [TRACE] [hab.binding.ipcamera.internal.Ffmpeg] - frame= 23 fps=0.3 q=2.0 size=N/A time=00:01:24.00 bitrate=N/A speed=0.935x
2023-03-11 16:42:03.453 [TRACE] [hab.binding.ipcamera.internal.Ffmpeg] - frame= 23 fps=0.3 q=2.0 size=N/A time=00:01:24.00 bitrate=N/A speed=0.93x
2023-03-11 16:42:03.958 [TRACE] [hab.binding.ipcamera.internal.Ffmpeg] - frame= 23 fps=0.3 q=2.0 size=N/A time=00:01:24.00 bitrate=N/A speed=0.925x
2023-03-11 16:42:04.512 [TRACE] [hab.binding.ipcamera.internal.Ffmpeg] - frame= 23 fps=0.3 q=2.0 size=N/A time=00:01:24.00 bitrate=N/A speed=0.92x
2023-03-11 16:42:04.987 [TRACE] [hab.binding.ipcamera.internal.Ffmpeg] - frame= 23 fps=0.3 q=2.0 size=N/A time=00:01:24.00 bitrate=N/A speed=0.914x

The Model and Point look like:
image

I know this works, so I have something set incorrectly. Any pointers/tips/corrections?