Hi guys,
I am reviving this topic, I seem to have some issues with this command line.
I have used it in the past just fine, but now I can’t figure out what is happening.
I get:
ERROR (Thread-11) [homeassistant.components.switch.command_line] Command failed:…
This is the configuration:
hyperion:
command_on: /usr/bin/sshpass -p ‘mypassword’ ssh [email protected] ‘/storage/.config/autostart.sh’
command_off: /usr/bin/sshpass -p ‘mypassword’ ssh [email protected] ‘/usr/bin/killall hyperiond’
Any idea why?
I tried also by replacing the command on and off with two bash scripts and still no luck, with the 755 wrights.
LE: btw is there a way to enhance the logs to get more of that: Command failed
Thanks