KraigM / homebridge-wink

Wink hub plugin for HomeBridge
54 stars 37 forks source link

Fix for Node > 5.0 #67

Closed tekuonline closed 6 years ago

tekuonline commented 7 years ago

Quick way to fix for node version greater than 4.5. wink-js is using config-file which is somehow not compatible. This will fix the issue for now.

dasoutherland commented 7 years ago

@tekuonline Im having this issue. do you think you could help me with getting this going?

tekuonline commented 7 years ago

Try sudo npm install -g https://github.com/tekuonline/homebridge-wink.git to install wink plugin.

dasoutherland commented 7 years ago

@tekuonline

Wow. Worked like a charm. Only thing I see is the nest is acting a little wonky but I will look into it. I appreciate your help very much sir!

On Nov 22, 2016, at 8:33 PM, Tek Nepal notifications@github.com wrote:

Try sudo npm install -g https://github.com/tekuonline/homebridge-wink.git to install wink plugin.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/KraigM/homebridge-wink/pull/67#issuecomment-262415728, or mute the thread https://github.com/notifications/unsubscribe-auth/AV-gtiQU6aWVcLt0D-mu11UzRANK8Fa9ks5rA5fhgaJpZM4KyDQ4.

drunknbass commented 7 years ago

ETA to land upstream?

philfreo commented 7 years ago

@drunknbass I think the real solution is this PR in wink-js: https://github.com/winfinit/wink-js/pull/11. This PR that we're talking on is more of a workaround.

philfreo commented 7 years ago

https://github.com/winfinit/wink-js/pull/11 was merged & published so this PR is no longer necessary and should be closed.