Extension Icon

Printer Status

Check printer status (page counts, ink levels, device info) via SNMP
AvatarDavid Tavan
54 Installs
Overview

Printer Status

This Raycast extension allows you to quickly check key information about your Xerox C325 printer directly from Raycast.

How it works

The extension communicates with your printer over the network using the SNMP protocol.

What is SNMP?

SNMP (Simple Network Management Protocol) is a standard protocol used for monitoring and managing devices on an IP network. It allows applications to query devices (like routers, switches, and printers) to retrieve statistics and configuration details.

What are OIDs?

To get specific data, SNMP relies on OIDs (Object Identifiers). An OID is a unique sequence of numbers (formatted like 1.3.6.1.2.1.43.10.2.1.4.1.1) that points to a specific variable or value within the device's database (MIB - Management Information Base).

This extension uses configurable Printer-MIB OIDs suitable for the Xerox C325 to fetch data such as:

  • Page counts
  • Toner levels
  • Device status

Configuration

To use this extension, you must provide the IP address of your printer. The default OIDs target the Xerox C325 using standard Printer-MIB values, and can be changed in preferences if your firmware exposes different indexes.

  1. Install the extension.
  2. Go to Raycast SettingsExtensionsPrinter Status.
  3. Enter your printer's IP address in the Printer IP Address field (default: 192.168.1.10).
  4. Adjust the OID preferences only if your printer returns empty or incorrect values.