Soliciting user feedback #38
Replies: 6 comments 11 replies
-
I have had the same thoughts. |
Beta Was this translation helpful? Give feedback.
-
For hoods, I think we can do something based on the old integration - they recently added support for those platforms you mentioned and from the feedback posts, it looks like they worked reasonably well. Test and verification will still be needed of course, but we could start working on them before actual users start lining up. |
Beta Was this translation helpful? Give feedback.
-
So are we good to go "public"? |
Beta Was this translation helpful? Give feedback.
-
@mundschenk-at Please try this automation. It might be good enough for tracing unknown programs etc alias: log_state_change
description: 'Write messages to HA log'
trigger:
- platform: state
entity_id: sensor.dishwasher_program
attribute: Raw value
- platform: state
entity_id: sensor.dishwasher_program_phase
attribute: Raw value
condition: []
action:
- service: system_log.write
data:
message: '{{ trigger.entity_id }}: {{trigger.to_state.state }} | {{ trigger.to_state.attributes }}'
level: warning
mode: single |
Beta Was this translation helpful? Give feedback.
-
OK, time to publish... |
Beta Was this translation helpful? Give feedback.
-
So I've been thinking about getting feedback from other users - when would you be comfortable to make this integration more well-known out there? Either by creating a new topic in the Community forums or adding a comment to the existing Miele@home topic.
I think it's already much more mature than the old integration, the only major issue at least for my devices is the program definition - i.e. making the sure it switches appropriately by device type. There are some other things that could be fine-tuned (or additional sensors to be added), but those are minor in comparison.
Beta Was this translation helpful? Give feedback.
All reactions