NVR1008H alert server

I have 2 vigi cameras and the recorder NVR1008H and i would like to use the alarm server! I create an http page in node red and i added the details in the vigi menu. The problem is that i am not getting any feedback in the app that i have when i press the test button!
I tested the link if it blocked by any firewall by sending a json command from command prompt and it is working with out issue. So this is not the case.
I would like to ask if there is any knowledge what kind of data the vigi server alarm sends?
Does anybody used this option with node red?
Thank you in advance
- Copy Link
- Subscribe
- Bookmark
- Report Inappropriate Content

We do not provide product code details or information. If anyone knows about it, welcome to join the discussion.
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content

We do not provide product code details or information. If anyone knows about it, welcome to join the discussion.
- Copy Link
- Report Inappropriate Content
@Alymperis
They provide JSON data, I pasted an example below:
{ "device_id": "1234", "device_name": "VIGI NVR1008H-8P(UN) 1.20", "messages": [ { "type": 1, "sub_type": [ 2, 101 ], "localtime": "2025-07-21 16:36:29", "channel": "2", "channel_name": "VIGI C540V" } ] }
However the test only tests if it can connect ot the server, does not actually send data. Only when an actual event is triggered will your server receive data.
Unfortuantely I'm not versed in Node Red, so can't help there. But I got mine running with a bit of python.
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content

Information
Helpful: 0
Views: 224
Replies: 4
Voters 0
No one has voted for it yet.