Replies: 7 comments 2 replies
-
Awesome!! It's a fun and rewarding journey!Assuming your control unit internals look like mine, it *should* work.
any idea WHAT APP is used to control your stove?? Blynk? Tuya? Tuya is what we want....
Be warned that some of the EU models use a different controller. I have not had anyone willing to experiment past reflashing the TYWE1S chips on those (which didn't work).Step 1: get a full blown esp32, not a c3. It has to say ESP32-WROOM on it. I use the mini version as it's small and has ever needed.This will set you up for anything you could want to do in the future. The S2 & C3 and other variants just don't implement all the UART features fully. You'll want to start out with my basic config. i.e. replacing the (non-existent) wifi module with the esp32 and flashing the basic control code to that.It's pretty straightforward. If you get stuck, just ask me. As you can see, I have been literally obsessed with these pellet stoves for a few years now, but I've completely tamed them and it's a great feeling to rejoice in defeating shoddy programmers.
Jeff
start here: #33
|
Beta Was this translation helpful? Give feedback.
-
Yup, after looking closely at your controller is exactly like mine so it should work... |
Beta Was this translation helpful? Give feedback.
-
Ha! After reading the discussions, I think I understand how it works.
What I currently think I understand:
Wiring diagram as I have understood things... |
Beta Was this translation helpful? Give feedback.
-
Trace your wires and take a look here: |
Beta Was this translation helpful? Give feedback.
-
Next week I get physical access to the pellet stove. So then I can trace the wires. So far I've build a KiCad schematic This should do it. Eventually will try to create a PCB for it. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I need to measure the distances on the connections for the display pcb and the available space in the box. PCB in KiCad prepared, see schematic Now on to the breadboard... |
Beta Was this translation helpful? Give feedback.
-
Hi Jeff.
I bought my first pellet stove. Just the same hardware as yours, or so it seems.
So I am starting the journey to connect it to HomeAssistant. This without having a wifi-board on it.
I am publishing my progress and information at my repository at https://github.com/Geo-Ron/esphome-PelletStove and will be reporting back if I can.
My first job it to understand how you actually wired up everything and what is happening.
I really liked reading your posts! Fantastic work! You are the best!
Beta Was this translation helpful? Give feedback.
All reactions