-
Notifications
You must be signed in to change notification settings - Fork 8
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
Comments
Looks like it cannot connect to the Airtouch.
Assuming the IP address is correct, maybe Airtouch3 is using a separate port? Also I am not sure the protocol is the same...
… On 2 May 2020, at 6:24 pm, geniejeanes ***@***.***> wrote:
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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hi @mihailescu2m, |
Hi @mihailescu2m, I tried seeing if I can set the port myself within the IP address variable. |
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
The text was updated successfully, but these errors were encountered: