Skip to content

XP-3150 reset waste ink does not work #100

@GravityRZ

Description

@GravityRZ

i am using the windows gui, status and i can detect the access keys and can see the read and write keys(but what can i do with this)
it detects the printer
however when i try to temporary reset the waste ink levels it gives the error that the operation failed.
the reset waste ink levels button is greyed out and i can not use it.
when i try the python command
python epson_print_conf.py -m XP3150 -a 192.168.1.134 --reset_waste_ink it gives error
Failed to reset waste ink levels. Check configuration

python epson_print_conf.py -m XP3150 -a 192.168.1.134 -i
gives a complete printout of the config so obviously it communicates with the printer

when doing a tracelog it finds the read and write keys

why are the reset levels/buttons not working?

does the XP-3150 even has a reset waste function.
looking at this data it seems not

[[EPSON]]
rkey = 0x0950
wkey = "Cjebebsj"
wkey1 = "Bidadari"
models = ["EW-452A", "WF-2810", "WF-2811", "WF-2815", "WF-2820", "WF-2821", "WF-2825", "WF-2830", "WF-2831", "WF-2835", "WF-2840", "WF-2841", "WF-2845", "WF-2850", "WF-2851", "WF-2855", "WF-2870", "WF-2871", "WF-2875", "XP-3100", "XP-3101", "XP-3105", "XP-3150", "XP-3151", "XP-3155", "XP-4100", "XP-4101", "XP-4105", "XP-4150", "XP-4151", "XP-4155"]
mem = [
  { addr = [0x1C,0x150,0x153,0x154,0x158] , desc = "Platen pad counters" , reset = [0x00,0x00,0x00,0x00,0x5E] },
]
rlen = 2
wlen = 2
mem_high = 0x7FF

[[EPSON]]
rkey = 0x0950
wkey = "Cjebebsj"
wkey1 = "Bidadari"
models = ["EW-052A", "XP-2100", "XP-2101", "XP-2105", "XP-2150", "XP-2151", "XP-2155"]
mem = [
  { addr = [0x1C,0x155,0x156,0x157,0x158] , desc = "Waste counters (?)" , reset = [0x00,0x00,0x00,0x5E,0x5E] },
  { addr = [0x150] , desc = "Waste counter" },
  { addr = [0x151,0x152] , desc = "Waste counter" },
  { addr = [0x153,0x154] , desc = "Waste counter" },
]
rlen = 2
wlen = 2
mem_high = 0x7FF

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions