KraigM / homebridge-harmonyhub

HomeBridge Plugin for Logitech Harmony Hub
182 stars 52 forks source link

Plugin not connecting to harmony hub #48

Closed omikron closed 8 years ago

omikron commented 8 years ago

Hello,

Does this plugin work with most recent version of homebridge and node.js?

I have added the homebridge-harmonyhub plugin to a working homebridge setup, but the plugin does not seem to be connecting to the hub. The Harmony hub activities are not loaded into homebridge. I have tried manually specifying the ip_address as well.

When loading homebridge it displays;

[Living Room Harmony Hub] Initializing HarmonyHub platform... harmonyhubjs:discover:explorer Explorer(61991) +0ms harmonyhubjs:discover:ping Ping(61991) +1ms harmonyhubjs:discover:explorer start() +3ms harmonyhubjs:discover:responsecollector ResponseCollector(61991) +1ms harmonyhubjs:discover:responsecollector start() +1ms harmonyhubjs:discover:ping start() +5ms

But it never actually tries to connect, if I run homebridge in debug mode(DEBUG=* homebridge -D) I also see;

[Living Room Harmony Hub] Finalizing Plugin Launch

There are no errors generated, shouldn't it show something like this when starting homebridge;

[9/7/2016, 9:14:24 AM] [Living Room Harmony Hub] Found Logitech Harmony remote hub: 192.168.1.31 [9/7/2016, 9:14:24 AM] [Living Room Harmony Hub] Connecting to Logitech Harmony remote hub...

Here is my config.json;

http://pastebin.com/yJsHZFbX

omikron commented 8 years ago

So, all it took was restarting the ubuntu server to remedy this...