Hey there,
working with Konica Minolta C6100, C7100 and C6361 for about a year now and I need a way to get notified the moment there's a problem.
For the C7100 and the C6361 I realized there's publicly accessible JSON available at http://xxx.xxx.xxx.xxx:30083/productionData.fcgi.
My limited c# skills were enough to write a little application that uses a telegram bot to notify me the moment one of these printers has an issue.
But, the C6100, for whatever reason, is not running AccurioPro, so that JSON file is missing and I'm left with Pagescope Web Connection to parse the status.
That's too complicated for my limited skills as it requires logging in and even got a time out.
I tried to do some research wether there's a library or tool someone wrote for this purpose, but I couldn't find anything.
So I figured someone on here must have been in my shoes at some point and maybe either found or created a tool/library/etc. to help with that.
Thank you very much!
working with Konica Minolta C6100, C7100 and C6361 for about a year now and I need a way to get notified the moment there's a problem.
For the C7100 and the C6361 I realized there's publicly accessible JSON available at http://xxx.xxx.xxx.xxx:30083/productionData.fcgi.
My limited c# skills were enough to write a little application that uses a telegram bot to notify me the moment one of these printers has an issue.
But, the C6100, for whatever reason, is not running AccurioPro, so that JSON file is missing and I'm left with Pagescope Web Connection to parse the status.
That's too complicated for my limited skills as it requires logging in and even got a time out.
I tried to do some research wether there's a library or tool someone wrote for this purpose, but I couldn't find anything.
So I figured someone on here must have been in my shoes at some point and maybe either found or created a tool/library/etc. to help with that.
Thank you very much!
Comment