snowdd1 / homebridge-knx

KNX platform shim for homebridge
https://github.com/nfarina/homebridge
GNU General Public License v2.0
97 stars 55 forks source link

Error trying to use add-in WindowCoveringTilt #68

Closed zork17 closed 7 years ago

zork17 commented 7 years ago

I am new to all of this (homebridge, github...) I have homebridge and knx working with all the lights in my house and I'm trying to make it work with the blinds that can go up and down and also tilt.

When using a WindowCoveringTilt like this in my knx_config.json: "ServiceType": "WindowCovering", "Handler": "WindowCoveringTilt", "ServiceName": "kitchen", "Characteristics": [ ...

I get the following error: Error: Cannot find module './addins/WindowCoveringTilt.js'

I installed homebridge-knx 0.3.2 On github I can see the file WindowCoveringTilt.js on the master branch and not on 0.3.2 tag. Is it normal? What can I do to install WindowCoveringTilt?

snowdd1 commented 7 years ago

Sorry it's not yet part of the npm package. I need to create a new release to publish it to npm. Maybe I can do that this evening or tomorrow.

zork17 commented 7 years ago

thanks

snowdd1 commented 7 years ago

Just published it.