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

Connection problem #14

Open
LukasHiereth opened this issue Jul 24, 2022 · 0 comments
Open

Connection problem #14

LukasHiereth opened this issue Jul 24, 2022 · 0 comments

Comments

@LukasHiereth
Copy link

i'm getting the following error, after added my controller to homebridge and try to switch the led stripe on or off.

[Sunricher] SunricherService: send message error 'connect ECONNREFUSED 10.10.60.61:8889'
 Error: connect ECONNREFUSED 10.10.60.61:8889
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1187:16) {
  errno: -111,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '10.10.60.61',
  port: 8889
}

i testet with

nc -vz 10.10.60.61 8899

if the port is reachable and it is

Connection to 10.10.60.61 8899 port [tcp/*] succeeded!

Config:

{
    "name": "Sunricher",
    "ip": "10.10.60.61",
    "port": 8889,
    "devices": [
        {
            "name": "Balkon",
            "type": "rgbw"
        }
    ],
    "powerOnRestoreStateDelay": 500,
    "clientId": "153, 49, 91",
    "platform": "SunricherWifi",
    "_bridge": {
        "username": "0E:65:88:XX:XX:XX",
        "port": 41275
    }
}

any advice?

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

1 participant