Having trouble with "Raspberry Pi RF Switch" component

It seems the rpi-rf library isn’t working for me. The switches I bought don’t seem to be responding when I use it. However when using the 443Utils codesend command, it works fine. Not sure how to proceed.

This works…

sudo ./codesend 4543795 1 180
sending code[4543795]

This doesn’t…

sudo rpi-rf_send -p=180 -t=1 4543795
2016-12-29 19:37:54 - [INFO] rpi-rf_send: 4543795 [protocol: 1, pulselength: 180]

Hi, did you ever get this working? I have the exact same problem.
Codesend works, rpi-rf_send doesn’t. HA doesn’t.

Raspberry Pi 1B

RioRand™ 433MHz Superheterodyne RF Link transmitter and receiver kits 3400 for ARM / MCU
(https://smile.amazon.com/gp/product/B00HEDRHG6/)

Etekcity Wireless Remote Control Electrical Outlet Switch for Household Appliances, White (Learning Code, 5Rx-2Tx)
(https://smile.amazon.com/gp/product/B00DQELHBS/)

Unfortunately no. As a workaround I’m using the command line switch and using that to run the on and off via the 433Utils.

That is exactly what I ended up doing. Thank you for the reply.

i’ve got the same problem. How did you managed to get it work with the command line switch? Because my command got executed with no errors but nothing happens?