docker-octoprint
docker-octoprint copied to clipboard
Curl not found
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 ?