I have a SR-201 Ethernet Relay. Has anyone tried integrating this to Home Assistant?
In theory it should be possible but haven’t got it working yet. I tried with a telnet switch as I was able to send on and off commands through telnet. But putting the code in the configuration yaml I only get the jogging to work. The relay will turn on for 1/2 and then turn itself off. When I change the command to stay on indefinitely then nothing happens.
The code I’ve tried is this:
switch:
platform: telnet
switches:
projector:
resource: “192.168.1.10”
port: 6722
command_on: “11”
command_off: “21”
Changing 11 to 11*, which is for jog then it works.
If anyone has any similar problems before please let me know