timer-bar-card icon indicating copy to clipboard operation
timer-bar-card copied to clipboard

Whirlpool/Maytag

Open bditter opened this issue 1 year ago • 2 comments

Trying to get this to work but can't seem to get it.

Have attahed a screenshot of the debug.

whirpool

bditter avatar Jan 25 '24 02:01 bditter

A few things I noticed from your configuration:

  1. attribute, if used, should be the name of the attribute with the info you'd like to select (i.e. a string value), not the full value of the attribute.
  2. For end_time, you'll want state:true since it looks like the end time is in the state. And then delete attribute since it does not apply.
  3. The end_time sensor doesn't look like a duration. Is there another entity that holds duration information?

Hope that all helps!

rianadon avatar Jan 25 '24 20:01 rianadon

I know it's a little late, but I found the way to do it with my Maytag. Setting the "Active State" is the key I was missing.

type: custom:timer-bar-card
entities:
  - entity: sensor.maytag_dryer_(your id here)
    end_time:
      attribute: end_time
duration:
  attribute: end_time
  units: minutes
active_state: "Running"
debug: false

rldaugherty avatar Aug 13 '24 16:08 rldaugherty