Closed furiaceka87 closed 6 years ago
You might need to create a custom handler or change any of the existing ones in order to match your Blind actors.
Have a look at my very stupid handler as my blinds do not support positioning, just up and down:
https://github.com/snowdd1/homebridge-knx/blob/master/lib/addins/BJWavelineWindow.js
Solved by enabling in ETS the percentage in another address.
Thanks
Hi, I've just set up Homebridge-knx and everything is working good talking about lightbulb, when I tried to configure the WindowCovering I found some issue. here below my configuration:
I think that the problem is that in my KNX configuration the commands sent to windowcovering are BOOLEAN "On" or "Off" as you can see on the attached image:
When I sent command by homekit I have percentage command to open and close instead that boolean commands:
and nothing happened...
Do you have any suggestion?