Siemens Dishwasher support? #130
-
Hi, type: custom:card-templater
entities:
- sensor.backofen_operation_state
- sensor.geschirrspuler_remaining_program_time
- sensor.geschirrspuler_duration
card:
type: custom:timer-bar-card
name: Geschirrspüler
icon: mdi:dishwasher
entities:
- sensor.geschirrspuler_operation_state
active_state: Run
duration:
state: '{{ states.sensor.geschirrspuler_duration.state }}'
remain_time:
state: >-
{{as_timestamp(now()) -
as_timestamp(strptime(states.sensor.geschirrspuler_remaining_program_time.state,
"%Y-%m-%dT%H:%M:%S+00:00")) }} Result:
I have multiple sensors available but I assume the data is not matching the needs of this card:
Can someone help to get this working? I assume this is the same way as for all dishwashers and ovens from BSH (Bosch, Siemens, NEFF). |
Beta Was this translation helpful? Give feedback.
Answered by
ponchofiesta
Mar 4, 2024
Replies: 1 comment
-
I found a solution here: #36 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ponchofiesta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found a solution here: #36