Hue bulbs (w/ hub) sometimes not following scene settings

I’ve noticed over the past week that intermittently (not all of the time) that my Hue bulbs (w/ Hue hub) are not turning on with the settings programmed in the scenes.yaml file. Or if 3 bulbs are set to come on in a fixture, only two might correctly and the other is at minimum brightness.

Example: an automation runs and the trace proves that the scene was called upon, but the bulb just turned on dimly and not at the correct brightness level or color temp. But if i run actions again it turns on with the correct settings.

How can I track down where the issue is or what logs can I check to see why this is happening? Thanks for any help or ideas.

Text from example scene (1st bulb set to on with options, other 3 bulbs set to off)

- id: '1618518191747'
  name: Office night
  entities:
    light.office_color:
      min_mireds: 153
      max_mireds: 500
      effect_list:
      - colorloop
      - random
      supported_color_modes:
      - color_temp
      - hs
      color_mode: color_temp
      brightness: 255
      color_temp: 350
      effect: none
      friendly_name: Office lamp
      supported_features: 63
      state: 'on'
    light.office_ceiling_1:
      min_mireds: 153
      max_mireds: 454
      supported_color_modes:
      - color_temp
      friendly_name: Office ceiling 1
      supported_features: 43
      state: 'off'
    light.office_ceiling_2:
      min_mireds: 153
      max_mireds: 454
      supported_color_modes:
      - color_temp
      friendly_name: Office ceiling 2
      supported_features: 43
      state: 'off'
    light.office_ceiling_3:
      min_mireds: 153
      max_mireds: 454
      supported_color_modes:
      - color_temp
      friendly_name: Office ceiling 3
      supported_features: 43
      state: 'off'
  icon: mdi:lightbulb-group