marcoraddatz / homebridge-docker

Dockerized Homebridge. No plugins pre-defined, hassle-free setup. Read instructions!
Apache License 2.0
127 stars 47 forks source link

Accessories show "No response" after updating #75

Closed calvinandhobbes closed 4 years ago

calvinandhobbes commented 4 years ago

Had the image running successfully without issues for months on a QNAP with 2 plugins (homebridge-tplink-smarthome & homebridge-daikin-local)

Now seeing "No response" for all accessories when opening the HomeKit app. Most devices still work when clicking once on the icon - but "No response" after every update.

Tried to

No success. And no visible error messages in the console..

Tried same config with a macOS installation of Homebridge - works fine.

marcoraddatz commented 4 years ago

Have you had the mac and Docker version running simultaneously?

calvinandhobbes commented 4 years ago

No - only tried it on the Mac after I started having issues..

marcoraddatz commented 4 years ago

What's the Homebridge version you are using? I had problems with Homebridge v1 and the node version which have been solved in the develop branch.

calvinandhobbes commented 4 years ago

1.0.4

marcoraddatz commented 4 years ago

It might relate to the node version. V5 might solve this. Could you please try?

calvinandhobbes commented 4 years ago

Deleted the old image and installed the new version. Issue seemed to still be present at first after adding Homebridge to HomeKit, but does work now without the issue. Thanks a lot.