Hi, I did not find how to specify the STOP group address for the KNX Cover.
Is it existing?
If not, I think it would be a nice enhancement as the GUI already supports this kind of action.
Works for me…
My config looks for my covers like this:
- platform: knx
name: "Cover"
move_long_address: '2/1/8'
move_short_address: '2/0/8'
position_address: '2/3/8'
position_state_address: '2/4/8'
travelling_time_down: 25
travelling_time_up: 25
Cadish
ah, my mistake… I did not correctly associate the move_short_address.
Now looks like working…
Thanks for the helpful and fast answer
I know it is long since this post was written but for me the tilt does not work.
My shutters actuators and panels are all Schneider (Merten). The actuator define an Up/Down Addres, A Stop/Step address and height and tilt set and status addresses.
I know there are 4 timing modes which I do not see documentation of these anywhere.
The device is like this:
- platform: knx
name: "Shutter.Study"
move_long_address: '6/1/18'
move_short_address: '6/1/17'
position_address: '6/1/20'
position_state_address: '6/1/118'
angle_address: '6/1/19'
angle_state_address: '6/1/117'
travelling_time_down: 38
travelling_time_up: 38
The Up command works, as well as down. The tilt step up works (using the cover.stop.cover service).
The rest do nothing with regard to tilt down (step close the shutter).
Any idea?
No one answers but I have run a debug today. It looks like there is a bug in the KNX implementation. Tilt does not run any message over the KNX. I have opened a new bug case for that. Waiting to here from the experts.