You are not logged in.
Pages: 1
I run a smart home center with another raspberry and FHEM.
If the print is finished, I would like to inform the FHEM-Server about it.
It could be via a http request like this.
"http://192.168.1.16:8083/fhem?cmd.DLP_P … nter%20off"
Is there an easy way, or need I to write a shell scrip.
Thanks
Offline
You can use "Execute - end of print" on setup page to run following command
wget http://192.168.1.16:8083/fhem?cmd.DLP_Printer=set%20DLP_Printer%20off
Offline
It works well.
Thanks
Offline
Pages: 1