Lights switched on when opening app

  • Platform information:
    • openHAB version: Docker image 3.4
    • items using MQTT channels, which binds to Zigbee2MQTT devices
  • Issue of the topic:
    When I open the main OH3 UI (on mobile devices and browser), my light’s brightness item gets updated by OH and triggers command on itself. At the end, as the lightbulb receives a brightness update, it switches on.
    The trigger is only opening the UI’s page, I click on nothing !
  • If logs where generated please post these here using code fences:
    events.log
2023-03-04 10:19:55.098 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'Living_bulb_brightness' received command 255
2023-03-04 10:19:55.099 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'Living_bulb_brightness' predicted to become 254.0
2023-03-04 10:19:55.508 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'Living_bulb_state' changed from OFF to ON