Frédéric Nauleau

Results 10 comments of Frédéric Nauleau

Thank you for your answer. Notification Center is activated as HA get the notifications. The problem is on HA which does not generate the Motion sensor.

Hello @maciej-or , Thank you for your answer. Please find attached the diagnostic data. [config_entry-hikvision_next-01JHKB62HJR4WXYJ5D3XB0GV0P.json](https://github.com/user-attachments/files/18430492/config_entry-hikvision_next-01JHKB62HJR4WXYJ5D3XB0GV0P.json)

If it can help, as you see no sensor for movement has been detected. ![Image](https://github.com/user-attachments/assets/1b3fc47f-77a2-47ea-a369-a0855d29e208) ![Image](https://github.com/user-attachments/assets/e25c4110-b1cd-47e9-a6f2-5786f557d57a) When HA gets the camera event : `AlertInfo(channel_id=1, io_port_id=0, event_id='motiondetection', device_serial_no=None, mac='5c:34:5b:e4:de:14', region_id=0, detection_target=None`...

I made some searches in your code. In ISAPI setup, two requests gets an error : ` "Event/triggers": { "status_code": 500 },` and ` "Event/triggers/scenechangedetection-1": { "status_code": 403 },` In...

I made some search via ISAPI commands: `/ISAPI/Event/capabilities` gives: ` false true true true true false false false false true false true ` so `true` I Get configuration capability of...

And I have a strange behavior on ISAPI Event/triggers It returns ` 3 Device Error deviceError deviceError. isapi_get_event_triggerinfo error: diskfull. ` Why `deviceError. isapi_get_event_triggerinfo error: diskfull.` ? I try to...

I think that the error in ISAPI scan is in these lines: ``` # Get events from Event/triggers event_triggers = await self.request(GET, "Event/triggers") event_notification = event_triggers.get("EventNotification") if event_notification: available_events =...

If you want to access to camera to make tests. 82.64.108.28 Port 6060 user: maciejor password: hikvision2025 (you have to change it at the first connection) Nothing sensible, you can...

I couldn't find any mention of this update in firmware changelogs, but they likely implemented it without any announcements. I read that they've released a new SDK, so they might...

Hello Can you get this in english ? I am not sure that your problem is relative to the discussion above. By the way @maciej-or do you plan to provide...