Hi guys!
I am using a switch command to turn on a special power plug, and this is the command which I used till today ssh -i /config/id_rsa -c aes128-cbc -o KexAlgorithms=+diffie-hellman-group1-sha1 [email protected] ‘echo 1 > /proc/power/relay2’
Today, I saw a new update for os and core, I update them both, but then I only had problems… First, some notifications where messed up with an error, which I solved by using some old files, but now, I want to use that SSH command, and it is not working… If I add this to the terminal, it is working, if I try with the swtich, it is not working… Command failed with the error:
Logger: homeassistant.components.command_line.switch
Source: components/command_line/switch.py:109
Integration: command_line (documentation, issues)
Any idea in solving this problem? Thanks in advance