-
Notifications
You must be signed in to change notification settings - Fork 50
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: connect ECONNREFUSED #148
Comments
Same here. I can’t control with HomeKit app. Harmony app is ok. |
I tried editing /usr/lib/node_modules/homebridge-harmonyhub/node_modules/harmonyhubjs-client/lib/login/hub.js to replace the entry at the bottom to 8222 as a test: Restarted Homebridge (and then the server), but no luck. It even continued to try to connect on port 5222. |
Posted similar on Reddit. Apparently an update by Logitech has "broken" things... |
Same here.Is there already a solution? |
Well Logitech has now stated that this was intentional and never supported to begin with. |
Here is the home assistant project. They have been very fast. Someone would still need to update https://github.com/swissmanu/harmonyhubjs-client to work with the new method (web sockets). |
hello, is it possible to trigger the update like the colleagues? would be stupid if it does not work anymore. |
I get the same error.... |
It looks like all harmony hubs stopped working after last update... We all have same error... So any good solution? |
I used IFTTT instead .... not so comfortable, but for powering enough ... that is what I want. |
Logitech is reacting and gives developers the following instruction.
|
It's a pity the just turn off features lots of people relied on -.- |
Hi, I tried a first plugin using websockets to "counter" their removal of xmpp : |
Thank you for doing this! |
Thanks for the lovely xmas present Logitech! |
Just to confirm that the XMPP firmware fixed things: Thx Logitch for giving us a solution! A homekit-enabled hub in the future would be great too. |
When I performed the XMPP firmware update it indicates that this is a previous firmware version meaning that new firmware updates will automatically overlay this update and newer features will not be available. Is that correct? |
I was facing the same issue and installed the XMPP firmware which solved the problem but now as soon as I want to edit an activity in the app, it forces me to upgrade. Any suggestions? |
Checked today and the firmware upgraded by itself so homebridge stopped working! |
The Harmonyhub plugin was working OK last night (16th Dec 2018), but today issuing commands via Siri stopped working - TV, for instance, did not power-on when asked. The Harmony Remote functions OK and powers-on the TV.
I restarted HomeBridge and this is what I get in the logs:
errorhub { Error: connect ECONNREFUSED 192.168.0.10:5222
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1117:14)
errno: 'ECONNREFUSED',
code: 'ECONNREFUSED',
syscall: 'connect',
address: '192.168.0.10',
port: 5222 }
Unhandled rejection TimeoutError: operation timed out
at afterTimeout (/usr/lib/node_modules/homebridge-harmonyhub/node_modules/bluebird/js/release/timers.js:46:19)
at Timeout.timeoutTimeout [as _onTimeout] (/usr/lib/node_modules/homebridge-harmonyhub/node_modules/bluebird/js/release/timers.js:76:13)
at ontimeout (timers.js:436:11)
at tryOnTimeout (timers.js:300:5)
at listOnTimeout (timers.js:263:5)
at Timer.processTimers (timers.js:223:10)
I wonder if there's been a software update to the harmony Hub overnight that may have altered port accessibility? I've run a port scan on the Hub and 5222 does not show as open. However, port 8222 is open.
Any ideas?
The text was updated successfully, but these errors were encountered: