Does anyone recognize this? I’m hoping to convert it to ESPHOME but I’m not sure if that’s possible without replacing the MCU. There’s a convenient serial header but esptool can’t connect. Any suggestions on how to identify GPIO0 so I can pull it low and see if that let’s esptool see it?
Pressing the reset button doesn’t result in any additional logging and applying power while holding the reset button shows the same output. ESPTool can’t connect either way.
As for removing the cover, does it just pry off or do I need to blast it with hot air or something?
I’m guessing I’m out of luck. That’s a Montage Technology chip. I found the manual registered with the FCC https://fccid.io/2AEDFWM6800K/User-Manual/User-Manual-3503146 so I guess I’ll go through that to see if I can figure out how to replace it with an ESP.
In case anyone else also has a MyGuard Smart Automatic Laundry Shut Off System by RCA and wants to integrate it with HA, I ended up not using the included Mod1 at all. I added a Wemos D1 mini and a level shifter to the main unit and hooked up the following through the level shifter:
Test/Reset button to D1 (the side that’s not grounded)
The output to the valve on led to D5 (before the current limiting resistor)
The output to the moisture led to D7 (before the current limiting resistor)
The unit has an unpopulated debug header that provides GND and 5V
Here is the code I wrote and it’s working well so far: