I have added the person and it unlocks and logs the event:
2024-01-23 17:42:06.091 | INFO | event:motion_detection:98 - Motion detected from Street
2024-01-23 17:42:06.849 | INFO | mqtt:video_intercom_event:344 - Video intercom event magnetic_door_status detected on Street
2024-01-23 17:42:06.849 | INFO | mqtt:handle_device_trigger:456 - Invoking device trigger automation{‘name’: ‘magnetic_door_status’, ‘type’: ‘event’, ‘subtype’: ‘magnetic door status’}
2024-01-23 17:42:06.850 | INFO | event:video_intercom_event:109 - Video intercom event from Street
2024-01-23 17:42:07.387 | INFO | mqtt:video_intercom_event:344 - Video intercom event authentication_log detected on Street
2024-01-23 17:42:07.387 | INFO | mqtt:handle_device_trigger:456 - Invoking device trigger automation{‘name’: ‘authentication_log’, ‘type’: ‘event’, ‘subtype’: ‘authentication log’}
2024-01-23 17:42:07.388 | INFO | event:video_intercom_event:109 - Video intercom event from Street
2024-01-23 17:42:07.902 | INFO | mqtt:update_door_entities:295 - Door 1 unlocked by 779711410110700 , updating sensor and device trigger
2024-01-23 17:42:07.903 | INFO | mqtt:handle_device_trigger:456 - Invoking device trigger automation{‘name’: ‘Door unlocked’, ‘type’: ‘door open’, ‘subtype’: ‘door 0’, ‘payload’: {‘control_source’: ‘779711410110700’}}
2024-01-23 17:42:07.904 | INFO | event:video_intercom_event:109 - Video intercom event from Street
2024-01-23 17:42:10.895 | INFO | mqtt:handle_device_trigger:456 - Invoking device trigger automation{‘name’: ‘motion_detection’, ‘type’: ‘Motion detected’, ‘subtype’: ‘’}
2024-01-23 17:42:10.896 | INFO | event:motion_detection:98 - Motion detected from Street
2024-01-23 17:42:16.783 | INFO | mqtt:video_intercom_alarm:417 - Video intercom alarm door_open_by_external_force detected on Street
2024-01-23 17:42:16.784 | INFO | mqtt:handle_device_trigger:456 - Invoking device trigger automation{‘name’: ‘door_open_by_external_force’, ‘type’: ‘force’, ‘subtype’: ‘door open by external force’}
2024-01-23 17:42:16.784 | INFO | event:video_intercom_alarm:120 - Video intercom alarm from Street
It looks I need intercom device installed first to test the call. I couldn’t manage to call to hik-connect directly without one. I think the representative noticed something like this before. Will report later.
Anyway how can I check the docker image version? To avoid to deply and configure from scratch…
Thanks a lot.
Looks promising till now.