You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I have a couple of AVTech AVM2453 cameras with ONVIF support which don't show up on mqtt.
They do connect successfully: {"level":30,"time":1607202992810,"name":"ONVIF/camera-driveway","hostname":"10.10.10.10","msg":"Successfully connected.","v":1}
But I think the ONVIF messages these cameras send are non-compliant. The camera's config page shows tnsav:MotionDetection as the topic for motion events, and this is configurable.
But when I check out the actual messages being sent, they're sending out tns1:VideoAnalytics/tnsav:MotionDetection as the topic.
I tried setting the topic to the more standard tns1:VideoSource/MotionAlarm but then the cameras send out tns1:VideoAnalytics/tns1:VideoSource/MotionAlarm, which isn't picked up by onvif2mqtt either.
The question here is: how can I edit onvif2mqtt to pick up the tns1:VideoAnalytics prefix?
The text was updated successfully, but these errors were encountered:
Hi! I have a couple of AVTech AVM2453 cameras with ONVIF support which don't show up on mqtt.
They do connect successfully:
{"level":30,"time":1607202992810,"name":"ONVIF/camera-driveway","hostname":"10.10.10.10","msg":"Successfully connected.","v":1}
But I think the ONVIF messages these cameras send are non-compliant. The camera's config page shows
tnsav:MotionDetection
as the topic for motion events, and this is configurable.But when I check out the actual messages being sent, they're sending out
tns1:VideoAnalytics/tnsav:MotionDetection
as the topic.I tried setting the topic to the more standard
tns1:VideoSource/MotionAlarm
but then the cameras send outtns1:VideoAnalytics/tns1:VideoSource/MotionAlarm
, which isn't picked up by onvif2mqtt either.The question here is: how can I edit onvif2mqtt to pick up the
tns1:VideoAnalytics
prefix?The text was updated successfully, but these errors were encountered: