Issue with Domoticz plugin

Hi all,

I have installed the plug-in Domoticz to shut down my printer after a print job.
But since some time (don't know when exactly) Octoprint will not end the print.

This is what is terminal is showing:

Recv: okSend: N26883 M81 192.168.1.57:8080 34*56
Recv: Error:No Checksum with line number, Last Line:26882
Recv: Resend:26883Recv: ok
Send: N26883 M81 192.168.1.57:8080 34*56
Recv: Error:No Checksum with line number, Last Line:26882
Recv: Resend:26883Recv: ok
Send: N26883 M81 192.168.1.57:8080 34*56
Recv: Error:No Checksum with line number, Last Line:26882
Recv: Resend:26883Recv: ok
Send: N26883 M81 192.168.1.57:8080 34*56
Recv: Error:No Checksum with line number, Last Line:26882
Recv: Resend:26883Recv: ok
Send: N26883 M81 192.168.1.57:8080 34*56
Recv: Error:No Checksum with line number, Last Line:26882

And so on..

Is there something I can do about this?

I'm not sure if that's related to my plugin or not. Haven't seen that issue or had any other users report the issue on the issue tracker. One question, have you tried the custom gcode commands instead of the default M81 option? You would use @DOMOTICZOFF 1 where 1 is the index number of your switch/plug in Domoticz.

Hi
I did a M81 IP-adress id
So you say I should use @Domoticzoff id
Can I put it in the same place, after finishing the print job?
I’ll try it next time I’m going to print.

That should work with the latest version.