Z-wave device random trigger on 2:55 AM

I have a Zwave device for my bedroom lights.
It is supposed to be triggered on by my zwave motion sensor, which works fine.

On random days, but always 2:55am the lights turn on.
And not from the motion sensor, just shows “On”

Any suggestions?

Show your automation, properly formatted. Maybe there is something there.

alias: Bedroom Lights - Motion
description: ""
mode: single
triggers:
  - type: motion
    device_id: e92f87c606338c99e3ce3b05850a7c02
    entity_id: 17d4bfb4c3de981648c54d076da94941
    domain: binary_sensor
    trigger: device
conditions:
  - condition: time
    after: "10:10:00"
    before: "22:11:00"
    weekday:
      - sat
      - fri
      - thu
      - wed
      - tue
      - sun
      - mon
actions:
  - type: turn_on
    device_id: fb8a997db3fba005b3ab0e6d5d64d6a8
    entity_id: 8c28b943408cb86a996aca4f664d1419
    domain: switch
  - delay:
      hours: 0
      minutes: 30
      seconds: 0
      milliseconds: 0
  - type: turn_off
    device_id: fb8a997db3fba005b3ab0e6d5d64d6a8
    entity_id: 8c28b943408cb86a996aca4f664d1419
    domain: switch

The automation trace log will show you if it ran at that time.

The zwavejs log file in debug mode will tell if a command was sent to the switch to turn on, or if the light turned on from the device.

Automation log shows nothing.
I will look at the zwave thing