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

Fix missing idle state on some EP2220 machines #45

Merged
merged 1 commit into from
Mar 16, 2024

Conversation

TillFleisch
Copy link
Owner

@TillFleisch TillFleisch commented Mar 15, 2024

This PR relaxes the conditions for idle state detection w.r.t. different led states for the Steam option on some machines.

Try this PR using:

external_components:
  - source: github://TillFleisch/ESPHome-Philips-Smart-Coffee@fix_missing_idle_state
    refresh: 30min

close #41

@TillFleisch
Copy link
Owner Author

@davidepanato can you check if this resolves your issue regarding #41?

@davidepanato
Copy link
Contributor

Just tested and now it works perfectly! I can see at power on all the states, preparing, cleaning and then idle.
It also works when shutting down.
Good work

@davidepanato
Copy link
Contributor

is it possible that same issue is present in the bean and coffee size? I always see the values as NA

@TillFleisch
Copy link
Owner Author

What does the status sensor report when you have coffee selected? It should report 'Coffee selected'. Note that the beverage settings (number component) are only available/working when the provided source is selected. If source: COFFEE is used in the configuration file for the number component, it should only be available when coffee is currently selected. When using source: ANY the number component should be available on all beverages (but not in the Idle state).
Do logs provide any useful information?

@davidepanato
Copy link
Contributor

Correct till, if I set source: ANY it works, previously I had it configured as COFFEE but I usually prepare espresso.
I think that this modification is ok!

@TillFleisch TillFleisch merged commit d9bb61a into main Mar 16, 2024
7 checks passed
@TillFleisch TillFleisch deleted the fix_missing_idle_state branch March 16, 2024 15:57
@mikulik86
Copy link

Thanks @TillFleisch, your work is greatly appreciated!

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

Successfully merging this pull request may close these issues.

Idle state not detected on some machines
3 participants