0.0.1 • Published 8 years ago

ricoh-counter v0.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

ricoh-counter

Module that fetches Ricoh printer counter data. Useful for automatic counter retrieval for cost accounting.

Install

npm install ricoh-counter

Usage

var getCounters = require('ricoh-counter');

getCounters('printer-ip-or-host').then(counterData => { console.log(data); })

counterData

getCounters function returns a counterData object with the following format:

{
  host,
  modelName,
  serial,
  hasCounterConfig,
  copy: {
       black,
       color
  }
  print: {
    black,
    color
  },
  fax: {
    black
  },
  blackTotal,
  colorTotal
}

Supported printers

Working on the following RICOH printers:

  • MP C2503
  • Aficio MP 301
  • MP C3003
  • Aficio MP 2352
  • Aficio MP 171
  • Aficio MP 201
  • Aficio MP C3002
  • Aficio MP 4000
  • Aficio MP C2550

Known issues

Not counting two-colors counters.

Author

Jacques Lareau, ADF Diesel Inc. jacques.lareau@adfdiesel.com