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

Bar is not refreshing automatically #196

Open
Roemer opened this issue Jan 21, 2025 · 3 comments
Open

Bar is not refreshing automatically #196

Roemer opened this issue Jan 21, 2025 · 3 comments

Comments

@Roemer
Copy link

Roemer commented Jan 21, 2025

Describe the bug
The bar is not refreshing.

Your card configuration
I created a card to display my Miele devices status according to my comment here: #62
So basically, a helper entity (sum) with the remaining and elapsed time and then the card like:

type: custom:timer-bar-card
entity: sensor.dishwasher_status
active_state: running
duration:
  entity: sensor.geschirrspuler_total_zeit
  units: minutes
remain_time:
  entity: sensor.dishwasher_verbleibende_zeit
  units: minutes
text_width: 4em

Debug information

State: running (state mode = active)
Mode: active (explicit; guess mode produces N/A)
Duration: 7080 second
Time remaining: 6480
Counter: 6480
Attr: {"serial_no":"000148242954","Raw value":5,"appliance":"Washing machine","manufacturer":"Miele","model":"WMV960","HW version":"XKM3100W","SW version":"02.72","Localized":"In use","icon":"mdi:washing-machine","friendly_name":"Washing machine Status"}
@ocean90
Copy link

ocean90 commented Jan 23, 2025

Sounds similar to my case in #190.

@rianadon
Copy link
Owner

@Roemer Could you describe in a little more detail what is not refreshing? Do you not see any changes to debug information / card text / the bar?

@Roemer
Copy link
Author

Roemer commented Jan 27, 2025

Image
This is my bar and the bar or remaining time is not refreshed without a page-refresh, even thou the entities are all updated correctly.
I also created a 2nd bar with debug: true and the data inside is also not refreshed.

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

3 participants