When i use the cover.set_cover_poisition (50%) in a script, the cover moves all the way up and down to the 50% stage from closed mode. tilts are closed by that movement. Covers are KNX managed
script.
test_jal_50:
alias: Test Jal 50%
sequence:
- service: cover.set_cover_position
data:
position: 51
target:
entity_id: cover.esszimmer_links
mode: single
Does it behave the same when you just send 51% to that GA from ETS?
If not, can you do a ETS GroupMonitor log when calling the script? (and when sending from ETS with same start position).
Weird. Seems you got Schrödingers blind actuator
Can you do same experiment while running xknx.telegram logger in debug? Knx logging
(Or maybe Wireshark, but the logger is better readable).
Are the blind actuator and the IP interface on the same Knx line? Are you using routing or tunneling?
Don’t believe Schroedingers laws are active here. I think that’s just coincidence and it somehow relates to the state addresses not being captured correctly by the bus.A second issue, I could not solve is that when I position the tilts wit a script, a switch based command does not react and close them. I need to move a bit up and then down to do it. just a newbie gut feeling
I use 2 interfaces, both tunneling and on the same line lines as all the actuators (my second line is RF).
Never tried the xknx logger, but I will do it