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?
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?