Hey everyone,
I have a Beko DFS28021X dishwasher. Unfortunately, it cannot open its door when the washing is done. I thought that this could be fixed using a stepper motor (and a phototransistor to detect the "program finished" light). It would be enough to slightly open it, only to let the dishes dry (and to avoid unpleasant smell).
My problem is I don't have any experience in engineering, so I don't know what would be the best way to design the opener part. I have some experience with Arduino programming, but I lack the knowledge on both electrical and mechanical engineering.
I see two options for this project:
- There's a small gap on the sides of the door, so maybe I could fit something there to push the door away from the body. The asymmetrically applied force might cause some damage, so optionally this should be done on both sides simultaneously.
- I could use the handle of the door, but here I don't know what would be a proper way to attach the mechanical parts to both the door and the main body.
The dishwasher doesn't have a locking mechanism (I can open it even when the dishwasher is still running). This is good, because I won't destroy anything by opening while it is still locked. On the other hand, if the system wrongly detects that the program is done, I might flood my kitchen.
I have an access to a 3D printer, and also I have some tools to work with wood, I don't know which one would be better.
Did anyone do anything similar? Can anyone provide me some guidance on this? (Of course if you think it's unfeasible, it is a useful feedback as well.)