Create a button to send IP commands

Hi all,

I have only just started down the HA road and am enjoying to capability’s so far. Please be gentle with me :joy::man_shrugging:.

What I am trying to do is find a way to send a simple IP command to an amplifier that is on my network.

The amplifier in question is called a Systemline NetAmp which is capable of accepting IP commands.

I would like to send something simple like $s1src1 then have that as a button on my screen in my kitchen.

The full IP protocol is here:

ecom.armourhome.co.uk/files/systemline/Systemline_7/Netamp/S7-NetAmp-IP-Control-Specification-V4.2.pdf

I have used Putty to send the command and it works perfectly. But for the life of me I cannot find a way to do this in HA.

Any help or guidance would be greatly appreciated.

Thank you.

Use this to create the commands:

Call the commands with dashboard button tap actions.

Thank you so much, I will check it out