Lights turning on by themselves by unrelated shell command

Hi.

I’m having problems with some lights turning on by themselves.
I have about 8 sonoff mini (with tasmota) to control lights.
In one of them I added a PIR.
When I’m not at home I use the commands below to block or unblock this light (garage).

shell_command.yaml

  block_garage: curl http://192.168.0.34/cm?cmnd=Backlog%20SwitchMode1%2015
  unblock_garage: curl http://192.168.0.34/cm?cmnd=Backlog%20SwitchMode1%2014

Recently I noticed that some of the lights are turning on by themselves and looking at the logbook I saw the following:

CORREDOR turned on triggered by service shell_command.unblock_garage
00:55:44 - 21 hours ago
SALA turned on triggered by service shell_command.unblock_garage
18:13:19 - 2 hours ago
GARAGEM turned on triggered by service shell_command.unblock_garage
18:13:19 - 3 hours ago

Looking through the logbook I saw that the problem started after a system update
Home Assistant Core: Update ## Release 2022.6.6 at 06/20/2022 - 15:22:22

I already updated to version 2022.6.7 and it didn’t solve it and all devices use fixed IP.

Since the command is not sent to turn on any lights and it is only sent to the garage light, I have no idea where the problem is.

Does anyone have any ideas?