Awesome project! Want to contribute / trying to add R2000 support #16
-
So I wound up down this rabbit hole after working on trying to reverse-engineer some of the SNMP packets going to my R2000. I've basically brought it back from the dead, after a sensor went bad (needed cleaning), and the net led me to this project, as I was looking for some of the spec around talking to this printer. I also know the waste ink counters are getting a bit close to needing reset. I found the notes around parse_devices.py, and attempted to add the configuration for the R2000. I believe some of the oid bits are missing from the import, however. Getting: Going to debug the code when I get a chance, but I'd be happy to contribute any way I can to help make this utility even better. Here's the imported block:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Fixed through f2e4955 |
Beta Was this translation helpful? Give feedback.
-
That's amazing. Very fast! Although I'm curious to know if there's more/better reference on the API/protocol for these printers, it seems to have worked! I'll be likely trying the waste ink reset in the near future, but having a solid codebase to hack this printer with is wonderful. |
Beta Was this translation helpful? Give feedback.
Fixed through f2e4955