Hi.
can anyone help me with state_address in HA ?
when i toggle the light in my wall switch at home it doesnt change in HA. every work fine from my HA.
can anyone tell me what my mistake?
that my config file
knx:
tunneling:
host: ‘10.100.102.80’
# host ip - ip of knx
port: 3671
local_ip: ‘10.100.102.17’
#local ip
light:
- platform: knx
name: “light 1”
address: ‘1/0/0’
state_address: ‘1/1/0’ - platform: knx
name: “light 2”
address: ‘1/0/1’
state_address: ‘1/1/1’