Help with Device, Button or Actuator to send TCP/UDP please?

Hi there,

I’m waiting on a Fibaro Smart Implant to arrive to connect in to my house alarm system. Once it is here I can get it setup all ok, but I’d like to be able to send TCP/UDP messages to my CCTV system to turn on recording when the alarm then goes off ?

I’m not too sure where to start with a device for this and wondered f someone could help or advise me on it ?

Basically I need to be able to send a text string to an IP address / port to start recording.

and this needs to be able to be in my SmartThings, such that I can say if the Fibaro output 1 goes off, then action sending a text message.

Would anyone be able to help me with where to start with this ?

Thanks so much,
Roy.

If your text string is basically a http post/get/put… you can use webcore to do this. If it’s not a http request node red would be a good option.

It’s a text string sent to a tcp/udp address, port locally.