No motion detection through RTSP confifuration in OpenHAB
My camera is not sending an ffmpegMotionAlarm by any kind of configuration settings so for. I have 3 Tapo Cameras with 2 C320WS outside and 1 C225 inside, which is working well. The main difference betwen the outside and inside cameras is the Micro SD Card. The functioning C225 camera has no SD card installed. All cameras are connected by LAN cables. Even when I disable the SD cards on the C320WS cameras, I got no MotionAlarm through my OpenHab application, whereas the Tapo App alarms works fine.
The logging of the C320WS in case of an alarms sags the following:
2025-09-12 15:58:00.476 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'Aussen_Cam1_ffmpegMotionAlarm' changed from NULL to OFF
The logging of the C225 camera in case of an alarm says:
025-09-12 16:42:38.963 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'Innen_Cam1_ffmpegMotionAlarm' changed from NULL to OFF
2025-09-12 16:42:43.974 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'Innen_Cam1_ffmpegMotionAlarm' changed from OFF to ON
.....
025-09-12 16:42:51.791 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'Innen_Cam1_ffmpegMotionAlarm' changed from ON to OFF
I assume it has to do with the installation of the Micro SD Card in the C320WS cameras, even I explicitly disabled them through the Tapo App.
On the other hand I found forum entries, which say, that the activation of the Tapo Cloud Storage is blocking the ffmpeg/ rtsp motionalarm functionality. But all my cameras newer had Tapo Cloud data storage.
I would like to keep the SD Cards in the outside cameras in order to reactivate the local storage in case of problems. And I do not want to climb up to the these roof- top cameras and insert/ remove the SD cards.
Do you any adice how to overcome this problem?