Hello,
I have the following shell_command which raises an error:
doorbell_set_dst: '(echo "echo \"CST-{{offset}}:00:00\" > /home/cfg/TZ ; reboot"; echo "exit") | curl --raw --connect-timeout 3 telnet://192.168.180.21'
with or without the single quote the result remails the same.
it says
websocket_api script: Error executing script. Unexpected error for call_service at pos 1: [Errno 2] No such file or directory: '(echo'
but I think it’s grouping wrong, because (
isn’t part of the command, anyone any idea how to fix this one?