PhilipsTV (FZ3A1738050285) not turn on after turn off via remote or HA

Hi HA forum :slight_smile:
so i have a HA and my TV (philips FZ3A1738050285). I used Philips TV integration to add my TV.
obraz

I see TV i can remote it, but i turn it off from remote or HA. Turn on option is possible for a few minutes but after that time i’m not able to turn on TV via HA.

I added in conf.yaml below:
# Philips TV
wake_on_lan:
automation:
  - id: philips_tv_wol
    alias: WOL Philips TV
    description: 'Philips'
    trigger:
    - platform: device
      device_id: media_player.tv
      domain: philips_js
      type: turn_on
    condition: []
    action:
    - service: wake_on_lan.send_magic_packet
      data:
        mac: xx:xx:xx:xx:xx:xx
    mode: single

Please i need your help HA forum :slight_smile:

  "integration_manifest": {
    "domain": "philips_js",
    "name": "Philips TV",
    "documentation": "https://www.home-assistant.io/integrations/philips_js",
    "requirements": [
      "ha-philipsjs==2.9.0"
    ],
    "codeowners": [
      "@elupus"
    ],
    "config_flow": true,
    "iot_class": "local_polling",
    "loggers": [
      "haphilipsjs"
    ],
    "is_built_in": true
  },
  "data": {
    "entry": {
      "entry_id": "4aba93fbbb7f24e6684eeb574c5d0513",
      "version": 1,
      "domain": "philips_js",
      "title": "**REDACTED**",
      "data": {
        "host": "192.168.0.17",
        "api_version": 6,
        "system": {
          "notifyChange": "http",
          "menulanguage": "Polish",
          "name": "TV",
          "country": "Poland",
          "serialnumber": "**REDACTED**",
          "softwareversion": "TPM171E_R.107.001.143.000",
          "model": "55PUS6412/12",
          "deviceid": "**REDACTED**",
          "nettvversion": "8.0.2",
          "epgsource": "one",
          "api_version": {
            "Major": 6,
            "Minor": 1,
            "Patch": 0
          },
          "featuring": {
            "jsonfeatures": {
              "editfavorites": [
                "TVChannels",
                "SatChannels"
              ],
              "recordings": [
                "List",
                "Schedule",
                "Manage"
              ],
              "ambilight": [
                "LoungeLight",
                "Hue",
                "Ambilight"
              ],
              "menuitems": [
                "Setup_Menu"
              ],
              "textentry": [
                "context_based",
                "initial_string_available",
                "editor_info_available"
              ],
              "applications": [
                "TV_Apps",
                "TV_Games",
                "TV_Settings"
              ],
              "pointer": [
                "not_available"
              ],
              "inputkey": [
                "key"
              ],
              "activities": [
                "intent"
              ],
              "channels": [
                "preset_string"
              ],
              "mappings": [
                "server_mapping"
              ]
            },
            "systemfeatures": {
              "tvtype": "consumer",
              "content": [
                "dmr",
                "pvr"
              ],
              "tvsearch": "intent",
              "pairing_type": "digest_auth_pairing",
              "secured_transport": "true",
              "companion_screen": "true"
            }
          },
          "os_type": "MSAF_2018_O"