EP1220 #67
Replies: 12 comments 5 replies
-
Probably yes. Based on what we've learned so far from other discussions and machines, the underlying protocol seems to be similar across different machines. Messages originating from the display seem to contain the model number in some way. (It may still be the case that the EP22xx command also work on the EP12xx.) I don't have access to an EP1220 therefore I can't give this a try. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I assume by this you mean you cannot interact with the machine through Home Assistant? (can't turn on/off the machine/prepare a beverage) Does the status sensor report the state of the machine correctly? You can use the ESPHome UART Debug functionality to observe what is happening on the bus. EP2220 EP32xx I suspect that these are different on your machine (EP1200), somewhere along the line of Anyhow, you can use the UART debug function to verify this is the case. In a similar manner, the required command for the EP1200 can be retrieved this way.
Seems ok. Double-check your wiring and yaml pin configuration. You may also want to look at the documentation of that MOSFET to see if it's oriented correctly. Which MOSFET are you using? Some have too high gate-threshold-voltage which can cause problems. |
Beta Was this translation helpful? Give feedback.
-
If you haven't found the commands yet I just wanted to add that I've been working on using an EP1220 myself and have been able to find most of them. These are the ones i have found and believe are right. I've gotten all the buttons to work on the machine with the commands beside being able to power it on. When I have tried to find the command for power on the machine the only one it sends is what i currently have for powerOff. //commands |
Beta Was this translation helpful? Give feedback.
-
Did someone get all this working on a EP1220 yet? Would love to try this on my machine. |
Beta Was this translation helpful? Give feedback.
-
Hi, I am also have the same device EP1220, does the power on example from Andrew work? I am new at this, have some knowledge with 433mhz cloning and sending, esp8226 is new to me. Question i wired directly on the flex cable 5v, ground, tx and rx from the mainboard, is that enough to trigger power on and espresso? Can i then use the machine with display when not using the ESP? |
Beta Was this translation helpful? Give feedback.
-
The
Yes and No.
If wired correctly (both the mainboard and display including the required mosfet), you can use the display as usual in addition to control through the ESP. |
Beta Was this translation helpful? Give feedback.
-
My EP1220 not sure which revison seems to have the same codes as the DEFAULTS in your commands.h. I was able to catch the off command and it is like in the defaults: D5:55:00:01:02:00:02:01:00:00:1D:3B and also the one ending in 11:36 I can see the status sensor reporting back: [06:36:11][D][text_sensor:064]: 'Status': Sending state 'Idle' Not sure why it also displays Off and in the same time also Idle. I will wire it correctly as per the diagramm today without the Mosfet for now as it is beeing still shipped. Until I get the Mosfet, if I start the CoffeMachine by pressing the Display TouchButton, will the display work? or until the Mosfet is set it will be always powered off, and only usable using the NodeMCU? Danke fuer deine liebe Antworte |
Beta Was this translation helpful? Give feedback.
-
Hi, I did the wiring by cutting the ribbon cable, I added your code, put both mainboard and display on debug, I see the code beeing send but that is all. I connected all the unlabeled cables as they were between the mainboard and the display. No transistor for now. i can not power on the machine by button, what could I have done wrong? Putting cables as they where initially withou the nodemcu and the machine powers on |
Beta Was this translation helpful? Give feedback.
-
Hi, i redid the wiring, now I can start it, but atatus goes to ON then to OFF, I can quickly do a expresso, then it poweres off. Some ideas to twick the status? Display is completly OFF no transistor yet still waiting for shippment, should the display work when starting from the display and not from the ESP? Thank you, any ideas for status would really help |
Beta Was this translation helpful? Give feedback.
-
I can confirm that the default commands work for model EP1220, for some reason the wiring did not work on my side, I wired instead the display pin 4 from display to pin 5 from mainboard, and pin 5 to ESP to controll it, I used a relay and created a new button when i power on the relay button is triggered and cut out after 1 second, I do not get the status but I don't care the idea is to wake up with premade coffee and have the display on. Everything works also from the display, thank you for the great project, and sorry for the spam! Have a great Christmas with good coffee. |
Beta Was this translation helpful? Give feedback.
-
Sorry for the late response.
It should, at least it does so on my machine. Perhaps there is a Hardware difference between the two models, that makes this less compatible, but
leads me to believe that this could also be caused by an underlying software issue in this repo. Sadly, debugging without access to one of those machines is difficult. |
Beta Was this translation helpful? Give feedback.
-
Hello Till,
Is it possible to add the Philips EP1220?
Beta Was this translation helpful? Give feedback.
All reactions