Fibaro Roller Shutters inverted

Hello, I got some Fibaro Roller shutters. The hardware switches for my shutters work fine but some switched are inverted. HA(hassio) shows some are open and some are closed even if all are open. Therefore “set position” ist not working.

Is it possible to invert the faulty shutters?

You’ll probably find that the component that is inverted, is the motor… What I mean by that is, the wiring is same for each motor, however some will be on the left end of the roller shutter housing, and some will be on the right, Inverting the direction of the wiring reference.

Switch inputs are tied to the respective outputs and can’t be changed via parameter settings, so the only way to solve it is to swap the connections on the Fibaro module

I have two sensors (fibaro roller) with the same wiring and one is inverted. Just use the following tweak in the configuration.yaml correct it :

zwave:
    usb_path: /dev/ttyACM0
    device_config:
      cover.fibaro_system_fgrm222_roller_shutter_controller_2_level_2:
        invert_openclose_buttons: true
      cover.fibaro_system_fgrm222_roller_shutter_controller_2_level_3:
        invert_openclose_buttons: false

I tried it but it did not work. I have now two groups for my covers. Inverted and normal