Automation does not turn on On/Off Light

Hello,

I have a SONOFF ZBMINIL2. It was added as On/Off Light in deCONZ and Phoscon App. Turing it off and on works fine. But when I create an automation which turns it on, it only activates it in Phoscon App but not actually in reality. So I think the trigger works since the light is on in Phoscon App. I already tired to create a scene that turns on the light and use the scene as action in the automation. Same behavior, light on in app but not in reality.

This is the configuration of the automation



This is the DDF of the SONOFF ZBMINIL2
{
  "schema": "devcap1.schema.json",
  "manufacturername": [
    "SONOFF",
    "SONOFF"
  ],
  "modelid": [
    "ZBMINI-L",
    "ZBMINIL2"
  ],
  "vendor": "Sonoff",
  "product": "Mini Relay No Neutral (ZBMINI-L/ZBMINIL2)",
  "sleeper": false,
  "status": "Gold",
  "path": "/devices/sonoff/zbmini-l_relay.json",
  "subdevices": [
    {
      "type": "$TYPE_ON_OFF_LIGHT",
      "restapi": "/lights",
      "uuid": [
        "$address.ext",
        "0x01"
      ],
      "items": [
        {
          "name": "attr/id"
        },
        {
          "name": "attr/lastannounced"
        },
        {
          "name": "attr/lastseen"
        },
        {
          "name": "attr/manufacturername"
        },
        {
          "name": "attr/modelid"
        },
        {
          "name": "attr/name"
        },
        {
          "name": "attr/swversion"
        },
        {
          "name": "attr/type"
        },
        {
          "name": "attr/uniqueid"
        },
        {
          "name": "state/on",
          "refresh.interval": 5,
          "read": {
            "at": "0x0000",
            "cl": "0x0006",
            "ep": 0,
            "fn": "zcl:attr"
          },
          "parse": {
            "at": "0x0000",
            "cl": "0x0006",
            "ep": 0,
            "eval": "Item.val = Attr.val",
            "fn": "zcl:attr"
          }
        },
        {
          "name": "state/reachable"
        }
      ]
    }
  ],
  "bindings": [
    {
      "bind": "unicast",
      "src.ep": 1,
      "cl": "0x0006",
      "report": [
        {
          "at": "0x0000",
          "dt": "0x10",
          "min": 5,
          "max": 1800
        }
      ]
    }
  ]
}

If you need screenshots of some clusters or any other information, please let me know