We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried using an esp8266 module to start or stop the printer. This launches a Curl command, but it doesn't seem to work.
I add the lines in the config.yaml file system: actions: - action: printer on command: curl 'http://192.168.1.111/control?cmd=gpio,4,1' name: Démarrer l'imprimante - action: printer off command: curl 'http://192.168.1.111/control?cmd=gpio,4,0' name: Arrêter l'imprimante
But when I run the command I have: "Command for custom:printer on failed with return code 127: STDOUT: STDERR: /bin/sh: 1: curl: not found"
Can you help me ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried using an esp8266 module to start or stop the printer.
This launches a Curl command, but it doesn't seem to work.
I add the lines in the config.yaml file
system:
actions:
- action: printer on
command: curl 'http://192.168.1.111/control?cmd=gpio,4,1'
name: Démarrer l'imprimante
- action: printer off
command: curl 'http://192.168.1.111/control?cmd=gpio,4,0'
name: Arrêter l'imprimante
But when I run the command I have: "Command for custom:printer on failed with return code 127:
STDOUT:
STDERR: /bin/sh: 1: curl: not found"
Can you help me ?
The text was updated successfully, but these errors were encountered: