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

Error message #11

Closed
steff38 opened this issue Feb 27, 2021 · 3 comments
Closed

Error message #11

steff38 opened this issue Feb 27, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@steff38
Copy link

steff38 commented Feb 27, 2021

When the printer is off, homebridge/homekit shows that the printer is on and I get this error message:

}
[27.2.2021, 14:19:31] [PrinterPlatform] LaserJet: An error occured during getting state
[27.2.2021, 14:19:31] [PrinterPlatform] Error: getaddrinfo ENOTFOUND laserjet.local
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:67:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'laserjet.local'
}

Is there any possibility to solve it and show the correct status in homebridge/homekit?

config:

{
    "name": "PrinterPlatform",
    "debug": false,
    "printer": [
        {
            "name": "LaserJet",
            "address": "http://laserjet.local:631/hp/device/info_deviceStatus.html?tab=Home&menu=DevStatus",
            "polling": 10
        }
    ],
    "platform": "PrinterPlatform"
}

Thanks in advance.

BR, steff

@seydx
Copy link
Owner

seydx commented Feb 27, 2021

Thx i will fix it

@seydx seydx added the bug Something isn't working label Feb 27, 2021
@seydx
Copy link
Owner

seydx commented Feb 27, 2021

should be fixed with v1.0.3

@steff38
Copy link
Author

steff38 commented Feb 28, 2021

It works, thx!!!

@seydx seydx closed this as completed Feb 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants