Re: [Printing-architecture] PAPPL 1.2rc1 (Supply levels)
Till Kamppeter <[email protected]>
| Newsgroups | dev.linux.lists.printing-architecture |
|---|---|
| Message-ID | <[email protected]> |
Seems that ink level query on my printer is supported:
----------
$ testsuite/testpappl --get-id socket://192.168.68.101
MFG:HP;MDL:HP OfficeJet Pro 8730;
$ testsuite/testpappl --get-status socket://192.168.68.101
none
$ testsuite/testpappl --get-supplies socket://192.168.68.101
cyan ink HP N9H71A: 54% (ink, cyan)
magenta ink HP N9H75A: 58% (ink, magenta)
yellow ink HP N9H79A: 60% (ink, yellow)
black ink HP N9H83A: 79% (ink, black)
$
----------
What else could go wrong here?
I have tested with the original network backends (schemes, devices) of
PAPPL, both the one with DNS-Sd discovery and the one with SNMP
discovery, and even with them I get only the gauge.
Till
On 15/05/2022 21:37, Michael Sweet wrote:
>
> The "testpappl" program provided with PAPPL can be used to test the SNMP stuff:
>
> git clone https://github.com/michaelrsweet/pappl.git
> cd pappl
> ./configure
> make
> testsuite/testpappl --get-id socket://IP-ADDRESS
> testsuite/testpappl --get-status socket://IP-ADDRESS
> testsuite/testpappl --get-supplies socket://IP-ADDRESS
>