Replies: 4 comments 2 replies
-
Here is mine for EP3243: https://dpaste.org/SwbyC SELECT_ESPRESSO is like pressing espresso one time on the display. MAKE_ESPRESSO selects AND starts brewing espresso. I don't use any of the MAKE_ commands. I use automations in HA that SELECT_COFFEE, pause 2 seconds, select coffe strength, pause 2 seconds, select size, pause 2 seconds and then hit PLAY/PAUSE. Those automations can also be done with the lambda in ESPHome but I prefer to do it in HA. For a double espresso I'd make an automation that presses twice on SELECT_ESPRESSO. For pre-ground coffee you can see my 'Select Ground Coffee' above. You just use long_press: true. You get status of empty water and container full with the Status-sensor, yes. |
Beta Was this translation helpful? Give feedback.
-
You should be able to use the default example configuration example.yaml with the only required change being
The
This can be achieved by using the
Same as above, except buttons have a
Yes. Currently only via the text status sensor, though a template sensor could be used to create separate binary sensors for each if needed. Damn @quack3d was faster, thank you! |
Beta Was this translation helpful? Give feedback.
-
Awesome! Thank you for the prompt answer! I am waiting for my PCB to arrive, once I get it and tweak the code, I will make sure to share my yaml and card configuration so you can put it in examples directory for future users. |
Beta Was this translation helpful? Give feedback.
-
To be honest having a complete config with all the features that just need to be removed helps a lot for beginners (and there are lots of them lurking here) :) |
Beta Was this translation helpful? Give feedback.
-
Hi,
is there an actual full ESPHome config/code available for EP3246 ?
Can someone share?
I tried, but the documentation is not really clear on many things: for example what is difference between SELECT_ESPRESSO and MAKE_ESPERSSO. How to make double espresso? How to enable already grinded coffee (normally it's long press on size)? Do we get status on missing water of coffee pucks container full?
Regards
Robert
Beta Was this translation helpful? Give feedback.
All reactions