Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE REQUEST: Add Service for printing diagnostic page #171

Open
nicx opened this issue Jun 21, 2024 · 5 comments
Open

FEATURE REQUEST: Add Service for printing diagnostic page #171

nicx opened this issue Jun 21, 2024 · 5 comments

Comments

@nicx
Copy link

nicx commented Jun 21, 2024

Would be great if you could add a service for printing the diagnostic page. I want to automatically print the diagnostic page once a week to prevent the ink from drying out. :)

@elad-bar
Copy link
Owner

nice feature request, digging into it made me find that there are more than just test page, will add them as buttons under the main device not as a service, wdyt?

jobs of my printer (HP7740):

[
    "cleaningPage",
    "cleaningPageLevel2",
    "cleaningPageLevel3",
    "cleaningVerificationPage",
    "configurationPage",
    "demoPage",
    "wifiDirectGuide",
    "diagnosticsPage",
    "extendedConfigurationPage",
    "faxActivityLog",
    "faxConfigurationReport",
    "faxErrorReport",
    "faxJunkFaxListReport",
    "faxLastCallReport",
    "faxPhoneBookReport",
    "callerIdReport",
    "faxLogTraceReport",
    "digitalFaxSetupPage",
    "networkSummary",
    "networkDiagnosticPage",
    "wirelessNetworkPage",
    "pqDiagnosticsPage",
    "eventLogReport",
    "webAccessReport"
]

only issue i have with that feature - it bit complex in terms of the request itself (XML Scheme)

thanks

@nicx
Copy link
Author

nicx commented Jun 21, 2024

nice feature request, digging into it made me find that there are more than just test page, will add them as buttons under the main device not as a service, wdyt?

buttons are great, doesnt matter for me. main thing is that its usable in automations ;)

I know the other jobs. for my usecase the diagnostic page is the right page, because it uses all color tanks. most other jobs are only black&white ;)

@elad-bar
Copy link
Owner

i'm on it, so regardless your answer,
ink can remain as is for months without getting dry, how often are you planning to use it?

@nicx
Copy link
Author

nicx commented Jun 21, 2024

@elad-bar I would use it weekly. because I have a HP instant ink subscription the ink consumption does not matter in my case. printing diagnostic pages does not count for the subscription, that means ink usage is free for that case :D

@elad-bar
Copy link
Owner

just to update you with progress, i managed to collect supported jobs, create buttons to run it, now 3 more things left out:

  1. Implement API call (bit complex)
  2. Add localization / translations for each of the support jobs abve
  3. test

hope that i will finish it this weekend, will update you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants