Two identical devices, each difference conditions in automation

Hello.

On my two side-window is mounted Aqar Roller shade driver E1 ZNJLBL01LM for left-site and right-site curtines.

Both have the same

  • firmware 10-09-2022
  • model name lumi.curtain.acn002
  • states fields list (there was only different little order displaying but contain the same fields, after reinitialize device now order is the same)

Right Z2M states:

{
    "battery": 50,
    "charging_status": false,
    "device_temperature": 20,
    "linkquality": 43,
    "motor_speed": "high",
    "motor_state": "stopped",
    "position": 0,
    "power_outage_count": 1,
    "running": false,
    "state": "OFF",
    "update": {
        "installed_version": 3870,
        "latest_version": 3870,
        "state": "idle"
    },
    "update_available": null
}

Left Z2M states:

{
    "battery": 49,
    "charging_status": false,
    "device_temperature": 20,
    "linkquality": 43,
    "motor_speed": "high",
    "motor_state": "stopped",
    "position": 0,
    "power_outage_count": 6,
    "running": false,
    "state": "OFF",
    "update": {
        "installed_version": 3870,
        "latest_version": 3870,
        "state": "idle"
    },
    "update_available": null
}

But when I’d like create an automation I have different condition lists! For example missing “Running it on” or charging status.

For the left device I see:

For the right device I have:

Why it’s happened and most important how to align both? Now have toruble build automation for right device (where is less items in drop-down list) according my idea.