(EDGE Driver-Mc): Z-Wave Edge Drivers and others with FIBARO devices:

Added Fibaro Roller Shutter 3 (FGR-223) to Z-Wave Window Treatment Mc driver

Since I cannot test it and in case it has any errors, I have created another version with a different ID for Z-Wave Window Treatment Mc so that it does not affect those who already have the version with the FGR-222 installed, which is now called Z-Wave Window Treatment Mc-(OLD)

Those who already have the (OLD) version installed with the FGR-222, can change to this new driver whenever they want.

┌─────────────┬──────────────────────────────────────┐
│ Name        │ Z-Wave Window Treatment Mc           │
│ Version     │ 2022-02-16T16:55:00.02404            │
└─────────────┴──────────────────────────────────────┘

I have added the configuration parameters, similar to the Walli Roller Shutter. These are:

  FIBARO_3 = {
    MATCHING_MATRIX = {
      mfrs = 0x010F,
      product_types = 0x0303,
      product_ids = 0x1000,
    },
    PARAMETERS = {
      switchType =                {parameter_number = 20, size = 1},
      calibration =               {parameter_number = 150, size = 1},
      operatingMode =             {parameter_number = 151, size = 1},
      venetianBlindTurnTime =     {parameter_number = 152, size = 4},
      delayAtEndSwitch =          {parameter_number = 154, size = 2},
      motorEndMoveDetection =     {parameter_number = 155, size = 2},
      timeUpMovement =            {parameter_number = 156, size = 4},
      inputsOrientation =         {parameter_number = 24, size = 1},
      outputsOrientation =        {parameter_number = 25, size = 1},
      powerWithSelfConsumption =  {parameter_number = 60, size = 1},
      powerReportsOnChange =      {parameter_number = 61, size = 2},
      powerReportsPeriodic =      {parameter_number = 62, size = 2},
      energyReportsOnChange =     {parameter_number = 65, size = 2},
      energyReportsPeriodic =     {parameter_number = 66, size = 2}
    }
  },

You may need to perform a calibration after installing it. It is done in preferences setting the parameter 150, value = 2

When Venetian blind is chosen in preferences, it switches to a different profile, which shows the controls of this type of blind as another component of the device.

I hope everything works fine, fatal errors do not have that is already tested.

4 Likes