NVR1008H alert server

NVR1008H alert server

NVR1008H alert server
NVR1008H alert server
2025-06-30 12:43:38 - last edited 2 weeks ago
Model: VIGI NVR1008H  
Hardware Version: V2
Firmware Version:

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 

 

  0      
  0      
#1
Options
2 Accepted Solutions
Re:NVR1008H alert server-Solution
2025-07-01 01:49:55 - last edited 2 weeks ago

  @Alymperis 

We do not provide product code details or information. If anyone knows about it, welcome to join the discussion. 

Recommended Solution
  0  
  0  
#2
Options
Re:NVR1008H alert server-Solution
2025-07-24 13:35:38 - last edited 2 weeks ago
Here's some more info I gathered on this. https://community.tp-link.com/en/business/forum/topic/833658?replyId=1586170
Recommended Solution
  0  
  0  
#5
Options
4 Reply
Re:NVR1008H alert server-Solution
2025-07-01 01:49:55 - last edited 2 weeks ago

  @Alymperis 

We do not provide product code details or information. If anyone knows about it, welcome to join the discussion. 

Recommended Solution
  0  
  0  
#2
Options
Re:NVR1008H alert server
2025-07-22 14:07:58

  @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.

  0  
  0  
#3
Options
Re:NVR1008H alert server
2025-07-22 14:56:13

  @Reaper_za 

Ok i will check! 

Thank you for your help! 

  0  
  0  
#4
Options
Re:NVR1008H alert server-Solution
2025-07-24 13:35:38 - last edited 2 weeks ago
Here's some more info I gathered on this. https://community.tp-link.com/en/business/forum/topic/833658?replyId=1586170
Recommended Solution
  0  
  0  
#5
Options