Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ui stays idle most of the time #153

Open
qrockz opened this issue Jun 24, 2024 · 1 comment
Open

ui stays idle most of the time #153

qrockz opened this issue Jun 24, 2024 · 1 comment

Comments

@qrockz
Copy link

qrockz commented Jun 24, 2024

I have an Automation that does restart a Timer when the Timer goes to idle state. Basically the Timer restarts over and over when it's done. Unfortunately the ui entity Card does Not Update Most of the time. Timer will displayed as idle.

Your card configuration

Automation:

alias: Atimer
description: ""
trigger:
  - platform: state
    entity_id:
      - timer.timerf
    to: idle
condition: []
action:
  - service: timer.start
    metadata: {}
    data: {}
    target:
      entity_id: timer.timerf
mode: restart


Dashboard ui:

  - type: custom:timer-bar-card
        entities:
          - timer.timerf

Edited_Recorder_24062024_031909.mp4

Sometimes, when I switch to another App (for Like a minute. Just staying away a couple of Seconds does Not work) on my Phone and toggle Back to HA Dashboard then the Timer values Countdown ist shown but as soon the Countdown is done it stays idle again.

Sorry for misspelling, im on my Phone in another language.

@leen67
Copy link

leen67 commented Jul 10, 2024

Same issue here. After reloading the page in the web browser the timer shows correct time again, until the next idle/start timer again. However, sometimes the timer card does update correctly automatically when restarting the timer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants