BWilky / viewtimeout

Returns to default view after activity timeout
MIT License
14 stars 3 forks source link

reset duration doesnt work on android / nspanel #11

Open zimbo86 opened 2 months ago

zimbo86 commented 2 months ago

Hi, I´m running this script on an android based nspanel pro with the following config:

view_timeout:
  timeout: true
  default: home
  duration: 30000
  users:
    - nspanel
    - nspanel-bathroom
  reset:
    mouse_move: true

My ui is designed, that I dont have to scroll and just click entities with tap_action: navigate to move to the next site/view. In this keys my nspanel switches to "home" after 30s, even if i just clicked a button a second ago.

fsedarkalex commented 1 month ago

This seems to be a general issue when input is not sent toe a specific container. I cannot tell details unfortunately but I observed the same issue when for example clicking in zigbee2mqtt (embedded in HA). It seems the timeout is not reset then.