I’ve read other similar topics, but found no solution for me. Now i’m trying to “debug” the situation.
My situation…
KNX entity in configuration.yaml:
- name: 'spots_vz3'
address: '0/1/20'
state_address: '0/4/7'
brightness_address: '0/3/20'
brightness_state_address: '0/5/7'
transition ignoring services:
1
service: light.turn_on
entity_id: light.spots_sz1
data:
transition: 10
brightness: 100
2
service: light.turn_on
entity_id: light.spots_sz1
data:
transition: 20
brightness_pct: 100
Transition works fine, when starting a scene over the DALI gateway.
No other troubles with the light control - any hints/advices?
Cheers
farmio
(Matthias Alphart)
2
The KNX integration just doesn’t support transition for lights.
that’s good to know, thanks a lot! For other KNX users, this should be a workaround:
farmio
(Matthias Alphart)
4
Let’s hope this runs in an executor, otherwise this time.sleep
will just kill your Knx connection - amongst other things.