ADB android TV awake-state always on even if actually off

Hello,
I need your smart opinion about that:
I have a smart TV connected to my openhab enviroment.

android debug bridge on OH3 seems ok.
on the app I can swap channel or change volume correctly but since some days the awake-status stay always on even if the television is off…
before 26 february more or less, was ok. here the item timestamp:

any idea about how can I try to do ?

here my system full configuration

runtimeInfo:
  version: 3.4.2
  buildString: Release Build
locale: it-IT
systemInfo:
  configFolder: /etc/openhab
  userdataFolder: /var/lib/openhab
  logFolder: /var/log/openhab
  javaVersion: 11.0.18
  javaVendor: Raspbian
  osName: Linux
  osVersion: 5.15.84-v7+
  osArchitecture: arm
  availableProcessors: 4
  freeMemory: 80528368
  totalMemory: 324403200
  startLevel: 100
bindings:
  - amazonechocontrol
  - androiddebugbridge
  - astro
  - avmfritz
  - exec
  - http
  - ipcamera
  - lifx
  - logreader
  - mqtt
  - network
  - ntp
  - openweathermap
  - shelly
  - systeminfo
  - wifiled
clientInfo:
  device:
    ios: false
    android: false
    androidChrome: false
    desktop: true
    iphone: false
    ipod: false
    ipad: false
    edge: false
    ie: false
    firefox: false
    macos: false
    windows: true
    cordova: false
    phonegap: false
    electron: false
    nwjs: false
    webView: false
    webview: false
    standalone: false
    os: windows
    pixelRatio: 1
    prefersColorScheme: light
  isSecureContext: false
  locationbarVisible: true
  menubarVisible: true
  navigator:
    cookieEnabled: true
    deviceMemory: N/A
    hardwareConcurrency: 16
    language: it-IT
    languages:
      - it-IT
      - it
      - en-US
      - en
      - ja
      - ru
    onLine: true
    platform: Win32
  screen:
    width: 1920
    height: 1080
    colorDepth: 24
  support:
    touch: false
    pointerEvents: true
    observer: true
    passiveListener: true
    gestures: false
    intersectionObserver: true
  themeOptions:
    dark: dark
    filled: true
    pageTransitionAnimation: default
    bars: light
    homeNavbar: default
    homeBackground: default
    expandableCardAnimation: default
  userAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML,
    like Gecko) Chrome/110.0.0.0 Safari/537.36
timestamp: 2023-03-05T09:39:46.646Z

Just for future consultation of the community.
Resterting Raspberry did not work but disabling and re-enabling the Thing associated to the AndroidDebugbridge, solved the issue!

see you!

This might be of use to you.