Hello all,
i want to query the printer status (e.g. idle, printing, status 50%, etc.) via webpage URL to integrate control and status to my home automation system.
With Octoprint i was using the following URL to fetch the required information:
http://192.168.6.99/api/connection?apikey=AAAAAAAAAAAAAAAAAAAAA</div><div><br/></div><div>Unfortunately i could not find similar easy solution with Repetier Server to do this.
I also do not really understand from documentation how to format the URL to include API, command, group, ... etc.
Which webpage URL could be used to get basic printer status from Repetier Server assuming following parameters:
IP = 192.168.6.99
slug = Prusa_MK3S
apikey = 1234567-1234-1234-1234-123456789012
Which webpage URL could be used to fetch basic information?
Many thanks for your help.
Christian