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

Homebridge Crashing on Restart #6

Open
geniejeanes opened this issue May 2, 2020 · 3 comments
Open

Homebridge Crashing on Restart #6

geniejeanes opened this issue May 2, 2020 · 3 comments

Comments

@geniejeanes
Copy link

Hi guys,

Looking forward to get this working, after I added in the below script into my config file, I get a SIGTERM fault which shuts down Homebridge.
Can anyone see what I am doing wrong? I haven't added in the accessories / zones as I wasn't sure where to insert them.I am running home bridge V1.0.4.
One other thing to note is I am trying to get this to work with Airtouch3.

Error: connect ECONNREFUSED 192.168.69.21:9004
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1106:14)
[5/2/2020, 6:48:20 PM] [Airtouch] API | Disconnected from Airtouch
[5/2/2020, 6:48:20 PM] Got SIGTERM, shutting down Homebridge...

{
"platform": "Airtouch",
"name": "Airtouch",
"ip_address": "192.168.69.21",
"ac_include_temps": false,
"units": [
{
"manufacturer": "Samsung",
"model": "?",
"fan": [
"Auto",
"Low",
"Med",
"High"
]
}
]
}

Thanks.
Gareth

@mihailescu2m
Copy link
Owner

mihailescu2m commented May 2, 2020 via email

@geniejeanes
Copy link
Author

Hi @mihailescu2m,
Thats what I was thinking, possibly using a different port? Any thoughts on where I could get the port number from?
For the protocol, what else could it be from Ethernet/IP?
Cheers
Gareth

@geniejeanes
Copy link
Author

Hi @mihailescu2m, I tried seeing if I can set the port myself within the IP address variable.
Doesn't seem to work as it tries to connect to my IP address:9000:9004.
Seems there is some traffic on port 9000 and 9003. Is there an option to maybe have the port as a variable rather than in your program pre-specifying the port?
Any thoughts welcome.
Thanks
G.

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

2 participants