RGBW scene or automation does not work properly

Hi Guys,
What I am doing wrong? I am creating simple scene with RGBW led strip with a certain color RED(255,0,0,0), GREEN(0,255,0,0) or BLUE (0,0,255,0). Scene simply does not change the colour and show only the last one triggered.
I am using the latest version of HA Core and OS.
I am using fibaro z-wave rgbw controller 2 added in HA vie Fibaro homecener 2 integration. I can only add it in the scene as entity (not as device).

Scene.yaml:

- id: '1653547154734'
  name: Living room RED
  entities:
    light.living_room_rgbw_strip_71:
      supported_color_modes:
      - rgbw
      fibaro_id: 71
      friendly_name: Living room RGBW Strip
      supported_features: 0
      color_mode: rgbw
      brightness: 255
      hs_color:
      - 0
      - 100
      rgb_color:
      - 255
      - 0
      - 0
      rgbw_color:
      - 255
      - 0
      - 0
      - 0
      xy_color:
      - 0.701
      - 0.299
      state: 'on'
  icon: mdi:lightbulb-auto-outline
- id: '1653547268629'
  name: Living room BLUE
  entities:
    light.living_room_rgbw_strip_71:
      supported_color_modes:
      - rgbw
      fibaro_id: 71
      friendly_name: Living room RGBW Strip
      supported_features: 0
      color_mode: rgbw
      brightness: 255
      hs_color:
      - 0
      - 100
      rgb_color:
      - 0
      - 0
      - 255
      rgbw_color:
      - 0
      - 0
      - 255
      - 0
      xy_color:
      - 0.701
      - 0.299
      state: 'on'
  icon: mdi:ceiling-light

Hi,
I have similar problem after HA update (but not sure exactly version).
I had defined in Node-Red some flow which change Fibaro RGBW color light. Since few weeks I’m not able to change color (through node “call service”). I can change only brightness. System only call last used color.