FIBARO FGRM222 - invert UP and DOWN

Hi. I installed a UZB to use Z-Wave on my hass.io installation:

config file:
# Custom added z-wave
zwave:
usb_path: /dev/ttyACM0

My system found my Fibaro FGRM222.
Its ID is: zwave.fibaro_system_fgrm222_roller_shutter_controller_2_5

It works except that it goes DOWN when I click on UP and it goes UP when I click down.

Can I reverse it by config?

I looked up the forum and google and wrote this into my config:
zwave:
usb_path: /dev/ttyACM0
device_config:
**cover.**fibaro_system_fgrm222_roller_shutter_controller_2_5:
invert_openclose_buttons: true

i also tried

zwave:
usb_path: /dev/ttyACM0
device_config:
zwave.fibaro_system_fgrm222_roller_shutter_controller_2_5:
invert_openclose_buttons: true

with this stuff added my home assistant did not start any more…

Did you ever solved this?

Yes. I switched the cables. So not a homeassistant software solution.

I dont want to switch cables; the config option does not work at all.

How can switching the cables cause a invert of the arrows in HA? Does HA know this?

same problem here…

any solutions?