-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Problem with Epson ET-2550 #10
Comments
It seems there is an protocol error Can you try following config pls [ |
Hi SeydX, 27.2.2021, 19:49:35 [PrinterPlatform] Epson ET-2550: An error occured during getting state Config: |
After update same: as well with http |
wrong buttom |
are u sure that the given address of your printer is correct? 404 means not found |
Hi , yes im sure
out of Fritz Box:
BR
Arnd
Gesendet: Samstag, 27. Februar 2021 um 20:01 Uhr
Von: "Seyd" <[email protected]>
An: "SeydX/homebridge-printer" <[email protected]>
Cc: "ash123-germany" <[email protected]>, "Mention" <[email protected]>
Betreff: Re: [SeydX/homebridge-printer] Problem with Epson ET-2550 (#10)
@ash123-germany
are u sure that the given address printer of your printer is correct?
404 means not found
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
You need the address to the ipp endpoint read this |
Wheen i type in chrome or Edge http://192.168.178.41:631/ i get a side calling : http://192.168.178.41:631/PRESENTATION/HTML/TOP/INDEX.HTML when i tery to use http or ipp ://192.168.178.41:631//ipp/printer i get error 404 i look in config side from Printer : ' Erlaubt is marked IPP aktivieren |
ipp ://192.168.178.41:631/ipp/printer How can i find out this adress on printer itself ? |
read this issue i wrote a guide how to find the address |
Mhm its written in the config , this is funny |
when i cancel ipp/printer , Do you expect something like this ? |
yes thats the correct result It should work now |
27.2.2021, 20:34:42 [PrinterPlatform] Epson ET-2550: {"version":"2.0","statusCode":"successful-ok","id":89079657,"operation-attributes-tag":{"attributes-charset":"utf-8","attributes-natural-language":"en-us"},"printer-attributes-tag":{"printer-is-accepting-jobs":false,"printer-make-and-model":"EPSON ET-2550 Series","*printer-state":"processing*","printer-up-time":1067,"queued-job-count":1,"marker-names":["Black ink","Cyan ink","Magenta ink","Yellow ink"],"marker-levels":[99,100,100,100]}} GREAT work P.S.: can you make the Switch working ? Printer on/off ? |
Mean i see once in Log , when i switch off the Printer: 27.2.2021, 20:38:14 [PrinterPlatform] Error: Received unexpected response status 500 from the printer. And then 27.2.2021, 20:38:43 [PrinterPlatform] Epson ET-2550: Can not reach printer! But in Home the switch is still on ON |
Yep its already mentioned here will fix it in the next version, closing this issue now |
oK GREAT work , thanks a lot. One Idea at the end . i menan in real live im a tester from new products in mobile sector. the Polling request you need are written in the normal log protocol. Thsi is only an idea , i do notz know if it is possible here . |
thanks, i ll put this in my todo list :) |
Firts i got Error 426:
25.2.2021, 23:24:05 [PrinterPlatform] Error: Received unexpected response status 426 from the printer.
at ClientRequest. (/home/hoobs/.hoobs/node_modules/@sealsystems/ipp/lib/request.js:85:12)
at Object.onceWrapper (events.js:422:26)
at ClientRequest.emit (events.js:315:20)
at HTTPParser.parserOnIncomingClient (_http_client.js:641:27)
at HTTPParser.parserOnHeadersComplete (_http_common.js:126:17)
at Socket.socketOnData (_http_client.js:509:22)
at Socket.emit (events.js:315:20)
at addChunk (_stream_readable.js:309:12)
at readableAddChunk (_stream_readable.js:284:9)
at Socket.Readable.push (_stream_readable.js:223:10)
at TCP.onStreamRead (internal/stream_base_commons.js:188:23)
After a while it changed to:
25.2.2021, 23:38:56 [PrinterPlatform] Error: Received unexpected response status 404 from the printer.
at ClientRequest. (/home/hoobs/.hoobs/node_modules/@sealsystems/ipp/lib/request.js:85:12)
at Object.onceWrapper (events.js:422:26)
at ClientRequest.emit (events.js:315:20)
at HTTPParser.parserOnIncomingClient (_http_client.js:641:27)
at HTTPParser.parserOnHeadersComplete (_http_common.js:126:17)
at Socket.socketOnData (_http_client.js:509:22)
at Socket.emit (events.js:315:20)
at addChunk (_stream_readable.js:309:12)
at readableAddChunk (_stream_readable.js:284:9)
at Socket.Readable.push (_stream_readable.js:223:10)
at TCP.onStreamRead (internal/stream_base_commons.js:188:23)
in Apple Home see only the switch and Contactsnsor , when i print no changes !
my config fiele:
[
{
"name": "Epson ET-2550",
"address": "http://192.168.178.41:631/ipp/printer",
"polling": 10,
"manufacturer": "Epson",
"model": "ET-2550",
"serialNumber": "12345"
}
]
try as well with ipp instead of http and with lower and larger polling time No changes
mabe it is important i use Hoobs
The text was updated successfully, but these errors were encountered: