I have a Bosch washer and dryer that I would like to start from home assistant (so that they will run when the cost of electricity is low)
Using an ESP32 I connected an input to a status LED which blinks when it’s in standby and is solid when it’s running. This worked fine with the duty_cycle sensor.
You can control capacity Touch Buttons with a small capacity (for example 100pf) in series to a simple bc847 switching to earth (or gnd).
Probably the gpio configured as open drain could also work in stead of the additional bc847.
I’ve managed to control the start button of a Bosch dryer.
The principle of how the sensor works is shown in the picture.
There is a send pin where the square signal is coming from and is read by the receive input.
Because of the high value of R (1 MOhm) the signal to the receive pin can be effected by the human body. The signal will be dropping and the controller will detect this.
I’ve used this to simulate a touch from a human body.
The resistor R have value of 1 mega Ohm (printed as 105) and need to be replaced by a trimmer (20K) and a resistor (1M). Schematic below.
Keep the wire from the 1M resistor as short as possible otherwise it will effect the signal to the receiver input. Connect the trimmer to the GPIO of the ESP board. Configure the GPIO as an Open Drain.
The trimmer is mounted at the ESP controller board.
With this trimmer you can adjust the level of the simulated ’ human body’.
Turn the trimmer and generate a puls via the ESP board. Keep trying by turning and pulsing till the dryer controller ‘thinks’ this must be a human body. Play a little with this trimmer to get a perfect detection and control.
Did you document some more? I am planning to apply this to my 12 year old Bosh dryer.
when I remove the panel, I got scared by the 10 or something wires, So I placed it back.
But it would be great if I could find some more information.
There are a few things I’m wondering about.
which esp32 module did you use.
could you grep the power from somewhere?
I think you only capture the “On” led, this this correct?
would a status change from “Aan” to “Standby” main the dryer is done? or do I also need to capture the buzzer if I want to have this information?