You are not logged in.

#1 2016-04-20 18:02:27

Xmike
Member
Registered: 2016-03-25
Posts: 97

Execute - End of Print

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

#2 2016-04-20 18:29:56

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: Execute - End of Print

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

#3 2016-04-20 19:33:31

Xmike
Member
Registered: 2016-03-25
Posts: 97

Re: Execute - End of Print

It works well.

Thanks

Offline

Board footer

Powered by FluxBB