[solved] KNX Cover - State updater not working (lights & switch do though)

Hello Flo,
thanks a lot for your support, strangely I was able to sort out (still not sure what I did change in ETS). I also upgraded to the latest HA version. Anyway this is the config:

cover:

  • platform: knx
    name: “Cover Hall”
    move_long_address: ‘1/0/0’
    move_short_address: ‘1/0/5’
    position_state_address: ‘1/0/8’
  • platform: knx
    name: “Cover dining”
    move_long_address: ‘1/0/1’
    move_short_address: ‘1/0/4’
    position_state_address: ‘1/0/9’
  • platform: knx
    name: “Cover Kitchen”
    move_long_address: ‘1/0/2’
    move_short_address: ‘1/0/6’
    position_state_address: ‘1/0/10’
  • platform: knx
    name: “Cover Bathroom Down”
    move_long_address: ‘1/0/3’
    move_short_address: ‘1/0/7’
    position_state_address: ‘1/0/11’
  • platform: knx
    name: “Cover Bathroom Up”
    move_long_address: ‘1/1/0’
    move_short_address: ‘1/1/1’
    position_state_address: ‘1/1/2’

Now it’s working!

Thanks again.

Ahh the magic of “No idea but it Works” :slight_smile:

Had this several times now :). Happy it’s working now.

I agree! Thanks a lot anyway for your kind support.

Wonderful community!

I think the KNX guys are still underrepresented here. I can recommend to join the xknx Discord Server as these guys can really help

Hi,
I managed to learn KNX and re-programmed all my home in ETS5. I also have HA docker container on my Synology NAS for some time and did some trials to integrate KNX with success. but before I go deeper, I am so confused, what is the difference between xknx and knx?
Currently I have yaml knx files using !include.

Which one should I focus on? knx or xknx?

I would appreciate t advice.

Hi :wave:
Use the knx Integration.
Xknx is the Library used by the integration for knx/ip communication.

Beware of this thread! There has been a different configuration method using a xknx.yaml file. This is deprecated.
Also the configuration schema

cover:
  - platform: knx
    ...

Is deprecated.
Both are discussed here.

Stick to KNX - Home Assistant

1 Like

Thank you, that’s clear and comforting.